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
Q

RIPE

A

Europe IP addresses

26
Q

NAT

A

Network Address Translation
Allows for routing of private IPs through a public IP

27
Q

RFC 1918

A

Used to document how organizations could conduct address allocation for private internets (intranet)

28
Q

What is the IP range for a Private Class A network?

A

10.x.x.x

29
Q

How many possible hosts can a Private Class A Network have?

A

16.7 million

30
Q

What is the IP range for a Private Class B Network?

A

172.16.x.x - 172.31.x.x

31
Q

How many possible hosts can a Private Class B Network have?

A

1.05 million

32
Q

What is the IP range for a Private Class C Network?

A

192.168.x.x

33
Q

How many possible hosts can a Private Class C Network have?

A

65,536

34
Q

Loopback Address

A

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
Q

APIPA

A

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
Q

Virtual IP Address

A

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
Q

Subinterfaces

A

Virtual interface that is created by dividing up one physical interface into multiple logical interfaces

38
Q

Unicast

A

Data travels from a single source to a single destination

39
Q

Broadcast

A

Data travels from a single source device to ALL devices on a destination network

40
Q

Multicast

A

Data travels from a single source to multiple (but specific) destination devices

41
Q

Static IP Assignment

A

Manually typing in IP address, subnet mask, default gateway, and DNS server
Time consuming, prone to error, impractical on large enterprise networks

42
Q

Dynamic IP Assignment

A

Dynamic allocation of IP addresses

43
Q

DNS

A

Domain Name System
Converts domain names used by a website to the IP address of its server

44
Q

Windows Internet Name Service (WINS)

A

Identifies NetBIOS systems on a TCP/IP network and converts those NetBIOS names to IP addresses

45
Q

Bootstrap Protocol (BOOTP)

A

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
Q

DHCP

A

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
Q

How many subnets are in a /24 network? How many IPs?

A

1 subnet
256 IPs

48
Q

How many subnets are in a /25 network? How many IPs?

A

2 subnets
128 IPs

49
Q

How many subnets are in a /26 network? How many IPs?

A

4 subnets
64 IPs

50
Q

How many subnets are in a /27 network? How many IPs?

A

8 subnets
32 IPs

51
Q

How many subnets are in a /28 network? How many IPs?

A

16 subnets
16 IPs

52
Q

How many subnets are in a /29 network? How many IPs?

A

32 subnets
8 IPs

53
Q

How many subnets are in a /30 network? How many IPs?

A

64 subnets
4 IPs