answersLogoWhite

0

What is source server socket?

Updated: 11/10/2022
User Avatar

Wiki User

12y ago

Best Answer

The ServerSocket bind to a local address and listens for new connections

When a new connection arrives and the socket is managed by an IOManager

a new Socket is created from the socket prototype provided on construction.

You can also call accept() directly. The socket will then block until

a new connection appears.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is source server socket?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is called server socket layer?

socket layer is a interface between sender server and the receiving server


Why does TCP server program have two sockets?

1)Socket 2)Server Socket Server socket is used for normal two-way socket communication. Socket class allows us to read and write through the sockets. getInputStream() and getOutputStream() are the two methods available in socket class.


What is the return type of accept method in the server socket classes?

SOCKET


What is server secure socket?

rshfnfx rqzxkudsrhjzthck


How connectionless communication between a client and a server proceeds when using sockets?

Both the client and the server create a socket, but only the server binds the socket to a local endpoint. The server can then subsequently do a blocking readcall in which it waits for incoming data from any client. Likewise, after creating the socket, the client simply does a blocking call to write data to the server. There is no need to close a connection.


How do you start a PHP socket server?

Checkout: http://ir.php.net/manual-lookup.php?pattern=socket&lang=en


How do you change source on a RuneScape private server?

You download a different source from a RuneScape private Server community


What is the meaning of socks?

Other than the ordinary meaning, SOCKS (SOCKet Secure) is an internet protocol that routes network packets between a client and server through a proxy server.


Is there an online source for downloading backup software for a server?

Yes, there is an online source for downloading backup software for a server. You can find them at www.barracudanetworks.com or www.CommVault.com


True or false the line in connector is a socket used to attach an audio source?

True. The line in the connector is a socket used to attach an audio source. The headphone connector is a socket that is used to attach an audio output device.


What is the correct destination socket number for a webpage?

The correct destination socket number for a webpage is 198.133.219.25:80. This is the webpage request sent from the host to the web server.


What is Most common open source web server available for Linux?

The Apache web server.