240 likes | 404 Views
Rivier College CS575: Advanced LANs Chapter 13: Internetworking & Routers. Internetworking & Routers Overview. Internetworking Protocol Architecture Design Issues Autonomous Systems Routing Border Gateway (BGP) Protocol Routing Open Shortest Path First (OSPF) Protocol. The Router Functions.
E N D
Rivier CollegeCS575: Advanced LANsChapter 13: Internetworking & Routers Internetworking & Routers
Internetworking & Routers Overview • Internetworking Protocol Architecture • Design Issues • Autonomous Systems • Routing Border Gateway (BGP) Protocol • Routing Open Shortest Path First (OSPF) Protocol Internetworking & Routers
The Router Functions • Provide a link between networks. • Provide for the routing and delivery of data between processes on end systems attached to different networks. • Provide these functions in such a way as not to require modifications of the networking architecture of any of the attached subnetworks. • These functions are provided by the Internet Protocol, which is implemented in all end systems and routers. Internetworking & Routers
Routers • Router connects dissimilar networks and operates at layer 3 of the OSI model • Differences among networks include the following: • Addressing schemes (e.g., IEEE 802 LAN uses either 16-bit or 48-bit binary addresses for each attached device; an X.25 public frame-switching network uses 12-digit decimal addresses [encoded as 4-bit per digit for a 48-bit address]) • Maximum frame sizes (e.g., Ethernet imposes 1500-byte frame; X.25 – 1000-byte frame) • Interfaces (the concept of a router is independent of interfaces) • Reliability Internetworking & Routers
Protocol Architecture for Router Internetworking & Routers
Internet Protocol Operations (X.25 packet-switched WAN) Internetworking & Routers
IP-controlled internet: Design Issues • Addressing: a unique address is associated with each End System (e.g., workstation or server) and each intermediate system (e.g., router) in a configuration [it is a network-level address]. In the case of the TCP/IP architecture, this is referred to as an IP (internet) address. In the case of the OSI architecture, this is referred to as a network service access point (NSAP). • Each application and each concurrent user of an application, is assigned a unique identifier, referred to as a port in the TCP/IP architecture and as a Service Access Point (SAP) in the OSI architecture. A unique SAP can be assigned to each level of the OSI architecture. • The IP (internet) address and Service Access Point (SAP) are global addresses with following key characteristics: * Global nonambiguity: a global address identifies a unique system. Synonyms are permitted. * Global applicability: it is possible at any global address to identify any other global address in any system. Internetworking & Routers
TCP/IP Concepts Internetworking & Routers
Other Design Issues: Routing & Datagram Lifetime • Routing: accomplished by maintaining a (static or dynamic) routing table in each end system and router that gives, for each possible destination network, the next router to which the internet datagram should be sent. • A static routing table could contain alternative routes if a router is unavailable. A dynamic table is more flexible in responding to both error and congestion conditions. They may also be used to support other internetworking services (e.g., security and priority). • Source routing is another routing technique. The source station specifies the route by including a sequential list of routers in the datagram. • Route recording is a service related to routing for testing and debugging purposes. To record a route, each router appends its internet address to a list of addresses in the datagram. • Datagram lifetime is calculated (e.g. by a hop count or a true measure of time), and used to avoid areas of congestion. Internetworking & Routers
Other Design Issues: Fragmentation and Reassembly • In IP, datagram fragments are reassembled at the destination end system. The following fields are used in the IP header: * Data Unit Identifier (ID); Data Length; Offset; More Flag. • To fragment a long datagram, an IP module in a router performs the tasks: 1. Create two new dataframs and copy the header fields of the incoming datagram into both. 2. Divide the incoming user data field into two approximately equal portions, placing one portion in each new datagram. The first portion must be a multiple of 64 bits. 3. Set the Data Length of the first new datagram to the length of the inserted data, and set More Flag to 1 (TRUE). The Offset field is unchanged. 4. Set the Data Length of the second new datagram to the length of the inserted data, and add the length of the first data portion divided by 8 to the Offset field. The More Flag remains the same. Internetworking & Routers
Fragmentation Example Internetworking & Routers
Routing • Routing Information about the topology and delays of the internet. • Routing Algorithm is used to make a routing decision for a particular datagram, based on current routing information. • Autonomous System (AS) exhibits the following characteristics: 1. An AS consists of a group of routers exchanging information via a common routing protocol. 2. An AS is a set of routers and networks managed by a single organization. 3. There is a path between any two pair of nodes. • Interior Router Protocol (IRP) passes routing information between routers within an Autonomous System (e.g., OSPF). • Exterior Router Protocol (ERP) passes routing information between routers in different Autonomous Systems (e.g., BGP). Internetworking & Routers
Application of Exterior and Interior Routing Protocols Internetworking & Routers
Border Gateway Protocol (BGP) • BGP was developed for use with the TCP/IP protocol suite. • BGP has become the standardized exterior router protocol for the Internet. • The BGP protocol operates in terms of messages, which are sent over TCP connections. • Three functional procedures are involved in BGP: * Neighbor acquisition * Neighbor reachability * Network reachability Internetworking & Routers
BGP-4 Messages Internetworking & Routers
BGP Message Formats Internetworking & Routers
BGP Message Formats (continued) Internetworking & Routers
Open Shortest Path First (OSPF) ProtocolExample: a Sample Autonomous System Internetworking & Routers
Directed Graph of the Autonomous System Internetworking & Routers
The Shirt-Path-First (SPF) Tree for Router R6 Internetworking & Routers
Routing Table for Router R6OSPF Algorithm proposed by Dijkstra (1959) Internetworking & Routers
Example Directed Graph 2 Internetworking & Routers
Example of Least-Cost Routing Algorithms (see Graph 2) Internetworking & Routers
Example of Least-Cost Routing Algorithms (see Graph 2) Internetworking & Routers