Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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