What is Socket. How will you create a connection

Showing Answers 1 - 2 of 2 Answers

Arun

  • Jul 21st, 2005
 

A method of communication between two processes. A socket is an identifier that the application uses to uniquely identify an end point of communications. The user associates a protocol address with the socket by associating a socket address with the socket.

  Was this answer useful?  Yes

Skant

  • Jul 18th, 2006
 

Socket is composed of source/dest. ip address source/dest. port no. and the protocol used at layer 4.

  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