Difference between revisions of "Protocol"
From Computer History Wiki
					
										
					
					 (An OK stub)  | 
				m (+cat)  | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | A '''protocol''' is the set of specifications which allow two entities to communicate. The communication may be over a [[bus]], a [[serial line]], or a [[network]].  | + | A '''protocol''' is the set of specifications which allow two entities to communicate. The communication may be over a [[bus]], a [[serial line]], or a [[data network]].  | 
A protocol is generally divided into the ''format'' of messages, and the ''actions'' which a participant has to take when it sees a given message.  | A protocol is generally divided into the ''format'' of messages, and the ''actions'' which a participant has to take when it sees a given message.  | ||
| − | {{stub}}  | + | {{semi-stub}}  | 
| + | |||
| + | [[Category: Networking Basics]]  | ||
Latest revision as of 20:26, 13 December 2018
A protocol is the set of specifications which allow two entities to communicate. The communication may be over a bus, a serial line, or a data network.
A protocol is generally divided into the format of messages, and the actions which a participant has to take when it sees a given message.