DHCP Interview Questions PDF
DHCP Interview Questions PDF
Answer: Dynamic Host Configuration Protocol (DHCP) is a network protocol that enables a server to
automatically assign an IP address to a computer from a defined range of numbers (i.e. a scope)
configured for a given network.
Answer: DHCP scopes are used to define range of addresses from which a DHCP server can assign IP
addresses to clients.
Answer:
Normal Scope - Allows A, B and C Class IP address ranges to be specified including subnet masks,
exclusions and reservations. Each normal scope defined must exist within its own subnet.
Multicast Scope - Used to assign IP address range for Class D network. Multicast scopes do not have
subnet masks, reservation or other TCP/IP options.
Multicast scope address ranges require that a Time To Live (TTL) value be specified (essentially the
number of routers a packet can pass through on the way to its destination).
Superscope - Essentially a collection of scopes grouped together such that they can be enabled and
disabled as a single entity.
Answer:
1. If a DHCP server is to operate within an Active Directory domain (and is not running on a domain
controller) it must first be authorized.
2. This can be achieved either as part of the DHCP Server role installation, or subsequently using either
DHCP console or at the command prompt using the netsh tool.
3. If the DHCP server was not authorized during installation, invoke the DHCP console (Start -> All
Programs -> Administrative Tools -> DHCP),
Answer:
1. DHCP provides the following benefits for administering your TCP/IP-based network: Safe and reliable
configuration. DHCP avoids configuration errors caused by the need to manually type in values at each
computer.
2. Also, DHCP helps prevent address conflicts caused by a previously assigned IP address being reused to
configure a new computer on the network.
Answer:
1. Go to Server Manager
2. Manage Roles
5. Scope
6. Authorization.
3. When prompted, type the name or IP address of the DHCP server to be authorized, and then click OK.
Answer: DHCP, like BOOTP runs over UDP, utilizing ports 67 and 68.
Question 11. Can A DHCP Server backup another DHCP Server?
Answer: You can have two or more servers handing out leases for different addresses
If each has a dynamic pool accessible to the same clients, then even if one server is down, one of those
clients can lease an address from the other server.
Answer: A MAC address (also called an Ethernet address or an IEEE MAC address) is a number which
uniquely identifies a computer that has an Ethernet interface.
Answer: A DHCP lease is the amount of time that the DHCP server grants to the DHCP client permission
to use a particular IP address. A typical server allows its administrator to set the lease time.
Question 15. How can I prevent unauthorized Laptops from using A Network that uses DHCP for
dynamic addressing?
Answer:
2. DHCP does not prevent other clients from using the addresses it is set to hand out nor can it
distinguish between a computer's permanent MAC address and one set by the computer's user.
3. DHCP can impose no restrictions on what IP address can use a particular port nor control the IP
address used by any client.
Answer: C:\Windows\System32\Dhcp
Question 18. What Is Bootp?
Answer: BOOTP (bootstrap protocol) is a host configuration protocol. It was developed before DHCP.
Answer: A DHCP relay agent is any host that forwards DHCP packets between clients and servers if
server is not on the same physical subnet.
Answer: With APIPA, DHCP clients can automatically self-configure an IP address and sub netmask when
a DHCP server is not available.
Answer: The IP address range is 169.254.0.1 through 169.254.255.254. The client also configures itself
with a default Class B subnet mask of 255.255.0.0.
Question 22. What are the information A DHCP Server can provide To a Host?
IP address
Subnet mask
Default gateway
Domain Name Server
WINS information