Presentation is loading. Please wait.

Presentation is loading. Please wait.

RSC Part II: Network Layer 3. IP addressing Redes y Servicios de Comunicaciones Universidad Carlos III de Madrid These slides are, mainly, part of the.

Similar presentations


Presentation on theme: "RSC Part II: Network Layer 3. IP addressing Redes y Servicios de Comunicaciones Universidad Carlos III de Madrid These slides are, mainly, part of the."— Presentation transcript:

1 RSC Part II: Network Layer 3. IP addressing Redes y Servicios de Comunicaciones Universidad Carlos III de Madrid These slides are, mainly, part of the companion slides to the book “Computer Networking: A Top Down Approach” generously made available by their authors (see copyright below). The slides have been adapted, where required, to the teaching needs of the subject above. All material copyright 1996-2009 J.F Kurose and K.W. Ross, All Rights Reserved Computer Networking: A Top Down Approach 5 th edition. Jim Kurose, Keith Ross Addison-Wesley, April 2009.

2 Network LayerII-2 RSC Part II: Network Layer r II. 1 Basic Network layer concepts r II.2 Introduction to IP m Datagram format m ICMP r II.3 IP addressing r II.4 IP in operation m ARP r II.5 Network routing m Link state m Distance Vector m Hierarchical routing r II.6 Routing in the Internet m RIP m OSPF m BGP m Broadcast and multicast

3 Network LayerII-3 IP Addressing: introduction r IP address: 32-bit identifier for host, router interface 2 32 : 4.294.967.296 hosts r interface: connection between host/router and physical link m router’s typically have multiple interfaces m host typically has one interface m IP addresses associated with each interface 223.1.1.1 223.1.1.2 223.1.1.3 223.1.1.4 223.1.2.9 223.1.2.2 223.1.2.1 223.1.3.2 223.1.3.1 223.1.3.27 223.1.1.1 = 11011111 00000001 00000001 00000001 223 111

4 Network LayerII-4 Subnets r IP address: m subnet part (high order bits) m host part (low order bits) r What’s a subnet ? m device interfaces with same subnet part of IP address m can physically reach each other without intervening router 223.1.1.1 223.1.1.2 223.1.1.3 223.1.1.4 223.1.2.9 223.1.2.2 223.1.2.1 223.1.3.2 223.1.3.1 223.1.3.27 network consisting of 3 subnets subnet

5 Network LayerII-5 Subnets 223.1.1.0/24 223.1.2.0/24 223.1.3.0/24 Recipe r To determine the subnets, detach each interface from its host or router, creating islands of isolated networks. Each isolated network is called a subnet. Subnet mask: /24

6 Network LayerII-6 Subnets How many? 223.1.1.1 223.1.1.3 223.1.1.4 223.1.2.2 223.1.2.1 223.1.2.6 223.1.3.2 223.1.3.1 223.1.3.27 223.1.1.2 223.1.7.2 223.1.7.1 223.1.8.0223.1.8.1 223.1.9.1 223.1.9.2

7 Network LayerII-7 IP addressing: CIDR CIDR: Classless InterDomain Routing m network portion of address of arbitrary length m address format: a.b.c.d/x, where x is number of bits in the network portion of the address 11001000 00010111 00010000 00000000 Network part (network prefix) host part 200.23.16.0/23

8 Network LayerII-8 IP addresses: how to get one? Q: How does a host get IP address? r hard-coded by system admin in a file m Windows: control-panel->network->configuration- >tcp/ip->properties m UNIX: /etc/rc.config r DHCP: Dynamic Host Configuration Protocol: dynamically get address from as server m “plug-and-play”

9 Network LayerII-9 IP addresses: how to get one? Q: How does organization get prefix part of IP addr? A: gets allocated portion of its provider ISP’s address space ISP's block 11001000 00010111 00010000 00000000 200.23.16.0/20 Organization 0 11001000 00010111 00010000 00000000 200.23.16.0/23 Organization 1 11001000 00010111 00010010 00000000 200.23.18.0/23 Organization 2 11001000 00010111 00010100 00000000 200.23.20.0/23... ….. …. …. Organization 7 11001000 00010111 00011110 00000000 200.23.30.0/23

