In _______ caching, data is stored closer to the end-user to reduce latency.
- Client-Side
- Edge
- Remote
- Server-Side
Edge caching involves storing data closer to the end-user, typically on servers at the edge of the network. This reduces latency and improves the user experience.
Loading...
Related Quiz
- You're working on a team project, and your feature branch diverged significantly from the main branch. Which Git command would you use to integrate your changes without creating a messy merge history?
- A popular configuration management tool used for infrastructure as code is _______.
- How does "git reset" differ from "git revert"?
- The Python module used for logging is called _______.
- The command "git bisect" is used for _______ debugging in Git.