Chapter 6 Notes
Chapter 6 Notes
Is It On My Network?
➢ The Subnet Mask – Defining the Network and Host Portions
32-bit pattern
Represented by
• Binary 1 in each network position bit
• Binary 0 in each host position bit
Prefix and subnet mask are different ways of representing the same thing
– network portion
If submask is represented by 255
• All equivalent bits in that octet of address are network bits
If submask is represented by 0
• All equiv. bits in that octet of address are host bits
➢ ANDing – between host address & subnet mask gives network address
Reasons to use AND
• Routers use ANDing to determine an acceptable route for an incoming
packet
• Originating host must determine if a packet should be sent directly to a
host in the local network or be directed to the gateway
➢ Subnetting
Calculating Subnets
• 2^n; n = number of bits borrowed
Number of Hosts
• 2^n – 2; n = number of bits left for hosts
Dividing Networks into Right Sizes
• Determine the Number and Size of the Networks
•Consider size required based on common groupings of hosts
•Address planning in a network diagram
♦ Allows us to see the networks and make a more accurate count
• Plan carefully to ensure address blocks assigned to subnet do not
overlap
➢ Subnetting a Subnet
6.5.3.1