0
0
Computer Networksknowledge~5 mins

Why UDP is faster than TCP in Computer Networks - Quick Recap

Choose your learning style9 modes available
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?
AUDP
BTCP
CHTTP
DFTP
What does TCP do to ensure data is received correctly?
AEstablishes a connection and confirms receipt
BSends data without checking
CDrops data randomly
DSends data only once
Which of these is a disadvantage of UDP?
ASlower speed
BComplex connection setup
CPossible data loss
DRequires acknowledgments
In which situation is UDP preferred over TCP?
ASending emails
BLive video streaming
CFile downloads
DBank transactions
What is the main reason TCP is slower than UDP?
AIt uses more bandwidth
BIt does not support connections
CIt sends data in smaller packets
DIt checks and confirms data delivery
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.