The ip helper-address server-ip subcommand tells the router to do which of the following?
A) Watch for incoming DHCP messages, with destination IP address 0.0.0.0.
B) Change the incoming packet's source IP address to the router's incoming interface IP address.
C) Change the outgoing packet's source IP address to the address of the DHCP server.
D) Route the modified packet to the DHCP server.
B, D
Explanation: B) When an incoming DHCP message is received, it will have destination 255.255.255.255. The source IP should be changed to the router's incoming IP interface, and the destination should be changed to the DHCP server, where the modified packet should be routed.
D) When an incoming DHCP message is received, it will have destination 255.255.255.255. The source IP should be changed to the router's incoming IP interface, and the destination should be changed to the DHCP server, where the modified packet should be routed.
You might also like to view...
Which of the following is a threat to privacy and is sometimes installed when you visit a website?
A. Windows Defender B. EFS C. Macro script D. Spyware
Which of the following will NOT calculate the same answer for (Sum([Fee])*0.38)?
A) Sum([Fee]*(1-.38)) B) Sum([Fee]*.62) C) Sum([Fee]*1.00-0.38) D) Sum([Fee]*1.62)
A local area network (LAN) is generally owned, used, and operated by a single organization and allows computers to communicate directly through a common communication line.
Answer the following statement true (T) or false (F)
As memory management algorithms grow more complex, ____.
A. CPU use decreases B. CPU overhead increases C. buffers are required D. system performance improves