Address Allocation Flashcards
What is ARP used for in address allocation?
ARP is used to resolve IP addresses to MAC addresses
Why is it a bad sign if you receive an ARP response unexpectedly?
It indicates a duplicate or misconfigured IP address
Why should static IP allocation be minimized?
Static allocation increases the risk of errors and management difficulties
What devices typically require static IP addresses?
Routers and critical infrastructure devices need static IP addresses
Why must devices with static IPs be clearly labeled?
To prevent IP conflicts and ensure proper network management by avoiding accidental reuse or misconfiguration.
What is DHCP?
Dynamic Host Configuration Protocol automates IP address assignment
Why is DHCP preferable to static allocation?
It simplifies management and prevents address conflicts
How does DHCP work?
It dynamically assigns IP addresses as devices join the network
What happens if a DHCP server goes down?
Devices without batteries lose their addresses and may reboot
Why is static DHCP not recommended for large networks?
It is difficult to manage and prone to failure if servers go down
What is the typical behavior of home routers regarding DHCP leases?
Home routers do not record leases and may reassign duplicate IPs
What are common solutions for DHCP redundancy?
Two servers managing different pools or one with failover capability
Why is having multiple DHCP servers a potential problem?
More servers increase complexity and potential points of failure
What is DHCP relaying?
A mechanism to forward DHCP requests to a central server
How do DHCP relays operate?
They forward packets deterministically without storing state
What is a rogue DHCP server?
An unauthorized server that disrupts network configuration
Why are rogue DHCP servers dangerous?
They can redirect traffic by altering router information
How is the risk of rogue DHCP servers mitigated today?
Encryption reduces the threat of traffic redirection
What is the role of Ethernet MAC addresses in networking?
They uniquely identify devices at the hardware level
How are Ethernet MAC addresses structured?
Three bytes identify the manufacturer and three bytes identify the device
Can MAC addresses be changed?
Yes they can be changed for compatibility or malicious purposes
What is SLAAC?
Stateless Address Auto Configuration assigns IPv6 addresses automatically
What is the main privacy concern with SLAAC?
It embeds the MAC address in the IPv6 address allowing tracking
How does RFC4941 improve SLAAC privacy?
It generates random IPv6 addresses that change periodically
What is RFC7217 and how does it differ from RFC4941?
RFC7217 creates stable IPv6 addresses consistent on the same network
What is the purpose of IPv6 router advertisements?
They announce network information to devices
What are the M and O flags in IPv6 DHCP?
M indicates managed mode and O provides additional configuration