Protocol


An agreed-upon format for transmitting data between two devices. The protocol determines the following:
the type of error checking to be used

data compression method, if any

how the sending device will indicate that it has finished sending a message

how the receiving device will indicate that it has received a message

There are a variety of standard protocols from which programmerscan choose. Each has particular advantages and disadvantages; for example, some are simpler than others, some are more reliable, and some are faster.

From a user’s point of view, the only interesting aspect about protocols is that your computer or device must support the right ones if you want to communicate with other computers. The protocol can be implemented either in hardware or in software.

Read Also:

  • protocol stack

    A set of network protocol layers that work together. The OSI Reference Model that defines seven protocol layers is often called a stack, as is the set of TCP/IP protocols that define communication over the internet. The term stack also refers to the actual software that processes the protocols. So, for example, programmers sometimes talk […]

  • prototype

    1) An original type, form, or instance serving as a basis or standard for later stages. 2) An original, full-scale, and usually working model of a new product or new version of an existing product. 3) An early, typical example.

  • Provisioning

    (n.) (1) The process of providing users with access to data and technology resources. The term typically is used in reference to enterprise-level resource management. Provisioning can be thought of as a combination of the duties of the human resources and IT departments in an enterprise, where (1) users are given access to data repositories […]

  • proximity operator

    A type of operator used by some search engines to improve search constraints by instructing the search to look for words that are within a short distance of each other in a document. For example, using a search engine that supports proximity operators, querying the phrase “cable NEAR modem” will instruct the search engine to […]

  • proxy cache

    (pro´ksē cash) (n.) Also referred to as a Web proxy cache, a function of a proxy server that caches retrieved Web pages on the server’s hard disk so that the page can be quickly retrieved by the same or a different user the next time that page is requested. The proxy cache eases bandwidth requirements […]


Disclaimer: Protocol definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.