IP Addressing Flashcards

1
Q

IPv4

A

Four octets, 32 bits, number range between 0-255

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

What makes up classful networking ?

A

Class A, B, C

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

Provide 1st octect, # of hosts, and subnet mask for Class A.

A

1-126, 16.7 million hosts, and 255.0.0.0

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

Provide 1st octect, # of hosts, and subnet mask for Class B.

A

128-191, 65k hosts, and 255.255.0.0

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

Provide 1st octect, # of hosts, and subnet mask for Class C.

A

192-223, 254 hosts, and 255.255.255.0

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

What are the private/NAT addresses (non-routable IPv4 addresses) ?

A

10.0.0.0-10.255.255.255
172.16.0.0-172.31.255 255
192.168.0.0-192.168.255.255

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

APIPA (automatic private IP address)

A

Self assigned by a host when DHCP is not available

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

What range is reserved for APIPA ?

A

169.254.0.0-169.254.255.255

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

What is the multicast IP range ?

A

224.0.0.0-239.255.255.255

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

Loopback (local host)

A

Used for a host to communicate to itself

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

Loopback IP address

A

Anything in 127.0.0.0 range

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

Why are loopback addresses used ?

A

Test network connectivity on a local machine by sending packets to itself

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

What does subnetting do ?

A

Taking bigger classful networks and breaking them down into smaller subnetworks

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

Benefits of subnetting ?

A

Minimize broadcasting, optimized network performance, simplified management, and security

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

What are some of the IPv6 benefits ?

A

More addresses, IPSec, no broadcast, multicast based, plug-n-play, and auto-configuration

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

What is an IPv6 address ?

A

128 bits divided into 8 fields, each being 16 bits

17
Q

What do the first 64 bits mean in IPv6 ?

A

Assigned to an organization

18
Q

What does the IPv6 interface-ID provide ?

A

Identifies a unique interface on a host

19
Q

IPv6 compression

A

Drop leading zeros, use double colon for groups of zeros (can only be used once)

20
Q

Global unicast addresses

A

Publicly routable addresses used to communicate outside of a local network (2000::/3)

21
Q

Unique local addresses

A

Non-publicly routable addresses used to communicate within a local network (FC00::/7)(FD00/8)

22
Q

Link local addresses

A

Replacement for APIPA (FE80::/10)

23
Q

Multicast IPv6 address

A

FF00::/8

24
Q

Loopback IPv6

A

::1, used for testing

25
Q

Anycast IPv6

A

One to nearest, replaces broadcast from IPv4