COMPUTER NETWORKING

APPLICATION LAYER

SOCKET INTERFACE PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Stream Socket means it uses
A
TCP connection
B
UDP connection
C
FTP connection
D
HTTP connections
Explanation: 

Detailed explanation-1: -Stream sockets, which use TCP as their underlying transport protocol. Datagram sockets, which use UDP as their underlying transport protocol. Unix Domain Sockets, which use local files to send and receive data instead of network interfaces and IP packets.

Detailed explanation-2: -Socket Types Stream sockets use TCP (Transmission Control Protocol), which may be a reliable, stream oriented protocol, and datagram sockets use UDP (Unix Datagram Protocol), which is unreliable and message oriented.

Detailed explanation-3: -There are two communication protocols that we can use for socket programming: User Datagram Protocol (UDP) and Transfer Control Protocol (TCP).

There is 1 question to complete.