Bridge Software A bridge connects networks and forwards frames from one network to another. PORTS A B E F BRIDGE C D G H.

Slides:



Advertisements
Similar presentations
Local Area Networks - Internetworking
Advertisements

Bridges Advanced Computer Networks.
Packet Switching COM1337/3501 Textbook: Computer Networks: A Systems Approach, L. Peterson, B. Davie, Morgan Kaufmann Chapter 3.
Chapter 3 CCNA Discovery Encapsulation - Explanations and Clarifications CCNA Discovery Encapsulation - Explanations and Clarifications.
CSCE 515: Computer Network Programming Chin-Tser Huang University of South Carolina.
Sept 28, 2004CS573: Network Protocols and Standards D – Selective Multicast Network Protocols and Standards Autumn
1 Switching and Forwarding Bridges and Extended LANs.
1 Computer Networks Internetworking Devices. 2 Repeaters Hubs Bridges –Learning algorithms –Problem of closed loops Switches Routers.
IP Basics. Physical Link Network IP ARP ICMP RoutingTables.
Jan 01, 2008CS573: Network Protocols and Standards D – Selective Multicast Network Protocols and Standards Winter
Switching When we have a lot of devices that want to communicate, how do we set up connections between them?
IP Basics. IP encapsulates TCP IP packets travel through many different routers (hops) before reaching it’s destination MTU variation at the physical.
Bridges. Figure 6.79 Bridges Operate at the data link layer Also use backward learning in recording source address on transmissions Unlike repeaters,
1 Switching and Forwarding Bridges and Extended LANs.
© 2002, Cisco Systems, Inc. All rights reserved..
COMPUTER NETWORKS LAB 3: HUBS AND SWITCHES
Layer 2 Switch  Layer 2 Switching is hardware based.  Uses the host's Media Access Control (MAC) address.  Uses Application Specific Integrated Circuits.
Virtual LANs. VLAN introduction VLANs logically segment switched networks based on the functions, project teams, or applications of the organization regardless.
1 ICMP : Internet Control Message Protocol Computer Network System Sirak Kaewjamnong.
And how they are used. Hubs send data to all of the devices that are plugged into them. They have no ability to send packets to the correct ports. Cost~$35.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.3—1-1 Configuring Catalyst Switch Operations Introducing Basic Layer 2 Switching and Bridging Functions.
29-Aug-154/598N: Computer Networks Switching and Forwarding Outline –Store-and-Forward Switches.
Network Redundancy Multiple paths may exist between systems. Redundancy is not a requirement of a packet switching network. Redundancy was part of the.
Lecture 10 Overview. Border Gateway Protocol(BGP) De facto standard for Internet inter-AS routing allows subnet to advertise its existence to rest of.
Routing and Routing Protocols Dynamic Routing Overview.
Star Trek Comparisons The future of Technology: the Mactini Microsoft Future 2019 INFORMATION TECHNOLOGY.
CS3502: Data and Computer Networks Local Area Networks - 4 Bridges / LAN internetworks.
Examining TCP/IP.
Chapter 8 Local Area Networks: Internetworking Data Communications and Computer Networks: A Business User’s Approach.
TCP/IP Illustracted Vol1. 제목 : IP Routing ( 수 ) 한 민 규
CMPT 471 Networking II Address Resolution IPv4 ARP RARP 1© Janice Regan, 2012.
Switches 1RD-CSY  In this lecture, we will learn about  Collision Domain and Microsegmentation  Switches – a layer two device ◦ MAC address.
CS 447 Networks and Data Communication Department of Computer Science Southern Illinois University Edwardsville Fall, 2013 Dr. Hiroshi Fujinoki
NETWORKING COMPONENTS AN OVERVIEW OF COMMONLY USED HARDWARE Christopher Johnson LTEC 4550.
Chapter Overview Bridging Switching Routing.
25-Oct-15Network Layer Connecting Devices Networks do not normally operate in isolation.They are connected to one another using connecting devices. The.
Ethernet Basics – 8 Routers. Routers and Routing Definition of a router- A device which provides a path from a node on one network or subnet to a node.
Switches 1RD-CSY  In this lecture, we will learn about  Collision Domain and Microsegmentation  Switches – a layer two device ◦ MAC address.
Sem1 - Module 8 Ethernet Switching. Shared media environments Shared media environment: –Occurs when multiple hosts have access to the same medium. –For.
STORE AND FORWARD & CUT THROUGH FORWARD Switches can use different forwarding techniques— two of these are store-and-forward switching and cut-through.
1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Dynamic Host Configuration Protocol (DHCP)
NET 324 D Networks and Communication Department Lec1 : Network Devices.
Chapter 4 Version 1 Virtual LANs. Introduction By default, switches forward broadcasts, this means that all segments connected to a switch are in one.
Data Communications & Computer Networks, Second Edition1 Chapter 8 Local Area Networks: Internetworking.
Mapping IP Addresses to Hardware Addresses Chapter 5.
M. Veeraraghavan 1 Bridge 55 Bridge 41 Bridge LAN A LAN B LAN C EXAMPLE.
Jennifer Rexford Princeton University MW 11:00am-12:20pm Data-Plane Verification COS 597E: Software Defined Networking.
Winter 2008CS244a Handout 111 CS244a: An Introduction to Computer Networks Handout 11: Interconnecting LANs Nick McKeown Professor of Electrical Engineering.
: MobileIP. : r Goal: Allow machines to roam around and maintain IP connectivity r Problem: IP addresses => location m This is important for efficient.
Cisco Routers Routers collectively provide the main feature of the network layer—the capability to forward packets end-to-end through a network. routers.
VCC Semester 1 CHAPTER 11. VCC  Content Layer 3 Devices ARP concept Network layer services Routed and routing protocols Protocol analyzer.
1 Packet Switching Outline Switching and Forwarding Bridges and Extended LANs.
Sender frame Receiver datagram frame Adapter Link layer protocol.
Chapter 3 Part 1 Switching and Bridging
Error and Control Messages in the Internet Protocol
Network Layer.
Switching and Forwarding Bridges and Extended LANs
BOOTP and DHCP Objectives
Introduction to Networking
Virtual LANs.
One Upon A Time Computer Networks
router component and memory? How its work Console access
Animations for networks
Review of TCP/IP Internetworking
Switch controller: Routing
Networking.
Bridges Neil Tang 10/10/2008 CS440 Computer Networks.
Computer Networks Protocols
Delivery, Forwarding, and Routing of IP Packets
Virtual LAN (VLAN).
Presentation transcript:

Bridge Software A bridge connects networks and forwards frames from one network to another. PORTS A B E F BRIDGE C D G H

Selective Forwarding BRIDGE A B C D E F G H If A sends a frame to E - the frame must be forwarded by the bridge. If A sends a frame to B - there is no reason to forward the frame.

Bridge Database The bridge needs a database that contains information about which hosts are on which network. The realistic options are: The system administrator can create and maintain the database. The bridge can acquire the database on the fly. Hard to add new computers Some loss of efficiency

Learning the host mapping The bridge forwards packets for which it does not know which network the destination is on. Everytime the bridge forwards a packet it can record the network on which the sender is located. Each host mapping expires when it is unused for a “long” period of time.

Learning Bridge A host can be moved to another network. New hosts can be added at any time. Requires no setup information from humans. One MAJOR flaw:

What is the problem ? Bridge 1 1 D A E B F C Bridge 2 1