Bits & Bytes: Week 2, II - Subnets Flashcards
the process of taking a large network and splitting it up into many individual, smaller subnetworks or subnets
Subnetting
Term for smaller networks that are part of a split up larger network
Subnet
2^8 = 256
8 bit number (base 2 to the 8)
2^4 = 16
4 bit number (base 2 to the 4)
2^16 = 65,536
16 bit number (base 2 to the 16)
a way for a computer to use AND operators to determine if an IP address exists on the same network
Subnet Mask (in relation to AND operators)
ACRONYM:
CIDR
Classless Inter-Domain Routing
In binary, the subnet mask represents the network ID using what digit?
1
In binary, the subnet mask represents the host ID using what digit?
0
What does an octet look like in binary?
An 8 digit long string of ones and zeros
For the following binary IP address and its corresponding network mask, what is the network ID? Why?
IP: 00001000 . 00010100 . 00001111 . 00000001
Mask: 11111111 . 00000000 . 00000000 . 00000000
00001000, or 8. The corresponding numbers in the network mask are ones which means they identify the IP’s network ID.
Are device A and Device B on the same subnet?
DeviceA: 172.16.17.30/20
DeviceB: 172.16.28.15/20
Yes; their IP addresses share the same first 20 digits.
A: [10101100.00010000.0001]0000.00011110
B: [10101100.00010000.0001]1000.00001111
What is the following binary subnet mask in CIDR notation? In decimal notation?
11111111.11111111.11111100.00000000
/22; 255.255.252.0