Alice52 / http

this is common repo about http.
https://github.com/Alice52/http/issues/3
MIT License
0 stars 0 forks source link

[concept] 相关概念 #13

Open Alice52 opened 2 years ago

Alice52 commented 2 years ago

conceps

  1. TCP
  2. IP
  3. DNS
  4. CDN
  5. HTTP
  6. HTTPS
  7. SSL / TLS
  8. 对称加密 & 非对称加密
  9. 签名算法
  10. waf
  11. quic
  12. lvs: 四层|七层
  13. 网络模式
    • NAT模式(Network Address Translation): 一个整体机构以一个公用IP地址出现在Internet上(把内部私有地址翻译成公网地址), 家用路由器(网关)
    • 路由模式
    • 桥接模式

reference

  1. https://www.bilibili.com/video/BV11M4y1J7zP/
Alice52 commented 1 year ago

私有IP地址(内网地址/局域网)

  1. 10.0.0.0/8:10.0.0.0~10.255.255.255
  2. 172.16.0.0/12:172.16.0.0~172.31.255.255
  3. 192.168.0.0/16:192.168.0.0~192.168.255.255
Alice52 commented 1 year ago
  1. https://baijiahao.baidu.com/s?id=1714122234826061229&wfr=spider&for=pc
  2. https://zhuanlan.zhihu.com/p/26992935