Which one of the following protocols may need to broadcast some of its messages?
2026
Which one of the following protocols may need to broadcast some of its messages?
- A.
SMTP
- B.
FTP
- C.
DHCP
- D.
HTTP
Attempted by 308 students.
Show answer & explanation
Correct answer: C
Network protocols utilize different communication methods depending on their purpose. Some operate over direct connections, while others require reaching multiple devices simultaneously.
SMTP, FTP, and HTTP typically function using unicast communication. They establish dedicated links between a specific client and server to exchange data securely and efficiently.
DHCP, however, often requires broadcasting messages during the initial configuration phase. A client sends a broadcast discovery packet to find a DHCP server on the local network without knowing its IP address.
Therefore, among the given options, DHCP is the protocol that may need to broadcast some of its messages to function correctly.