InterviewSolution
Saved Bookmarks
| 1. |
The DHCP server _________(a) maintains a database of available IP addresses(b) maintains the information about client configuration parameters(c) grants a IP address when receives a request from a client(d) all of the mentionedI had been asked this question during an internship interview.This is a very interesting question from DHCP topic in portion Application Layer of Computer Network |
|
Answer» CORRECT choice is (d) all of the mentioned The best explanation: Whenever a DHCP server GETS a request from a client it responds with a DHCP offer containing IP address being OFFERED, network MASK offered, the amount of time that the client can USE and keep it, the ip address of the DHCP server making this offer. |
|