What is a protocol?
A protocol is a set of rules that defines how data is transmitted between devices over a network.
Electronic mail uses several protocols including:
What is SMTP used for?
SMTP (Simple Mail Transfer Protocol) is used to:
Describe the SMTP process
What is POP3 used for?
POP3 downloads emails from a mail server to an email client.
How does POP3 work?
What is IMAP used for?
IMAP is an alternative to POP3, allowing email to stay on the server and** sync across multiple devices.**
How does IMAP work?
What is the key difference between POP3 and IMAP?
**POP3: **Downloads email to 1 device
**IMAP: **Keeps email on server & syncs to many devices
What protocols are used for VoIP (voice/video calls)?
What is SIP used for?
SIP (Session Initiation Protocol) is used to:
* Establish a connection between caller & receiver
* Locate devices (using IP address)
* Agree on CODECs for audio/video
Describe the SIP process.
What is RTP and its purpose?
RTP (Real-Time Transport Protocol):
Why does RTP use UDP instead of TCP?
UDP doesn’t retransmit packets → avoids delay.
Real-time calls cannot wait for lost packets.
What does RTCP do?
RTCP sends control packets with quality feedback:
How do SIP and RTP work together?
**SIP: **Sets up and ends the call
RTP: Transmits the audio/video during the call