Skip to content

brankeye/3303_A1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3303_A1

Names of files:

Server.java: Responsible for determining a course of action based upon the Client's request forwarded through the IHost. Receives requests from the IntermediateHost on port 69. Sends replies to the IntermediateHost on port 68. IntermediateHost.java: Responsible for forwarding the Client's request to the Server and forwarding the Server's response to the Client. Receives requests from the Client on port 68. Sends requests to the Server on port 69. Client.java: Responsible for making requests and receiving their responses. Receives requests from the IntermediateHost on port 68. Sends requests to the IntermediateHost on port 68.

To run: 1) Right click Server.java, select Run as -> Java Application. 2) Right click IntermediateHost.java, select Run as -> Java Application. 3) Right click Client.java, select Run as -> Java Application.

About

SYSC3303 A1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages