Files
examination/topics/networking/keepalive-scenarios/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

51 lines
870 B
JSON

{
"slug": "keepalive-scenarios",
"name": "Keepalive Scenarios",
"description": "",
"tags": [
"Keep-Alive",
"Nginx",
"Tomcat",
"keepAliveTimeout",
"keepalive_timeout",
"一次性请求",
"不适用场景",
"低频请求",
"公共API",
"内部通信",
"单位",
"大文件传输",
"安全隔离",
"微服务",
"握手开销",
"移动端",
"超时调优",
"运维",
"连接数瓶颈",
"连接数限制",
"连接策略",
"适用场景",
"配置",
"防护",
"高延迟",
"高频请求"
],
"difficulty_range": [
2,
4
],
"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
}
}
}