10 Subnetting r A little bit more complex, Variable length subnet mask: 223.1.1.0/24 223.1.2.0/24 223.1.3.0/24 11011111 00000001 000000XXXXXXXXXX network subnet host Subnet mask: 255.255.255.128 or /25 -> 126 interfaces 2 bits 8 bits 22 bits 223.1.1.0/24 223.1.2.0/24 223.1.3.0/25 223.1.3.128/25 11011111 00000001 00000011XXXXXXXX network subnet host 3 bits 7 bits 22 bits Subnet mask: 255.255.255.0 or /24 -> 254 interfaces 11011111 00000001 000000XXXXXXXXXX network subnet host 2 bits 8 bits 22 bits Subnet mask: 255.255.255.0 or /24: 223.1.0.0/24, 223.1.1.0/24 y 223.1.2.0/24

11 Subnetting Network LayerII-11 r Special values: m All 0’s in host part Subnet m All 1’s in host part Broadcast address (2 h -2) possible interfaces in a subnet m 0.0.0.0 Default m 127.0.0.0/8, 127.0.0.1/32 Loopback m 224.0.0.0/4 Multicast XXXXXXXXXXXXXXXX XXXXX XXX 00000000 network subnet host s bits h bits XXXXXXXXXXXXXXXX XXXXX XXX 11111111 network subnet host s bits h bits

12 Network LayerII-12 Forwarding Network Mask Gateway Interface 223.1.1.0 255.255.255.0 223.1.1.3 223.1.9.0 255.255.255.0 223.1.9.2 223.1.7.0 255.255.255.0 223.1.7.2 223.1.2.0 255.255.255.0223.1.9.1 223.1.9.2 0.0.0.0 0.0.0.0223.1.7.1 223.1.7.2 223.1.1.1 223.1.1.3 223.1.1.4 223.1.2.2 223.1.2.6 223.1.3.2 223.1.3.1 223.1.3.27 223.1.1.2 223.1.7.2 223.1.7.1 223.1.8.0 223.1.8.1 223.1.9.1 223.1.9.2 223.1.2.1 Internet

13 Network LayerII-13 Hierarchical addressing: route aggregation “Send me anything with addresses beginning 200.23.16.0/20” 200.23.16.0/23200.23.18.0/23200.23.30.0/23 Fly-By-Night-ISP Organization 0 Organization 7 Internet Organization 1 ISPs-R-Us “Send me anything with addresses beginning 199.31.0.0/16” 200.23.20.0/23 Organization 2...... Hierarchical addressing allows efficient advertisement of routing information:

14 Network LayerII-14 Hierarchical addressing: more specific routes ISPs-R-Us has a more specific route to Organization 1 “Send me anything with addresses beginning 200.23.16.0/20” 200.23.16.0/23200.23.18.0/23200.23.30.0/23 Fly-By-Night-ISP Organization 0 Organization 7 Internet Organization 1 ISPs-R-Us “Send me anything with addresses beginning 199.31.0.0/16 or 200.23.18.0/23” 200.23.20.0/23 Organization 2......

15 Network LayerII-15 IP addressing: the last word... Q: How does an ISP get block of addresses? A: The Internet Assigned Numbers Authority (IANA), operated by the ICANN (Internet Corporation for Assigned Names and Numbers), delegates to RIRs (Regional Internet Registry) m Address allocations m …

16 Network LayerII-16 Classful addressing r Disadvantages: m Too rigid: Class B too large for most organizations (65634 hosts), class C too small (254 hosts) m Either poor space address utilization or multiple entries in routing tables -> solution CIDR m Interesting for historical reasons m 224.0.0.0/4 still are multicast addresses Host Host HostNet Net Net0 10 110 1110 11110 Multicast addresses Reserved Class A Class B Class C Class D Class E 07152331 0-127.X.Y.Z 128-191.X.Y.Z 192-223.X.Y.Z 224-239.X.Y.Z

17 Network LayerII-17 Addresses and names r For humans, it is convenient to manage names instead of numbers m We can associate a name to an address: Eg. 163.117.144.202 - it002.lab.it.uc3m.es m A distributed application: Domain Name System (DNS), resolves names into addresses DNS names are hierarchical to distribute their management m Nodes connected to the network need the address of a DNS server to resolve names Manual configuration or DHCP r This is the idea, DNS is a complex application that will be studied in future courses


Download ppt "RSC Part II: Network Layer 3. IP addressing Redes y Servicios de Comunicaciones Universidad Carlos III de Madrid These slides are, mainly, part of the."

Similar presentations


Ads by Google