You are on page 1of 1

ACTS-DESD course

data communication & networKing assignment


Day 1
socKet programming

1. implement a client and server program in unix domain in which client transfers asKs for
the data to server and server provides service.

2. implement a client and server program in Internet domain in which client transfers asKs
for the data to server and server provides service.

3. what is the difference between above two programs ?

4. implement a client and server program in Internet domain in which server Knows which
client it is servicing at the moment.

note : display client IP address using C API.

5. implement a client and server program in internet domain in which multiple clients asKs
for some services to server and server provides services to all the clients.

You might also like