What is socket and server socket?
Answer / fackrudheen
A socket is one end of a two-way communications link
between two programs running on the network
A server socket is an computer communications end point for
new incoming connections. The server socket will accept
incoming connections, handle all lower-level network
traffic to finalize the incoming connection and then spawn
a new connection that can be used to read from or write to,
depending on the code. The server socket itself will still
be available to accept other incoming connections.
| Is This Answer Correct ? | 16 Yes | 0 No |
what is the role of Domain controller in lan ? What is the active directory ?
What is the Command Used to Convert a StandAlone PC into Domain Controller?
Which of the following is a language. A). QBE. B). SQL. C). QUEL. D). C
What are Network Components and explain their uses?
What is MAC address
Why transport layer protocols like TCP and UDP are called end-to-end protocols. What is the difference between them?
When we are developing interface program in oracle apps what we have to do if there is no interface table.
How will you choose between synchronous and asynchronous replication for SRDF?
What are the networking protocol options for the Windows clients if for some reason you do not want to use TCP or IP?
which of the following is not used for client/server. i)RPC,ii)TCP/IP,iii)MESSAGEQs,iv)None
what is colour port? what is the use with it?
What is datagram, datagram packets and datagram sockets?