Binary Lesson 7 Supernetting

Slides:



Advertisements
Similar presentations
IP Subnetting.
Advertisements

IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
Welcome to Back! TCP/IP Subnetting Pop Quiz TCP/IP Cheat Sheet.
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.
IP addressSubnet mask AND
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
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
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.
Subnet Masks Traffic Router Subnet 1Subnet 2.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 SUBNETTING.
Binary Lesson 5.5 Usable Addresses Class A, B, and C.
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 Computer Networking Dr. Mohammad Alhihi Communication and Electronic Engineering Department Philadelphia University Faculty of Engineering.
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.
SUBNET Communication Technologies CIS 505 Prepare by Thanantinee Tantivejakul.
Cisco Discovery Semester 1 Chapter 5 JEOPADY Q&A by R. Prensky, Template by K. Martin.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
Module 5: Creating IPv4 Address Spaces. Overview of IP Communication Subnetting Overview Subnetting for Complex Networks.
Advanced TCP/IP Planning and Design Variable Length Subnet Mask (VLSM) Supernetting Classless Enter Domain Routing (CIDR)
Binary Lesson 6.1 Classful Subnetting 2
Lesson 2 – IP Addressing IP Address (IPv4 – Version 4) Private and Public Address Brief Introduction to IPv6 – Version 6.
CTI Technician Training Internet Protocol Part 2.
Binary Lesson 10 Powers of 2. Base Ten The number 147 means The number 147 means 1 x x x x
Binary Lesson 9 Supernetting
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.
Known IP Address and Ethernet Address Transmit from B => F (B knows F’s IP Address) PATHIP Source IP Destination Ethernet Source Ethernet Destination.
IP addressing.
Assignment 3 CSIT 220 Assigned: 9/19/2006 Due: 10/3/2006.
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.
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.
Subnetting Subnetting is not in the CIS221-3 Syllabus
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Subnetting/Supernetting and Classless Addressing.
Subnetting Divide a network to smaller networks (subnets) Reasons
IP Adressing & Subnetting
Master Subnetting – Section 3
Interconnecting Networks with TCP/IP
Binary Lesson 5.5 Usable Addresses Class A, B, and C
IP Address.
Cases in Subnetting.
כתובות IP.
Sub Neting exercises.
Creating Subnets – Network Requirements
Binary Lesson 5.5 Usable Addresses Class A, B, and C
CISCO Acadamic Instructor (CCAI) - Adressing, Routing, Subnetting
Binary Lesson 6 Classful Subnetting
Introduction to Networking (Yarnfield)
CISCO Acadamic Instructor (CCAI) - Adressing, Routing, Subnetting
Binary Lesson 8 Review of Classful Addressing and Subnetting
Binary Lesson 6 Classful Subnetting /24, /25, and /26
Binary Lesson 6 Classful Subnetting
/ / / / / /27.
Binary Lesson 4 Hexadecimal and Binary Practice
IP Addressing & Subnetting
Presentation transcript:

Binary Lesson 7 Supernetting

Class C Class C address: 192.168.1.10 /24 The subnet mask is 255.255.255.0 The network address is 192.168.1.0 The broadcast address is 192.168.1.255 In Binary: IP: 11000000 10101000 00000001 00001010 Subnt Msk: 11111111 11111111 11111111 00000000 Network: 11000000 10101000 00000001 00000000 Broadcast: 11000000 10101000 00000001 11111111 2

A Class C Network (/24) Sub Mask: 11111111 11111111 11111111 00000000 192.168.0.0   192.168.0.0/24 255.255.255.0 192.168.0.255

Subnetting to /25 Sub Mask: 11111111 11111111 11111111 10000000 192.168.0.0   192.168.0.0/25 255.255.255.128 192.168.0.127 192.168.0.128 192.168.0.128/25 255.255.255.128 192.168.0.255

Subnetting to /26 Sub Mask: 11111111 11111111 11111111 11000000 192.168.0.0   192.168.0.64 192.168.0.0/26 255.255.255.192 192.168.0.64/26 255.255.255.192 192.168.0.63 192.168.0.127 192.168.0.128 192.168.0.192 192.168.0.128/26 255.255.255.192 192.168.0.192/26 255.255.255.192 192.168.0.191 192.168.0.255

Two Class C Networks 192.168.0.0   192.168.1.0 192.168.0.0/24 255.255.255.0 192.168.1.0/24 255.255.255.0 192.168.0.255 192.168.1.255

Supernetting to /23 Sub Mask: 11111111 11111111 11111110 00000000 192.168.0.0   192.168.1.0 192.168.0.0/23 255.255.254.0 192.168.1.255 192.168.0.255

Supernetted /23 Network Node address: 192.168.1.10 /23 The subnet mask is 255.255.254.0 The network address is 192.168.0.0 The broadcast address is 192.168.1.255 In Binary: IP: 11000000 10101000 00000001 00001010 Subnt Msk: 11111111 11111111 11111110 00000000 Network: 11000000 10101000 00000000 00000000 Broadcast: 11000000 10101000 00000001 11111111 8

Supernetting to /22 Sub Mask: 11111111 11111111 11111100 00000000 192.168.0.0   192.168.1.0 192.168.0.0/22 255.255.252.0 192.168.1.255 192.168.2.0 192.168.3.255 192.168.2.255

Supernetted /22 Network Node address: 192.168.1.10 /22 The subnet mask is 255.255.252.0 The network address is 192.168.0.0 The broadcast address is 192.168.3.255 In Binary: IP: 11000000 10101000 00000001 00001010 Subnt Msk: 11111111 11111111 11111100 00000000 Network: 11000000 10101000 00000000 00000000 Broadcast: 11000000 10101000 00000011 11111111 10