Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woai3c/computer-networking-lab
计算机网络-自顶向下-第六版实验
https://github.com/woai3c/computer-networking-lab
Last synced: 7 days ago
JSON representation
计算机网络-自顶向下-第六版实验
- Host: GitHub
- URL: https://github.com/woai3c/computer-networking-lab
- Owner: woai3c
- Created: 2020-04-12T03:30:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T10:22:34.000Z (over 3 years ago)
- Last Synced: 2024-05-16T01:04:13.193Z (6 months ago)
- Language: JavaScript
- Size: 48.8 MB
- Stars: 18
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 计算机网络-自顶向下-第六版实验
## 笔记
* [Wireshark](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/wireshark.md)
* [网络安全](docs/internet-security.md)
* [无线网络](docs/wireless-network.md)
* [多媒体网络](docs/multi-media.md)
#### 应用层
* [http](https://github.com/woai3c/Computer-Networking-Lab/tree/master/docs/http)
* [dns](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/dns.md)
* [ftp](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/ftp.md)
* [dhcp](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/dhcp.md)
#### 传输层
* [tcp](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/tcp.md)
* [udp](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/udp.md)
#### 网络层
* [ip](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/ip.md)
* [arp](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/arp.md)
* [icmp](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/icmp.md)
#### 数据链路层
* [数据链路层](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/ethernet.md)
* [ppp](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/ppp.md)#### [物理层](https://github.com/woai3c/Computer-Networking-Lab/blob/master/docs/physical-layer.md)
## 实验
* [Wireshark实验:入门 (Page52)](https://github.com/woai3c/Computer-Networking-Lab/blob/master/lab-Introduction.md)
* [Wireshark实验:HTTP (Page121)](https://github.com/woai3c/Computer-Networking-Lab/blob/master/lab-http.md)
* [Wireshark实验:DNS (Page121)](https://github.com/woai3c/Computer-Networking-Lab/blob/master/lab-dns.md)
* [Wireshark实验:探究TCP (Page200)](https://github.com/woai3c/Computer-Networking-Lab/blob/master/lab-tcp.md)
* [Wireshark实验:探究UDP (Page201)](https://github.com/woai3c/Computer-Networking-Lab/blob/master/lab-udp.md)
* [Wireshark实验:探究NAT (Page240)](lab-nat.md)
* [Wireshark实验:探究DHCP (Page240)](lab-dhcp.md)
* [Wireshark实验:探究IP (Page288)](https://github.com/woai3c/Computer-Networking-Lab/blob/master/lab-ip.md)
* [Wireshark实验:探究以太网和ARP (Page335)](lab-ethernet.md)
* [Wireshark实验:探究802.11 (Page383)](lab-wireless.md)
* [Wireshark实验:探究SSL (Page437)](lab-ssl.md)## 作业
* [套接字编程作业1:Web服务器](https://github.com/woai3c/Computer-Networking-Lab/tree/master/codes/socket1-webserver)
* [套接字编程作业2:UDPping程序](https://github.com/woai3c/Computer-Networking-Lab/tree/master/codes/socket2-udpping)
* [套接字编程作业3:邮件客户端](https://github.com/woai3c/Computer-Networking-Lab/tree/master/codes/socket3-email)
* [套接字编程作业4:多线程Web代理服务器](https://github.com/woai3c/Computer-Networking-Lab/tree/master/codes/socket4-proxyserver)## 参考资料
* [Computer-Networking-A-Top-Down-Approach-NOTES](https://github.com/moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES)
* [计算机网络--自顶向下](https://book.douban.com/subject/30280001/)
* [计算机网络](https://book.douban.com/subject/26960678/)