InterviewSolution
| 1. |
How Does The Dhcp Server Determine The Originating Subnet Of The Dhcp Client? |
|
Answer» DHCP servers STORE RANGES of addresses that can be assigned to hosts on individual subnets. When a DHCP CLIENT starts up and if the DHCP client is on the same subnet as the DHCP server, the DHCP server can identify the subnet from the interface on which the DHCP messages from the client were received. DHCP servers store ranges of addresses that can be assigned to hosts on individual subnets. When a DHCP client starts up and if the DHCP client is on the same subnet as the DHCP server, the DHCP server can identify the subnet from the interface on which the DHCP messages from the client were received. |
|