Chapter 14 - Analyzing Existing Subnets Flashcards
What is the subnet ID/network ID?
Am IP address that represents a network.
What is a Subnet Broadcast Address?
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.
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.
True.
To Find the Subnet ID using Decimal
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>
To Find the Broadcast Address using Decimal
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>
What is the Interesting Octet?
The octet where the subnet mask isn’t 255 or 0