Chapter 14 - Analyzing Existing Subnets Flashcards

1
Q

What is the subnet ID/network ID?

A

Am IP address that represents a network.

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

What is a Subnet Broadcast Address?

A

The highest IP in a subnet that is used as the destination of a packet when someone wants that packet to be sent to all hosts on a subnet. Also known as the Directed Broadcast Address.

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

True or False. When converting and IP to binary, the subnet mask octets that are 255 will keep the IP as the same in those octets.

A

True.

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

To Find the Subnet ID using Decimal

A

Do 256 - <interesting> (=magic number) and multiply the magic number (0 IS INCLUDED) until you reach the interesting octet of the IP or the nearest number to it. This is the subnet ID.</interesting>

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

To Find the Broadcast Address using Decimal

A

Do 256 - <interesting> (=magic number) and add the magic number to the interesting octet of the subnet ID then take away 1. This is the broadcast address.</interesting>

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

What is the Interesting Octet?

A

The octet where the subnet mask isn’t 255 or 0

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