Module 10 - Subnetting For Fun and Profit

Slides:



Advertisements
Similar presentations
Chapter 9a Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain why routing is necessary for hosts on different.
Advertisements

IP Addressing and Subnetting
OUR SUBNET PLANNING MISSION: We have been assigned an address of Assume 20 subnets are needed, with 5 hosts per subnet. Our mission is to.
Subnetting Made EZ.
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
Semester 1, Chapter 10 (Supplement) Creating Subnets or How to Have Fun Without Knowing It!
Hands-On Microsoft Windows Server 2003 Networking Chapter Four Subnetting.
IP Addressing – Dotted-Decimal Notation –An IP address is 32 bits in size –Every IP address is grouped into four 8-bit octets –Octets are separated by.
Introduction to Networking (Yarnfield) Classful subnetting.
IP Addressing and Subnetting
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Constructing a Network Addressing Scheme.
Subnetting Warren Toomey GCIT. Introduction Each device on the Internet needs an IP address to identify its connection to the Internet –PCs have one connection,
Introduction to Networking (Yarnfield) Variable Length Subnet Masking (VLSM)
Subnetting Rick Graziani Cabrillo College
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
Information & Communication Technology
How to ? Subnetting. Scenario How Many Networks? 2 How Many Network addresses are required? 2 Addresses Used: subnet mask
IP Addressing Allan Johnson. IPv4 Addressing Review IPv4 Addressing Review Table of Contents Table of Contents End Slide Show End Slide Show.
IP Addressing and Subnetting Tony Madden John Paul McCann NEI.
Chapter 12 Subnetting CIS 1140.
4: Addressing Working At A Small-to-Medium Business or ISP.
1 Real Networkers don’t use Decimal! Part 1. Binary & Interpreting IP Addresses October 19, 2004.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
Classes of IP. host must have an IP address that identifies not only the host address (like a house number) but also identifies the network address (like.
1  You are given an IP address for a host /20  What is/are the  Subnet address?  Broadcast address?  The number of useable hosts available.
Subnetting Shortcuts Batavia High School Cisco Networking Academy Semester 3 Mr. Mullen.
CISCO NETWORKING ACADEMY Chabot College ELEC Subnet Review.
Binary Lesson 5 Usable Addresses Class A, B, and C.
Real Networkers don’t use Decimal! Part 2
Binary Lesson 5.5 Usable Addresses Class A, B, and C.
Title NUMERIC SYSTEMS USED IN NETWORKING NUMERIC SYSTEMS USED IN NETWORKING.
Subnetting. Binary to Decimal Conversion Decimal to Binary Conversion Classes of IP Addresses Subnet Masks 7 step method to practical subnetting – Class.
Network Addressing. Internet Protocol Address An IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
1 13-Oct-15 S Ward Abingdon and Witney College CCNA Exploration Semester 1 Subnetting - visual CCNA Exploration Semester 1 Chapter 6.
1 Type I: Subnets and hosts/subnet. How many subnets are supported? How many hosts are provided per subnet? Type II: All other problems. In which subnet.
CS 447 Networks and Data Communication IP Subnet Mask: Purpose: To indicate which portion of an IP address indicates host address Example SIUE IP Network.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
Binary Lesson 6.1 Classful Subnetting 2
Subnetting. Class A Address O is the subnet Identifier is the loop back address. 4 Each class A address supports 16,387,064 hosts. 4 Assigned.
IP Addresses Mark Woodhouse and Arthur Manning IP Addressing Used packets created in Layer 3 of the Open Systems Interconnection (OSI) Model Hierarchical.
Hour 5 Subnetting 1. you will be able to Explain how subnets and supernets are used Explain the benefits of subnetting Develop a subnet mask that meets.
Easy Subnetting. Chapter 4 Objectives Topics Covered in this chapter include: Interpret network diagrams Describe the operation and benefits of using.
Devices function at Layers. Teaching Topology SUBNETTING The highly dreaded….
After 6.1. What is 69 in binary? A B C D E of 6.
Objective 1.Understand Network 2.Understand IP Addressing (IPv4 and IPv6) 3.Understand Subnetting 4.Examples 5.IP addressing and Vlan’s in TIFR 6.TIFR.
Ethernet Basics – 7 IP Addressing. Introducing IP Addressing  IP address (TCP/IP address)  Not unique (but should be), user assigned  Layer 3  4 byte.
Subnetting Made Easy? The “moving stick” and the “magic number” Jim Blanco Aparicio-Levy Technical Center.
Layer 3 Routing and Addressing. Layer 3 Responsibilities Move data through a set of networks. Use a hierarchical addressing scheme. Segment network and.
If we don’t subnet and use as our subnet mask then we use all of our IP addresses on one network. This is not an efficient use of our Class.
Instructor & Todd Lammle
Internet Architecture
IP Addressing and Subnetting
Dotted Decimal Notation
Introduction to Networking (Yarnfield)
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Chapter 2 Easy Subnetting
Binary Lesson 5 Classful IP Addresses
LAN Chapter 5 Protocols.
Cases in Subnetting.
כתובות IP.
Creating Subnets – Network Requirements
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Binary Lesson 6 Classful Subnetting
Introduction to Networking (Yarnfield)
Binary Lesson 6 Classful Subnetting /24, /25, and /26
Binary Lesson 6 Classful Subnetting
Chapter 2 Easy Subnetting
IP Addressing & Subnetting
Presentation transcript:

Module 10 - Subnetting For Fun and Profit CCNA I Module 10 - Subnetting For Fun and Profit

Why Subnet? Subnetting allows you to limit broadcast domains to cut traffic. It also allows you to control access between subnets.

How Subnets Work The subnet mask tells the router(s) how many bits have been “borrowed” to create the subnets.

An Example Think of a class C network. A Class C network might have an address of 168.192.1.0 with a subnet mask of 255.255.255.0 . The first 3 octets are the network part of the address. The last octet is for the hosts. In this case you have one network that has 256 addresses (1-255 + 0), 254 of which can be used. 168.192.1.0 is the network address. 168.192.1.255 is the broadcast address. Neither of these can be used for hosts.

Now let’s Subnet We will “borrow” three bits from the last octet and use them as part of the binary address. In binary the subnet mask would then look like this: 11111111.11111111.11111111.11100000 In decimal it would look like this: 255.255.255.224

 We Borrowed 3 Bits That left us with 5 bits in the host address. (8-3=5) 25= 32 addresses -2 for the network address and broadcast address = 30 usable addresses in each subnet.

How many subnets? To figure out the number of subnets just look at the number of bits we borrowed. Take 2 to the power of the number of bits we borrowed. 23 = 8 Then subtract the first and last address because they are the network and broadcast address. 8-2=6 There are 6 usable subnets with 30 host addresses in each.

Now let’s plot them: Network Number Network Address Usable host range Broadcast Address 192.168.1.0 1-30 192.168.1.31 1 192.168.1.32 33-62 192.168.1.63 2 192.168.1.64 65-94 192.168.1.95 3 192.168.1.96 97-126 192.168.1.127 4 192.168.1.128 129-158 192.168.1.159 5 192.168.1.160 161-190 192.168.1.191 6 192.168.1.192 193-222 192.168.1.223 7 192.168.1.224 225-254 192.168.1.255

Please Read Module 10! We’re Running Way Behind. Tests are already active. There is a fair amount of detail to go over!