GCIH Exam QuestionsBrowse all questions from this exam

GCIH Exam - Question 100


Which of the following network applications is better suited for using a connection-oriented protocol than a stateless protocol?

Show Answer
Correct Answer: C

The Windows Server Message Block (SMB) is better suited for using a connection-oriented protocol. SMB enables file sharing over a network and requires reliable communication, which a connection-oriented protocol like TCP provides. TCP ensures the delivery of packets in the correct sequence, error-checking, and retransmission of lost packets, which is crucial for file-sharing applications. In contrast, Domain Name Service (DNS) queries typically use a stateless protocol like UDP, which does not guarantee delivery or order.

Discussion

1 comment
Sign in to comment
XBal
Sep 15, 2024

DNS is Stateless protocol and SMB is Connection Oriented so I think answer should be "C"