Section 1.4 Flashcards
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