Home » Computer Networks » Computer networks miscellaneous » Question

Computer networks miscellaneous

  1. Which one of the following uses UDP as the transport protocol?
    1. HTTP
    2. Telnet
    3. DNS
    4. SMTP
Correct Option: C

Either TCP or UDP can be used as transport protocol to transport DNS protocol messages, connecting to server port 53 for either. Ordinary DNS request can be made with TCP, through convention dictates the use of UDP for normal operation. TCP must be used for zone transfers, however, because of the danger of dropping records with an unreliable delivery protocol such as UDP.



Your comments will be displayed only after manual approval.