COMPUTER NETWORKING

APPLICATION LAYER

SOCKET INTERFACE PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Once a server accepts a TCP socket, it is handed off to:
A
Domain controller
B
Worker object
C
Dynamic cache
D
Overflow stack
Explanation: 

Detailed explanation-1: -c) What happens with TCP and UDP if you start the server after the client but before typing any input? make a TCP connection with a non-existent server process. Creating the client socket will fail.

Detailed explanation-2: -recv(bufsize) − As name implies, this method receives the TCP message from socket. send(bytes) − This method is used to send data to the socket which is connected to the remote machine. recvfrom(data, address) − This method receives data from the socket. More items

There is 1 question to complete.