1 CMPT 471 Networking II Addressing assigning networks and sub-networks © Janice Regan, 2012.

Slides:



Advertisements
Similar presentations
Chapter 5 IPv4 Addresses TCP/IP Protocol Suite
Advertisements

IP Addressing Introductory material.
Chapter 19 Network Layer: Logical Addressing Stephen Kim.
1 Computer Communication & Networks Lecture 17 & 18 Network Layer: Logical Addressing Waleed Ejaz.
IPv4 Addresses. Internet Protocol: Which version? There are currently two versions of the Internet Protocol in use for the Internet IPv4 (IP Version 4)
Network Layer: Logical Addressing. 4-1 IPv4 ADDRESSES An IPv4 address is a 32-bit address that uniquely and universally defines the connection of a device.
Chapter 18. IP: Internet Protocol Addresses
Prepared By: Eng.Ola M. Abd El-Latif
1 Spring Semester 2007, Dept. of Computer Science, Technion Internet Networking recitation #1 Subnet + CIDR.
CSE5803 Advanced Internet Protocols and Applications (7) Introduction The IP addressing scheme discussed in Chapter 2 are classful and can be summarised.
2440: 141 Web Site Administration IP Addressing Instructor: Enoch E. Damson.
Chapter 21 IP Addressing “If we all did the things we are capable of doing, we would literally astound ourselves” - Thomas Alva Edison,
McGraw-Hill©The McGraw-Hill Companies, Inc., 2000 Chapter 19 Network Layer Logical Addressing © 2012 by McGraw-Hill Education. This is proprietary material.
Types of Addresses in IPv4 Network Range
ECE 4110 – Internetwork Programming Subnetting, Supernetting, and Classless Addressing.
1 Internet Addresses (You should read Chapter 4 in Forouzan) IP Address is 32 Bits Long Conceptually the address is the pair ( NETID, HOSTID ) Addresses.
LECTURE # 20 IP ADDRESSING 1. Binary 2  All digital electronics use a binary method for communication.  Binary can be expressed using only two values:
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 4: Addressing in an Enterprise Network Introducing Routing and Switching in the.
CIDR Classless Inter-Domain Routing
IP Addressing Introductory material. An entire module devoted to IP addresses.
IPv4 Addresses. Internet Protocol: Which version? There are currently two versions of the Internet Protocol in use for the Internet IPv4 (IP Version 4)
IP Addresses & Classes Presented By: M.Usman Khan Ghauri Nauman Aslam.
CSISCSIS Dr. ClincyLecture1 SUPERNETTING Although class A and B addresses are dwindling – there are plenty of class C addresses The problem with C addresses.
© 2007 Cisco Systems, Inc. All rights reserved. 1 Network Addressing Networking for Home and Small Businesses – Chapter 5 Darren Shaver – Modified Fall.
1 Kyung Hee University Chapter 5 IP addresses Classless Addressing.
Copyright © Lopamudra Roychoudhuri
19.1 Chapter 19 Network Layer: Logical Addressing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Chapter 6 VLSM and CIDR.
SYSTEM ADMINISTRATION Chapter 8 Internet Protocol (IP) Addressing.
ICS 156: Lecture 2 (part 1) Today:  IP addressing  Data link protocols and ARP  Notes about lab.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 4: Addressing in an Enterprise Network Introducing Routing and Switching in the.
Universal Identifier UNIVERSAL IDENTIFIER Universal network = globally accepted method for identifying each computer. Host identifier = host is identify.
Data Communications and Networks Chapter 7 – IP Addressing ICT-BVF8.1- Data Communications and Network Trainer: Dr. Abbes Sebihi.
IP Addressing.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 5 IPv4 Addresses.
Chapter 5 IPv4 Address.
IP Addressing Introductory material.
McGraw-Hill©The McGraw-Hill Companies, Inc., 2004 Network Layer PART IV.
Network layer (Part III)
CS470 Computer Networking Protocols
IP ADDRESSING Lecture 2: IP addressing Networks and Communication Department 1.
TCP/IP Protocol Suite 1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 5 IPv4 Addresses.
INTERNET ADDRESSING Today’s topics:  What are Internet addresses?  Why do we need them?  How are they used?
1 Variable Length Subnet Masks ( VLSM ) “ Classful Route” Means if a route to a network starting with is received, it is a class A => mask length.
Subnetting and Supernetting.
TCP/IP Protocol Suite 1 Chapter 4 Objectives Upon completion you will be able to: IP Addresses: Classful Addressing Understand IPv4 addresses and classes.
TCP/IP Protocol Suite 1 Objectives Upon completion you will be able to: IP Addresses: Classful Addressing Understand IPv4 addresses and classes Identify.
IP Addressing Introductory material. An entire module devoted to IP addresses.
19.1 Chapter 19 Network Layer: Logical Addressing Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
IP – Subnetting and CIDR
IP Addresses: Classful Addressing
IP Addressing Introductory material.
4.3 Network Layer Logical Addressing
IP Addresses: Classful Addressing IP Addresses. CONTENTS INTRODUCTION CLASSFUL ADDRESSING Different Network Classes Subnetting Classless Addressing Supernetting.
Subnetting and Supernetting.
Chapter 5 IPv4 Addresses TCP/IP Protocol Suite
Internet Networking recitation #1
IP.
PART IV Network Layer.
4 Network Layer Part I Computer Networks Tutun Juhana
CS4470 Computer Networking Protocols
Subnetting.
An IPv4 address is a 32-bit address that uniquely and universally defines the connection of a device (for example, a computer or a router) to the Internet.
IP Addressing Introductory material.
IP Addressing Introductory material.
IPv4 Addresses.
Internet Addressing Today’s topics: What are Internet addresses?
IP Addressing Introductory material
Chapter 5 IP addresses Classless Addressing
CIDR: Classless Interdomain Routing
Presentation transcript:

1 CMPT 471 Networking II Addressing assigning networks and sub-networks © Janice Regan, 2012

2 Internet addresses: IPv4  32 bit global internet (IP) address is used to uniquely identify a particular network interface connected to a particular host as a destination for communication  Globally applicable and globally unique  Expressed a series of 32 binary digits   Also expressed in dotted decimal notation  Binary digits are separated into four groups of eight digits  Each group of 8 digits are translated to a decimal number  The decimal number are separated by dots (periods)  Example address above becomes

© Janice Regan, Structure of an IP address  Each IP address is split into two parts (netid, hostid) to identify the host and the network to which the host is connected  The netid (network address or prefix) identifies the network to which the host belongs.  The number of bits dedicated to the netid will determine the number of possible networks.  The hostid identifies the particular host (network interface for a multi homed host)  The number of bits dedicated to the hostid will determine the possible number of hosts on the network

© Janice Regan, Allocating addresses to networks  Have considered some addresses reserved for particular purposes.  How are the remainder of the addresses in the IP address space allocated to networks?  Originally, the IPv4 protocol originally separated addresses into different classes, allowing for particular numbers of networks in each class. The addressing was know as classful addressing  Later, when the number of networks began to exceed the available network addresses an extended solution was needed. The solutions implemented were  Long term solution: new version of the IP protocol IPv6  Short term solution classless addressing or CIDR

© Janice Regan, Classful addressing

© Janice Regan, IP Addresses - Class A   First digit a 0  Small netid (7 bits) ⇨ available networks  Large hostid (24 bits) ⇨ hosts per network  Unicast address range, to does not include the following reserved addresses  /8 ‘this’ network  /8 private internets  /8 Public data networks  /8 IP over cable  /8 loopback  Few networks each with many hosts.

© Janice Regan, IP Addresses - Class B   First digits 10  medium netid (14 bits) ⇨ 2 14 available networks  medium hostid (16 bits) ⇨ available hosts/network  Unicast address range to does not include the following reserved addresses /16‘local’ autoconfiguration (for example when no DHCP server found) /12 reserved for private internets  moderate number of networks and hosts

© Janice Regan, IP Addresses - Class C   First digits 110  large netid (21 bits) ⇨ 2 21 available networks  small hostid (8 bits) ⇨ available hosts/network  Address range to does not include the following reserved addresses – reserved for private internets.  Large number of networks each with a small number of hosts (<256)

© Janice Regan, Classful Addressing: forwarding  The original routing algorithms depended on each network having a network address that was either a Class A, B, C, D, or E address.  Each network would have one entry in the routing table of each router.  The entry would indicate the network address of the destination network and the interface on the present router through which the packet should be sent to reach that destination network.  The network portion of the incoming packets destination address would be compared to all entries of the correct class in the routing table to determine the interface through which the packet should be forwarded

© Janice Regan, Problems with classful  Large networks were difficult to administer and needed some internal structure to simplify their administration. (solution sub-netting)  With the explosive growth of the Internet Class B networks were in short supply.  Many organizations wanted more addresses than a class C address could supply but not as many as a class B address would give.  Giving multiple class C addresses was one solution but it had its own problems, increasing the load on the network due to routing (one table entry for each class C network)  Short term solution CIDR, long term solution IPv6

Subnetting  To manage the addresses within a large network, the network manager will likely divide the network into smaller sub-networks  For classful addressing this consisted of dividing a class B network into networks the size of a class C network (or an A into B’s and C’s). Then using internal routing between sub networks  For CIDR, there is more flexibility in subnet size © Janice Regan,

