com2101, Computer Network, is a course offered by The Hang Seng University of Hong Kong, and taught by Professor Dr. LIU Hai.
According to the university website,
This module aims to provide the students with a fundamental understanding on the concepts of computer network. Various topics on computing internetworking are discussed, including network protocols and architecture, internetworking and the Internet, layered communication protocols, and routing, with practical emphasis placed on TCP/IP and the Internet protocol suite.
The whole program is re-created after three years, simulating the initial functioning program. Some fixes are also made in terms of handling different errors
, mainly IOExceptions
.
IDE(Integrated Development Environment): Eclipse IDE 2023‑06
src
┣ ChatClient$InputHandler.class
┣ ChatClient.class
┣ ChatClient.java
┗ ChatServer.java
Navigate to ChatServer.class
and run the program in any IDE
.
It could also be run in Window's cmd
by using javac [class_name].class
to compile and java [java_name].java
to run.
N/A
N/A
N/A