Binary Lesson 9 Supernetting

Slides:



Advertisements
Similar presentations
IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
Advertisements

Welcome to Back! TCP/IP Subnetting Pop Quiz TCP/IP Cheat Sheet.
Network Layer4-1 Chapter 4: Network Layer r 4. 1 Introduction r 4.2 Virtual circuit and datagram networks r 4.3 What’s inside a router r 4.4 IP: Internet.
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.
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
Chapter 21 IP Addressing “If we all did the things we are capable of doing, we would literally astound ourselves” - Thomas Alva Edison,
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
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
Optimizing IP Address Allocation
21-IP addressing Dr. John P. Abraham Professor UTPA.
Spring Ch 18 IP Addresses. 2 Internet Protocol  Only protocol at Layer 3  Defines Internet addressing Internet packet format Internet routing.
1 IP Addressing: Classful 0 network host 10 network host 110 networkhost 1110 multicast address A B C D class to to
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.
TCP/IP Protocol Suite 1 Change the following IP addresses from binary notation to dotted-decimal notation. a b
Binary Lesson 5 Usable Addresses Class A, B, and C.
CSIS  We need to create some logic to the environment  We want to keep like devices together  We want to make money leasing the use of the space.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 SUBNETTING.
Binary Lesson 5.5 Usable Addresses Class A, B, and C.
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
CLASSLESS INTER-DOMAIN ROUTING {CIDR} & SUBNETTING PHILLIP LAFLEUR NATHAN GRAMMES JONATHAN BENNETT.
21-IP addressing Dr. John P. Abraham Professor UTPA.
SUBNET Communication Technologies CIS 505 Prepare by Thanantinee Tantivejakul.
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
Binary Lesson 10 Powers of 2. Base Ten The number 147 means The number 147 means 1 x x x x
IP Internet Protocol Fundamental packet format that computers use to exchange information. Is a set of technical rules that defines how computers communicate.
Binary Lesson 5 Counting. Powers of 2 One bit has 2 possible values (2^1) One bit has 2 possible values (2^1) 0 or 1 0 or 1 Two bits have 4 possible values.
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.
After 8.1. Which address is supernetted? A /25 B /8 C /18 D /15 E /24 1 of 4.
21-IP addressing Dr. John P. Abraham Professor UTPA.
Routing Optimizations in IPv4 Classless Inter-Domain Routing (CIDR) Mobile IP CS 60008: Internet Architecture and Protocols Department of CSE, IIT Kharagpur.
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.
COMPUTER NETWORKS CS610 Lecture-26 Hammad Khalid Khan.
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.
Binary Lesson 4a Hexadecimal and Binary Practice2.
30/11/1008-Supernetting1 Revision of Classful IP Addressing © Tanenbaum, Prentice Hall International.
Chapter 5 Exploring IPv4.
Dotted Decimal Notation
Master Subnetting – Section 3
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Lec 9 Subnet 3.1 Computer Networks Al-Mustansiryah University
Cases in Subnetting.
כתובות IP.
Sub Neting exercises.
Creating Subnets – Network Requirements
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Binary Lesson 6 Classful Subnetting
Binary Lesson 7 Supernetting
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
Lec 8 Network Class 3.1 Computer Networks Al-Mustansiryah University
Dr. John P. Abraham Professor UTPA
Presentation transcript:

Binary Lesson 9 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 In Binary: IP: 11000000 10101000 00000001 00001010 Subnt Msk: 11111111 11111111 11111111 00000000 Net Addr: 11000000 10101000 00000001 00000000 2

192.168.0.0 /23 You can combine two class C's with a /23 IP: 192.168.1.10 /23 Subnet Mask: 255.255.254.0 Network: 192.168.0.0 First Usable: 192.168.0.1 Last Usable: 192.168.1.254 IP: 11000000 10101000 00000001 00001010 Subnt Msk: 11111111 11111111 11111110 00000000 Net Addr: 11000000 10101000 00000000 00000000 3

