4 - Data Transmission Protocol Flashcards

(16 cards)

1
Q

What is a protocol?

A

A protocol is a set of rules that defines how data is transmitted between devices over a network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Electronic mail uses several protocols including:

A
  • SMTP
  • POP3
  • IMAP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is SMTP used for?

A

SMTP (Simple Mail Transfer Protocol) is used to:

  • Send email from a client to an outgoing mail server
  • Transfer email between mail servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe the SMTP process

A
  1. SMTP connects to outgoing mail server#
  2. Email + recipient address sent to server
  3. Recipient’s domain identifies their SMTP server
  4. Email forwarded to recipient’s server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is POP3 used for?

A

POP3 downloads emails from a mail server to an email client.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does POP3 work?

A
  1. Client connects to mail server
  2. Emails download to the device
  3. Emails are removed from the server
    → Can only be accessed on one device
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is IMAP used for?

A

IMAP is an alternative to POP3, allowing email to stay on the server and** sync across multiple devices.**

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does IMAP work?

A
  • Emails remain on the server
  • Device syncs with server
  • Changes (read, delete, folder move) sync across all devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the key difference between POP3 and IMAP?

A

**POP3: **Downloads email to 1 device
**IMAP: **Keeps email on server & syncs to many devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What protocols are used for VoIP (voice/video calls)?

A
  • SIP
  • RTP
  • RTCP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is SIP used for?

A

SIP (Session Initiation Protocol) is used to:
* Establish a connection between caller & receiver
* Locate devices (using IP address)
* Agree on CODECs for audio/video

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Describe the SIP process.

A
  1. Caller sends SIP packet to recipient
  2. Recipient’s device rings
  3. Additional packets negotiate CODECs
  4. Final SIP packet ends the session
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is RTP and its purpose?

A

RTP (Real-Time Transport Protocol):

  • Sends voice/video data packets
  • Works after SIP sets up connection
  • Built on UDP (no retransmission)
  • Must deliver packets in real time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why does RTP use UDP instead of TCP?

A

UDP doesn’t retransmit packets → avoids delay.
Real-time calls cannot wait for lost packets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does RTCP do?

A

RTCP sends control packets with quality feedback:

  • Bytes sent
  • Packet count
  • Jitter
  • Round-trip time
  • Used to adjust CODECs for better call performance.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do SIP and RTP work together?

A

**SIP: **Sets up and ends the call
RTP: Transmits the audio/video during the call