Files
examination/topics/networking/cdn/meta.json
T
wonder df63692a18
Deploy Examination / deploy (push) Successful in 31s
feat: add 180 questions (90 sc + 90 fb) for networking subtopics
Cover 9 subtopics from the computer networking documentation:
- http-handshake: TCP/TLS/HTTP2/HTTP3 handshakes
- http-connection-cost: connection resource overhead & million concurrency
- connection-pooling: pool reuse, HTTP/1.1 vs HTTP/2
- http-keepalive: Keep-Alive principle, head-of-line blocking
- keepalive-scenarios: when to enable/disable Keep-Alive
- domain-sharding: HTTP/1.1 hack, HTTP/2 obsolescence
- cdn: edge nodes, caching, DDoS protection
- cors: same-origin policy, preflight requests
- go-build-strip: -s -w flags, binary size optimization
2026-09-02 21:33:09 +08:00

47 lines
744 B
JSON

{
"slug": "cdn",
"name": "Cdn",
"description": "",
"tags": [
"CDN",
"Cache-Control",
"DDoS防护",
"HTTPS终止",
"TLS",
"加速",
"区域节点",
"回源",
"回源比例",
"地理位置解析",
"安全",
"就近访问",
"智能DNS",
"源站",
"版本号",
"缓存一致性",
"缓存分层",
"缓存命中",
"缓存清除",
"缓存策略",
"边缘节点",
"静态资源"
],
"difficulty_range": [
1,
3
],
"schema_version": "1.0.0",
"updated": "2026-09-02",
"question_files": [
"single_choice",
"fill_blank"
],
"stats": {
"total": 20,
"by_type": {
"single_choice": 10,
"fill_blank": 10
}
}
}