Address Allocation Flashcards

1
Q

What is ARP used for in address allocation?

A

ARP is used to resolve IP addresses to MAC addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is it a bad sign if you receive an ARP response unexpectedly?

A

It indicates a duplicate or misconfigured IP address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why should static IP allocation be minimized?

A

Static allocation increases the risk of errors and management difficulties

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What devices typically require static IP addresses?

A

Routers and critical infrastructure devices need static IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why must devices with static IPs be clearly labeled?

A

To prevent IP conflicts and ensure proper network management by avoiding accidental reuse or misconfiguration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is DHCP?

A

Dynamic Host Configuration Protocol automates IP address assignment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why is DHCP preferable to static allocation?

A

It simplifies management and prevents address conflicts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does DHCP work?

A

It dynamically assigns IP addresses as devices join the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What happens if a DHCP server goes down?

A

Devices without batteries lose their addresses and may reboot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why is static DHCP not recommended for large networks?

A

It is difficult to manage and prone to failure if servers go down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the typical behavior of home routers regarding DHCP leases?

A

Home routers do not record leases and may reassign duplicate IPs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are common solutions for DHCP redundancy?

A

Two servers managing different pools or one with failover capability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is having multiple DHCP servers a potential problem?

A

More servers increase complexity and potential points of failure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is DHCP relaying?

A

A mechanism to forward DHCP requests to a central server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do DHCP relays operate?

A

They forward packets deterministically without storing state

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a rogue DHCP server?

A

An unauthorized server that disrupts network configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Why are rogue DHCP servers dangerous?

A

They can redirect traffic by altering router information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

How is the risk of rogue DHCP servers mitigated today?

A

Encryption reduces the threat of traffic redirection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the role of Ethernet MAC addresses in networking?

A

They uniquely identify devices at the hardware level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

How are Ethernet MAC addresses structured?

A

Three bytes identify the manufacturer and three bytes identify the device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Can MAC addresses be changed?

A

Yes they can be changed for compatibility or malicious purposes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is SLAAC?

A

Stateless Address Auto Configuration assigns IPv6 addresses automatically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is the main privacy concern with SLAAC?

A

It embeds the MAC address in the IPv6 address allowing tracking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

How does RFC4941 improve SLAAC privacy?

A

It generates random IPv6 addresses that change periodically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is RFC7217 and how does it differ from RFC4941?
RFC7217 creates stable IPv6 addresses consistent on the same network
26
What is the purpose of IPv6 router advertisements?
They announce network information to devices
27
What are the M and O flags in IPv6 DHCP?
M indicates managed mode and O provides additional configuration
28
Why is DHCPv6 logging debated?
It is easier to forge addresses reducing accountability
29
What happens if a device receives a duplicate IP?
It may fail to connect unless duplicate detection mechanisms are in place
30
Why is SLAAC not suitable for DNS configuration by default?
SLAAC does not provide DNS server information directly
31
What is the main advantage of SLAAC over DHCP?
SLAAC eliminates the need for a central server
32
How does DHCPDISCOVER initiate the DHCP process?
It broadcasts a request for an IP address
33
What does DHCPOFFER provide during the DHCP process?
A server offers an IP address along with lease details
34
What is the purpose of DHCPACK in the process?
It confirms the lease and finalizes the IP assignment
35
Why is DHCP unauthenticated a security risk?
It allows unauthorized servers to tamper with network settings
36
What is the effect of short lease times in DHCP?
They reduce conflicts after server restarts
37
How do DHCP relays benefit large networks?
They centralize management and distribute requests
38
What is a critical challenge with multiple DHCP servers?
Ensuring synchronization to prevent IP conflicts
39
Why is DHCP essential for large dynamic networks?
It automates address allocation and reduces errors
40
What happens during DHCP renewal?
A device requests to extend its current lease
41
What is the impact of DHCP server failure on devices with batteries?
They retain their IP addresses until the lease expires
42
Why is DHCP redundancy critical for reliability?
It ensures continuity during server outages
43
What is a key limitation of unmanaged DHCP relays?
They rely entirely on central servers for decisions
44
What is the purpose of RFC1918 addresses?
To provide private address spaces for local networks
45
What is the main difference between SLAAC and DHCPv6?
SLAAC self-assigns addresses while DHCPv6 is managed by a server
46
How do privacy extensions in IPv6 work?
They generate temporary addresses to prevent tracking
47
What are the challenges of using privacy addresses for administrators?
Frequent changes make tracking and logging difficult
48
Why do stable addresses improve IPv6 logging?
They remain consistent on the same network
49
What is the purpose of router advertisements in IPv6?
To announce connectivity and network details
50
How is SLAAC configured in IPv6?
Devices deduce the prefix and generate their own addresses
51
Why is the MAC-based addressing in SLAAC a privacy concern?
It exposes the hardware identity across networks
52
How does RFC4941 address IPv6 privacy concerns?
It uses random suffixes to generate temporary addresses
53
What is the difference between RFC4941 and RFC7217?
RFC4941 creates random addresses while RFC7217 uses stable ones
54
Why is redundancy not always beneficial for DHCP servers?
More servers increase complexity and failure points
55
What is the purpose of a relay in DHCP?
To forward requests to a centralized server
56
What is the risk of DHCP spoofing?
Attackers can manipulate routing and DNS information
57
What is SLAAC's limitation regarding DNS servers?
It does not natively provide DNS configuration
58
Why is dual-stack IPv4 and IPv6 necessary?
IPv6 deployment is incomplete requiring fallback to IPv4
59
What does DHCPREQUEST do in the process?
It lets a client confirm or renew an offered IP address
60
How does VMware handle DHCP in modern networks?
It uses a virtual server with failover for reliability
61
What is the role of timeouts in DHCP?
To release unused addresses and prevent conflicts
62
What is the benefit of DHCP over static allocation?
It dynamically manages addresses reducing conflicts
63
Why is DHCP failure considered critical?
It can disrupt the entire network by failing to assign addresses
64
How does SLAAC simplify IPv6 address allocation?
It eliminates the need for a DHCP server
65
What is the challenge with privacy extensions in IPv6?
They make tracking and debugging harder
66
How does DHCPACK handle duplicate IPs?
It ensures only one device receives the assigned IP
67
What are the risks of unmanaged DHCP servers?
They can assign conflicting or incorrect addresses
68
Why is SLAAC preferred for simple IPv6 networks?
It requires no central management for address assignment
69
What is a major security concern with DHCP?
It allows unauthorized devices to disrupt network operations