Sunday , 3 December 2023
Home / Computer Science / Networking / Protocols / Which protocol does DHCP use at the Transport layer

Which protocol does DHCP use at the Transport layer

A. IP
B. UDP
C. TCP
D. ARP

Answer & Solution
Option: B
Explanation :The DHCP employs a connectionless service model, using the User Datagram Protocol (UDP). It is implemented with two UDP port numbers for its operations.The DHCP employs a connectionless service model, using the User Datagram Protocol (UDP). It is implemented with two UDP port numbers for its operations
UDP (User Datagram Protocol) is an alternative communications protocol to Transmission Control Protocol (TCP) used primarily for establishing low-latency and loss-tolerating connections between applications on the internet.
Both UDP and TCP run on top of the Internet Protocol (IP) and are sometimes referred to as UDP/IP or TCP/IP.Where UDP enables process-to-process communication, TCP supports host-to-host communication. TCP sends individual packets and is considered a reliable transport medium; UDP sends messages, called datagrams, and is considered a best-effort mode of communications.
Discuss in Forum
Report Error
Please comment below with correct answer and it’s detail explanation.



    About malik man

    Check Also

    Which protocol is used to send a destination network unknown message back to originating hosts

    A. TCP B. ARP C. ICMP D. BootP

    Leave a Reply

    Your email address will not be published. Required fields are marked *