DHCP 2 Flashcards
What is MADCAP?
Multicast Address Dynamic Client Allocation Protocol.
What are 3 different scenarios that a Superscope would be used?
- Needing more addresses.
- Migrating
- Multiple DHCP servers
What is a multinet?
Two or more logical networks that exist on the same broadcast domain.
What PowerShell cmdlet is used to create a new scope in DHCP?
Add-DhcpServerv4Scope
What PowerShell cmdlet is used to create an exclusion range in DHCP?
Add-DhcpServerv4ExclusionRange
What is the IP range for Multicast Addresses?
224.0.0.0 through 239.255.255.255.
What is the default lease duration for multicast scopes?
30 days.
What are the 3 types of IPv6 addresses?
Link local: Begins with FE80 and isn’t routable outside the local network. Each device with a Link Local address will start the DAD process.
Globally routable: Begins with 2000-EFFF.
Multicast: Begins with FF.
What is DAD?
Duplicate Address Detection is used to verify if other devices on the network have the same address.
What flags are included in a Router Advertisement?
Autonomous, managed, and Other Config (AMO)
Upon boot up on a network, what do clients send out to routers in order to receive a Router Advertisement?
A Router Solicitation.
What is SLAAC?
Stateless Address Auto Configuration.
What is the loopback address for IPv6?
::1
How many bits are in an IPv6 address?
128
What PowerShell cmdlet views a list of attached network adapters?
Get-NetAdapter