Section 1.4 Flashcards
(41 cards)
What is a byte?
A byte is made from 8 bits
Provide the binary to decimal conversion table for 00000000
128, 64, 32, 16, 8, 4, 2, 1
What is 10001000 in decimal?
136 decimal
Provide the range for Class A IP Addresses
Class A range is 0-127
Easy way to remember, class A will always have a leading 0 so
0xxxxxxx , meaning the max number can be 127 in decimal
What defines the class in an IP address?
The first 3 numbers in the IP address or the leading bits.
What is another name for Byte?
Octet
What is DHCP?
Dynamic Host Configuration Protocol which provides automatic address and ip configurations such as IP address, subnet mask, gateway, dns server, ntp server.
What is the maximum value of an octet?
255 (128+64+32+16+8+4+2+1)
What is APIPA?
Automatic Private IP Addressing. It can only communicate to addresses within the local subnet and it cannot be routed to addresses outside of the local subnet
Provide the range for Class B IP Addresses
Class B range is 128-191
Easy way to remember, class b will always end with 10 so
10xxxxxx meaning the minimum is 128 if 10000000 and maximum is 191 if 10111111.
Provide the range for Class C IP Addresses
Class C range is 192-223
Easy way to remember, class C will always end with 110 so
110xxxxx meaning the minimum is 192 if 11000000 and maximum is 223 if 11011111.
Provide the range for Class D IP Addresses
Class D range is 224-239
Easy way to remember, class D will always end with 1110 so
1110xxxx meaning the minimum is 192 if 11100000 and maximum is 223 if 11101111.
Provide the range for Class E IP Addresses
Class E range is 240-255
Easy way to remember, class E will always end with 1111 so
1111xxxx meaning the minimum is 192 if 11000000 and maximum is 223 if 11111111.
What is the default subnet mask for Class A IP addresses?
255.0.0.0
What is the default subnet mask for Class B IP addresses?
255.255.0.0
What is the default subnet mask for Class C IP Addresses?
255.255.255.0
What are 4 important values when it comes to creating a subnet?
Network address - The first IP of a subnet (set all bits to 0 so 0)
Mask
First usable address - One number higher than the network address
Network Broadcast Address - The last IP Address. (set all bits to 1 so 255)
Last usable address - One number less than the network address
What does CIDR stand for?
Classless Inter Domain Routing
Provide /8 , / 16 , /24 in decimal and binary
255.0.0.0 = /8 = 11111111.00000000.00000000.00000000
255.255.0.0 = /16 = 11111111.11111111.00000000.00000000
255.255.255.0 = /24 = 11111111.11111111.11111111.00000000
Provide /12 in decimal and binary
11111111.11110000.00000000.00000000 = 255.240.0.0
What is the formula to calculate the number of subnets?
2^subnet bits
Define Unicast network communication
One systems sending information to another systems.
Information is sent between two systems.
Find the number of subnets and hosts per subnet for the following ip address 192.168.11.0/26
192 makes this a class C address
This means there are 2 subnets
- Class C has 24 bits - /26 that leaves us with 2 subnets bits
Total number of subnets = 2^2 = 4
Host bits = 32 (total bits) - 26 = 6. based on formula 2^6 -2 = 64 - 2 = 62
What is the formula to calculate the number of hosts per subnet?
2^host bits - 2