-using the UNIX ,create an announcement environment.
-this environment consists of an announcement server and a listening client.
-the announcement server is a process which is executed on the back-ground.
the server keeps a static collection of announcements(5 strings for example).
-the listening client is a process which communicates with the server using sockets.-the server,after every connection request,transfers the announcement collection to the client using the fork() and then ends the connection.
i hope the translation was good, sorry for my poor english
please , we would be grateful for any help. we re socket beginners
