Presentation is loading. Please wait.

Presentation is loading. Please wait.

Devices function at Layers. Teaching Topology SUBNETTING The highly dreaded….

Similar presentations


Presentation on theme: "Devices function at Layers. Teaching Topology SUBNETTING The highly dreaded…."— Presentation transcript:

1 Devices function at Layers

2 Teaching Topology

3 SUBNETTING The highly dreaded….

4 Subnetting Why Subnet? What You Need How to Subnet Example (ie Easy Example) Real Life (ie Hard Example)

5 Why Subnet? IP Address

6 Millions of Addresses Available –Over 16,000,000 Efficiency –Non-subnetted networks are wasteful –Division of networks not optimal Smaller Network –Easier to manage –Smaller broadcast domains Why Subnet?

7 What You Need Understand Address System Understand Classes of Networks “Two-Tums” Table –Formulas –Magic Numbers –Subnet Mask “ANDing” Process

8 Network is Different from MAC MAC (Media Access Control) Individual Machine Assigned at Factory NAME IP (Internet Protocol) Address Assigned by Central Body Classes May Change for Individual PC Network & Host ADDRESS: City & Street

9 What is an Address? _ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _ 1 0 0 0 0 0 0 0.0 0 0 1 0 0 0 0.0 0 1 0 0 0 0 0. 0 0 0 0 1 1 0 1 (Digital) 128. 16. 32. 13 (Decimal)

10 What is an Address? CLASS A: _ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _ CLASS B: _ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _ CLASS C: _ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _

11 Dissecting the Address > Classes < CLASS RANGES: –A: 0 – 127N. H. H. H –B: 128 – 191N. N. H. H –C: 192 – 223N. N. N. H _ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _ 1 0 0 0 0 0 0 0.0 0 0 1 0 0 0 0.0 0 1 0 0 0 0 0. 0 0 0 0 1 1 0 1 (Digital) 128. 16. 32. 13 (Decimal) CLASS B

12 TWO-TUMS 2 7 2 6 2 5 2 4 2 3 2 2 2 1 2 0 128 192 224 240 248 252 254 255 128 64 32 16 8 4 2 1 MAGIC NUMBERS: SUBNET MASK:

13 Magic Formulas Number of Usable Subnets 2 n – 2 2 0 - 2 = 1 - 2 = -1 2 1 - 2 = 2 - 2 = 0 2 2 - 2 = 4 - 2 = 2 2 3 - 2 = 6 - 2 = 4 Number of Usable Hosts/Subnet 2 h-n – 2 2 8-0 - 2 = 256 - 2 = 254 2 8-1 - 2 = 2 - 2 = 0 2 8-2 - 2 = 4 - 2 = 2 2 8-3 - 2 = 6 - 2 = 4 n = # borrowed bits h = # bits available in host address

14 Subnet Mask What is a Subnet Mask? –“Extended Network Prefix” –Indicates extent of the Network numbers 1 1 1 1 1 1 1 1. 1 1 1 1 1 1 1 1 1. 1 1 1 1 1 1 1 1. _ _ _ _ _ _ _ _ Why is it needed? –Used by router to determine Network Address How? –Uses “ANDing” to compare Mask to IP Address

15 ANDing Process MASK: 11111111.11111111.11111111.00000000 255. 255. 255. 0 IP: 11001000.11001000.11001000.00001010 200. 200. 200. 10 Network Address: 11001000.11001000.11001000.00000000 200. 200. 200. 0

16 How to Subnet? * Subnet: Borrow _ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _._ _ _ _ _ _ _ _ 1 0 0 0 0 0 0 0.0 0 0 1 0 0 0 0.0 0 1 0 0 0 0 0. 0 0 0 0 1 1 0 1 (Digital) 128. 16. 32. 13 (Decimal)

17 Easy Example

18 Set Up Subnets 200.200.200.10 5 Subnets What is the Subnet Mask? What are the Network Addresses? What is the Broadcast Domain What IP Addresses are available?

19 Steps…. 1.What is the CLASS? 2.How many BITS do we need to borrow? 3.Determine Subnet Mask 4.Determine “Magic Number” 5.Set up Table for IP Address (“Wire”), Range & Broadcast Domain 6.Fill in Table 1.C [Range: 192 – 223]] 2.5 Subnets 3 [2 3 -2 = 6] 3.255.255.255.224 Use Subnet Mask # Borrow 3 Bits 4.32 5.Wire Range BC 6.

