Q. Which of the following statement is TRUE?
-
(A)
With stream sockets there is no need to establish any connection and data flows between the processes are as continuous streams.
-
(B)
Stream sockets are said to provide a connection-less service and UDP protocol is used
-
(C)
Datagram sockets are said to provide a connection-oriented service and TCP protocol is used
-
(D)
With datagram sockets there is no need to establish any connection and data flows between the processes are as packets.
β
Correct Answer: (D)
With datagram sockets there is no need to establish any connection and data flows between the processes are as packets.