© Janice Regan, Classless InterDomain Routing  CIDR (also called supernetting) Permits allocation of the remaining IP addresses in blocks more closely matched to user needs  Makes routing algorithms more complex (cannot sort by class to simplify forwarding)  Addresses are allocated based on a base address and a subnet mask or prefix, for /22  is the first allocated address or base address. The base address is the network address  The netmask is , 22 1’s followed by 0’s to make up the rest of the 32 bits

© Janice Regan, CIDR: Using masks, prefixes  Consider a 1024 address block, a 2048 address block, and a 4096 address block of addresses.  These addresses are to be allocated in what would have been the class C portion of the address space.  The allocated addresses are to ( /22) 1024 addresses with netmask (22 1 bits) to ( /21) 2048 addresses with netmask (21 1 bits) to ( /20) 4096 addresses with netmask (20 1 bits)

© Janice Regan, CIDR addressing 1024 00000000 000  00 000 Blue bars show all possible addresses, we will group consecutive addresses to make networks. The numbers on axes show particular addresses for reference: 16 means , 28 means … The red portions show the networks listed on the previous slide /22 is shown in red in the top illustration, contains 2 (32-22) addresses starting with and ending with

© Janice Regan, CIDR: Assigning networks  If K host addresses are desired and (2 N-1 )-2 < K < (2 N )-2 the netmask will have 32-N bits  The base address will fall on a 2 N boundary, that is the binary form of the base address will be an even multiple of 2 N.  The base address will have all zero bits for the bits that are zero in the netmask. If an address within the allocated range is ANDed with the netmask the result will be the base address of the allocated range

© Janice Regan, CIDR: Routing  A router will have a list of networks to which it connects  A destination address will be ANDed with the netmask for each network, and the result will be compared with the base address of the network  If the ANDed destination address gives the network base address the router knows it has found a candidate for the correct network to forward the package to. The candidate with the longest match is chosen  In order to reduce the size of router tables aggregation is used. Networks in a given region/location are aggregated into a larger network for the purpose of forwarding.

© Janice Regan, A sample routing table DestinationGatewayGenmaskMetricIface * Eth * Eth * Eth * Eth * Eth * Eth5

© Janice Regan, CIDR: Using net masks  Given an address in one of these ranges, ANDing the address with the appropriate netmask should give the base address of that network For example test to see if is in the fourth block or addresses / addresss netmask address AND netmask the base address of the fourth block, therefore, the address is a member of the fourth block of addresses

© Janice Regan, Hierarchical addressing: 1  CIDR is a hierarchical addressing approach  Groups of networks can be aggregated to appear as a single network to more distant routers  Entries that appear to be a single network to a particular router may in fact be aggregations of many smaller networks

© Janice Regan, Hierarchical addressing: 2  CIDR (RFC 1518, 1519)  Points out that CIDR replaces both sub and super netting, so long as addresses are assigned in blocks with size equal to an integer power of 2 network and host portions are readily separated with a mask  IANA (the organization in charge of administering distribution of IP addresses) has three regional registries  ARIN: North America  RIPE: Europe  APNIC: Asia  LACNIC: South America  Each of these registries was given a large block of addresses

© Janice Regan, Hierarchical addressing: 3  Each of the regional registries grants blocks of addresses to each country in its region  Each country may grant addresses on a regional basis within the country  Each country or region of a country will grant addresses to large IP providers and or companies for their networks  These providers or companies apportion addresses to their users

Hierarchical addressing: 3 Caveat  CIDR was introduced after many addresses had already been allocated using the classful system.  Some blocks of addresses are not within their “assigned” areas because they were assigned before CIDR was introduced.  The CIDR routing algorithm will still get the packets to the right place, as explained in the following example © Janice Regan,

© Janice Regan, CIDR example problem  You are a administrator for ABC EngCo. Your company has been assigned the CIDR address block /17  Your predecessor has assigned three project groups to sub networks /21, /22, and /20  You have been asked to allocate networks for three additional groups with the following numbers of hosts needing addresses 2000, 512, and 3500

© Janice Regan, Available addresses?  Your block of addresses /17, has 2(32-17)=32768 addresses,  to  Networks already allocated  to ( /21) 2048 addresses  to ( /22) 1024 addresses  to ( /20) 4096 addresses

© Janice Regan, Allocated / available space 1024 000 000 00000000 000 / / /20 00000000 000 00000000 000 00000000 000

Available space  Remaining portions of your address allocation  /20 (4096 addresses) /21 and /21 (2 x 2048) /22, /22, /22, / /23 TO /23 (8*512)  /22 (1024 addresses)  /23 (512 addresses)  /21 (2048 addresses)  /18 (16384 addresses) © Janice Regan,

