IP and Subnetting Flashcards

1
Q

What is the range of Class A IP addresses?

A

10.0.0.0 -> 10.255.255.255

Note: Total IP Addresses available: over 16 million

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

What is the IP address range in Class B?

A

172.16.0.0 -> 172.31.255.255

Note: 65,000+ IP addresses available.

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

What is the IP range of Class C IP address?

A

192.168.0.0 -> 223.255.255.255

Note: Total IP address available 254

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

How does the private address work with public IP address?

A

Network Address Translation

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

What are the 6 rules of submitting?

A
  1. ) ID Class (A,B,C).
  2. ) ID Network and Node ID. (Draw line in octet)
  3. ) Apply default subnet mask.
  4. ) Convert subnet to binary
  5. ) Use the formula 2n-2 to determine custom subnet mask (when asked to create a custom amount of networks, change the mask to 2n)
  6. ) determine LSB (least significant bit), it gives you 1st subnet and range
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What class range is 1 to 126 IP address in the first octet?

A

Class A

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

What class range is 128 to 192 IP address in the first octet?

A

Class B

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

What class range is 192 to 223 IP address in the first octet?

A

Class C

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

Based on classes what part of the IP is the network ID and what part is the host/node?

A

Class A: network.node.node.node
Class B: Network.Network.Node.Node
Class C: Network.Network.Network.Node

Tips:
Network is like area code
Node/Host is address.

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

What is the class A private IP address?

A

10.0.0.0 to 10.255.255.255

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

What is the class B private IP address?

A

172.16.0.0 to 172.31.255.255

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

What is the class C private IP address?

A

192.168.0.0 to 192.168.255.255

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

How do you know which part of Subnet mask is Network and which part is hosts in 255.255.255.0

A
  1. 255.255.0
  2. 11111111.11111111.00000000

The 1s in binary represent network ID and the 0s represent the nodes/hosts.

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

What is the purpose of having a subnet mask?

A

To determine which part is the network ID and which one is the Host/Node.

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

What is a binary calculator chart?

A

128 | 64 | 32 | 16 | 8 | 4 | 2 | 1

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

How do covert binary to decimals?

Eg. 01100110

A

128 | 64 | 32 | 16 | 8 | 4 | 2 | 1
0 | 1 | 1 | 0 | 0 | 1 | 1 | 0

Calculate the 1s

64+32+4+2= 102

17
Q

How does 2n-2 work?

A
2n0 = 1
2n1 = 2
2n2 = 4
2n3 = 8
2n4 = 16
2n5 = 32
2n6 = 64
2n7 = 128

Then you have to minus two for Network ID and broadcast address