Lecture 15 Internetworking: Address Structure Fragmentation and Reassembly.

Slides:



Advertisements
Similar presentations
1 IP Forwarding Relates to Lab 3. Covers the principles of end-to-end datagram delivery in IP networks.
Advertisements

IP Forwarding Relates to Lab 3.
CMPE 150- Introduction to Computer Networks 1 CMPE 150 Fall 2005 Lecture 25 Introduction to Computer Networks.
CSE331: Introduction to Networks and Security Lecture 8 Fall 2002.
Internet Control Protocols Savera Tanwir. Internet Control Protocols ICMP ARP RARP DHCP.
CSCI 4550/8556 Computer Networks Comer, Chapter 23: An Error Reporting Mechanism (ICMP)
 As defined in RFC 826 ARP consists of the following messages ■ ARP Request ■ ARP Reply.
Week 5: Internet Protocol Continue to discuss Ethernet and ARP –MTU –Ethernet and ARP packet format IP: Internet Protocol –Datagram format –IPv4 addressing.
The Network Layer Chapter 5. The IP Protocol The IPv4 (Internet Protocol) header.
Chapter 5 The Network Layer.
1 Internetworking Outline Best Effort Service Model Global Addressing Scheme.
Spring 2003CS 4611 Internetworking COS 461 Spring 2003.
Oct 21, 2004CS573: Network Protocols and Standards1 IP: Addressing, ARP, Routing Network Protocols and Standards Autumn
CS335 Networking & Network Administration Tuesday, May 11, 2010.
CS Internetworking Slide Set 8. In this set... Addressing Datagram forwarding.
Spring 2002CS 4611 Internetworking Outline Best Effort Service Model Global Addressing Scheme.
1 CCNA 2 v3.1 Module 8. 2 TCP/IP Suite Error and Control Messages CCNA 2 Module 8.
Network Layer4-1 Network layer r transport segment from sending to receiving host r on sending side encapsulates segments into datagrams r on rcving side,
21.1 Chapter 21 Network Layer: Address Mapping, Error Reporting, and Multicasting Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
26-Aug-154/598N: Computer Networks Recap SBC UUNET Comcast Sprint End Users Internet First mile problem Last mile problem.
Network Layer – Subnetting and Control Protocols Dr. Sanjay P. Ahuja, Ph.D. Fidelity National Financial Distinguished Professor of CIS School of Computing,
1 Computer Communication & Networks Lecture 20 Network Layer: IP and Address Mapping (contd.) Waleed.
G64INC Introduction to Network Communications Ho Sooi Hock Internet Protocol.
1 Version 3.1 modified by Brierley Module 8 TCP/IP Suite Error and Control Messages.
Page 19/13/2015 Chapter 8 Some conditions that must be met for host to host communication over an internetwork: a default gateway must be properly configured.
21.1 Chapter 21 Network Layer: Address Mapping, Error Reporting, and Multicasting Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction.
CCNA 2 Week 8 TCP/IP Suite Error Control Messages.
TCP/IP Illustracted Vol1. 제목 : IP Routing ( 수 ) 한 민 규
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
Microsoft Windows Server 2003 TCP/IP Protocols and Services Technical Reference Slide: 1 Lesson 7 Internet Protocol (IP) Routing.
Internetworking Internet: A network among networks, or a network of networks Allows accommodation of multiple network technologies Universal Service Routers.
TCP/IP Honolulu Community College Cisco Academy Training Center Semester 2 Version 2.1.
Internet Protocols. Address Resolution IP Addresses are not recognized by hardware. If we know the IP address of a host, how do we find out the hardware.
1 Network Layer Lecture 16 Imran Ahmed University of Management & Technology.
IP1 The Underlying Technologies. What is inside the Internet? Or What are the key underlying technologies that make it work so successfully? –Packet Switching.
Chapter 23: ARP, ICMP, DHCP CS332, IS333 Spring 2014.
1 Network Layer Lecture 12 Imran Ahmed University of Management & Technology.
Spring 2010CS 3321 Chapter 4: Internetworking. Spring 2010CS 3322 Assumptions Data pipe from every machine to every other machine. –Need not be single.
Transport Layer3-1 Chapter 4: Network Layer r 4. 1 Introduction r 4.2 Virtual circuit and datagram networks r 4.3 What’s inside a router r 4.4 IP: Internet.
1 An Error Reporting Mechanism (ICMP). 2 IP Semantics IP is best-effort Datagrams can be –Lost –Delayed –Duplicated –Delivered out of order –Corrupted.
1 Chapter 23 Internetworking Part 3 (Control Messages, Error Handling, ICMP)
1 Requirements for Internet Routers (Gateways) and Hosts Relates to Lab 3. (Supplement) Covers the compliance requirements of Internet routers and hosts.
TCP/IP Illustracted Vol1. 제목 : IP Routing ( 수 ) 한 민 규
Cisco 2 - Routers Perrine. J Page 112/19/2015 Chapter 8 TCP/IP Error Message Some of the conditions that must be met in order for host to host communication.
1 Addressing, Internetworking. 2 Collection of Subnetworks The Internet is an interconnected collection of many networks.
Address Resolution Protocol (ARP). Internet and Data Link Layer Addresses Each host and router on a subnet needs a data link layer address to specify.
1 Chapter 4: Internetworking (Internet Protocol) Dr. Rocky K. C. Chang 16 March 2004.
1 Internetworking: IP Packet Switching Reading: (except Implementation; pp )
Lecture 21: Network Primer 7/9/2003 CSCE 590 Summer 2003.
TCP/IP Protocol Suite and IP Addressing Presented By : Dupien AMS.
1 Internetworking Outline Best Effort Service Model Global Addressing Scheme.
Chapter 20 Network Layer: Internet Protocol Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
1 Chapter 23 Internetworking Part 3 (Control Messages, Error Handling, ICMP)
Scaling the Network: Subnetting and Protocols
© 2003, Cisco Systems, Inc. All rights reserved.
Behrouz A. Forouzan TCP/IP Protocol Suite, 3rd Ed.
Scaling the Network Chapters 3-4 Part 2
IP: Addressing, ARP, Routing
Network Layer, and Logical Addresses
Scaling the Network: The Internet Protocol
CS 457 – Lecture 10 Internetworking and IP
IP Forwarding Relates to Lab 3.
Internet Control Message Protocol (ICMP)
Advanced Computer Networks
Internetworking Outline Best Effort Service Model
Wide Area Networks and Internet CT1403
Scaling the Network: The Internet Protocol
Lecture 4a Mobile IP 1.
Review of Internet Protocols Network Layer
Presentation transcript:

