Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plh97/cs-web
web
https://github.com/plh97/cs-web
dijkstra-algorithm network tcp
Last synced: 6 days ago
JSON representation
web
- Host: GitHub
- URL: https://github.com/plh97/cs-web
- Owner: plh97
- Created: 2019-04-20T19:30:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T20:02:53.000Z (almost 3 years ago)
- Last Synced: 2025-01-20T02:47:44.957Z (11 days ago)
- Topics: dijkstra-algorithm, network, tcp
- Language: Python
- Homepage: https://book.douban.com/subject/26176870/
- Size: 263 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 计算机网络 - 自顶向下的方法
![images](https://img3.doubanio.com/view/subject/l/public/s27667093.jpg)
[第一章](./第一章.md)
[第二章](./第二章.md)
[第三章](./第三章.md)
[第四章](./第四章.md)
[第八章](./第八章.md)
## 什么是隧道(Tunnel)。
- 当打开一个没有加密的网页时,客户端与服务器端交互报文的封装格式通常为:IP/TCP/http
- 加密的网页的封装格式为:IP/TCP/TLS/http
- 通过 FTP 下载文件时的封装格式为:IP/TCP/ftp
- 当域名/IP 地址解析时,封装格式为:IP/UDP/dns