Question:
What Is a Socket?
salai t
2007-09-29 23:11:37 UTC
What Is a Socket?
Six answers:
2007-09-30 00:04:53 UTC
A socket is one end-point of a two-way communication link between two programs running on the network. A socket is bound to a port number so that the TCP layer can identify the application that data is destined to be sent.Socket classes are used to represent the connection between a client program and a server program. The java.net package provides two classes--Socket and ServerSocket--which implement the client side of the connection and the server side of the connection, respectively.
Hokiefire
2007-09-30 06:26:19 UTC
In UNIX and some other operating systems, a software object that connects an application to a network protocol. In UNIX, for example, a program can send and receive TCP/IP messages by opening a socket and reading and writing data to and from the socket. This simplifies program development because the programmer need only worry about manipulating the socket and can rely on the operating system to actually transport messages across the network correctly. Note that a socket in this sense is completely soft - it's a software object, not a physical component.



(2) A receptacle into which a plug can be inserted.



(3) A receptacle for a microprocessor or other hardware component. http://www.webopedia.com/TERM/S/socket.html



Start your research here: http://www.google.com/search?q=TCP%20socket&sourceid=groowe&ie=utf-8&oe=utf-8

http://www.google.com/search?q=what%20is%20TCP%20socket&sourceid=groowe&ie=utf-8&oe=utf-8

Make it a great day!
Cherrypicker
2007-09-30 06:17:24 UTC
Obviously, there are many answers ... a place for a light bulb, the joint in your hip, etc. Presumably you mean what is a TCP-IP or network socket.



Socket in networking parlance is simply a way of referring to a logical 'bucket' that is defined with parameters that specify how the network connection will work. For example, it includes information on the type of networking (such as ethernet or apple-talk),the speed, the protocol, and other similar parameters.
2007-09-30 06:15:49 UTC
I'm a hardware guy, so this is my answer. A socket is a device attached to the motherboard that a processor fits into. See Hardwaresecrets.com, and Howstuffworks.com,(Computers), for more details, and images.
kc2mfh
2007-09-30 06:14:25 UTC
its a receptacle on the wall
2007-09-30 06:13:28 UTC
sgggg


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...