CompTIA A+ 1101 TCP and UDP Flashcards

1
Q
  • transported inside of an IP packet
  • encapsulated by the IP protocol
  • two very common ways to move data from place to place
  • operate at OSI layer 4, the transport layer
  • add additional capabilities that IP, alone, can’t provide, such as multiplexing (use many different applications at the same time)
A

TCP and UDP

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

Transmission Control Protocol

A

TCP (Acronym)

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

User Datagram Protocol

A

UDP (Acronym)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  • connection-orientated protocol
  • uses a three-way handshake to establish a reliable connection, making it a reliable protocol (has a built in system to verify receipt of data, can recover from errors, and can manage out-out-order messages or retransmissions)
  • utilizes flow control (the receiver can manage how much data is sent)
A

TCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  • connectionless protocol
  • real-time communication (no way to stop and resend data)
  • unreliable delivery
  • no flow control (the sender determines how much data is transmitted)
A

UDP

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