IPv4 Subnetting Flashcards
What does the subnet mask do?
Identifies the network and host portion of an address
What are IP address ranges?
A: 1-126.x.x.x
B: 128-191.x.x.x
C: 192-223.x.x.x
What is TTL (time to live)?
The time for a ping request to expire
What are the private IP address ranges?
A: 10.x.x.x
B: 172.16-31.x.x
C: 192.168.x.x
What do private addresses use to resolve to a public IP address?
NAT
Network Address Translation
What Base does Binary use?
Base 2
What Base does Decimal use?
Base 10
What Base does Hexadecimal use?
Base 16
How do you convert decimal to binary?
Find the highest common denominator of a powers of 2 that goes into the decimal number. For an octet 2^0 - 2^7
When subnetting, how are each of the octet bits allocated?
Contiguously from left to right Think Network | Host mentality 11111111.11111111.11111111.00000000 Not: 11011111.11111111.11111101.00000000
How does the prefix length correspond with the subnet number?
/8 = 255.0.0.0 - Class A default /9 = 255.128.0.0 /10 = 255.192.0.0 /11 = 255.224.0.0 /12 = 255.240.0.0 /13 = 255.248.0.0 /14 = 255.252.0.0 /15 = 255.254.0.0 /16 = 255.255.0.0 Class B default
What are the valid host addresses within a subnet range? (when sacrificing host bits)
First host: subnet + 1
Last host: subnet - 2
What is the broadcast address for a subnet range? (when sacrificing host bits)
next subnet - 1
What are the two components of an IP address?
Network | Host
What are the components of a subnetted IP address?
Network | Subnet | Host