Skip to content

com2101, Computer Network, is a course offered by The Hang Seng University of Hong Kong, and taught by Professor Dr. LIU Hai.

Notifications You must be signed in to change notification settings

hokwanhung/com2101-final-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

com2101-final-assignment

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.

Table of Content

Installation

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

Alt text

Usage

Program Structure

src
 ┣ ChatClient$InputHandler.class
 ┣ ChatClient.class
 ┣ ChatClient.java
 ┗ ChatServer.java

Quick Start

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.

License

N/A

Credits

N/A

FAQ (Frequently Asked Questions)

N/A

About

com2101, Computer Network, is a course offered by The Hang Seng University of Hong Kong, and taught by Professor Dr. LIU Hai.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages