0
0
Computer Networksknowledge~10 mins

Content Delivery Networks (CDN) 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 the main purpose of a CDN.

Computer Networks
A CDN primarily helps to [1] content closer to users.
Drag options to blanks, or click blank then click option'
Acompress
Bcache
Cencrypt
Dgenerate
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'encrypt' or 'generate' which are not primary CDN functions.
2fill in blank
medium

Complete the code to describe the role of edge servers in a CDN.

Computer Networks
Edge servers in a CDN are responsible for [1] user requests locally.
Drag options to blanks, or click blank then click option'
Aserving
Bmonitoring
Clogging
Drouting
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing serving with routing or monitoring.
3fill in blank
hard

Fix the error in the statement about CDN benefits.

Computer Networks
A CDN reduces [1] by distributing traffic across multiple servers.
Drag options to blanks, or click blank then click option'
Alatency
Bbandwidth
Cdowntime
Dsecurity
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing bandwidth or downtime which are not directly reduced by CDN.
4fill in blank
hard

Fill both blanks to complete the CDN request flow.

Computer Networks
User requests content → DNS [1] to nearest edge server → Edge server [2] content if cached.
Drag options to blanks, or click blank then click option'
Aresolves
Bforwards
Cserves
Dblocks
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'forwards' or 'blocks' which do not fit the flow.
5fill in blank
hard

Fill all three blanks to complete the CDN cache update process.

Computer Networks
When content changes, the origin server [1] a purge request → CDN [2] cached content → Edge servers [3] new content from origin.
Drag options to blanks, or click blank then click option'
Asends
Binvalidates
Cfetch
Dstores
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up 'stores' with 'invalidates' or 'fetch'.