1.4 Given a scenario, configure the appropriate IP addressing components. Flashcards

1
Q

IPv4 Addresses

A

• Every device needs a unique IP address

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

Subnet mask, e.g., 255.255.255.0

A

• Used by the local device to determine what subnet it’s on

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

Default gateway, e.g., 192.168.1.1

A
  • The router that allows you to communicate outside of your local subnet
  • The default gateway must be an IP address on the local subnet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Special IPv4 addresses

A
  • Loopback address - Ranges from 127.0.0.1 through 127.255.255.254
  • Reserved addresses - Set aside for future use or testing 240.0.0.1 through 254.255.255.254
  • Virtual IP addresses (VIP)-Virtual machine, internal router address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Classful Subnetting

A
  • Very specific subnetting architecture

* Used as a starting point when subnetting

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

network address

A

• Network address - The first IP address of a subnet - Set all host bits to 0 (0 decimal)

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

First usable host address

A

• One number higher than the network address

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

Network broadcast address

A

• The last IP address of a subnet - Set all host bits to 1 (255 decimal)

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

Last usable host address

A

• One number lower than the broadcast address

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

Assigning IPv6 Addresses

A
  • Internet Assigned Numbers Authority (IANA) provides address blocks to RIRs (Regional Internet Registries)
  • RIRs assigns smaller subnet blocks to ISPs (Internet Service Providers)
  • ISP assigns a /48 subnet to the customer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

VLSM (Variable Length Subnet Masks)

A
  • Class-based networks are inefficient• The subnet mask is based on the network class
  • Use different subnet masks in the same classful network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

DHCP

A
  • Dynamic Host Configuration Protocol

* Provides automatic address / IP configuration for almost all devices

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

• Step 1: Discover - Client to DHCP Server

A

• Find all of the available DHCP Servers

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

• Step 2: Offer - DHCP Server to client

A

• Send some IP address options to the client

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

• Step 3: Request - Client to DHCP Server

A

• Client chooses an offer and makes a formal request

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

• Step 4: Acknowledgement -

A

DHCP Server to client • DHCP server sends an acknowledgement to the client

17
Q

Turning dynamic into static

A

• Configure an IP reservation on the DHCP server • Associate a specific MAC address with an IP address

18
Q

APIPA - Automatic Private IP Addressing

A
  • A link-local address - No forwarding by routers

* IETF has reserved 169.254.0.1 - through 169.254.255.254

19
Q

Stateful DHCPv6

A

• Very similar process to DHCPv4 - udp/546 (client) and udp/547 (server)
DHCPv6 Solicit to [ff02::1:2]:547
DHCPv6 Adver,se to [fe80::aabb:ccff:fedd:eeff]:546
Request,Reply

20
Q

Configuring IPv6 with a modified EUI-64

A
  • The MAC address

* Extended Unique Identifier (64-bit)• Combined a 64-bit IPv6 prefix and the MAC address

21
Q

Converting EUI-48 to EUI-64

A
  • Split the MAC
  • Invert the seventh bit
  • Turns the burned-in address (BIA) into a locally administered address

• This is the U/L bit (universal/local)