Computer Sciences > GATE 2026 SET-2 > Computer Networks
Which one of the following protocols may need to broadcast some of its messages?
A
SMTP
B
FTP
C
DHCP
D
HTTP

Correct : c

DHCP (Dynamic Host Configuration Protocol) is the protocol that needs to broadcast some of its messages. When a new device joins a network, it does not yet have an IP address and does not know the address of any DHCP server. Because of this, the device sends a DHCP Discover message as a broadcast to the address 255.255.255.255, hoping that a DHCP server on the network will hear it and respond. The server then replies with a DHCP Offer, also typically broadcast, and the process completes with Request and Acknowledgment messages. Without broadcasting, the client would have no way to locate the server since it has no IP configuration at all yet.
The other options do not need broadcasting. SMTP (Simple Mail Transfer Protocol) is used for sending emails between mail servers and clients — it always communicates with a known server address using TCP on port 25. FTP (File Transfer Protocol) transfers files between a client and a known server and always uses directed unicast communication. HTTP (Hypertext Transfer Protocol) is used for web communication between browsers and servers, also always unicast to a specific IP address and port.
The key distinction is that DHCP operates before the client has any IP identity — so broadcasting is not just useful, it is the only option available at that stage.
Correct answer: C — DHCP ✓

Similar Questions

Suppose two hosts are connected by a point-to-point link and they are configured to use Stop-and-Wait protocol for reliable data transfer. Identify in which one...
#954 MCQ
Which of the following statements is/are INCORRECT about the OSPF (Open Shortest Path First) routing protocol used in the Internet?
#961 MSQ
Suppose you are asked to design a new reliable byte-stream transport protocol like TCP. This protocol, named myTCP, runs over a 100 Mbps network with Round Trip...
#985 MSQ

Related Topics

DHCP broadcast message GATE 2026 GATE CS 2026 Set-2 Q22 protocol broadcasts messages GATE DHCP discover broadcast 255.255.255.255 computer networks GATE 2026 DHCP vs SMTP FTP HTTP broadcast DHCP no IP address broadcast network protocol broadcast GATE

Unique Visitor Count

Total Unique Visitors

Loading......