IP Addressing - Subnetting

Similar documents
Chapter 2 Review Questions

McGraw-Hill The McGraw-Hill Companies, Inc., 2000

Chapter 9: Subnetting IP Networks

Internet Fundamentals

Chapter 6 Addressing the Network- IPv4

Linux System Administration

The identifier used in the IP layer of the TCP/IP protocol suite to identify each device connected to the Internet is called the Internet address or

IP Addressing and Subnetting

NETWORK LAYER: IP Addressing

Networks: Communicating and Sharing Resources

Chapter 19 Network Layer: Logical Addressing 19.1

Lab - Designing and Implementing a Subnetted IPv4 Addressing Scheme

Computer Networks Lecture -5- IPv4 Addresses. Dr. Abbas Abdulazeez

Chapter 8: Subnetting IP Networks

Objectives. Note: An IP address is a 32-bit address. The IP addresses are unique. The address space of IPv4 is 2 32 or 4,294,967,296.

CCNA 1 Chapter 9 v5.0 Exam Answers 2013

IP Addresses McGraw-Hill The McGraw-Hill Companies, Inc., 2000

Lecture 8 Network Layer: Logical addressing

Packet Tracer - Subnet Scenario 2 (Instructor Version)

Lab Calculating IPv4 Subnets

Packet Tracer - Subnet Scenario 2 Topology

Chapter 06 IP Address

Lab Calculating IPv4 Subnets

Networking and IP Addressing TELECOMMUNICATIONS AND NETWORKING

LECTURE -4 IP ADDRESSES. IP Addresses: Classful Addressing

Internet Addresses (You should read Chapter 4 in Forouzan)

TCP/IP Addressing. IP Addressing. IP Addressing. IP Addressing. 32 Bits. Dotted Decimal Maximum. 32 Bits. 32 Bits. Dotted Decimal Maximum

Activity 6.4.1: Basic VLSM Calculation and Addressing Design

Lab 2.8.2: Challenge Static Route Configuration

Subnetting Questions:

Chapter 18 and 22. IPv4 Address. Data Communications and Networking

Top-Down Network Design

Figure 11 Two-level addressing in classful addressing

Module 4. Planning the Addressing Structure

Configuring IPv4 Addresses

Lab Subnetting Network Topologies (Instructor Version)

Network Layer: Logical Addressing

IP addresses and Subnetting

Subnetting Study Guide

Lab 8 (IP Addressing)

IP Address Assignment

TSIN02 - Internetworking

Note: This case study utilizes Packet Tracer. Please see the Chapter 4 Packet Tracer file located in Supplemental Materials.

6.6 Subnetting and Variable Length Subnet Masks (VLSMs)

Lecture (06) Network Access layer fundamentals (4) LAN, & WAN Internetwork Layer I

Addressing the Network IPv4

Lecture (03) Internet Protocol tcp/ip> OSI>

Lab 5.6.2: Challenge RIP Configuration

Chapter Motivation For Internetworking

Top-Down Network Design

IP Addressing: IPv4 Addressing Configuration Guide, Cisco IOS Release 12.4

Network Layer/IP Protocols

Chapter 8: Subnetting IP networks. Introduction to Networks v5.1

Chapter 4 Reading Organizer

IP: Addressing, ARP, Routing

Chapter 3 - Implement an IP Addressing Scheme and IP Services to Meet Network Requirements for a Small Branch Office

CSN07102 Practical Networks 1

Subnetting and Classless Addressing

Configuring IP addressing

Practice for Chapter 15: Analyzing Existing Subnet Masks

Basics of communication. Grundlagen der Rechnernetze Introduction 31

Binary Octet to Decimal Format Conversion

Unit C - Network Addressing Objectives Purpose of an IP Address and Subnet Mask Purpose of an IP Address and Subnet Mask

IP Addressing: IPv4 Addressing Configuration Guide, Cisco IOS Release 15S

CCE1030 Computer Networking

Network Layer: outline

Subnetting. This Hour. Subnetting. Hour 5

Network Layer: Logical Addressing

Chapter 8: Subnetting IP Networks CCENT Routing and Switching Introduction to Networks v6.0

Network Layer PREPARED BY AHMED ABDEL-RAOUF

FIGURE 3. Two-Level Internet Address Structure. FIGURE 4. Principle Classful IP Address Formats

Data Communication & Computer Networks Week # 13

IT220 Network Standards & Protocols. Unit 8: Chapter 8 The Internet Protocol (IP)

Subnetting/Supernetting and Classless Addressing

SPLITTING IPV4 NETWORKS INTO SUBNETS (CLASS, CIDR, VLSM)

Al-Mustansiriyah University Fourth Year ( )

Table of Contents Chapter 1 IP Addressing Configuration

Why we need to divide network?

The Interconnection Structure of. The Internet. EECC694 - Shaaban

SIIT ITS 323. Due Friday 21 August 2007, 5pm 10% of the final course mark

Chapter 19 Network Layer: Logical Addressing 19.1

Computer Networks and Data Systems

1 Connectionless Routing

Network+ Guide to Networks

CCNA Semester 1 labs. Part 2 of 2 Labs for chapters 8 11

Guide to TCP/IP Fourth Edition. Chapter 2: IP Addressing and Related Topics

x.x.x :: Notes: 128 binary bits

Configuring IP addressing 1

April 24, Copyright 2010 by World Class CAD, LLC. All Rights Reserved.

SEN366 (SEN374) (Introduction to) Computer Networks

R (2) Write a program to demonstrate Subneting & find the Subnet Mask.

VLSM Static routing. Computer networks. Seminar 5

VLSM Workbook. Variable-Length Subnet Mask. Instructor s Edition

IP Addressing Week 6. Module : Computer Networks Lecturer: Lucy White Office : 324

Computer Network Addressing. The TCP/IP Layers and Addresses. Topics. The Internet Communication. The TCP/IP Layers and Addresses IP Address

Chapter 6. Variable Length Subnet Masking (VLSM) Classless Inter-Domain Routing (CIDR) CCNA2-1 Chapter 6

LOGICAL ADDRESSING. Faisal Karim Shaikh.

Full file at

Some Subnetting Practice Problem Solutions

IP Addresses. IP Addresses

Transcription:

IP Addressing - Subnetting

The Two Parts of an IP Address 32 Bits Prefix Host Prefix Length

IP Address Classes Classes are now considered obsolete But you have to learn them because Everyone in the industry still talks about them! You may run into a device whose configuration is affected by the classful system

Classful IP Addressing Class First First Byte Prefix Intent Few Bits Length A 0 1-126* 8 Very large networks B 10 128-191 16 Large networks C 110 192-223 24 Small networks D 1110 224-239 NA IP multicast E 1111 240-255 NA Experimental *Addresses starting with 127 are reserved for IP traffic local to a host.

Division of the Classful Address Space Class Prefix Number of Addresses Length per Network A 8 2 24-2 = 16,777,214 B 16 2 16-2 = 65,534 C 24 2 8-2 = 254

Classful IP is Wasteful Class A uses 50% of address space Class B uses 25% of address space Class C uses 12.5% of address space Class D and E use 12.5% of address space

Prefix Length An IP address is accompanied by an indication of the prefix length Subnet mask /Length Examples 192.168.10.1 255.255.255.0 192.168.10.1/24

Subnet Mask 32 bits long Specifies which part of an IP address is the network/subnet field and which part is the host field The network/subnet portion of the mask is all 1s in binary. The host portion of the mask is all 0s in binary. Convert the binary expression back to dotted-decimal notation for entering into configurations. Alternative Use slash notation (for example /24) Specifies the number of 1s

Subnet Mask Example 11111111 11111111 11111111 00000000 What is this in slash notation? What is this in dotted-decimal notation?

Another Subnet Mask Example 11111111 11111111 11110000 00000000 What is this in slash notation? What is this in dotted-decimal notation?

One More Subnet Mask Example 11111111 11111111 11111000 00000000 What is this in slash notation? What is this in dotted-decimal notation?

Designing Networks with Subnets Determining subnet size Computing subnet mask Computing IP addresses

Addresses to Avoid When Subnetting A node address of all ones (broadcast) A node address of all zeros (network) The next ones are allowed by the subnet standard A subnet address of all ones (all subnets) A subnet address of all zeros (confusing)

Practice Network is 172.16.0.0 You want to divide the network into subnets. You will allow 600 nodes per subnet. What subnet mask should you use? What is the address of the first node on the first subnet? What address would this node use to send to all devices on its subnet?

More Practice Network is 172.16.0.0 You have eight LANs, each of which will be its own subnet. What subnet mask should you use? What is the address of the first node on the first subnet? What address would this node use to send to all devices on its subnet?

One More Network is 192.168.55.0 You want to divide the network into subnets. You will have approximately 25 nodes per subnet. What subnet mask should you use? What is the address of the last node on the last subnet? What address would this node use to send to all devices on its subnet?

Addressing example

Addressing example Step One. Count hosts on each subnet, and refer back to the chart showing how many addresses can be assigned for each prefix length. Two of the branch offices have 20 hosts (21 including the router), and the other has 25 hosts (26 including the router). Each of these subnets will require a /27 prefix, since these can handle up to 30 addresses. Of the headquarters subnets, the one with 30 hosts will require another /27, the one with 50 hosts will require a /26, and the two 10 host subnets each require a /28. The three WAN links, each requiring a /30, and the Ethernet connecting the two routers together, which also requires a /30. However, since more hosts might later be added to the Ethernet, we'll assign it a /29 for expansion purposes. Step Two. Assign largest subnets first. The largest subnet is the headquarters subnet with 50 hosts, requiring a /26 prefix. We'll assign to it 192.77.33.0/26, using numbers from 0 to 63 in the fourth byte. Next we need four /27s (one in the headquarters, and one for each of the branch offices). We'll assign 192.77.33.64/27, 192.77.33.96/27, 192.77.33.128/27, and 192.77.33.160/27. We've now used numbers from 0 to 191 in the fourth byte. The two /28s will be 192.77.33.192/28 and 192.77.33.208/28. That leaves 192.77.33.224/29 for the Ethernet between the two headquarters routers, and the remaining address space for the three WAN links: 192.77.33.232/30, 192.77.33.236/30 and 192.77.33.240/30.