A communication protocol is a set of rules for transferring data over a network. Different protocols are used for different purposes — from web browsing to email to file transfer.
Key points
Definition:Protocol: a set of rules that govern how data is formatted, transmitted, and received over a network.
Different protocols handle different types of communication: web browsing (HTTP/HTTPS), file transfer (FTP), email (SMTP, POP, IMAP), general Internet (TCP/IP).
Exam Tip:You must know the PURPOSE of each protocol and be able to identify which protocol is used in a given scenario.
Protocols ensure that devices can communicate effectively, even if made by different manufacturers, by following the same rules.
Definition:Network Protocol: a set of rules for communication between devices on a network.
Exam Example:Common table question — 'Viewing a news page' = HTTP/HTTPS. 'Logging into a bank' = HTTPS. 'Downloading a file' = FTP. 'Checking email inbox' = IMAP or POP (NOT SMTP).
Common Mistake:Giving SMTP for 'checking for new emails'. SMTP is for SENDING email. POP or IMAP is for RECEIVING/checking email.