This repository contains the laboratory assignments for the Computer Networks course at Nankai University in 2023.
Write a chat program using Socket.
See Lab01-SocketChat for more details.
Configure a web server and write a simple Web page. Then analyze the interaction process between Client and Server using WireShark.
See Lab02-Web for more details.
Implement a reliable data transfer protocol based on UDP.
See Lab03-RDT for more details.