Recall & Review
beginner
What does UDP stand for and what is its main characteristic?
UDP stands for User Datagram Protocol. It is a simple communication protocol that sends data without checking if it arrives correctly.
Click to reveal answer
beginner
What does TCP stand for and how does it ensure data delivery?
TCP stands for Transmission Control Protocol. It ensures data is delivered correctly by establishing a connection and confirming receipt of data packets.
Click to reveal answer
beginner
Why is UDP generally faster than TCP?
UDP is faster because it does not establish a connection or check if data arrives correctly, which reduces delays and overhead.
Click to reveal answer
beginner
What is one trade-off when using UDP instead of TCP?
The trade-off is that UDP may lose some data or deliver it out of order because it does not check or fix errors.
Click to reveal answer
beginner
Give a real-life example where UDP is preferred over TCP.
UDP is preferred in live video calls or online games where speed is more important than perfect data delivery.
Click to reveal answer
Which protocol is faster because it does not check if data arrives correctly?
✗ Incorrect
UDP sends data without waiting for confirmation, making it faster than TCP.
What does TCP do to ensure data is received correctly?
✗ Incorrect
TCP creates a connection and waits for acknowledgments to ensure data is received.
Which of these is a disadvantage of UDP?
✗ Incorrect
UDP may lose data because it does not check for delivery.
In which situation is UDP preferred over TCP?
✗ Incorrect
Live video streaming benefits from UDP's speed despite possible data loss.
What is the main reason TCP is slower than UDP?
✗ Incorrect
TCP slows down because it waits for confirmation that data arrived correctly.
Explain why UDP is faster than TCP in simple terms.
Think about what steps TCP does that UDP skips.
You got /4 concepts.
Describe a real-life example where using UDP is better than TCP and why.
Consider situations where quick updates matter more than every detail.
You got /3 concepts.