192.168.0.0 /22 You can combine 4 class C's with a /22 IP: 192.168.1.10 /22 Subnet Mask: 255.255.252.0 Network: 192.168.0.0 First Usable: 192.168.0.1 Last Usable: 192.168.3.254 IP: 11000000 10101000 00000001 00001010 Subnt Msk: 11111111 11111111 11111100 00000000 Net Addr: 11000000 10101000 00000000 00000000 4

Subnetting a Class C CIDR Notation # Addr Subnet Mask Broadcast 192.168.0.0/24 256 255.255.255.0 192.168.0.255 192.168.0.0/25 128 255.255.255.128 192.168.0.127 192.168.0.0/26 64 255.255.255.192 192.168.0.63 192.168.0.0/27 32 255.255.255.224 192.168.0.31 192.168.0.0/28 16 255.255.255.240 192.168.0.15 192.168.0.0/29 8 255.255.255.248 192.168.0.7 192.168.0.0/30 4 255.255.255.252 192.168.0.3

Supernetting a Class C CIDR Notation # Addr Subnet Mask Broadcast # Cs 192.168.0.0/16 65536 255.255.0.0 192.168.255.255 256 192.168.0.0/17 32768 255.255.128.0 192.168.127.255 128 192.168.0.0/18 16384 255.255.192.0 192.168.63.255 64 192.168.0.0/19 8192 255.255.224.0 192.168.31.255 32 192.168.0.0/20 4096 255.255.240.0 192.168.15.255 16 192.168.0.0/21 2048 255.255.248.0 192.168.7.255 8 192.168.0.0/22 1024 255.255.252.0 192.168.3.255 4 192.168.0.0/23 512 255.255.254.0 192.168.1.255 2 192.168.0.0/24 256 255.255.255.0 192.168.0.255 1

Supernetting iClicker Questions

What is the subnet mask for this network? 15.254.222.199/25 255.255.255.0 255.255.255.128 255.255.254.0 255.255.252.0 Something else

What is the broadcast address for this network? 120.144.100.95/23 120.144.100.255 120.144.101.255 120.144.103.255 120.144.255.255 Something else

What is the last usable address for this network? 10.14.3.128/23 10.14.3.126 10.14.3.254 10.14.4.254 10.14.2.254 Something else

What is the broadcast address for this network? 172.16.0.0/21 172.16.0.255 172.16.3.255 172.16.7.255 172.16.15.255 Something else

What is the subnet mask for this network? 172.31.128.0/20 255.255.0.0 255.255.240.0 255.255.248 255.255.252.0 Something else

How many class C subnets are included in this network? 1.2.3.4/18 32 64 Something else

What is the broadcast address for this network? 147.144.128.0/20 147.144.255.255 147.144.143.255 147.144.135.255 147.144.131.255 Something else

What is the best supernet to combine these networks. 192. 168. 1 192.168.0.0/23 192.168.0.0/22 192.168.1.0/22 192.168.1.0/21 Something else

What is the best supernet to combine these networks. 192. 168. 12 192.168.12.0/23 192.168.12.0/22 192.168.8.0/21 192.168.0.0/20 Something else

What is the best supernet to combine these networks. 192. 168. 1 192.168.0.0/22 192.168.0.0/21 192.168.0.0/20 192.168.0.0/19 Something else

CCSF has the 147. 144. 0/16 address space CCSF has the 147.144.0.0/16 address space. Which subnet is best for the 3000 students using Wi-Fi? 147.144.160.0/22 147.144.160.0/21 147.144.160.0/20 147.144.160.0/19 Something else

Which subnet is best for a department with 500 computers? 10.114.64.0/24 10.114.64.0/23 10.114.64.0/22 10.114.64.0/21 Something else

Which subnet is best for a department with 511 computers? 200.114.64.0/24 200.114.64.0/23 200.114.64.0/22 200.114.64.0/21 Something else