protocol
Our editors will review what you’ve submitted and determine whether to revise the article.
- Computer Hope - Protocol
- Florida Center for Instructional Technology - Protocol
- Engineering LibreTexts - Organizing Methods into Protocols
- Princeton University - Department of Computer Science - A Protocol for Packet Network Intercommunication
- CiteSeerX - How do students understand computer network protocols? (PDF)
- Stanford University - Networks (Protocols) (PDF)
- National Center for Biotechnology Information - PubMed Central - A formal analysis method for composition protocol based on model checking
- Lifewire - Wireless Networking Protocols Explained
protocol, incomputer science, a set of rules or procedures for transmitting data between electronic devices, such ascomputers. In order for computers to exchange information, there must be a preexisting agreement as to how the information will be structured and how each side will send and receive it. Without aprotocol, a transmitting computer, for example, could be sending its data in 8-bit packets while the receiving computer might expect the data in 16-bit packets.Protocols are established by international or industrywide organizations. Perhaps the most important computer protocol is OSI (Open Systems Interconnection), a set of guidelines forimplementing networking communications between computers. Among the most important sets ofInternet protocols areTCP/IP (Transmission Control Protocol/Internet Protocol),HTTPS (Secure HyperText Transmission Protocol), SMTP (Simple Mail Transfer Protocol), andDNS (Domain Name System).

