© 2006 Cisco Systems, Inc. All rights reserved. ICND v2.31-1 Configuring Catalyst Switch Operations Introducing Basic Layer 2 Switching and Bridging Functions.

Презентация:



Advertisements
Похожие презентации
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Configuring Catalyst Switch Operations Identifying Problems That Occur in Redundant Switched.
Advertisements

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Extending Switched Networks with Virtual LANs Introducing VLAN Operations.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Configuring Catalyst Switch Operations Introducing Spanning Tree Protocol.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Building a Simple Ethernet Network Understanding How an Ethernet LAN Works.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Growing the Network Maximizing the Benefits of Switching.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary TCP/IP is the most widely used networking protocol, with functions that can.
Copyright 2003 CCNA 3 Chapter 5 Switching Concepts By Your Name.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Ensuring the Reliability of Data Delivery Establishing a TCP Connection.
© 2006 Cisco Systems, Inc. All rights reserved.BCMSN v Defining VLANs Propagating VLAN Configurations with VTP.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Growing the Network Understanding the Challenges of Shared LANs.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Determining IP Routes Introducing Link-State and Balanced Hybrid Routing.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Managing IP Traffic with ACLs Introducing ACLs.
© 2005 Cisco Systems, Inc. All rights reserved. INTRO v Module Summary The topology of a network describes the layout of the cabling and devices.
© 2006 Cisco Systems, Inc. All rights reserved. CVOICE v Configuring Voice Networks Configuring Dial Peers.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Module Summary LAN switches and bridges have the ability to listen to traffic and make intelligent.
© 2006 Cisco Systems, Inc. All rights reserved.IP6FD v Advanced IPv6 Topics Understanding DHCPv6 Operations.
© 2006 Cisco Systems, Inc. All rights reserved. ICND v Establishing Serial Point-To-Point Connections Introducing Frame Relay.
© 2006 Cisco Systems, Inc. All rights reserved. MPLS v MPLS Concepts Introducing MPLS Labels and Label Stacks.
© 2006 Cisco Systems, Inc. All rights reserved. BSCI v Implementing Multicast IGMP and Layer 2 Issues.
© 2005 Cisco Systems, Inc. All rights reserved.INTRO v Connecting Networks Exploring How Routing Works.
Транксрипт:

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Configuring Catalyst Switch Operations Introducing Basic Layer 2 Switching and Bridging Functions

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Outline Overview Functions of Ethernet Switches and Bridges Frame Transmission Modes How Switches and Bridges Learn Source MAC Addresses How Switches and Bridges Forward and Filter Frames Summary

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Address learning Forwarding based on the learned addresses Loop avoidance Ethernet Switches and Bridges

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Cut-Through Switch checks destination address and immediately begins forwarding frame Fragment-Free Switch checks the first 64 bytes, then immediately begins forwarding frame Store and Forward Complete frame is received and checked before forwarding Transmitting Frames

© 2006 Cisco Systems, Inc. All rights reserved. ICND v MAC Address Table The initial MAC address table is empty.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Learning Addresses Station A sends a frame to station C. The switch caches the MAC address of station A to port E0 by learning the source address of data frames. The frame from station A to station C is flooded out to all ports except port E0 (unknown unicasts are flooded).

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Learning Addresses (Cont.) Station D sends a frame to station C. The switch caches the MAC address of station D to port E3 by learning the source address of data frames. The frame from station D to station C is flooded out to all ports except port E3 (unknown unicasts are flooded).

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Filtering Frames Station A sends a frame to station C. The destination is known; the frame is not flooded.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Filtering Frames (Cont.) Station A sends a frame to station B. The switch has the address for station B in the MAC address table.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Station D sends a broadcast or multicast frame. Broadcast and multicast frames are flooded to all ports other than the originating port. Broadcast and Multicast Frames

© 2006 Cisco Systems, Inc. All rights reserved. ICND v Summary Ethernet switches and bridges increase the available bandwidth of a network by creating dedicated network segments and interconnecting the segments. Switches and bridges use one of three operating modes to transmit frames: store and forward, cut-through, and fragment- free. Switches and bridges maintain a MAC address table to store address-to-port mappings so that they can determine the locations of connected devices. When a frame arrives with a known destination address, the frame is forwarded only on the specific port connected to the destination station.

© 2006 Cisco Systems, Inc. All rights reserved. ICND v