What is socket? and server socket?

Showing Answers 1 - 3 of 3 Answers

Socket is end part of communication system.It is virtually exits.In socket function it contain two parameter first one is ip address and second is post no.. Port no is simply id of process. Server socket is server part it bind and create the server socket. further detail prashantkoshta@rediffmail.com

  Was this answer useful?  Yes

gagan2914

  • Nov 11th, 2005
 

socket=port + ip

in layman language socket is just like for where ip is the adress of that fort and port is the gate to enter in to that fort.

server socket is the socket which present on server side basically used to listen request from clients

  Was this answer useful?  Yes

phani

  • Feb 25th, 2006
 

Hai,

 socket-------this is a point of connecting server and client machine.for example it's like an electric plug.

 server socket-----this is a end point where, it'll accept all new incoming connection.handles all the traffic and decides what to do nd wha not to do,that can be used to read from (or) write to depending on the request given.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions