OUR SUBNET PLANNING MISSION: We have been assigned an address of 201.222.5.0. Assume 20 subnets are needed, with 5 hosts per subnet. Our mission is to.

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 Subnetting.
Calculating Subnet Masks
IP Addressing and Subnetting
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!
IP Subnetting (Week 4, Wednesday 1/31/2007) © Abdou Illia, Spring 2007.
Institute of Technology Sligo - Dept of Computing Chapter 10 IP Addressing and Subnetting Paul Flynn.
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.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 10 Routing Fundamentals and Subnets.
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.
Introduction to Networking (Yarnfield) Variable Length Subnet Masking (VLSM)
IP Addresses: Classful Addressing An IP address is a 32-bit address.
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
Functions 1.  How long is MAC address?  How is mac address used in data communication?  What is a frame?  What does an IP address look like? 2.
Information & Communication Technology
Week 3 - IP addressing 4 Introduction to IP addressing 4 Classes of IP addressing 4 Why Subnet Masks are necessary? 4 How to create subnet masks.
Chapter 5 – IP Addressing. IP Address Fundamentals Each host is assigned a unique IP address for each network connection (NIC) An IP address is a 32-bit.
IP Addressing and Subnetting Tony Madden John Paul McCann NEI.
Why create a subnet mask? Tells device which part of an address is the network # including the subnet and which part is the host Filters the node IP address.
1 Real Networkers don’t use Decimal! Part 1. Binary & Interpreting IP Addresses October 19, 2004.
IP Addressing and Network Software. IP Addressing  A computer somewhere in the world needs to communicate with another computer somewhere else in the.
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.
TCP/IP Protocol Suite 1 Change the following IP addresses from binary notation to dotted-decimal notation. a b
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.
Module 10 - Subnetting For Fun and Profit
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.
IP ADDRESSING, SUBNETTING & VLSM 1. Decimal vs. Binary Numbers – Decimal numbers are represented by the numbers 0 through 9. – Binary numbers are represented.
LECTURE ON IP Addressing. What is Networking? –by ‘computer network’ we mean the interconnection between different computers. Why Networking? –to share.
Cisco Discovery Semester 1 Chapter 5 JEOPADY Q&A by R. Prensky, Template by K. Martin.
Module 5: Creating IPv4 Address Spaces. Overview of IP Communication Subnetting Overview Subnetting for Complex Networks.
IP Addressing Lecture # 1 Hassan Shuja 01/31/2006.
Binary Lesson 6.1 Classful Subnetting 2
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 1 v3.0 Module 10 Routing Fundamentals and Subnets.
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.
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.
Chapter 5b.  Upon completion of this chapter, you should be able to:  Subnet an IPv4 address to make separate networks out of one address given  Use.
Net9: IP Address 授課教師:雲林科技大學 張慶龍 老師. IP Address IP denoted - in the form each number represents, in decimal, 1 byte of the 4-byte IP address. Why are.
Computer Network Architecture Lecture 9: IP Addressing 13/1/
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.
Cisco – Chapter 10 - Routers IP Addressing Subnetmasking.
Internet Architecture
Dotted Decimal Notation
Introduction to Networking (Yarnfield)
Chapter-5 TCP/IP Suite.
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Chapter 2 Easy Subnetting
Binary Lesson 5 Classful IP Addresses
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)
Routing Fundamentals and Subnets
Binary Lesson 6 Classful Subnetting
Chapter 2 Easy Subnetting
IP Addressing & Subnetting
Presentation transcript:

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 identify each subnet address and the addresses of all hosts under each subnet.

Step 1. Convert the decimal dotted notation address to binary:

Step 2. Determine the Class of the IP Address : CLASS C

Step 3. Based on the Class, determine what part of the IP address is the network portion and what part of the address is the host portion: Network.Network.Network.Host

Step 4. Determine how many bits you need to borrow from the last octet (host portion) of the IP Address to give you the needed 20 subnets: 2 to the power of 2 = 4 subnets (less 2) 2 to the power of 3 = 8 subnets (less 2) 2 to the power of 4 = 16 subnets (less 2) 2 to the power of 5 = 32 subnets (less 2) 2 to the power of subnets (less 2)

Step 5. Since you borrowed five bits from the host for subnets, determine how many hosts can you have on each of those subnets? 2 to the power of 3 = 8 hosts (less 2) giving you 6 hosts per subnet.

Step 6. Determine the Binary Subnetworks Field Numbers (32 possible combinations): Subnet #Binary Subnetwork ……

Step 7. Determine the Range of Binary Host Field Numbers for Each Subnetwork: Subnet #Binary SubnetworkRange of Host #’s ……

Step 8. Determine Decimal Host Numbers for Each Subnetwork: Subnet #Binary SubnetworkRange of Host #’sDecimal Host Numbers ……

Step 9. Determine Our Subnet Addresses: # Binary SubnetworkRange of Host #’sDecimal Host #’sSubnet Address ……

Step 10. Determine Host Addresses of the Six Nodes of Each Subnet: # Subnetwork Range of Host #’s Decimal Host #’sSubnet Address Host Address Range thru thru thru ,222,5,33 thru thru thru thru thru thru thru thru thru ……

Step 11. Determine Broadcast Addresses of Each Subnet: Range of Decimal Subnet Host Broadcast # Subnetwork Host #’s Host #’s Address Address Range Address thru thru thru ,222,5,33 thru , thru thru thru thru thru thru thru thru ……

Step 12. Based on the Class, determine the subnet mask for network (remember that 5 bits were borrowed): Network Network Network Subnet Host

A data frame with a destination IP Address of would be used by the router, along with the submask of , to determine the correct subnet to switch the data to in the switching process: “ANDING” Process Performed by Router IP Address: Subnet Mask: Subnet: (Subnet in Decimal Dotted Notation: )

YOU DID IT!