ECE385H1 Lecture Notes - Session Id, Computer Network Programming, Master Sergeant

64 views5 pages

Document Summary

This assignment will give you hands-on experience with socket programming in java. You will be using java serversocket and socket to implement a simple conference application similar to. In this lab, you will create a server application and a client application that works with it. A conferencing application consists of a server, which registers users and several client nodes, as the end points for a particular conference session. The clients may be located on different networks. Tcp will be used to allow communications between the clients and the server. Each client has a unique name referred to as the identifier (a user id of type integer, or a user name of type string). The id of a node is unique among all participating nodes. When a client first registers with the server, it must also submit its id. Upon registration, the server will create a binding between the client id and its ip address.

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers
Class+
$8 USD/m
Billed $96 USD annually
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
30 Verified Answers

Related Documents