Difference between revisions of "Communications protocol"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
 
Line 3: Line 3:
 
== Description ==
 
== Description ==
  
These are the rules or standard that defines the [[syntax]], [[semantics]] and [[synchronization]] of [[communication]] and possible [[error recovery]] methods.
+
These are the rules or standard that defines the [[syntax]], [[semantics]] and [[synchronization]] of [[communication]] and possible [[error detection and correction]] methods.
  
 
Protocols may be implemented by [[hardware]], [[software]], or a combination of both.
 
Protocols may be implemented by [[hardware]], [[software]], or a combination of both.
Line 38: Line 38:
 
* [[Computer network]]
 
* [[Computer network]]
 
* [[Cryptographic protocol]], a protocol for encrypting messages
 
* [[Cryptographic protocol]], a protocol for encrypting messages
 +
* [[Error detection and correction]]
 
* [[Internet]]
 
* [[Internet]]
 
* [[IP address]]
 
* [[IP address]]

Latest revision as of 14:43, 1 September 2016

In telecommunications, a communication protocol is a system of rules that allow two or more entities of a communication system to communicate between them to transmit information via any kind of variation of a physical quantity.

Description

These are the rules or standard that defines the syntax, semantics and synchronization of communication and possible error detection and correction methods.

Protocols may be implemented by hardware, software, or a combination of both.

Communicating systems use well-defined formats (protocol) for exchanging messages.

Each message has an exact meaning intended to elicit a response from a range of possible responses pre-determined 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.

Technical standards

To reach agreement, a protocol may be developed into a technical standard.

Protocols and programming languages

A programming language describes the same for computations, so there is a close analogy between protocols and programming languages:

Analogy:

Protocols are to communications

as

programming languages are to computations

See also

External links