How big are our new networks?  You have been asked to allocate networks with 2000, 512, and 3500 hosts  If K host addresses are desired and (2 N-1 )-2 < K < (2 N )-2 the netid will have 32-N bits  So we need  N= addressed for the net with 2000 hosts  N= addresses for the net with 512 hosts (note N=9 only provides 510 addresses for hosts)  N= addresses for the net with 3500 hosts © Janice Regan,

© Janice Regan, Allocating new networks  Start with the largest as it will be the most difficult to find space for. There is a block starting at (a 4096 boundary) that is large enough to hold this network.  Also at , … (4 possible)  Next consider the 2048 block, there are two possible locations starting on a 2048 boundary that have enough available space and  Also at , , … (8 possible)  Finally consider the 1024 block. Place the block on a 1024 boundary (preferably one that is not also a 2048 or 4096 boundary) say  Also at , … (16 possible

Why choose these networks  These networks were chosen to leave the maximum possible flexibility to add further networks in the future.  Decisions might be different if it were necessary to leave room for significant room for growth of these networks in the future. (For example you might want to leave room to double network size) © Janice Regan,

© Janice Regan, Allocated / available space  0 indicates address  12 indicates address 00000000 000 0000 00000000 000 / / /22 00000000 000 00000000 000 00000000 000 00000000 000

© Janice Regan, Our example network  To Internet To Internet Router / / / / / / /18

© Janice Regan, Aggregation for our example  If the six networks in our example were all in the same distant city we would to refer to them with one router table entry with network address/mask /18  Alternately we could aggregate including the unused address space (64 to 128) using one router table entry for network address/mask /17.  The networks shown above (or the whole address space assigned to ABC EngCo) can be aggregated into one entry for routing tables outside ABC EngCo /22 00000000 000 00000000 000

© Janice Regan, A sample routing table: Router 0 Inside ABC EngCo DestinationGatewayGenmaskMetricIface * Eth * Eth * Eth * Eth * Eth * Eth5 IPv4 Router table for router at ABC ENGCO’s site

© Janice Regan, A sample routing table: Router 0  Routers at the Internet provider for ABC EngCo will see the networks there as a single network.  To reach ABC EngCo these routers will have a single entry for Destination /17 with netmask and gateway set to the address of the router that sits between ABC EngCo’s networks and the internet.

© Janice Regan, Expanding our example: Regional  The Internet provider in the city where ABC EngCo is located allocated the block of addresses you have been working with from its block of /15  For arguments sake assume this block is from a Canadian allocation (see if you can find where it really is)

Routing tables: outside provider  Users who are not using ABC EngCo’s internet provider use a single entry in their routing table for that internet provider (that entry includes ABC EngCo).  The entry in other router tables outside ABC EngCo’s Internet provider would be for network /15. This entry includes ABC EngCo and all the other customers of that Internet provider © Janice Regan,

Routing Tables: outside Canada  Continuing the generalization, the routing tables outside Canada could have a single entry for all of Canada  That single entry might include the addresses administered by ABC EngCo’s internet provider © Janice Regan,

© Janice Regan, Return to our example  The aggregated address for ABC EngCo, /17, includes all ABC EngCo’s addresses  Let us consider an additional complication  What if the network /22 belongs to ARTSCO?  ARTSCO owned these addresses before ABC EngCo received their address block.  How does this change the entries to the routing tables we just discussed? / 00000000 000 00000000 000

© Janice Regan, Additions to routing tables  What if the network /22 belongs to ARTSCO?  ARTSCO owned these addresses before ABC EngCo received their address block.  Then an additional entry would be added to each the external routing tables discussed for /22.  When the routing algorithm checked for matches for an address within /22 two matches would be found ABC EngCo and /22,  The longest match, has the most matching higher order bits. The length of the netid is the number of matching bits. For /22 there are 22 matching bits. For /17 there are 17 matching bits.  The routing table entry with the most matching bits would be for ARTSCO so the packets would be delivered to the correct location 00000000 0000 00000000 0000

© Janice Regan, A new European Sales office  ABC EngCo is opening a new European sales office and wishes to use some of its remaining IP addresses /22 to service the European office  Now the European routers will need an additional entry for /22 routing it to the correct European location  What happens with two entries in the routing table both match the destination address  /8 8 bit network address matches  /21 21 bit network address matches  The longest match is selected, so the packet will go directly to the European office

© Janice Regan, Sending packets from Europe  Consider sending a packet with address  In Europe the router may have a routing table entry for /8 routed through a gateway to North America  That gateway may have a routing table entry for the regional provider /15 using the providers router as a gateway  The providers router will have an entry for /18 to send the packet to ABC EngCo through ABC EngCo’s router  The third entry in ABC EngCo’s router table will route the packet to the correct network