Interview concept

What is a CDN (content delivery network)?

A content delivery network is a geographically distributed set of edge servers that cache content near users. It reduces latency, absorbs traffic spikes, and offloads the origin by serving cached responses from the closest edge.

Summary

Key takeaways

Content delivery network - Interview Concepts - ExtraBrain is part of ExtraBrain's local-first Mac workflow for live interviews, meetings, transcription, provider control, and responsible AI use.

Page focus

A content delivery network is a geographically distributed set of edge servers that cache content near users. It reduces latency, absorbs traffic spikes, and offloads the origin by serving cached responses from the closest edge.

Platform fact

ExtraBrain has 1 current public platform family, macOS, with support for 2 Mac CPU families: Apple Silicon and Intel.

Data-flow fact

ExtraBrain has 3 configurable data paths to review before sensitive work: local Parakeet transcription, local Gemma 4 where installed and compatible, and external providers you choose.

Interview concept

How it works

Edge caching

Static assets and cacheable responses are stored at edge locations near users.

Latency and offload

Serving from a nearby edge cuts round-trip time and reduces load on the origin.

Invalidation

Time-to-live and cache purges control how quickly updated content reaches users.

Interview concept

Responsible use

Use any live AI assistant only where interview, workplace, school, and platform rules allow it. Do not use generated answers to misrepresent your skills, experience, or authorship.

FAQ

Common questions.

Short answers for people and crawlers comparing ExtraBrain with other live AI assistants.

What content is best served by a CDN?

Static and cacheable assets such as images, scripts, video, and API responses that change infrequently.

How does a CDN handle updates?

Through time-to-live expiry and explicit purges, or versioned URLs that force a fresh fetch.