Skip to content

Simulation of Unicasting /Multicasting/Broadcasting using socket programming. Unicasting: one Server-one client- As soon as the client connects to the server, display date and time to the client. Broadcasting: one Server-multiple clients (say 6). Wait till all 6 clients are connected to the server. Now, display the date and time to all clients. …

Notifications You must be signed in to change notification settings

KrishnaChaurasia/client-server-unicast-multicast-broadcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

client-server-unicast-multicast-broadcast

Simulation of Unicasting /Multicasting/Broadcasting using socket programming. Unicasting: one Server-one client- As soon as the client connects to the server, display date and time to the client. Broadcasting: one Server-multiple clients (say 6). Wait till all 6 clients are connected to the server. Now, display the date and time to all clients. Multicasting: One Server-subset of clients. Wait till all 6 clients are connected to the server. Now, broadcast to a subset of clients (say client 1,3,5).

About

Simulation of Unicasting /Multicasting/Broadcasting using socket programming. Unicasting: one Server-one client- As soon as the client connects to the server, display date and time to the client. Broadcasting: one Server-multiple clients (say 6). Wait till all 6 clients are connected to the server. Now, display the date and time to all clients. …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages