CTI Technician Training Internet Protocol Part 2.

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

Chapter 9a Intro to Routing & Switching.  Upon completion of this chapter, you should be able to:  Explain why routing is necessary for hosts on different.
IP Subnetting.
1 IP Subnetting (Modified version of slides from Rick Graziani) Karim El Defrawy Donald Bren School of Information and Computer Science University of California.
Prepared By: Eng.Ola M. Abd El-Latif
Subnetting Made EZ.
Hands-On Microsoft Windows Server 2003 Networking Chapter Four Subnetting.
Classless Subnetting Using the Worksheet
Introduction to Networking (Yarnfield) Classful subnetting.
IP Addressing & Subnetting
IP Subnetting CIT 307 Kevin Siminski.
© 2007 Cisco Systems, Inc. All rights reserved.ICND1 v1.0—4-1 LAN Connections Constructing a Network Addressing Scheme.
Introduction to Networking (Yarnfield) Variable Length Subnet Masking (VLSM)
1 Chapter Overview Subnet. What is a subnet When you break a network into a few smaller networks, you have created several subnets Like IP address where.
IP Addressing & Subnetting Made Easy. Part 1: Working with IP Addresses.
© 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
Introduction to Networking
DCN286 INTRODUCTION TO DATA COMMUNICATION TECHNOLOGY Network Basics Introduction Instructor: Ataur Rahman
Types of Addresses in IPv4 Network Range
Chapter 12 Subnetting CIS 1140.
IP Addressing Chapter 5 powered by DJ. Chapter Objectives At the end of this Chapter you will be able to:  Explain IP addressing  Discuss IP subnetting.
CN2668 Routers and Switches Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, A+
IP Addressing Basics LAB 8.
2 © 2003, Cisco Systems, Inc. All rights reserved. RST-2002 IP Addressing.
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Planning the Addressing Structure Working at a Small-to-Medium Business or ISP – Chapter.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.3—3-1 Determining IP Routes Implementing Variable-Length Subnet Masks.
70-291: MCSE Guide to Managing a Microsoft Windows Server 2003 Network Chapter 2: Configuring Network Protocols.
IP Addressing & Subnetting
1 Exercise: IPv4 subnetting. 2 Task 1 Given is an IP network with address : Divide this network into 8 subnets.
Addressing IP v4 W.Lilakiatsakun.
CCNA1-1 Chapter 6-3 Chapter 6 Addressing the Network - IPV4 Part III.
© 2010 Cisco Systems, Inc. All rights reserved. 1 Academy Conference 2010 Frisco, Texas Teaching VLSM Barry Charter ~ North Arkansas College ~ Newly Retired.
Saeed Darvish Pazoki – MCSE, CCNA IP Subnetting 1.
© 2002, Cisco Systems, Inc. All rights reserved..
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.
IP addressing.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Subnetting IP Networks.
INTRODUCTION  Network Layer is the third layer in the seven layer OSI model  It provides logical addressing and routing  The protocols in this layer.
Lecture#7: Subnetting IP Networks
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.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 9: Subnetting IP Networks Introduction to Networks.
Subnetting, The Struggle for Understanding John Skyers HBC Regional Academy London SE17 1JE United Kingdom.
IP Addresses & IP Subnetting
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 Divide a network to smaller networks (subnets) Reasons
Internet Architecture
Chapter 5 Exploring IPv4.
Master Subnetting – Section 3
Instructor Materials Chapter 8: Subnetting IP Networks
Lecture#7: Subnetting IP Networks
Introduction to Networking (Yarnfield)
Chapter 8: Subnetting IP Networks
Addressing the Network - IPV4 Part III
IP Address.
Chapter 9: Subnetting IP Networks
Addressing the Network - IPV4 Part III
Chapter 9: Subnetting IP Networks
IPv4 Addresses A Quick Guide.
Sub Neting exercises.
Creating Subnets – Network Requirements
Introduction to Networking (Yarnfield)
Prepared by : Adeel Ahmad Updated by : Syed Ameen Quadri
IP Addressing & Subnetting
Presentation transcript:

CTI Technician Training Internet Protocol Part 2

Review Is this address on your network? Your info Destination IP Convert IP and subnet mask to binary Draw a line between network bits and host bits. Convert Destination IP to binary. Check to see if network bits match. Don’t Match No it is not.

Calculating hosts from a mask Number of hosts per subnet can be calculated by finding all of the possible host addresses. (Remember not to count the network id and broadcast address.) The formula used for calculating number of hosts is: 2 n -2 n = number of host bits You have to -2 because the network id and broadcast address cannot be used as host addresses.

Subnetting Definition Dividing a larger network into smaller, equally sized networks. Example: If given a /16 network, it can be divided into 256 separate /24 networks.

To calculate subnets, you must find all of the differences between the larger mask and the smaller mask. This will give you the network id’s of your new smaller networks /

Calculating networks from a subnet mask To find the number of subnets available, you must find the difference of bits between the larger mask and the smaller mask. The formula used for calculating number of subnets is: 2n2n2n2n n = number of bits difference If given a /20 network, how many /24 networks can we get out of it? 2 4 = 16

Finding valid network id’s To find valid network id’s, you must first know the network id of your large network. Next, you need to know what size networks you would like to subnet to. Find the number of smaller networks you will have. (2 n ) Find the value of the last bit of the smaller subnet mask. This will be the increments to count by to find valid network id’s. Continue counting by that number until you reach the last network id.

Subnetting Example You have been assigned /20 How many /23 networks can you create? 2 (23-20) 2 (23-20) = = 8 networks What are their network id’s? Find the least significant bit position for / Count in increments of , , , , , , , , , , , , ,

Variable Length Subnet Masks VLSM simply means that your smaller networks do not have to be the same size. Example: If you have been provided a /22, you can subnet one /23 and two /24 networks.

VLSM Example A /21 network could be subnetted as follows: /22 /22 /22 /22 /23 /23 /23 /23 /24 /24 /24 /24 /25 /25 /25 /25 /26 /26 /26 /26 /27 /27 /27 /27 /28 /28 /28 /28 /29 /29 /29 /29 /30 /30 /30 /30 /27 /27 /27 /27 /30 /30 /30 /30

Questions or Comments? Adam Vocks - MCP, MCSE Vice-President Computer Techniques, Inc.