Web
Protocol
⚠️
This is a work in progress.

What is the Protocol?

A protocol is a system of rules that define how data is exchanged within or between computers. Communications between devices require that the devices agree on the format of the data that is being exchanged. The set of rules that defines a format is called a protocol.

Common examples

ProtocolFull FormCommon Use
HTTPHypertext Transfer ProtocolWeb Browsing
HTTPSHypertext Transfer Protocol SecureWeb Browsing
TCPTransmission Control ProtocolData Transfer
UDPUser Datagram ProtocolData Transfer
IPInternet ProtocolData Transfer
FTPFile Transfer ProtocolFile Transfer
SMTPSimple Mail Transfer ProtocolEmail
POP3Post Office Protocol 3Email
IMAPInternet Message Access ProtocolEmail
SSHSecure ShellRemote Login
TelnetRemote Login
DNSDomain Name SystemDomain Name Resolution
DHCPDynamic Host Configuration ProtocolIP Address Assignment
ARPAddress Resolution ProtocolIP Address Resolution
ICMPInternet Control Message ProtocolNetwork Diagnostics
SNMPSimple Network Management ProtocolNetwork Management
NTPNetwork Time ProtocolTime Synchronization
IRCInternet Relay ChatChat

References