630 views
0 votes
0 votes
Design and implement a chat system that allows multiple groups of users to chat. A
chat coordinator resides at a well-known network address, uses UDP for communication
with chat clients, sets up chat servers for each chat session, and maintains a chat
session directory. There is one chat server per chat session. A chat server uses TCP
for communication with clients. A chat client allows users to start, join, and leave a
chat session. Design and implement the coordinator, server, and client code.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
ajaysoni1924 asked Mar 18, 2019
1,368 views
What is the bandwidth-delay product for a 50-Mbps channel on a geostationary satellite?If the packets are all 1500 bytes (including overhead), how big should the windowbe...