IP and Subnetting Flashcards
What is the range of Class A IP addresses?
10.0.0.0 -> 10.255.255.255
Note: Total IP Addresses available: over 16 million
What is the IP address range in Class B?
172.16.0.0 -> 172.31.255.255
Note: 65,000+ IP addresses available.
What is the IP range of Class C IP address?
192.168.0.0 -> 223.255.255.255
Note: Total IP address available 254
How does the private address work with public IP address?
Network Address Translation
What are the 6 rules of submitting?
- ) ID Class (A,B,C).
- ) ID Network and Node ID. (Draw line in octet)
- ) Apply default subnet mask.
- ) Convert subnet to binary
- ) Use the formula 2n-2 to determine custom subnet mask (when asked to create a custom amount of networks, change the mask to 2n)
- ) determine LSB (least significant bit), it gives you 1st subnet and range
What class range is 1 to 126 IP address in the first octet?
Class A
What class range is 128 to 192 IP address in the first octet?
Class B
What class range is 192 to 223 IP address in the first octet?
Class C
Based on classes what part of the IP is the network ID and what part is the host/node?
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.
What is the class A private IP address?
10.0.0.0 to 10.255.255.255
What is the class B private IP address?
172.16.0.0 to 172.31.255.255
What is the class C private IP address?
192.168.0.0 to 192.168.255.255
How do you know which part of Subnet mask is Network and which part is hosts in 255.255.255.0
- 255.255.0
- 11111111.11111111.00000000
The 1s in binary represent network ID and the 0s represent the nodes/hosts.
What is the purpose of having a subnet mask?
To determine which part is the network ID and which one is the Host/Node.
What is a binary calculator chart?
128 | 64 | 32 | 16 | 8 | 4 | 2 | 1
How do covert binary to decimals?
Eg. 01100110
128 | 64 | 32 | 16 | 8 | 4 | 2 | 1
0 | 1 | 1 | 0 | 0 | 1 | 1 | 0
Calculate the 1s
64+32+4+2= 102
How does 2n-2 work?
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