- Q How passive immunity is acquired?
- Q Why should a manger know about research when the job entails managing people, products, events, environments, and the like?
- Q How can we encrypt and decrypt a data presented in a table using mysql?
- Q What is difference between association, aggregation and inheritance relationships?
- Q Give the Zoological names of the following: Tiger
- Q In which year United Nations Development Programme (UNDP) published the first Human Development Report?
- Q ______ is secerted by the liver?
- Q Kalaripayattu is related to which state?
- Q When do you think you will complete and be able to join?(contextual question)
- Q Which is known as 'laughing gas'?
- Q What is the percentage of gold in 18 carat gold?
Question
Regarding DHCP (dynamic host configuration protocol), which two of the following choices below are true? (Select two answer choices)
A. The DHCP Discover message uses FF-FF-FF-FF-FF as the Layer 2 destination
address.
B. The DHCP Discover message uses UDP as the transport layer protocol.
C. The DHCP Discover message uses a special Layer 2 multicast address as the
destination address.
D. The DHCP Discover message uses TCP as the transport layer protocol.
E. The DHCP Discover message does not use a Layer 2 destination address.
F. The DHCP Discover message does not require a transport layer protocol.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
Answers
A, B
Explanation:
DHCP uses UDP as its transport protocol. DHCP messages from a client to a server are
sent to the DHCP server port (UDP port 67), and DHCP messages from a server to a
client are sent to the DHCP client port (UDP port 68).
The client broadcasts a DHCPDISCOVER message on its local physical subnet. The
DHCPDISCOVER message may include options that suggest values for the network
address and lease duration. BOOTP relay agents may pass the message on to DHCP
servers not on the same physical subnet.
Each server may respond with a DHCPOFFER message that includes an available
network address in the "ipaddr" field (and other configuration parameters in DHCP
options). Servers need not reserve the offered network address, although the protocol will
work more efficiently if the server avoids allocating the offered network address to
another client. The server unicasts the DHCPOFFER message to the client (using the
DHCP/BOOTP relay agent if necessary) if possible, or may broadcast the message to a
broadcast address (preferably 255.255.255.255) on the client's subnet.
Incorrect Answers:
C. DHCP messages are broadcast to the "all hosts" address. IP multicast addresses are
not used.
D. UDP is used, not TCP.
E. Since DHCP is used so that a client can obtain an IP address, a layer two destination
address must be used, as the layer 3 IP address does not yet exist on the client for the
return traffic.
F. DHCP, along with nearly every other type of traffic, requires the use of a transport
layer protocol. Your Comment
Explanation:
DHCP uses UDP as its transport protocol. DHCP messages from a client to a server are
sent to the DHCP server port (UDP port 67), and DHCP messages from a server to a
client are sent to the DHCP client port (UDP port 68).
The client broadcasts a DHCPDISCOVER message on its local physical subnet. The
DHCPDISCOVER message may include options that suggest values for the network
address and lease duration. BOOTP relay agents may pass the message on to DHCP
servers not on the same physical subnet.
Each server may respond with a DHCPOFFER message that includes an available
network address in the "ipaddr" field (and other configuration parameters in DHCP
options). Servers need not reserve the offered network address, although the protocol will
work more efficiently if the server avoids allocating the offered network address to
another client. The server unicasts the DHCPOFFER message to the client (using the
DHCP/BOOTP relay agent if necessary) if possible, or may broadcast the message to a
broadcast address (preferably 255.255.255.255) on the client's subnet.
Incorrect Answers:
C. DHCP messages are broadcast to the "all hosts" address. IP multicast addresses are
not used.
D. UDP is used, not TCP.
E. Since DHCP is used so that a client can obtain an IP address, a layer two destination
address must be used, as the layer 3 IP address does not yet exist on the client for the
return traffic.
F. DHCP, along with nearly every other type of traffic, requires the use of a transport
layer protocol. Your Comment
- 0
- 0
- New Answer
- Contributors: *,