Layer 3 Switching. Routers vs Layer 3 Switches Both forward on the basis of IP addresses But Layer 3 switches are faster and cheaper However, Layer 3.

Slides:



Advertisements
Similar presentations
IP Router Architectures. Outline Basic IP Router Functionalities IP Router Architectures.
Advertisements

Network Devices Repeaters, hubs, bridges, switches, routers, NICs.
1 IP Forwarding Relates to Lab 3. Covers the principles of end-to-end datagram delivery in IP networks.
IP Forwarding Relates to Lab 3.
© Jörg Liebeherr ECE 1545 Packet-Switched Networks.
Lab Practical 2 Study about different types of Networking Device
Chapter 8 Hardware Conventional Computer Hardware Architecture.
5: DataLink Layer5-1 Cerf & Kahn’s Internetwork Architecture What is virtualized? r two layers of addressing: internetwork and local network r new layer.
Small Office Service Serial Router Connects Internal Stations to Shared Broadband Access Service Small Office Serial Router Shared Broadband Line ISP.
1 K. Salah Module 4.0: Network Components Repeater Hub NIC Bridges Switches Routers VLANs.
COS 338 Day DAY 16 Agenda Capstone Proposals Overdue 3 accepted, 3 in mediation Capstone progress reports still overdue I forgot to mark in calendar.
1 Chapter 8 Local Area Networks - Internetworking Data Communications and Computer Networks: A Business User’s Approach.
ECE 526 – Network Processing Systems Design
Local Area Networks Part II. 2 Introduction Many times it is necessary to connect a local area network to another local area network or to a wide area.
Connecting Devices and Multi-Homed Machines. Layer 1 (Physical) Devices Repeater: Extends distances by repeating a signal Extends distances by repeating.
TCP/IP Reference Model Host To Network Layer Transport Layer Application Layer Internet Layer.
Chapter 8 8/6/20151 Network Components u Two basic components to the BN u hardware devices that connect the networks to the backbone u hubs u bridges u.
1 IP Forwarding Relates to Lab 3. Covers the principles of end-to-end datagram delivery in IP networks.
Router Architectures An overview of router architectures.
WAN Technologies.
CECS 474 Computer Network Interoperability Tracy Bradley Maples, Ph.D. Computer Engineering & Computer Science Cal ifornia State University, Long Beach.
Router Architectures An overview of router architectures.
Network Hardware for Expanding Network. Expanding Networks When do we need expansion:  Network cable is full of data movements  Printing tasks needs.
Basic Networking Components
LECTURE 9 CT1303 LAN. LAN DEVICES Network: Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and.
Brierley 1 Module 4 Module 4 Introduction to LAN Switching.
CS3502: Data and Computer Networks Local Area Networks - 4 Bridges / LAN internetworks.
Connectivity Devices Hakim S. ADICHE, MSc
Repeaters and Hubs Repeaters: simplest type of connectivity devices that regenerate a digital signal Operate in Physical layer Cannot improve or correct.
TO p. 1 Spring 2006 EE 5304/EETS 7304 Internet Protocols Tom Oh Dept of Electrical Engineering Lecture 9 Routers, switches.
TELE202 Lecture 5 Packet switching in WAN 1 Lecturer Dr Z. Huang Overview ¥Last Lectures »C programming »Source: ¥This Lecture »Packet switching in Wide.
25-Oct-15Network Layer Connecting Devices Networks do not normally operate in isolation.They are connected to one another using connecting devices. The.
Local-Area-Network (LAN) Architecture Department of Computer Science Southern Illinois University Edwardsville Fall, 2013 Dr. Hiroshi Fujinoki
Interrupts, Buses Chapter 6.2.5, Introduction to Interrupts Interrupts are a mechanism by which other modules (e.g. I/O) may interrupt normal.
15.1 Chapter 15 Connecting LANs, Backbone Networks, and Virtual LANs Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or.
LAN Devices  Purposes: Dividing the network into subnets Dividing the network into subnets Joining two networks together Joining two networks together.
Semester 3—LAN Switching Chapter 2 Objectives  By the end of this chapter we will be able to perform tasks related to: – Various LAN Communication Problems.
Networks and Protocols CE Week 7b. Routing an Overview.
Chapter 7 Backbone Network. Announcements and Outline Announcements Outline Backbone Network Components  Switches, Routers, Gateways Backbone Network.
Configuring Cisco Switches Chapter 13 powered by DJ 1.
Network Components By: Zach Przybilla CECS 5460 Fall 2015.
Hierarchies Ethernet Switches Must be Arranged in a Hierarchy –Root is the top-level Ethernet Switch Root.
Routers Operate in a Mesh –Many possible alternative routes between two stations Only One of Many Possible Alternative Routes Packet.
CS 4396 Computer Networks Lab Router Architectures.
NET 324 D Networks and Communication Department Lec1 : Network Devices.
Presented to:-Sir.Ali Presented by:-Mahmood Khan Roll No:-2801.
Network Components By Kagan Strayer. Network Components This presentation will cover various network components and their functions. The components that.
Rehab AlFallaj.  Network:  Nodes: Service units: PC Interface processing Modules: it doesn’t generate data, but just it process it and do specific task.
Networking Components William Isakson LTEC 4550 October 7, 2012 Module 3.
3. INTERNETWORKING (PART 1) Rocky K. C. Chang Department of Computing The Hong Kong Polytechnic University 18 February
Multi-protocol Label Switching
CHAPTER -II NETWORKING COMPONENTS CPIS 371 Computer Network 1 (Updated on 3/11/2013)
WAN Technologies. 2 Large Spans and Wide Area Networks MAN networks: Have not been commercially successful.
Connectors, Repeaters, Hubs, Bridges, Switches, Routers, NIC’s
Network Devices Repeaters, hubs, bridges, switches, routers, NIC’s.
InterVLAN Routing 1. InterVLAN Routing 2. Multilayer Switching.
Chapter 3: Packet Switching (overview)
Distributed Systems.
Networking Devices.
3. Internetworking (part 1)
Connecting Networks Repeater: physical layer Bridge: data link layer
Chapter 7 Backbone Network
IP Forwarding Relates to Lab 3.
LESSON 2.1_B Networking Fundamentals Understand Switches.
Packet Switch Architectures
Networking and Network Protocols (Part2)
IP Forwarding Relates to Lab 3.
Chapter 5 Data Link Layer – Hub, Switch
Connectors, Repeaters, Hubs, Bridges, Switches, Routers, NIC’s
Packet Switch Architectures
Presentation transcript:

