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.

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

IP Subnetting.
Calculating Subnet Masks
Chapter 21 Exercises 1. A router forwards packets between networks. (Given a destination host address, it must be able to figure out which network that.
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.
Prepared By: Eng.Ola M. Abd El-Latif
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!
Copyright 2000 C. Dodge Access Control List Wildcards (Inverse Mask) Computer Networking II.
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.
111 © 2003, Cisco Systems, Inc. All rights reserved. Cisco Feedback is Essential:- Ca2dts has not completed Course Feedback ca5dpa has not completed Course.
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.
© 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.
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
How to ? Subnetting. Scenario How Many Networks? 2 How Many Network addresses are required? 2 Addresses Used: subnet mask
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.
IP Addressing Allan Johnson. IPv4 Addressing Review IPv4 Addressing Review Table of Contents Table of Contents End Slide Show End Slide Show.
IPv4 Addresssing An IP address is four bytes (octets). Each contains eight bits (total of 32 bits in length). IP addresses are given as dotted decimal.
Subnetting of IP Address. Network Number for Each Network
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
CS 447 Networks and Data Communication Department of Computer Science Southern Illinois University Edwardsville Fall, 2015 Dr. Hiroshi Fujinoki
Binary Lesson 5 Usable Addresses Class A, B, and C.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 SUBNETTING.
CSE5803 Advanced Internet Protocols and Applications (2) Universal Identifier In general, addressing in a network is closely linked with the issue.
Subnetting. Binary to Decimal Conversion Decimal to Binary Conversion Classes of IP Addresses Subnet Masks 7 step method to practical subnetting – Class.
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
Subnetting leading to VLSM Ed Deacon. Splitting up a network you own If you have been given a network address eg /24 You require addresses.
Subnetting When an organization is given a block of class A, B, or C address, the first address in the block defines the network address. This address.
Cisco Discovery Semester 1 Chapter 5 JEOPADY Q&A by R. Prensky, Template by K. Martin.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
Advanced TCP/IP Planning and Design Variable Length Subnet Mask (VLSM) Supernetting Classless Enter Domain Routing (CIDR)
IP Addressing Lecture # 1 Hassan Shuja 01/31/2006.
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.
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.
IP addressing.
Subnetting and Supernetting.
Ethernet Basics – 7 IP Addressing. Introducing IP Addressing  IP address (TCP/IP address)  Not unique (but should be), user assigned  Layer 3  4 byte.
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.
Discovery 2 Internetworking Module 4 JEOPARDY K. Martin.
Cisco – Chapter 10 - Routers IP Addressing Subnetmasking.
Networking for Home and Small Businesses – Chapter 5
Introduction to the IPv4 Course
INTRO Module 1 Boolean Math
Subnetting and Supernetting.
Binary Lesson 4 Classful IP Addresses
CS 447 Networks and Data Communication
Subnetting.
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Binary Lesson 5 Classful IP Addresses
LAN Chapter 5 Protocols.
Cases in Subnetting.
Sub Neting exercises.
Creating Subnets – Network Requirements
Binary Lesson 7 Supernetting
Binary Lesson 6 Classful Subnetting /24, /25, and /26
Binary Lesson 6 Classful Subnetting
Lecture 8 Exercise 8 1. Describe similarities and differences between a network bridge and Internet router. 2. Describe similarities and differences between.
Networking for Home and Small Businesses – Chapter 5
Subnetting Subnetting is a method for getting the most out of the limited 32-bit IP addressing space. With any address class, subnetting provides a means.
Presentation transcript:

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 Domain: XX.XX XXXXXXXX XXXXXXXX XX If we do NOT have any subnetwork We know that the last 16 bits indicate the host addresses (since a Class-B IP address assumes to use the last 16 bits for host address) Subnet_Mask/001

CS 447 Networks and Data Communication Owners of a network domain can create as many subnets as they want. Problem 1 bit to indicate subnetwork 2 bits to indicate subnetwork If there are two subnetworks within a domain  If there are four subnetworks within a domain  If there are 2 n subnetworks within a domain  n bits to indicate subnetwork XXXXXXXX XXXXXXXX XX We need to indicate how many bits are assigned for subnetworks Subnet_Mask/002

CS 447 Networks and Data Communication : - If SIUE has 16 subnetworks - Try to figure out the host address of How to use Subnet Mask #1: Get Host Address BINARY AND Invert 1 and 0s Mask for domain address Mask for subnetwork Subnet Mask: Subnet_Mask/003 ( )

CS 447 Networks and Data Communication - If SIUE has 16 subnetworks - Try to figure out the domain and subnetwork address of How to use Subnet Mask #2: Get Domain Address and Subnet Address Mask for domain address : BINARY AND Subnet Mask: IP domain address Subnetwork address Subnet_Mask/004 Subnet Indicator

CS 447 Networks and Data Communication Why do we need “Subnet Mask” Subnet_Mask/005 The IP defines three classes of IP: Class-A, Class-B and Class-C Each class defines the number of hosts within a network, but does not define the number of sub-nets within a network. As long as your network does not have any sub-network, you do not have to use “Subnet Mask” Since each network can have different number of sub-networks, we have to let routers know which bits are used for identifying subnets