Lecture 15 Internetworking: Address Structure Fragmentation and Reassembly

Protocol layers across an internetwork

IP-service model Datagram Best Effort Error reporting

IP-datagrams crossing a network with various MTU’s

Header Fields for IP over ethernet

IP-Address Classes

IP Addresses Dotted Decimal Representation —broadcast address forbidden

Hierarchy and Network Classes

Datagram Forwarding Host and routers with same network address can communicate directly Routers exchange packets between networks

if(NetworkNum of dest.=NetworkNum of one of my interfaces) then deliver packet to destination over that interface else if (NetworkNium of dest. is in my forwarding table) then deliver packet to NextHop router else deliver packet to default router

Forwarding table for R2 NetworkNumNextHop 1R3 2R1 3Interface 1 4Interface 0

Local Delivery Address Translation Address Resolution Protocol (ARP) ARP request induces the target to broadcast its IP and Local address across the LAN. Requesting router then knows how to deliver the message Target keeps the senders local address and IP address in its own ARP table—in case it needs to ACK

Host Configuration Dynamic Host Configuration Protocol (DHCP) DHCP Server-assigns dynamic IP addresses New hosts broadcast DHCPDISCOVER message to this message does not go to other networks Request may use a DHCP Relay Agent to reach a server on another network

Error Reporting Internet Control Message Protocol (ICMP) –Host unreachable –Reassembly failed –TTL=0 –IP header checksum failed –ICMP-Redirect

Virtual Private Network

Tunnel Concept

Forwarding table for router R1 NetworkNumNextHop 1Interface 0 2Virtual interface 0 DefaultInterface 1