unix system programming project
Hi there,,
This is a client & server project.
Save your time - order a paper!
Get your paper written from scratch within the tight deadline. Our service is a reliable solution to all your troubles. Place an order on any task and we will take care of it. You won’t have to worry about the quality and deadlines
Order Paper NowThe server part is already written and it is provided in the attachments below.
For this project you will not need to and should not make changes to the sever code that was given in class.
Also, server code is helpful to write the client code.
/****************************************
For me to test the server code.
I opened two terminals.
The first one I run the code. Then It shows:
My Socket Discriptor: Number
Server is listening on port: 61500
address number
In the second terminal I went to the same directory and write this:
First I wrote ifconfig to know the address.
Then I wrote: telnet -d address 61500
and then start with writing anything in same terminal
****************************************/
Please see the attached file for specific details.
Thanks