Subnetting (Aw shit) Flashcards

Survive

1
Q

What are the IP class ranges

A

A - 0-126
B - 127-191
C - 192-224 (?)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the five rules of answering subnetting questions

A

1) Rule of classes - determine the class of your subnet first as this will tell you its default subnet.

2) Rule of squared - Use 2^x to determine available hosts and subnets, where X = the number of host or network bits accordingly. Keep in mind for finding subnets you need to count from the class subnet, not the very start of the IP. For example: 80.160.0.0/20 is a class A subnet, and therefore we have 12 network bits from the end of the class A default subnet to the end of our /20 subnet. 2^12 = 4096 subnets.

3) Rule of diminishing host IPS - when you add another bit to the network ID, it stops the hosts using it. This means a /25 address will stop hosts using the 128 bit at the start of the octet for their own device IPs, reducing the highest IP available to 127

4) Rule of -1 – Always take away one host ID to account for gateway

5) Rule of direction - Work from left to right when adding network IDs, not left to right.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Free card: Use this site to quiz yourself

A

https://ipcisco.com/subnetting-quiz-1-n485hju/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the whack counts per octet

A

8, 16, 24, 32

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

For broadcast addresses on IPV4 networks, will the broadcast address always end in 255?

A

No. Broadcast addresses are usually the LAST possible IP address in a subnet, which isn’t always 255.

For example, a network ID of 172.18.16.0/21 has a broadcast of 172.18.23.255.

In other words, if you had all the host bits of the host IDs together on each octet (separately) you get the broadcast IP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly