Ask your own question, for FREE!
Computer Science 47 Online
OpenStudy (anonymous):

what is a socket?

OpenStudy (anonymous):

A natural or artificial hollow into which something fits or in which something revolves

OpenStudy (anonymous):

socket is an endpoint of a point-to-point communication - like a telephone wall socket. It is a resource dynamically created by the operating system for a process running under its control. For e.g.,for a TCP connection between process P on machine A and Process B machine B, each process will have as socket and the two sockets are connected for a TCP session. OS calls will support creating a socket, transferring to/from (like writing and reading) a socket, closing a socket. This is similar to OS calls for file support.

OpenStudy (anonymous):

Socket is just a place where two bodies communicate(Internet protocol or inter process communication). If I am right there types of socket 1.Internet socket 2.Local communication socket 3.OS sockets. In case you want to do socket programming in python,you can look ino my blog http://kracekumar.wordpress.com/2010/11/18/socket-programming/

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!