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
What parameter turns a ping into an IPv6 ping?
-6
What PowerShell cmdlet enables Router Advertisement?
Set-NetIPInterface
What filter is used to only show IPv6 traffic in Wireshark?
IPv6
What PowerShell cmdlet is used to add the network ID to a Router Advertisement?
Set-NetRoute
What PowerShell cmdlet is used to view current routing information? What parameter would be used to view the IPv4 or IPv6 routing table specifically?
Get-NetRoute (-AddressFamily “IPv4” or “IPv6”)
The name of the boot image file must match the name specified in option 67 within the Scope options in DHCP Manager. True or False?
True.
What file is a .wim?
Windows Image file
What is a Mutlicast scope?
A scope within the Class D multicast address range
What PowerShell command is the equivalent to a “route add” command?
New-NetRoute -DestinationPrefix “Network ID/prefix” -NextHop “next hop address” -InterfaceAlias “ExampleEthernet1”