Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'encrypt' or 'generate' which are not primary CDN functions.
✗ Incorrect
A CDN caches content closer to users to reduce latency and improve load times.
2fill in blank
mediumComplete 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing serving with routing or monitoring.
✗ Incorrect
Edge servers serve cached content directly to users to reduce load on origin servers.
3fill in blank
hardFix 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing bandwidth or downtime which are not directly reduced by CDN.
✗ Incorrect
CDNs reduce latency by serving content from nearby servers, improving speed.
4fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'forwards' or 'blocks' which do not fit the flow.
✗ Incorrect
DNS resolves the user's request to the nearest edge server, which serves cached content.
5fill in blank
hardFill 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'
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up 'stores' with 'invalidates' or 'fetch'.
✗ Incorrect
The origin server sends a purge request, CDN invalidates cached content, and edge servers fetch fresh content.