Computer Networking. December 2004 CEN CN

Similar documents
Internetworking Concepts Overview. 2000, Cisco Systems, Inc. 2-1

- Hubs vs. Switches vs. Routers -

Catalyst 1900 Series and Catalyst 2820 Series Enterprise Edition Software Configuration Guide

Chapter 3 Part 2 Switching and Bridging. Networking CS 3470, Section 1

Chapter 6 Connecting Device

LOCAL AREA NETWORKS Q&A Topic 4: VLAN

Switched Ethernet Virtual LANs

Connecting to the Network

Lecture 9: Switched Ethernet Features: STP and VLANs

Table of Contents 1 VLAN Configuration 1-1

VLANs Level 3 Unit 9 Computer Networks

Hubs. twisted pair. hub. 5: DataLink Layer 5-1

Introducing Campus Networks

Computer Networks Principles LAN - Ethernet

The MAC Address Format

Antonio Cianfrani. Virtual LAN (VLAN)

Understanding Issues Related to Inter VLAN Bridging

VLANs. LAN Switching and Wireless Chapter 3. Version Cisco Systems, Inc. All rights reserved. Cisco Public 1

Chapter 5 Reading Organizer After completion of this chapter, you should be able to:

Chapter 3 Reading Organizer

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets?

Overview. Overview. OTV Fundamentals. OTV Terms. This chapter provides an overview for Overlay Transport Virtualization (OTV) on Cisco NX-OS devices.

Upon completion of this chapter, you will be able to perform the following tasks: Identify what a VLAN is and how it operates. Configure a VLAN to

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth

The following steps should be used when configuring a VLAN on the EdgeXOS platform:

Data Communications. Connecting Devices

CCNA Layer 2 switching. Revision no.: PPT/2K605/03

A. ARPANET was an early packet switched network initially connecting 4 sites (Stanford, UC Santa Barbara, UCLA, and U of Utah).

Imi :... Data:... Nazwisko:... Stron:...

Private and Public addresses. Real IPs. Lecture (09) Internetwork Layer (3) Agenda. By: Dr. Ahmed ElShafee

Configuring VLANs. Understanding VLANs CHAPTER

Transparent Bridging and VLAN

Image courtesy Cisco Systems, Inc. Illustration of a Cisco Catalyst switch

CCNA Cisco Certified Network Associate CCNA (v3.0)

Additional Slides (Basics) Intermediate Systems

Chapter 15 Local Area Network Overview

Routing Between VLANs Overview

Switching and Forwarding Reading: Chapter 3 1/30/14 1

VLAN Configuration. Understanding VLANs CHAPTER

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

Configuring MPLS and EoMPLS

Configuring VLANs CHAPTER

More on LANS. LAN Wiring, Interface

DD2490 p Layer 2 networking. Olof Hagsand KTH CSC

Chapter 16: Switched Ethernet in Automation. Wenbo Qiao

Configuring VLANs. Understanding VLANs CHAPTER

Configuring your VLAN. Presented by Gregory Laffoon

ECE 435 Network Engineering Lecture 21

Chapter 2. Switch Concepts and Configuration. Part I

Layer 2 functionality bridging and switching

Chapter 4 Configuring Switching

Configuring VLANs. Understanding VLANs CHAPTER

CSCI Computer Networks

Data Link Layer. Our goals: understand principles behind data link layer services: instantiation and implementation of various link layer technologies

Yildiz Technical University Computer Engineering Department BLM 6196 Computer Networks And Communication Protocols.

Configuring VLANs. Understanding VLANs CHAPTER

Principles behind data link layer services

Port ACLs (PACLs) Prerequisites for PACls CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER

Some portions courtesy Srini Seshan or David Wetherall

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth

Configuring Virtual Private LAN Services

Higher scalability to address more Layer 2 segments: up to 16 million VXLAN segments.

Configuring IEEE 802.1Q and Layer 2 Protocol Tunneling

Principles behind data link layer services:

Principles behind data link layer services:

Configuring BPDU tunneling

Routing Between VLANs Overview

Configuring VLANs CHAPTER

Configuring IEEE 802.1Q Tunneling and Layer 2 Protocol Tunneling

CS343: Data Communication LAN Overview

For information about configuring these settings from Cluster Management Suite (CMS), refer to the online help.

Networking for Data Acquisition Systems. Fabrice Le Goff - 14/02/ ISOTDAQ

Enterprise. Nexus 1000V. L2/L3 Fabric WAN/PE. Customer VRF. MPLS Backbone. Service Provider Data Center-1 Customer VRF WAN/PE OTV OTV.

Configuring IGMP Snooping and MVR

Configuring Interfaces

Internetwork Expert s CCNP Bootcamp. Hierarchical Campus Network Design Overview

Chapter 5: Ethernet. Introduction to Networks - R&S 6.0. Cisco Networking Academy. Mind Wide Open

Spanning-Tree Protocol

Cisco Systems, Inc. Norman Finn. July 9, /12. Class of Service in Class of Service in Norman Finn Cisco Systems

