0
0
Computer Networksknowledge~10 mins

UDP use cases (DNS, streaming, gaming) in Computer Networks - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify a common use of UDP.

Computer Networks
UDP is often used for [1] because it allows fast data transmission without waiting for acknowledgments.
Drag options to blanks, or click blank then click option'
Astreaming video
Bemail delivery
Cfile transfer
Dweb browsing
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing applications that require guaranteed delivery like email or file transfer.
2fill in blank
medium

Complete the code to name a protocol that uses UDP.

Computer Networks
The [1] protocol uses UDP to quickly resolve domain names to IP addresses.
Drag options to blanks, or click blank then click option'
AHTTP
BFTP
CDNS
DSMTP
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing DNS with HTTP or FTP, which use TCP.
3fill in blank
hard

Fix the error in the statement about UDP use.

Computer Networks
UDP is preferred for [1] because it guarantees delivery of all packets.
Drag options to blanks, or click blank then click option'
Avideo streaming
Bgaming
Cfile transfer
Demail
Attempts:
3 left
💡 Hint
Common Mistakes
Assuming UDP guarantees delivery like TCP does.
4fill in blank
hard

Fill both blanks to complete the sentence about UDP use cases.

Computer Networks
UDP is used in [1] because it [2] the overhead of establishing a connection.
Drag options to blanks, or click blank then click option'
Astreaming
Bincreases
Creduces
Demail
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'increases' which is incorrect for UDP's behavior.
5fill in blank
hard

Fill all three blanks to describe UDP use in gaming.

Computer Networks
In online gaming, UDP is used because it [1] latency, [2] packet loss, and [3] connection setup time.
Drag options to blanks, or click blank then click option'
Areduces
Btolerates
Cavoids
Dincreases
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting 'increases' which is opposite of UDP's effect on latency.