COMPUTER NETWORKING

APPLICATION LAYER

SOCKET INTERFACE PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is known as passive socket
A
Client Socket
B
Server Socket
C
Port Socket
D
none of the above
Explanation: 

Detailed explanation-1: -Passive sockets are used by servers to accept connection requests with the CONNECT macro. An active socket is transformed into a passive socket by binding a name to the socket with the BIND macro and by indicating a willingness to accept connections with the LISTEN macro.

Detailed explanation-2: -Because of the standardization of the TCP/IP protocols in the development of the Internet, the term network socket is most commonly used in the context of the Internet protocol suite, and is therefore often also referred to as Internet socket.

Detailed explanation-3: -Stream Sockets − Delivery in a networked environment is guaranteed. Datagram Sockets − Delivery in a networked environment is not guaranteed. Raw Sockets − These provide users access to the underlying communication protocols, which support socket abstractions. More items

There is 1 question to complete.