Ethernet. Network Fundamentals Chapter Cisco Systems, Inc. All rights reserved. Cisco Public 1

What LinkSec Should Know About Bridges Norman Finn

More on Link Layer. Recap of Last Class. Interconnecting Nodes in LAN (Local-Area Network) Interconnecting with Hubs. Computer Networks 9/21/2009

Configuring Private VLANs

3.5 CONNECTING DEVICES

Configuring Interfaces

Sections Describing Standard Software Features

Traffic/Security Filters

L2 Bridging Across an L3 Network Configuration Example

Cisco Introducing Cisco Data Center Networking - DCICN. Download Full version :


Q&As Implementing Cisco IP Switched Networks (SWITCH v2.0)

: Building Cisco Multilayer Switched Networks

Virtual University of Pakistan. Describe the Hidden Node and Exposed Node problems in Standard? VUSR. [Larry L. Peterson]

Top-Down Network Design

Configuring EtherChannels and Link-State Tracking

IEEE 802.1ad Support on Provider Bridges

Switching & ARP Week 3

Configuring VLANs. Understanding VLANs

CCENT Study Guide. Chapter 2 Ethernet Networking and Data Encapsulation

Transcription:

Computer Networking CEN CN 1

Layer 2 - Bridge Frame Header Data Bridge Trailer Data Link Layer Physical Layer More complex than repeat, it requires hardware and software Bridges have diminished because of the widespread use of switch technology. Operate on frames, PDU= frames and based their decision on the destination address of the frame. CEN CN 2

Layer 2 - Bridge Node Node Server Node Bridge Node Node Server Node Filtering is when the bridge does not forward the frame to the other bridge ports. Forwarding is sending the frame out another port to the appropriate segment. Isolate traffic to local LAN segment to increase the overall performance of a network. CEN CN 3

Transparent Bridge The endpoint devices do not need to know that the bridges exist. Three key functions. Learning. Forwarding or filtering. Spanning-tree protocol. Mac address table MAC Address Associated Port 1 2 1 CEN CN 4

Bridge Operations A frame is received. If the destination is a broadcast or multicast, forward on all ports. If the destination is a unicast and the address is not in the address table, forward on all ports. If the destination is a unicast and the address is in the address table, forward the frame out the associated port, unless the MAC address is associated with the incoming port. CEN CN 5

Transparent Bridge Summary Broadcast & multicast are forwarded by a bridge Layer 2 header & addresses Layer 3 protocol independent Different collision domain One broadcast domain Store-and-forward operation Latency (compare to a single-lan segment) CEN CN 6

Spanning Tree Protocol (STP) Network Redundant Links without STP Physically redundant paths exist. PcA B3 PcC. PcA B2 b1 PcC. Q: PcA sends a single unicast frame to PcC, but PcC is powered off and none of bridges has learned PcC s address. Frame to PcC will loop forever. CEN CN 7

Spanning Tree Protocol (STP) STP blocks some ports so that only one active path exists between any pair of LAN segment (collision domains) to dynamically create a bridge/switched network. Set the bridge port state, forward or block? Benefit Redundant Link in case of failure of one link Only one active link Loop avoided CEN CN 8

Switch Multi-port Bridge Selection Issues: Speed Media or user interface Need for trunking and interswitch links Workgroup segmentation (VLANs) Port density needs Product Category Desktop/Workgroup Level Cisco Catalyst 1900, 2900 XL series Wiring Closet/Backbone Level Cisco Catalyst 5000 series CEN CN 9

Switch - Method Store-and-forward. The switch fully receives all bits in the frame before forwarding the frame. This allows the switch to check the FCS before forwarding the frame. Cut-through. The switch performs the address table lookup as soon as the destination address field in the header is received. The first bit in the frame can be sent out the outbound port before the final bits in the incoming frame are received. Fragment-free. This performs like cut-through, but the switch waits for 64 bytes to be received before forwarding the first bytes of the outgoing frame. According to the Ethernet specifications, collisions should be detected during the first 64B of the frame. CEN CN 10

Traditional LAN vs. VLAN CEN CN 11

VLAN A group of ports or users in the same broadcast domain LAN switches and network management software provide a mechanism to create VLANs Remove Physical Boundary Group users by department, team, or application Routers provide communication between VLANs CEN CN 12

VLAN Frame tagged with VLAN ID Trunking CEN CN 13

Port-based VLAN Types of VLANs Example File Server VLAN1: Port 1,2,7,13 VLAN2: Port 3,4,8 VLAN3: Port 5,6,9 13 1 2 3 4 5 6 7 8 9 10 11 12 A B C D E F G H CEN CN 14

Mac-address Based VLAN Types of VLANs Example MAC address A: 123456789ABC B: 123456789DEF C: 123456789GHI 13 File Server 1 2 3 4 5 6 7 8 9 10 11 12 VLAN1: 123456789ABC 123456789DEF Switch 1 2... Hub A B C D E F CEN CN 15