A. Ip address
B. Mac address
C. Url
D. None of the mentioned
Explanation: We use DHCP to allow the hosts to acquire their ip addresses dynamically which is better than visiting each and every host on the network and configure all of this information manually.
A. Ipv6
B. Ipv4
C. Both ipv6 and ipv4
D. None of the mentioned
Explanation: DHCP is used for both IPv4 and IPv6 addressing. With DHCP you get to let the hosts know about the change dynamically, and hosts update their info themselves.
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 mentioned
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.
A. For a limited period
B. For an unlimited period
C. Not time dependent
D. None of the mentioned
Explanation: The IP address offered to a client is only for a limited period of time. There is actually a certain amount of time that the client can use and keep this IP address.
A. 66
B. 67
C. 68
D. 69
Explanation: 67 is the UDP port number that is used as the destination port of a server. Whereas UDP port number 68 is used by the client.
A. Dynamic allocation
B. Automatic allocation
C. Static allocation
D. All of the mentioned
Explanation: When a host acquires multiple offers of IP addresses from different DHCP servers, the host will broadcast a dhcp request identifying the server whose offer has been accepted.
A. Udp broadcast
B. Udp unicast
C. Tcp broadcast
D. Tcp unicast
Explanation: DHCP actually employs a connectionless service, which is provided by UDP, since TCP is connection oriented. It is implemented with two UDP port numbers 67 and 68 for its operations.
A. Internet relay chat
B. Broader gateway protocol
C. Address resolution protocol
D. None of the mentioned
Explanation: ARP abbreviation for address resolution protocol is used for mapping IP addresses to MAC addresses that are present in the local network.
A. Techniques applied to ensure the security of an existing DHCP infrastructure
B. Encryption of the DHCP server requests
C. Algorithm for DHCP
D. None of the mentioned
Explanation: DHCP snooping is a security feature that is used in OS of a network in the layer 2. This technology prevents unauthorized DHCP servers offering IP addresses to DHCP clients.
A. Mac address
B. Ip address
C. Both mac address and ip address
D. None of the mentioned
Explanation: The DHCP snooping is done to prevent unauthorized IP addresses being offered by unauthorized servers. This features allows only specific mac addresses and IP addresses to access the network.