IPv4 Addressing Flashcards

1
Q

What are the possible first octet values of a Class A network?

A

1-127

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

What is the Default Subnet Mask of a Class A network?

A

255.0.0.0

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

How many possible hosts can there be on a Class A network?

A

16.7 million

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

What is the CIDR Notation for a Class A network?

A

/8

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

What are the possible first octet values of a Class B network?

A

128-191

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

What is the Default Subnet Mask of a Class B network?

A

255.255.0.0

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

How many possible hosts can there be on a Class B network?

A

65,536

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

What is the CIDR Notation for a Class B network?

A

/16

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

What are the possible first octet values of a Class C network?

A

192-223

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

What is the Default Subnet Mask of a Class C network?

A

255.255.255.0

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

How many possible hosts can there be on a Class C network?

A

256

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

What is the CIDR Notation for a Class C network?

A

/24

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

What are the possible first octet values of a Class D network?

A

224-239

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

What are the possible first octet values of a Class E network?

A

240-255

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

How many possible hosts can there be on a Class E network?

A

268 million, which are all reserved for experimental purposes

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

Multicast Address

A

Logical identifier for a group of hosts in a computer network (like a group chat)

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

Classful Mask

A

Default subnet mask for a given class of IP addresses

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

Classless Inter-Domain Routing

A

Allows for the borrowing of some of the host bits and reassigning them to the network portion of the subnet mask

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

Subnetting

A

Allows for the use of a classless subnet mask to create smaller networks with fewer hosts in each network
Process is called CIDR (Classless Inter-Domain Routing) Notation

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

ICANN

A

Internet Corporation for Assigned Names and Numbers
Globally manages and leases publicly routable IP addresses

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

ARIN

A

North America IP addresses

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

LACNIC

A

Latin America IP addresses

23
Q

AFNIC

A

Africa IP addresses

24
Q

APNIC

A

Asia Pacific IP addresses

25
RIPE
Europe IP addresses
26
NAT
Network Address Translation Allows for routing of private IPs through a public IP
27
RFC 1918
Used to document how organizations could conduct address allocation for private internets (intranet)
28
What is the IP range for a Private Class A network?
10.x.x.x
29
How many possible hosts can a Private Class A Network have?
16.7 million
30
What is the IP range for a Private Class B Network?
172.16.x.x - 172.31.x.x
31
How many possible hosts can a Private Class B Network have?
1.05 million
32
What is the IP range for a Private Class C Network?
192.168.x.x
33
How many possible hosts can a Private Class C Network have?
65,536
34
Loopback Address
127.0.0.1 Creates a loopback to the host and is often used in troubleshooting and testing network protocols on a system. Also called localhost "There's no place like 127.0.0.1"
35
APIPA
Automatic Private IP Addresses Used when a device does not have a static IP address or cannot reach a DHCP server 169.254.x.x
36
Virtual IP Address
IP address that does not correlated to an actual physical network interface Usually used for NAT, fault tolerance, virtualization Routers often use VIP to provide redundancy in their connectivity options
37
Subinterfaces
Virtual interface that is created by dividing up one physical interface into multiple logical interfaces
38
Unicast
Data travels from a single source to a single destination
39
Broadcast
Data travels from a single source device to ALL devices on a destination network
40
Multicast
Data travels from a single source to multiple (but specific) destination devices
41
Static IP Assignment
Manually typing in IP address, subnet mask, default gateway, and DNS server Time consuming, prone to error, impractical on large enterprise networks
42
Dynamic IP Assignment
Dynamic allocation of IP addresses
43
DNS
Domain Name System Converts domain names used by a website to the IP address of its server
44
Windows Internet Name Service (WINS)
Identifies NetBIOS systems on a TCP/IP network and converts those NetBIOS names to IP addresses
45
Bootstrap Protocol (BOOTP)
Dynamically assigns IP addresses and allows a workstation to load a copy of their boot image over the network Oldest method of dynamic assignment, least used
46
DHCP
Dynamic Host Configuration Protocol Assigns an IP based on an assignable scope or pool of addresses and provides the ability to configure numerous other options within it IPs leased for a period of time and returns to the pool when lease expires
47
How many subnets are in a /24 network? How many IPs?
1 subnet 256 IPs
48
How many subnets are in a /25 network? How many IPs?
2 subnets 128 IPs
49
How many subnets are in a /26 network? How many IPs?
4 subnets 64 IPs
50
How many subnets are in a /27 network? How many IPs?
8 subnets 32 IPs
51
How many subnets are in a /28 network? How many IPs?
16 subnets 16 IPs
52
How many subnets are in a /29 network? How many IPs?
32 subnets 8 IPs
53
How many subnets are in a /30 network? How many IPs?
64 subnets 4 IPs