Summary of "Fundamentos e Administração de Endereçamento de Redes: 2. Classes de Endereçamento IP – Classe B"
Summary of the Video:
Fundamentos e Administração de Endereçamento de Redes: 2. Classes de Endereçamento IP – Classe B
This video covers the fundamentals and administration of IP addressing, focusing primarily on Class B IP addresses, with brief mentions of Classes C, D, and E. The main concepts revolve around the structure, range, Subnetting, and practical use of Class B IP addresses in Network administration.
Main Ideas and Concepts:
- Introduction to IP address classes The video is part of a series studying IP addressing fundamentals, specifically addressing Classes B, C, D, and E, with this video focusing on Class B.
- Class B IP Address Structure
- Class B addresses use 16 bits (two bytes) for the network portion and 16 bits (two bytes) for the host portion.
- The first two bits of the first byte are always '10' in binary for Class B addresses.
- The first byte ranges from 128 to 191 (decimal), defining the Class B address range.
- The third and fourth bytes represent the host addresses within the network and range from 0 to 255.
- The total number of hosts per Class B network is 216 - 2 = 65,534 hosts (subtracting network and Broadcast addresses).
- Binary Representation and Address Range
- The first two bits fixed as '10' allow for 14 bits to vary in the network portion, resulting in 16,384 possible Class B networks.
- Addresses with all zeros or all ones in the host portion are reserved (network and Broadcast addresses).
- Subnetting in Class B Networks
- Subnet masks are used to divide a large Class B network into smaller subnetworks (subnets) to reduce traffic and improve network management.
- The Subnet mask defines which bits are used for the network and which for hosts.
- For example, a typical Class B default Subnet mask is 255.255.0.0, meaning the first two bytes are network bits and the last two bytes are host bits.
- Subnetting involves borrowing bits from the host portion (third and/or fourth bytes) to create subnets.
- Example subnets within a Class B network might look like:
- 130.250.1.x
- 130.250.2.x
- 130.250.3.x
- Subnet masks for these could be 255.255.255.0 (using 24 bits for network + subnet, 8 bits for hosts).
- Broadcast and Network addresses
- The Network address has all host bits set to zero.
- The Broadcast address has all host bits set to one (255 in decimal).
- These addresses cannot be assigned to individual hosts.
- Practical Example
- An IP address like 130.250.50.5 belongs to a Class B network.
- The first two bytes (130.250) represent the network, and the last two bytes represent the host.
- Using Subnet masks, the third byte can be used to define subnets, and the fourth byte to define hosts within those subnets.
- Problems with Large Broadcast Domains
- A single Class B network with many hosts (up to 65,534) can cause traffic collisions and network inefficiencies.
- Subnetting helps mitigate these issues by breaking the network into smaller broadcast domains.
- Preview of Next Video The next video will cover Class C IP addressing in detail.
Methodology / Instructions Presented:
- How to Identify Class B IP addresses:
- Check if the first byte is between 128 and 191.
- Confirm the first two bits in binary are ‘10’.
- Subnetting a Class B Network:
- Start with the default mask 255.255.0.0.
- Borrow bits from the third byte to create subnets (e.g., 255.255.255.0).
- Assign subnet numbers in the third byte, e.g., 130.250.1.x, 130.250.2.x, etc.
- Use the fourth byte to assign host addresses within each subnet.
- Remember to exclude network and Broadcast addresses when assigning hosts.
- Calculating Number of Hosts and Networks:
- Number of networks = 2^(number of network bits - fixed bits).
- Number of hosts per network = 2^(number of host bits) - 2 (network and broadcast).
- Example: For Class B, 16 network bits (minus 2 fixed bits) = 14 bits for networks → 16,384 networks.
- 16 host bits →
Category
Educational