1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address 194.141.0.0: Divide this network into 8 subnets.

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.
IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
Understanding Binary Basics
Calculating Subnet Masks
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.
Module 10: Routing Fundamentals and Subnets Small Router Purchase Subnetting Example a Basic Subnetting b Subnetting a Class A Network.
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
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Constructing a Network Addressing Scheme.
IP Addresses: Classful Addressing An IP address is a 32-bit address.
Ch.9 – IP Addressing Part 1 CCNA 1 version 3.1.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public ITE PC v4.0 Chapter 1 1 subnetting.
Information & Communication Technology
How to ? Subnetting. Scenario How Many Networks? 2 How Many Network addresses are required? 2 Addresses Used: subnet mask
IP Addressing & Classes
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.
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
CISCO NETWORKING ACADEMY Chabot College ELEC Subnet Review.
Binary Lesson 5 Usable Addresses Class A, B, and C.
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 13-Oct-15 S Ward Abingdon and Witney College CCNA Exploration Semester 1 Subnetting - visual CCNA Exploration Semester 1 Chapter 6.
Module 10 - Subnetting For Fun and Profit
Addressing IP v4 W.Lilakiatsakun.
19.1 Chapter 19 Network Layer: Logical Addressing Computer Communication & Networks.
CLASSLESS INTER-DOMAIN ROUTING {CIDR} & SUBNETTING PHILLIP LAFLEUR NATHAN GRAMMES JONATHAN BENNETT.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
Module 5: Creating IPv4 Address Spaces. Overview of IP Communication Subnetting Overview Subnetting for Complex Networks.
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.
Computers and Math Binary, Hex, and Decimal Oh My Copyright © Texas Education Agency, All rights reserved.1.
IP Internet Protocol Fundamental packet format that computers use to exchange information. Is a set of technical rules that defines how computers communicate.
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.
Computer Network Architecture Lecture 9: IP Addressing 13/1/
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.
Subnetting, The Struggle for Understanding John Skyers HBC Regional Academy London SE17 1JE United Kingdom.
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 Divide a network to smaller networks (subnets) Reasons
Internet Architecture
Chapter 5 Exploring IPv4.
Dotted Decimal Notation
Master Subnetting – Section 3
OSI Model IP address.
Networking for Home and Small Businesses – Chapter 5
Subnetting Problems.
Binary Lesson 5.5 Usable Addresses Class A, B, and C
The IP addresses are unique. The address space of IPv4 is 2 32 or 4,294,967,296.
Network classes Internet addresses are allocated by the InterNIC ( the organization that administers the Internet. These IP addresses.
כתובות IP.
Sub Neting exercises.
Creating Subnets – Network Requirements
Binary Lesson 5.5 Usable Addresses Class A, B, and C
Binary Lesson 6 Classful Subnetting
Introduction to Networking (Yarnfield)
Binary Lesson 7 Supernetting
Binary Lesson 6 Classful Subnetting /24, /25, and /26
Binary Lesson 6 Classful Subnetting
Addressing the Network – IPv4
Networking for Home and Small Businesses – Chapter 5
Presentation transcript:

1 Exercise: IPv4 subnetting

2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.

3Solution l This network is class C because the starting bits are 110. l In binary form: l The first 3 octets represent the network address. The fourth octet is for subnet and host address.  We need a subnet mask with 3 bits ones, because 8 = 2 3 : l In decimal form:

4Comments l We use this mask in the corresponding field of the IP configuration. l The available subnets have the following addresses: Can not be used. In fact we have 6 real subnets. Hosts with address 0 or 255 can not be used. Therefor each subnet contains up to 256/8 - 2 = 30 hosts.

5 Task 2 Given is an IP network with address : Divide this network into 32 subnets.

6Solution l The subnet mask is l in decimal: l 30 subnets with up to 2046 hosts each.

7 Task 3 l Given is a subnet mask: l Which class is the network? l How many real subnets? l How many real hosts may contain each subnet?

8Solution l This is a subnet mask for network class A. l There are 2 7 – 2 = 126 real subnets. l Each subnet may has up to 2 17 – 2 = real hosts.