Question:

Which one of the following protocols may need to broadcast some of its messages?

Show Hint

Think about which protocol's client does not yet have an IP address and therefore cannot address a specific server directly, so it must broadcast.
Updated On: Jul 7, 2026
  • SMTP
  • FTP
  • DHCP
  • HTTP
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Examine each protocol's addressing requirement.
Step 2: SMTP, FTP and HTTP are application layer protocols that operate between a client and a server whose IP address is already known, either resolved via DNS or already configured, so they only need unicast communication.
Step 3: DHCP is used by a host to obtain an IP address when it has no IP address yet. Since the host does not know the address of the DHCP server, it sends a DHCPDISCOVER message as a broadcast, destination 255.255.255.255, so that any DHCP server on the local network can respond.
Final Answer: DHCP (Option C)
Was this answer helpful?
0
0

Top GATE CS Computer Science and IT Engineering Questions

View More Questions