20 Table 200.200.200.10 WIRERANGEBC

21 Table 200.200.200.10 WIRERANGEBC 200.200.200.0 Class C Borrow 5 Bits

22 Table 200.200.200.10 WIRERANGEBC 200.200.200.0 200.200.200.32 200.200.200.64 200.200.200.96 +.32 Magic Number

23 Table 200.200.200.10 WIRERANGEBC 200.200.200.0 200.200.200.32 200.200.200.64 200.200.200.96 200.200.200.128 200.200.200.160 200.200.200.192 200.200.200.224 Subnet Mask

24 Table 200.200.200.10 WIRERANGEBC 200.200.200.0200.200.200.31 200.200.200.32200.200.200.63 200.200.200.64 200.200.200.96 200.200.200.128 200.200.200.160 200.200.200.192 200.200.200.224

25 Table 200.200.200.10 WIRERANGEBC 200.200.200.0200.200.200.31 200.200.200.32200.200.200.63 200.200.200.64200.200.200.95 200.200.200.96200.200.200.127 200.200.200.128200.200.200.159 200.200.200.160200.200.200.191 200.200.200.192200.200.200.223 200.200.200.224200.200.200.255 Broadcast Domain

26 Table 200.200.200.10 WIRERANGEBC 200.200.200.0200.200.200.31 200.200.200.32200.200.200.63 200.200.200.64200.200.200.95 200.200.200.96200.200.200.127 200.200.200.128200.200.200.159 200.200.200.160200.200.200.191 200.200.200.192200.200.200.223 200.200.200.224200.200.200.225

27 Table 200.200.200.10 WIRERANGEBC 200.200.200.0 200.200.200.1 – 200.200.200.30 200.200.200.31 200.200.200.32 200.200.200.33 – 200.200.200.62 200.200.200.63 200.200.200.64 200.200.200.65 – 200.200.200.94 200.200.200.95 200.200.200.96 200.200.200.97 - 200.200.200.126 200.200.200.127 200.200.200.128 200.200.200.129 – 200.200.200.158 200.200.200.159 200.200.200.160 200.200.200.161 – 200.200.200.190 200.200.200.191 200.200.200.192 200.200.200.193 – 200.200.200.222 200.200.200.223 200.200.200.224 200.200.200.225 – 200.200.200.254 200.200.200.255

28 Table 200.200.200.10 WIRERANGEBC 200.200.200.0 200.200.200.1 – 200.200.200.30 200.200.200.31 200.200.200.32 200.200.200.33 – 200.200.200.62 200.200.200.63 200.200.200.64 200.200.200.65 – 200.200.200.94 200.200.200.95 200.200.200.96 200.200.200.97 - 200.200.200.126 200.200.200.127 200.200.200.128 200.200.200.129 – 200.200.200.158 200.200.200.159 200.200.200.160 200.200.200.161 – 200.200.200.190 200.200.200.191 200.200.200.192 200.200.200.193 – 200.200.200.222 200.200.200.223 200.200.200.224 200.200.200.225 – 200.200.200.254 200.200.200.255 Reserved for Network Addresses Reserved for Broadcast Addresses

29 Table 200.200.200.10 WIRERANGEBC 200.200.200.33 – 200.200.200.62 200.200.200.65 – 200.200.200.94 200.200.200.97 - 200.200.200.126 200.200.200.129 – 200.200.200.158 200.200.200.161 – 200.200.200.190 200.200.200.193 – 200.200.200.222

30 Set Up Subnets 200.200.200.0 200.200.200.33 -.62 200.200.200.161 -.190

31 Set Up Subnets 128.16.32.13 What is the Subnet Mask? What are the Network Addresses? What is the Broadcast Domain What IP Addresses are available? * Needs 500 Subnets

32 Steps…. 1.What is the CLASS? 2.How many BITS do we need to borrow? 3.Determine Subnet Mask 4.Determine “Magic Number” 5.Set up Table for IP Address (“Wire”), Range & Broadcast Domain 6.Fill in Table 1.____ 2.____ Subnets ____ Borrowed Bits 3._____._____._____._____ Use Subnet Mask # Borrow Bits 4. _____

33 Table 128.16.32.13 WIRERANGEBC


Download ppt "Devices function at Layers. Teaching Topology SUBNETTING The highly dreaded…."

Similar presentations


Ads by Google