Subnetting Divide a network to smaller networks (subnets) Reasons

Slides:



Advertisements
Similar presentations
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
Advertisements

IPv4 Network Classes. 2 Network Addresses An IP address can be split into: – network address, which specifies a specific network; – host number, which.
IP Subnetting.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—1-1 Building a Simple Network Understanding the TCP/IP Internet Layer.
1 IP Subnetting (Modified version of slides from Rick Graziani) Karim El Defrawy Donald Bren School of Information and Computer Science University of California.
CIM 2465 IP Subnetting1 IP Subnetting Textbook: Networking Basics, CCNA 1 Companion Guide, Cisco Press Cisco Networking Academy Program, CCNA 1 and 2,
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.
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
1 Version Traffic Class Flow Label Payload Length Next Header Hop Limit Source Address Destination Address IPv6 Header.
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.
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
Introduction to Networking (Yarnfield) Classful subnetting.
IP Addressing and Subnetting
Subnetting Rick Graziani Cabrillo College
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Network Addressing Networking for Home and Small Businesses – Chapter 5.
IP Addresses: Classful Addressing An IP address is a 32-bit address.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 subnetting.
Subnets Routing within an Organization. Subnet  Subnets are a subset of the entire network Networks can be divided into subnets Subnets can be divided.
Information & Communication Technology
How to ? Subnetting. Scenario How Many Networks? 2 How Many Network addresses are required? 2 Addresses Used: subnet mask
DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY Network Basics Introduction Instructor: Ataur Rahman
IP Addressing INTW What is an IP address? An unique identifier for a computer or device (host) on a TCP/IP network A 32-bit binary number usually.
Classful IP Addressing
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.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.3—3-1 Determining IP Routes Implementing Variable-Length Subnet Masks.
© 2007 Cisco Systems, Inc. All rights reserved.ICND2 v1.0—3-1 Medium-Sized Routed Network Construction Implementing VLSM.
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.
Unit 24 Network Design IP Addressing (Part 3). Objectives to date… Classes of IP addresses (A, B and C) Using Subnetting and Subnet Masks The Limitations.
Subnet Masks Traffic Router Subnet 1Subnet 2.
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
1 © 2004 Cisco Systems, Inc. All rights reserved. CCNA 2 v3.1 Module 11 Access Control Lists (ACLs)
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Addressing the Network – IPv4 Network Fundamentals – Chapter 6.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
CTI Technician Training Internet Protocol Part 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.
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.
IP addressing.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Subnetting IP Networks.
NETWORKING IP ADDRESSING. TYPES OF IP ADDRESS PRIVATE IP ADDRESS PUBLIC IP ADDRESS STATIC IP ADDRESS DYNAMIC IP ADDRESS.
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.
Introduction to Internetworking. 2 The IP Addressing Scheme (IPv4) (psu.edu) Dotted Decimal Notation: A notation more convenient for humans.
Ethernet Basics – 7 IP Addressing. Introducing IP Addressing  IP address (TCP/IP address)  Not unique (but should be), user assigned  Layer 3  4 byte.
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
Subnetting Subnetting is not in the CIS221-3 Syllabus
Internet Architecture
Chapter 5 Exploring IPv4.
IP Addressing.
Dotted Decimal Notation
Networking for Home and Small Businesses – Chapter 5
Chapter 2 Easy Subnetting
Ravindra Kumar Verma Mohammad Rashid Dr. Neeraj phogat RC-1237
Binary Lesson 5 Classful IP Addresses
IP Address.
Chapter 9: Subnetting IP Networks
Cases in Subnetting.
Chapter 9: Subnetting IP Networks
כתובות IP.
Sub Neting exercises.
Creating Subnets – Network Requirements
Introduction to Networking (Yarnfield)
Binary Lesson 6 Classful Subnetting /24, /25, and /26
Chapter 2 Easy Subnetting
IP Addressing & Subnetting
Networking for Home and Small Businesses – Chapter 5
IP Address (Network Layer)
Presentation transcript:

Subnetting Divide a network to smaller networks (subnets) Reasons Reduce network traffic Improve network performance Management Allocate host bits for subnet bits Make use of subnet masks Subnetting (YOUNG)

Subnet Mask A 32-bit string All 1s and then all 0s, they never mix It specifies number of bits for network ID in an IP address Network Class ID Subnet ID Host ID Network ID Subnetting (YOUNG)

Subnet Mask (Example I) IP address: 190.138.23.45 Subnet Mask: 255.255.0.0 Network ID: 190.138.0.0 Host ID: 23.45 Subnetting (YOUNG)

Subnet Mask (Example II) IP Address: 201.100.26.171 Subnet Mask: 255.255.255.192 11111111.11111111.11111111.11000000 First 26 bits as network ID, therefore Network ID: 201.100.26.128 Host ID: 43 Subnetting (YOUNG)

Subnet Mask (Example III) Design a subnet mask for a Class B network with 25 subnets Number of bits for subnet = lg(25+2) = 5 Number of bits for network ID = 16+5=21 Subnet mask is 11111111.11111111.11111000.00000000 255.255.248.0 Subnetting (YOUNG)

Subnet Mask (Example IV) Given IP address 203.59.43.134 and subnet mask 255.255.255.192, find valid host range in this subnet Network ID: 203.59.43.128 All 0 and all 1 host IDs are reserved, therefore 203.59.43.129 – 203.59.43.190 Number of hosts 62 To verify: 62 = 26-2 Subnetting (YOUNG)