Podcast
Questions and Answers
What is the main difference between UDP and TCP?
What is the main difference between UDP and TCP?
- TCP uses multiplexing and demultiplexing, while UDP does not.
- UDP provides congestion control, while TCP does not.
- TCP provides reliable data transfer, while UDP does not guarantee delivery. (correct)
- UDP provides connection-oriented reliable transport, while TCP is connectionless.
Which transport layer service is responsible for ensuring that a sender does not overwhelm a receiver with data?
Which transport layer service is responsible for ensuring that a sender does not overwhelm a receiver with data?
- Reliable data transfer
- Multiplexing
- Flow control (correct)
- Congestion control
Which protocol is an example of connectionless transport?
Which protocol is an example of connectionless transport?
- IP
- UDP (correct)
- TCP
- HTTP
What role does the receiver play in the transport layer?
What role does the receiver play in the transport layer?
Which Internet application scenario would benefit most from TCP's reliable transport service?
Which Internet application scenario would benefit most from TCP's reliable transport service?