Communication protocol
Return to protocol, Communication or Networking topics
- Snippet from Wikipedia: Communication protocol
A communication protocol is a system of rules that allows two or more entities of a communications system to transmit information. The protocol defines the rules, syntax, semantics, and synchronization of communication and possible error recovery methods. Protocols may be implemented by hardware, software, or a combination of both.
Communicating systems use well-defined formats for exchanging various messages. Each message has an exact meaning intended to elicit a response from a range of possible responses predetermined for that particular situation. The specified behavior is typically independent of how it is to be implemented. Communication protocols have to be agreed upon by the parties involved. To reach an agreement, a protocol may be developed into a technical standard. A programming language describes the same for computations, so there is a close analogy between protocols and programming languages: protocols are to communication what programming languages are to computations. An alternate formulation states that protocols are to communication what algorithms are to computation.
Multiple protocols often describe different aspects of a single communication. A group of protocols designed to work together is known as a protocol suite; when implemented in software, they are a protocol stack.
Some of the most well-known communication protocols are those related to the Internet, web, and email, which are developed and published by the Internet Engineering Task Force (IETF), and World Wide Web Consortium. Many wired and wireless protocols are also well known, such as Ethernet, Bluetooth, and of course mobile phone standards. These are mostly handled by the IEEE (Institute of Electrical and Electronics Engineers, e.g., Ethernet). There is also the ITU-T, which handles telecommunications protocols & formats for the public switched telephone network (PSTN). As the PSTN and Internet converge, many protocols are trending towards convergence. The International Organization for Standardization (ISO) handles many other types.
