| Protocol (computing) |
Article Index for Protocol |
Shopping Protocol |
Website Links For Protocol |
Information AboutProtocol (computing) |
|
In Computing , a protocol is a convention or standard that controls or enables the connection, Communication , and Data transfer between two computing endpoints. In its simplest form, a protocol can be defined as '''the rules governing the Syntax , Semantics , and synchronization of communication.''' Protocols may be implemented by hardware, software, or a combination of the two. At the lowest level, a protocol defines the behavior of a hardware connection. Protocols should be distinguished from technical Standard s, which variously specify how to build a computer or related hardware device, or how the contents of a file are structured, or describe the static structure of a Network Interface . Protocols are generally used to define real-time communications behavior, while standards are used to govern the structure of information committed to long-term storage. It is difficult to generalize about protocols because they vary so greatly in purpose and sophistication. Most protocols specify one or more of the following behaviors:
The widespread use and expansion of Communications Protocol s is both a prerequisite to the Internet , and a major contributor to its power and success. The pair of Internet Protocol (or IP) and Transmission Control Protocol (or TCP) are the most important of these, and the term TCP/IP refers to a collection (or Protocol Suite ) of its most used protocols. Most of the Internet's communication protocols are described in the RFC documents of the Internet Engineering Task Force (or IETF). Object-oriented Programming has extended the use of the term to include the Programming Protocols available for connections and communication between objects. Generally, only the simplest protocols are used alone. Most protocols, especially in the context of communications or networking, are layered together into Protocol Stack s where the various tasks listed above are divided among different protocols in the stack. Whereas the protocol stack denotes a specific combination of protocols that work together, the Reference Model is a Software Architecture that lists each layer and the services each should offer. The classic seven-layer reference model is the OSI Model , which is used for conceptualizing protocol stacks and peer entities. This reference model also provides an opportunity to teach more general Software Engineering concepts like hiding, modularity, and delegation of tasks. This model has endured in spite of the demise of many of its protocols (and protocol stacks) originally sanctioned by the ISO . The ''OSI model'' is not the only reference model. The Internet Model , also known as the ''TCP/IP model'', is a five-layer reference model that saw increased use starting in the 1990s . Although its layer names are a subset of those of the ''OSI model'', the responsibilities of each layer of the ''TCP/IP model'' are subtly different from those in the ''OSI model''. Although occasionally synonymous with the term ''protocol stack'', a Protocol Suite is a collection by layer of all protocols that implement that layer for any given reference model. The Internet Protocol Suite provides an example for the Internet reference model. A distinction that is useful in the understanding of protocols is that between a Functional Protocol and a Stimulus Protocol . This distinction can be used to select a protocol based on the capabilities of end points and the computing architecture chosen. SEE ALSO |
|
|