Protocol (computer): Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert Tito
mNo edit summary
(passed)
 
(23 intermediate revisions by 12 users not shown)
Line 1: Line 1:
A '''Protocol''' is the method that two computing interfaces use to communicate with each other in a standard, uniform method. An example of one might be the [[Transfer Control Protocol|TCP]] a protocol used for connection based networking on a [[Local Area Network|local area network]] such as the network on a college campus or even your own home or a [[Wide Area Network|wide area networks]] such as the [[Internet]].
{{subpages}}
In [[computer science]], a '''protocol''' is a specification of the rules for communication among devices across a network. Protocols have a wide range in complexity.  On one end of the spectrum, the [[electrical]] characteristics of ones and zeros within a particular [[digital logic family]] might be considered a protocol.  Similarly, the sequence of modulated [[infrared light]] emitted by a [[television]] remote control is also a protocol.  A more complicated example of a protocol is the set or "stack" of protocols used in  [[computer networking reference models]], such as the [[Internet Protocol Suite]] or [[Open Systems Interconnection Reference Model]].


[[Category:CZ Live]]
==References==
[[Category:Computers Workgroup]]
{{reflist}}
 
[[Category:Reviewed Passed]]

Latest revision as of 05:43, 17 March 2024

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In computer science, a protocol is a specification of the rules for communication among devices across a network. Protocols have a wide range in complexity. On one end of the spectrum, the electrical characteristics of ones and zeros within a particular digital logic family might be considered a protocol. Similarly, the sequence of modulated infrared light emitted by a television remote control is also a protocol. A more complicated example of a protocol is the set or "stack" of protocols used in computer networking reference models, such as the Internet Protocol Suite or Open Systems Interconnection Reference Model.

References