Network
1 网络术语
- Round-Trip Time(RTT):往返时间
- Retransmission TimeOut:重传超时
- Selective ACKnowledgment:有选择的确认
- Edge Router : 边缘路由
2 网络基本概念
长连接/持久连接: HTTP persistent connection/HTTP keep-alive/HTTP connection reuse
短连接:Non-persistent HTTP Connections
- HTTP 流水线技术:HTTP PipeLining,它是指,在一个TCP连接内,多个HTTP请求可以并行,下一个HTTP请求在上一个HTTP请求的应答完成之前就发起。
- 连接池:HTTP Connections Pool