Layer 3 Switching

Routers vs Layer 3 Switches Both forward on the basis of IP addresses But Layer 3 switches are faster and cheaper However, Layer 3 switches are more limited –Usually do not support WAN connections and only Ethernet for LANs –Usually support only TCP/IP and sometimes IPX/SPX, not SNA, AppleTalk, etc. There are other differences as well

Routers Forward each packet independently –Ignore previous IP packets to the same destination –Make a full router forwarding decision (Ch. 3) for each arriving IP packet –This takes a great deal of processing time –This makes routers slow and inexpensive –However, this allows routers to adjust rapidly to failures

Layer 3 Switches Do NOT forward each packet independently –For instance decision caching; Remember previous decisions based on IP address –No need to make a full router forwarding decision (Ch. 3) for each arriving IP packet –This saves a great deal of processing time –This makes Layer 3 switches fast and inexpensive –However, this may make failure recovery slow

Routers IP being extended with MultiProtocol Label Switching (MPLS) –A label is added to each packet –Packets that should follow the same route get the same label value –Router learns output port for each label value –When packet arrives, send it back out the correct port without a full router forwarding decision using routing tables

Routers Traditionally used a Bus Architecture –Interfaces are connected to the processor via a serial bus like the bus in a PC –The processor and the bus can become bottlenecks Processor Interface Bus

Routers Traditionally used a Bus Architecture –Busses only handle one transmission at a time –Processors only handle one packet at a time –Problem if there are several interfaces Processor Interface Bus

Routers Traditionally used a Bus Architecture –Each packet has to pass over the bus twice –From the incoming interface to the processor –From the processor to the outgoing interface –This ties up the router for two bus cycles Processor Interface Bus

Layer 3 Switches Interfaces are intelligent –Make forwarding decisions independently –So no single processor bottleneck Interface Switching Matrix IP Packet Decision

Layer 3 Switches Interfaces are Intelligent –Can handle forwarding decisions simultaneously, reducing processing delays Interface Switching Matrix IP Packet Decision

Layer 3 Switches Interfaces are Connected by a Switching Matrix –Forward packet within frame directly to outgoing interface –No bus Interface Switching Matrix IP Packet

Layer 3 Switches Interfaces are Connected by a Switching Matrix –Can handle multiple frame forwardings simultaneously Interface Switching Matrix IP Packets

Routers Traditionally Did all Processing in Software –Software is slow Many commands may be needed to execute router forwarding decisions Must be executed one at a time These will take a long time to execute –In contrast, hardware is fast Many processes can be executed in parallel Reduces number of cycles

Layer 3 Switches In some Layer 3 switches, ASICs handle some or all processing –Application-Specific Integrated Circuits –Designed for particular applications, such as routing –Much faster than software –Can only handle processes of medium complexity –Layer 3 switching’s reduced protocol support allows ASICs to be used there

Layer 3 Switches ASIC Technology is Receiving Competition from Network Processors –ASICS are purely hardware –Network processors are programmable but have hardware optimized for network functions –Network processors are slower than ASICs but much faster than software processes on general routers –Network processors can be programmed for specific functions less expensively than ASICs can be built

Routers Adopting Many Speed Switch Innovations –Some use decision caching –MPLS is already being used somewhat –Switching matrices –Uses some ASICs in processing; Will use more as ASIC technology becomes able to support more processing –Limited protocol support may become the only enduring Layer 3 switch distinction