Chapter 4: Switched Networks CCNA Routing and Switching Routing and Switching Essentials v6.0 Cisco Networking Academy Program Routing and Switching Essentials v6.0 Chapter 4: Switched Networks •4.1 LAN Design •Explain how switched networks support SMB. •Explain how data, voice, and video are converged in a switched network. • •4.2 The Switched Environment •Explain how Layer 2 switches forward data in a SMB LAN. •Explain how frames are forwarded in a switched network. •Compare a collision domain to a broadcast domain. • Chapter 4 - Sections & Objectives Cisco Networking Academy Program Routing and Switching Essentials v6.0 Chapter 4: Switched Networks 4.1 LAN Design 4 – Switched Networks 4.1 – LAN Design Growing Complexity of Networks § §Next-generation networks need to be secure, reliable, and highly available. §They must support a globalized workforce. §They must be able to integrate legacy devices. • • • • • • • • • • • Routing and Switching Essentials - Mozilla Firefox 4.1 – LAN Design 4.1.1 – Converged Networks 4.1.1.1 – Growing Complexity of Networks Elements of a Converged Network §Converged network solutions integrate voice systems, IP phones, voice gateways, video support, and video conferencing. §Primary benefit of the converged network - just one physical network to install and manage. • • • • • • • • • • • Routing and Switching Essentials - Mozilla Firefox 4.1 – LAN Design 4.1.1 – Converged Networks 4.1.1.2 – Elements of a Converged Network Cisco Borderless Networks §The Cisco Borderless Network has the following features: •Allows organizations to connect anyone, anywhere, anytime, on any device; securely, reliably, and seamlessly. •Provides the framework to unify wired and wireless access, including policy, access control, and performance management across many different device types. •Provides network services, and user and endpoint services that are all managed by an integrated management solution. • • • • • • • • • • Routing and Switching Essentials - Mozilla Firefox 4.1 – LAN Design 4.1.1 – Converged Networks 4.1.1.3 – Cisco Borderless Networks Hierarchy in the Borderless Switched Network §Borderless switched network design guidelines are based on the following principles: •Hierarchical - Facilitates understanding the role of each device at every tier. •Modularity - Allows seamless network expansion and integrated services. •Resiliency (odolnost) – Provides an always available network. •Flexibility - Allows intelligent traffic load sharing. §The three tiers of the hierarchical model are Access, Distribution and Core layers. • • • • • • • • • • • Routing and Switching Essentials - Mozilla Firefox 4.1 – LAN Design 4.1.1 – Converged Networks 4.1.1.4 – Hierarchy in the Borderless Switched Network Access, Distribution, and Core Layers §Access Layer – provides network access to the user. §Distribution Layer - interfaces between the access layer and the core layer. Provides functions such as: •aggregating Layer 2 broadcast domains and Layer 3 routing boundaries. •providing intelligent switching, routing, and network access policy functions to access the rest of the network. §Core Layer - is the network backbone. It provides fault isolation and high-speed backbone connectivity. • • • • • • • • • Routing and Switching Essentials - Mozilla Firefox Smaller networks that do not need a separate distribution and core layer often use a two-tier campus or collapsed core network design. 4.1 – LAN Design 4.1.1 – Converged Networks 4.1.1.5 – Access, Distribution, and Core Layers Role of Switched Networks §A hierarchical switched LAN allows more flexibility, traffic management, and additional features: •Quality of service •Additional security •Support for wireless networking and connectivity •Support for new technologies. • • • • • • • • • Routing and Switching Essentials - Mozilla Firefox 4.1 – LAN Design 4.1.2 – Switched Networks 4.1.2.1 – Role of Switched Networks Form Factors §Considerations when selecting switches: •Cost •Port Density •Power •Reliability •Port Speed •Frame buffers •Scalability • • • • • • • Routing and Switching Essentials - Mozilla Firefox Routing and Switching Essentials - Mozilla Firefox Fixed Configuration Modular Configuration Routing and Switching Essentials - Mozilla Firefox Stackable Configuration 4.1 – LAN Design 4.1.2 – Switched Networks 4.1.2.2 – Form Factors 4.2 The Switched Environment 4 – Switched Networks 4.2 – The Switched Environment Switching as a General Concept in Networking and Telecommunications §A LAN switch makes decisions based on two criteria: •Ingress port - where a frame enters the device •Destination address §A LAN switch maintains a table that it uses to determine how to forward traffic. §In the diagram, If a message enters switch port 1 with a destination address of EA, then the switch forwards the traffic out port 4. §Layer 2 Ethernet switches forward frames based on the destination MAC address. • • • • • • • • Routing and Switching Essentials - Mozilla Firefox 4.2 – The Switched Environment 4.2.1 – Frame Forwarding 4.2.1.1 – Switching as a General Concept in Networking and Telecommunications Video Demonstration - MAC Address Tables on Connected Switches • § • • • • • Routing and Switching Essentials - Mozilla Firefox The video explains how a switch builds its MAC address table by recording the MAC address of each device connected to each of its ports. 4.2 – The Switched Environment 4.2.1 – Frame Forwarding 4.2.1.2 – Video Demonstration - MAC Address Tables on Connected Switches Switch Forwarding Methods § • • • • • • • Routing and Switching Essentials - Mozilla Firefox Routing and Switching Essentials - Mozilla Firefox 4.2 – The Switched Environment 4.2.1 – Frame Forwarding 4.2.1.3 – Switch Forwarding Methods Store-and-Forward Switching §Features of Store-and-Forward Switching: •Error Checking– After receiving the entire frame, the switch compares the frame-check-sequence (FCS) value in the last field against its own FCS calculations. Only error-free frames are forwarded •Automatic Buffering– ingress port buffering provides the flexibility to support any mix of Ethernet speeds. §Store-and-Forward is Cisco’s primary LAN switching method. • Routing and Switching Essentials - Mozilla Firefox 4.2 – The Switched Environment 4.2.1 – Frame Forwarding 4.2.1.4 – Store-and-Forward Switching Cut-Through Switching §Rapid Frame Forwarding - The switch can make a forwarding decision as soon as it has looked up the destination MAC address. •Frames with errors are forwarded. §Fragment Free - modified form of cut-through switching. The switch waits for the collision window (64 bytes) to pass before forwarding the frame. •Provides better error checking than cut-through, with practically no increase in latency. • • Routing and Switching Essentials - Mozilla Firefox 4.2 – The Switched Environment 4.2.1 – Frame Forwarding 4.2.1.5 – Cut-Through Switching Collision Domains §In hub-based Ethernet segments, network devices compete for the medium, therefore collisions will occur. §Ethernet switch ports operating in full duplex eliminate collisions. §Ethernet switch ports will autonegotiate full-duplex if connected to full-duplex device. §If connected to a half-duplex device then the switch port will operate in half duplex and be part of a collision domain. § • • Routing and Switching Essentials - Mozilla Firefox 4.2 – The Switched Environment 4.2.2 – Switching Domains 4.2.2.1 – Collision Domains Broadcast Domains §One switch or multiple interconnected switches form a single broadcast domain. §When a switch receives a broadcast frame, it forwards the frame out each of its ports, except the ingress port where the broadcast frame was received. §When two switches or more switches are connected together, the broadcast domain is increased because the broadcast is propagated from switch to switch. §Too many broadcasts can cause network congestion. • • Routing and Switching Essentials - Mozilla Firefox 4.2 – The Switched Environment 4.2.2 – Switching Domains 4.2.2.2 – Broadcast Domains Alleviating Network Congestion §The following characteristics of switches help alleviate (zmenšit) congestion: •Establishing full-duplex links, therefore eliminating collisions. •High port density •Large frame buffers •Port speed •Fast internal switching •Low per-port cost • • • • Routing and Switching Essentials - Mozilla Firefox 4.2 – The Switched Environment 4.2.2 – Switching Domains 4.2.2.3 – Alleviating Network Congestion 4.3 Chapter Summary 4 – Switched Networks 4.3– Summary Conclusion Chapter 4: Switched Networks §Explain how switched networks support small to medium-sized businesses. §Explain how Layer 2 switches forward data in a small to medium-sized LAN. § § § • • • 4.3 – Summary 4.3.1 – Conclusion 4.3.1.3 – Chapter 4: Switched Networks Switched Networks New Terms and Commands •form factors •Fixed configuration switches •Modular configuration switches •line cards •Stackable configuration switches •ingress •egress •MAC address table •content addressable memory (CAM) table •Ethernet bridges •application-specific-integrated circuits (ASICs) •store-and-forward switching •cut-through switching •cyclic redundancy check (CRC) •egress port • New Terms and Commands Switched Networks New Terms and Commands (Cont.) New Terms and Commands