IEEE Ethernet. Eric Karlsson Thomas Karlsson Morgan Kejerhag

Size: px
Start display at page:

Download "IEEE Ethernet. Eric Karlsson Thomas Karlsson Morgan Kejerhag"

Transcription

1 IEEE Ethernet Eric Karlsson Thomas Karlsson Morgan Kejerhag

2 Today s Presentation Switching and bridging Auto negotiation Power-over-Ethernet Ethernet Performance Ethernet in WAN

3 Switching and Bridging Bridges Bridging methods Spanning Tree Protocol Switching hubs Switch based vlan

4 Bridges Connects network segments Works at OSI layer 2 Keeps a table of devices Forwarding Flooding

5 Bridges (cont.) Transparent bridges connects networks with the same protocol Translating bridges connects networks with different protocols

6 Bridges (cont.) Translating bridges connects networks with different protocols Ethernet Bridge Token-ring

7 Bridges (cont.) Design with translating bridges has a problem: All stations must use small frames since different protocols have different maximum size of frames

8 Bridges (cont.) Local bridge for LAN Remote bridge for LAN with connection to WAN

9 Bridging Methods Loops can not be allowed in bridged networks Ethernet 1 Ethernet 2 Bridge 1 Bridge 2 Bridge 3 Ethernet 3

10 Bridging Methods (cont.) Duplicate frames leads to Congestion Special reception at end-stations Physical loops are allowed Active loops are not allowed

11 Spanning Tree Protocol Solves the problem with loops Based on graph-theory Ensures a unique path from one station to another Puts unwanted bridges in standby mode Will activate standby mode bridges automatically if needed

12 Spanning Tree Protocol (cont.) Graph-theory Graphs constists of vertices connected by edges Path = a connected way from a node to another Tree = a loop free graph Edges can have costs =Vertex, Node =Edge

13 Spanning Tree Protocol (cont.) Example graph An edge between vertices A and B is noted (A,B) The cost of an edge is written next to the edge The cost of (B,D) is 3 A 1 4 C 8 6 B 3 D

14 Spanning Tree Protocol (cont.) A spanning tree is a tree that connects all nodes Not a spanning tree there is a loop! Not a spanning tree there is a disconnected node! A spanning tree!

15 Spanning Tree Protocol (cont.) There are usually many spanning trees for a graph

16 Spanning Tree Protocol (cont.) The first thing that happens when starting up a new bridged network is that a Root Bridge (RB) is chosen Every bridge B has a priority level P B2/P4 B4/P2 B1/P5

17 Spanning Tree Protocol (cont.) Every bridge starts by assuming that it is the RB and send messages to other bridges with its priority B2/P4 B4/P2 B1/P5

18 Spanning Tree Protocol (cont.) If a bridge receive a message from a bridge with higher priority it will stop assuming to be RB and stop sending new messages. B2/P4 B4/P2 B1/P5

19 Spanning Tree Protocol (cont.) Finally there is only one RB left, it is the real RB B2/P4 B4/P2 B1/P5

20 Spanning Tree Protocol (cont.) Cost is assigned to all bridge ports, for simplicity we put cost on edges here 10 B2 20 B4 B

21 Spanning Tree Protocol (cont.) The RB starts sending a messages to connected bridges about the cost. The RB has cost 0 to itself 0 B2 20 B4 10 B

22 Spanning Tree Protocol (cont.) The next bridges adds their costs and sends a message to their neighbours B2 20 B4 B

23 Spanning Tree Protocol (cont.) This continues and each bridge determines which path will be the cheapest to the root 10 B2 20 B4 B

24 Spanning Tree Protocol (cont.) After everything is done there is a spanning tree that is loop free B2 B4 B1

25 Spanning Tree Protocol (cont.) Simple example much more complex in reality Unused links can be used if another link goes down Disadvantage: no extra paths no possibility for load balance

26 Switching hubs More advanced bridge Multiple bridge operations at the same time Port switching Segment switching Enhanced performance

27 Switching hubs (cont.) Three main switching techniques Cross-Point Store-and-Forward Hybrid

28 Switching hubs (cont.) Cross-Point switches are also called cut-through or on-the-fly switches Examines the DA field of incoming frames and keeps a table of known addresses and what port they are associated with There is no error detection since only parts of frame is examined

29 Switching hubs (cont.) Low delay or latency 1 3 Switch engine 2 Look up table

30 Switching hubs (cont.) Store-and-forward switches stores full frame in buffer Can perform CRC check Can check length of frame If error the frame is discarded Some vendors have layer 2 filtering Also layer 3 filter, but is more like router

31 Switching hubs (cont.) Translating switches often support store-and-forward techniques since the frame needs to be stored anyway 1 2 Shared RAM Switch engine 3 Look up table 4

32 Switching hubs (cont.) Hybrid switches are both cut-through and store-and-forward Starts in cut-through mode and monitors error rate If error rate is high the switch will change to store-and-forward mode Provides minimum delay when error rate is low Discards invalid frames when error rate is high

33 Switch based vlan Virtual LAN is a LAN inside the LAN itself Requires special equipment Layer 2 switches Layer 3 routers Implicit vs Explicit tagging

34 Switch based vlan (cont.) In explicit tagging is the vlan identification sent as an extra field in each frame IEEE standard 802.1Q Creates problems for frames of already maximum length

35 Switch based vlan (cont.) 802.1Q Frame 16 bit Tag Protocol Identifier (TPI) 3 bit priority (802.1p) 1 bit Canonical Format Identifier (CFI) 12 bit vlan Identification (VID) Preamble SFD DA SA 802.1Q TagType Tag Control Data FCS TPI Priority CFI VID

36 Switch based vlan (cont.) Implicit tagging for example: All stations connected to port 1, 2 and 4 belongs to vlan X Vendors have different standards => Can t connect equipment from different vendors

37 Switch based vlan (cont.) Port based vlans The first method A certain port belongs to a certain vlan 0, 1, 5, 6 to vlan1 2, 3, 4, 7 to vlan Switch matrix Not flexible

38 Switch based vlan (cont.) MAC based vlans A certain device (determined by MAC address) belongs to a certain vlan Full flexibility Creates problems for higher level protocols (can be handled) Switch matrix

39 Auto negotiation What is auto negotiation and why is it a nice feature. How does it work? More benefits. Auto negotiation in gigabit networks.

40 What is Auto negotiation? Auto negotiation is the process when two devices automatically configure themselves for the highest possible transfer mode. Auto negotiation became useful when we started to get networks mixed with 10Mbit/s and 100Mbit/s devices.

41 Auto negotiation an example Imagine the following: The workstations support 100Mbit/s but the switch is an old 10Mbit/s device all the cards have then been set to 10Mbit/s in order to talk to each other. Now imagine that the switch is upgraded to a 100Mbit/s device, things will no longer work until all the workstations Ethernet adapters have been manually configured to 100Mbit/s.

42 Auto negotiation an example (cont.) All this work for the system administrator can be solved using auto negotiation capable devices. In the above example all the Ethernet adapters would set themselves to operate at 100Mbit/s automatically as soon as the switch was replaced, given that all adapters support auto negotiation.

43 How does it work? Auto negotiation relies upon a modification in the link integrity test used by 10BaseT. Instead of sending a link test pulse a series of fast test pulses are sent. These fast test pulses form a 16bit link code word.

44 The Fast Link Pulse (FLP) NLP FLP 2 ms 8-24 ms Typically 16 ms

45 How are the FLP s interpreted? ns ~60 us Clock pulses (17) data pulses (0-16)

46 How does it work? (cont.) S0 S1 S2 S3 S4 A0 A1 A2 A3 A4 A5 A6 A7 RF ACK NP The first 5 bits are used to determine what MAC protocol to use. A0 A7 is used to indicate what operation modes that are supported. A0 = 10BASE-T A1 = 10BASE-T Full Duplex A2 = 100BASE-TX A3 = 100BASE-TX Full Duplex A4 = 100BASE-T4 A5 = Pause

47 How does it work? (cont.) S0 S1 S2 S3 S4 A0 A1 A2 A3 A4 A5 A6 A7 RF ACK NP The last three bits are control bits. RF = Remote Fault Indicates an error in communication. ACK = Acknowledge Used to tell the other device that it s last code word was properly received. NP = Next Page If one the device is supporting the exchange of additional information.

48 How is the mode negotiated After both devices have received information about the other one. The transfer mode is determined by a priority table BASE-TX Full Duplex BASE-T BASE-TX 4. 10BASE-T Full Duplex 5. 10BASE-T

49 More benefits Does not require any intervention from a user or network administrator. Backward compatibility. Network protection Easier upgrade

50 Problems with different speed What happens if a switch has one 10Mbit/s device and one 100Mbit/s device connected to it? Three different approaches Do nothing. Send a JAM signal Send pause frames to the sending unit (only in full duplex)

51 Auto negotiation in gigabit Ethernet Only supported on copper media. Additional pages need to be sent. Extended priority table.

52 The additional link code words First one normal LCW is sent. Then a message page M0 M1 M2 M3 M4 M5 M6 M7 M8 M9 M10 T Ack2 MP Ack NP The MP bit indicates that it is a message page. There is only a limited number of messages. For example indicate 1000BaseT.

53 The additional link code words (cont.) After the message page the technology is further described in two unformatted pages. U0 U1 U2 U3 U4 U5 U6 U7 U8 U9 U10 T Ack2 MP Ack NP The first unformatted page is interpreted as follows: U10:U5 reserved U4 1000BaseT half duplex U3 1000BaseT full duplex U2 Port type (1 = multiport, 0 = singelport) U1 1 = master, 0 = slave (ignored if U0 = 0) U0 Manually configure master/slave (0 = automatic, 1 = manual) The last page contains the master-slave seed value

54 Priority table The extended priority table looks like this: BaseT Full duplex BaseT Half duplex BaseT2 Full duplex BaseTX Full duplex BaseT2 Half duplex BaseT BaseTX Half duplex 8. 10BaseT Full duplex 9. 10BaseT Half duplex

55 Power over Ethernet (PoE) Power over Ethernet is all about distribute electrical power over TP cable. PoE can be used with existing hardware. PoE greatly increases flexibility

56 Power distribution Typically 48V DC (min 36, max 57) Two valid approaches Over the data pairs Over the unused pairs A Powered device is required to support both methods while a power source is only required to support one of them.

57 Power distribution (cont.) Can be distributed by PoE switches which have built in power supply Support 10BaseT, 100BaseTX and 1000BaseT Can be distributed by power injectors placed between the switch and the end station. Must distribute the power over the unused pairs. Only support 10BaseT and 100BaseTX

58 The powered device The PD must present a valid detection signature when it accepts power but are not receiving power. The PD must not present a valid detection signature if it won t accept power. When powered it must present a invalid detection signature on the set of pairs from witch it isn t drawing power from. Must use a minimum current.

59 The powered device (cont.) A powered device can have different classes. In addition to a valid detection signal a PD can provide one and only one classification signature. Class Usage Default Optional Optional Optional Not allowed Range of maximum power 0.44 to Watts 0.44 to 3.84 Watts 3.84 to 6.49 Watts 6.49 to Watts Reserved

60 Backward compatibility Non PoE devices must work without the risk of getting fried. A detection process is used. A low, current controlled, voltage is send. The PSE is then able to detect if the device has a 25k ohm resistor. If it has all 48 volts are applied.

61 Limitations A powered device is allowed to consume W. Sufficient for many devices, such as IP-phones and Wireless access points However it s not enough to use your laptop without battery or printers and other high consuming devices.

62 Limitations (cont.) Requires additional power to your wiring closets If a UPS is used to maintain the network in case of a power outage it might have to be upgraded What happens if the UPS cannot support all the PD s Every PD will shutdown The PSE should be able to selectively shut down PD s

63 The main benefits The biggest benefit is when you install permanent low consuming equipment. Greater flexibility when installing devices. No need to get an electrician to rewire your power cables It can potentially save a lot of money.

64 Ethernet performance

65 Myths and facts Ethernet saturates at 37% load Simplified model, 256 stations Real-life Ethernet above 95%

66 Performance graph Delay (s) N ,1 0,01 0,001 0, ,1 0,2 0,3 0,4 0,5 0,6 0,7 0,8 0,9 1

67 Light load (0%-50%) Very low response times second or lower No issues Real-time applications work well Bulk applications work well Network is healthy

68 Moderate to heavy load (50%-80%) Low response times 0.01 second to 0.1 second Some issues Real-time applications might experience some loss Bulk application work well Network is on the brink of capacity

69 Very heavy load (80%-100%) Long response times Up to 1 second or more Major issues Real-time applications impossible Bulk applications experience performance loss Network is badly undersized

70 Ethernet in WAN

71 Overview Ethernet leader in LAN Ethernet is cheap Ethernet is everywhere Why not use it in WAN as well?

72 OAM Operation, Administration, Management Tools for diagnostics and fault detection

73 Service differentiation Guarantee bandwidth Divide services and customers Police traffic QoS (Quality of Service)

74 SONET and ATM SONET High availability Quick failover (50 ms) Ring structure Reliable Many services OAM

75 SONET and ATM (cont.) ATM Service differentiation Circuit switched Guaranteed bandwidth OAM

76 10 Gigabit Ethernet 10 Gigabit Ethernet SONET compatible Service differentiation 802.1p, 802.1q Reliable and scalable OAM (partly through SNMP) Cheap Ring structure (multiple spanning tree) Rate limiting (vendor feature)

77 Ethernet chances + Cheap + Compatible + Features - New market segment - 10G segment already populated - SONET 40 Gbps

78 That s all folks!

Chapter 4 NETWORK HARDWARE

Chapter 4 NETWORK HARDWARE Chapter 4 NETWORK HARDWARE 1 Network Devices As Organizations grow, so do their networks Growth in number of users Geographical Growth Network Devices : Are products used to expand or connect networks.

More information

Ethernet Hub. Campus Network Design. Hubs. Sending and receiving Ethernet frames via a hub

Ethernet Hub. Campus Network Design. Hubs. Sending and receiving Ethernet frames via a hub Campus Network Design Thana Hongsuwan Ethernet Hub 2003, Cisco Systems, Inc. All rights reserved. 1-1 2003, Cisco Systems, Inc. All rights reserved. BCMSN v2.0 1-2 Sending and receiving Ethernet frames

More information

Auto-Negotiation for 10GBASE-T

Auto-Negotiation for 10GBASE-T Auto-Negotiation for 10GBASE-T Eric Lynskey Outline Overview of 10/100 auto-negotiation Auto-negotiation additions for 1000BASE-T Possible extensions for 10GBASE-T Motivation for auto-negotiation Handshaking

More information

Chapter Seven. Local Area Networks: Part 1. Data Communications and Computer Networks: A Business User s Approach Seventh Edition

Chapter Seven. Local Area Networks: Part 1. Data Communications and Computer Networks: A Business User s Approach Seventh Edition Chapter Seven Local Area Networks: Part 1 Data Communications and Computer Networks: A Business User s Approach Seventh Edition After reading this chapter, you should be able to: State the definition of

More information

More on LANS. LAN Wiring, Interface

More on LANS. LAN Wiring, Interface More on LANS Chapters 10-11 LAN Wiring, Interface Mostly covered this material already NIC = Network Interface Card Separate processor, buffers incoming/outgoing data CPU might not be able to keep up network

More information

University of New Hampshire InterOperability Laboratory Ethernet Consortia

University of New Hampshire InterOperability Laboratory Ethernet Consortia University of New Hampshire Ethernet Consortia As of February 3, 2006 the Ethernet Clause 28 Management System Test Suite version 2.5 has been superseded by the release of version 2.6. This document along

More information

- Hubs vs. Switches vs. Routers -

- Hubs vs. Switches vs. Routers - 1 Layered Communication - Hubs vs. Switches vs. Routers - Network communication models are generally organized into layers. The OSI model specifically consists of seven layers, with each layer representing

More information

PoE ( Power over Ethernet) Devices

PoE ( Power over Ethernet) Devices Planning and Implementation Guide PoE ( over Ethernet) Devices PoE over Ethernet Devices www.procurve.com over Ethernet (PoE) Planning and Implementation Guide Copyright 2005-2008 Hewlett-Packard Development

More information

Switched Ethernet Virtual LANs

Switched Ethernet Virtual LANs Switched Ethernet Virtual LANs Computer Networks Lecture 4 http://goo.gl/pze5o8 Switched Ethernet 2 LAN Switches Behave as bridges (operates in the logical tree topology) Switching is implemented by hardware

More information

Radyne s SkyWire Gateway Quality of Service

Radyne s SkyWire Gateway Quality of Service Radyne s SkyWire Gateway Quality of Service White Paper WP026 Rev 1.0 April 2008 Radyne Corporation 3138 E. Elwood St. Phoenix, AZ 85034 (602) 437-9620 Fax: (602) 437-4811 Radyne s SkyWire Gateway Quality

More information

Medium Access Protocols

Medium Access Protocols Medium Access Protocols Summary of MAC protocols What do you do with a shared media? Channel Partitioning, by time, frequency or code Time Division,Code Division, Frequency Division Random partitioning

More information

Computer Networks Principles LAN - Ethernet

Computer Networks Principles LAN - Ethernet Computer Networks Principles LAN - Ethernet Prof. Andrzej Duda duda@imag.fr http://duda.imag.fr 1 Interconnection structure - layer 3 interconnection layer 3 router subnetwork 1 interconnection layer 2

More information

Lecture 9: Bridging. CSE 123: Computer Networks Alex C. Snoeren

Lecture 9: Bridging. CSE 123: Computer Networks Alex C. Snoeren Lecture 9: Bridging CSE 123: Computer Networks Alex C. Snoeren Lecture 9 Overview Finishing up media access Ethernet Contention-free methods (rings) Moving beyond one wire Link technologies have limits

More information

Revision of Previous Lectures

Revision of Previous Lectures Lecture 15 Overview Last Lecture Local area networking This Lecture Wide area networking 1 Source: chapters 8.1-8.3, 17.1, 18.1, 18.2 Next Lecture Wide area networking 2 Source: Chapter 20 COSC244 Lecture

More information

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

Guide to Networking Essentials, 6 th Edition. Chapter 7: Network Hardware in Depth Guide to Networking Essentials, 6 th Edition Chapter 7: Network Hardware in Depth Objectives Describe the advanced features and operation of network switches Describe routing table properties and discuss

More information

Summary of MAC protocols

Summary of MAC protocols Summary of MAC protocols What do you do with a shared media? Channel Partitioning, by time, frequency or code Time Division, Code Division, Frequency Division Random partitioning (dynamic) ALOHA, S-ALOHA,

More information

GigE & 10GigE Ethernet Technology Overview & Testing Approaching

GigE & 10GigE Ethernet Technology Overview & Testing Approaching GigE & 10GigE Ethernet Technology Overview & Testing Approaching Ray Lanier ray.lanier@ccairep.com Concord Communications Associates, Inc. 214 South Main Street Concord, NH 03301 Tel: 603-228-8627 Fax:

More information

Part3. Local Area Networks (LAN)

Part3. Local Area Networks (LAN) Part3 Local Area Networks (LAN) LAN Characteristics Small geographical area Relatively high data rate Single management Topologies Bus, star, ring Specifications at physical and data link layer mostly

More information

10-Gigabit Ethernet Consortium

10-Gigabit Ethernet Consortium 10-Gigabit Ethernet Consortium Proposed modifications to Ethernet Auto-Negotiation Test Suites for 10GBASE-T V0.2 Cover Page Draft Technical Document Last Updated: February 8, 2006 10:03AM 10 Gigabit Ethernet

More information

Reminder: Datalink Functions Computer Networking. Datalink Architectures

Reminder: Datalink Functions Computer Networking. Datalink Architectures Reminder: Datalink Functions 15-441 15 441 15-641 Computer Networking Lecture 5 Media Access Control Peter Steenkiste Fall 2015 www.cs.cmu.edu/~prs/15-441-f15 Framing: encapsulating a network layer datagram

More information

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on

Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on CBCN4103 Internetworking is connecting two or more computer networks with some sort of routing device to exchange traffic back and forth, and guide traffic on the correct path across the complete network

More information

Introduction to Networking Devices

Introduction to Networking Devices Introduction to Networking Devices Objectives Explain the uses, advantages, and disadvantages of repeaters, hubs, wireless access points, bridges, switches, and routers Define the standards associated

More information

DW- SW-PoE-24M. wwww.denwaip.com

DW- SW-PoE-24M. wwww.denwaip.com DW- SW-PoE-24M w DW- SW-PoE-24M OVERVIEW The 24 -Port managed PoE Switch, with 24 100Mbit RJ45 ports,2 Gigabit SFP port and 2 Gigabit Uplink, model DW-SW-PoE-24M, reduces equipment and installation costs

More information

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

Switching and Forwarding Reading: Chapter 3 1/30/14 1 Switching and Forwarding Reading: Chapter 3 1/30/14 1 Switching and Forwarding Next Problem: Enable communication between hosts that are not directly connected Fundamental Problem of the Internet or any

More information

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

3. What could you use if you wanted to reduce unnecessary broadcast, multicast, and flooded unicast packets? Nguyen The Nhat - Take Exam Exam questions Time remaining: 00: 00: 51 1. Which command will give the user TECH privileged-mode access after authentication with the server? username name privilege level

More information

Overview. Switch Features CHAPTER

Overview. Switch Features CHAPTER CHAPTER 1 Overview The 2900 XL series switches are workgroup Ethernet switches that supply autosensing 10BaseT or 100BaseT connections on all ports. Expansion slots on Catalyst 2912MF XL and 2924M XL switches

More information

NT1210 Introduction to Networking. Unit 5:

NT1210 Introduction to Networking. Unit 5: NT1210 Introduction to Networking Unit 5: Chapter 5, Ethernet LANs 1 Objectives Identify the major needs and stakeholders for computer networks and network applications. Identify the classifications of

More information

Routing Between VLANs Overview

Routing Between VLANs Overview Routing Between VLANs Overview This chapter provides an overview of VLANs. It describes the encapsulation protocols used for routing between VLANs and provides some basic information about designing VLANs.

More information

Network Security Fundamentals. Network Security Fundamentals. Roadmap. Security Training Course. Module 2 Network Fundamentals

Network Security Fundamentals. Network Security Fundamentals. Roadmap. Security Training Course. Module 2 Network Fundamentals Network Security Fundamentals Security Training Course Dr. Charles J. Antonelli The University of Michigan 2013 Network Security Fundamentals Module 2 Network Fundamentals Roadmap Network Fundamentals

More information

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

Hubs. twisted pair. hub. 5: DataLink Layer 5-1 Hubs Hubs are essentially physical-layer repeaters: bits coming from one link go out all other links at the same rate no frame buffering no CSMA/CD at : adapters detect collisions provides net management

More information

Full file at

Full file at ch02 True/False Indicate whether the statement is true or false. 1. The number of nodes on a network and the length of cable used influence the quality of communication on the network. 2. Repeaters and

More information

Trademarks. Statement of Conditions by NETGEAR, Inc. All rights reserved.

Trademarks. Statement of Conditions by NETGEAR, Inc. All rights reserved. 2004 by NETGEAR, Inc. All rights reserved. Trademarks @2004 NETGEAR, Inc. NETGEAR, the Netgear logo, The Gear Guy and Everybody s connecting are trademarks of Netgear, Inc. in the United States and/or

More information

IEEE 802.1Q. Voice VLAN

IEEE 802.1Q. Voice VLAN VL ANFeat ur e onyeal i nki PPhones 1 VLAN (Virtual Local Area Network) is used to logically divide a physical network into several broadcast domains. VLAN membership can be configured through software

More information

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space provided.

Concept Questions Demonstrate your knowledge of these concepts by answering the following questions in the space provided. 83 Chapter 6 Ethernet Technologies and Ethernet Switching Ethernet and its associated IEEE 802.3 protocols are part of the world's most important networking standards. Because of the great success of the

More information

Gigabit Networks, VLANs & Wireless LANs

Gigabit Networks, VLANs & Wireless LANs Hands-On Gigabit Networks, VLANs & Wireless LANs ( Advanced Local Area Networks ) Course Description This Hands-On course will discuss traditional Ethernet as it is evolving today and its future. Ethernet

More information

Top-Down Network Design

Top-Down Network Design Top-Down Network Design Chapter Five Designing a Network Topology Original slides copyright by Cisco Press & Priscilla Oppenheimer Network Topology Design Issues Hierarchy Redundancy Modularity Well-defined

More information

Routing Between VLANs Overview

Routing Between VLANs Overview Routing Between VLANs Overview This chapter provides an overview of VLANs. It describes the encapsulation protocols used for routing between VLANs and provides some basic information about designing VLANs.

More information

Real-Time, Determinism and Ethernet

Real-Time, Determinism and Ethernet Real-Time, Determinism and Ethernet Paul Taylor Slide 1 Agenda Definitions Real-Time Determinism Control Network Ethernet Evolution Bandwidth Switches Fast Ethernet Full Duplex Prioritisation Redundancy

More information

Chapter 9. Ethernet. Part II

Chapter 9. Ethernet. Part II Chapter 9 Ethernet Part II CCNA1-1 Chapter 9-2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks must go

More information

CSCI Computer Networks

CSCI Computer Networks CSCI-1680 - Computer Networks Link Layer III: LAN & Switching Chen Avin Based partly on lecture notes by David Mazières, Phil Levis, John Jannotti, Peterson & Davie, Rodrigo Fonseca Today: Link Layer (cont.)

More information

Local Area Network Overview

Local Area Network Overview Local Area Network Overview Chapter 15 CS420/520 Axel Krings Page 1 LAN Applications (1) Personal computer LANs Low cost Limited data rate Back end networks Interconnecting large systems (mainframes and

More information

Introducing Campus Networks

Introducing Campus Networks Cisco Enterprise Architecture Introducing Campus Networks 2003, Cisco Systems, Inc. All rights reserved. 2-1 2003, Cisco Systems, Inc. All rights reserved. BCMSN v2.0 2-2 Campus Data Center Combines switching

More information

CSCI-1680 Link Layer Wrap-Up Rodrigo Fonseca

CSCI-1680 Link Layer Wrap-Up Rodrigo Fonseca CSCI-1680 Link Layer Wrap-Up Rodrigo Fonseca Based partly on lecture notes by David Mazières, Phil Levis, John Jannotti Administrivia Homework I out later today, due next Thursday Today: Link Layer (cont.)

More information

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

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

More information

CSCI-1680 Link Layer Wrap-Up Rodrigo Fonseca

CSCI-1680 Link Layer Wrap-Up Rodrigo Fonseca CSCI-1680 Link Layer Wrap-Up Rodrigo Fonseca Based partly on lecture notes by David Mazières, Phil Levis, John Janno< Administrivia Homework I out later today, due next Thursday, Sep 25th Today: Link Layer

More information

King Fahd University of Petroleum & Minerals Electrical Engineering Department EE 400, Experiment # 2

King Fahd University of Petroleum & Minerals Electrical Engineering Department EE 400, Experiment # 2 King Fahd University of Petroleum & Minerals Electrical Engineering Department EE 400, Experiment # 2 IP Addressing and Subnetting: Establishing Elementary Networks using Hubs, Switches and Routers. Objectives:

More information

1 GSW Bridging and Switching

1 GSW Bridging and Switching 1 Sandwiched between the physical and media access layers of local area networking (such as Ethernet) and the routeing of the Internet layer of the IP protocol, lies the thorny subject of bridges. Bridges

More information

2. LAN Topologies Gilbert Ndjatou Page 1

2. LAN Topologies Gilbert Ndjatou Page 1 2. LAN Topologies Two basic categories of network topologies exist, physical topologies and logical topologies. The physical topology of a network is the cabling layout used to link devices. This refers

More information

CSCI-1680 Link Layer Wrap-Up Rodrigo Fonseca

CSCI-1680 Link Layer Wrap-Up Rodrigo Fonseca CSCI-1680 Link Layer Wrap-Up Rodrigo Fonseca Based partly on lecture notes by David Mazières, Phil Levis, John Janno< Administrivia Homework I out later today, due next ursday, Sep 27th Today: Link Layer

More information

L Port 10/100/1000T PoE + 2-Port Gigabit SFP + Managed Switch

L Port 10/100/1000T PoE + 2-Port Gigabit SFP + Managed Switch L2 + 24-Port 10/100/1000T PoE + 2-Port Gigabit SFP + Managed Switch PS-B8266VF series are high performance and cost efficiency 802.3af/at PoE Smart Switch. It comes with 24 dedicated 10/100/1000Mbps PSE

More information

Hands-On Network Security: Practical Tools & Methods

Hands-On Network Security: Practical Tools & Methods Hands-On Network Security: Practical Tools & Methods Security Training Course Dr. Charles J. Antonelli The University of Michigan 2012 Hands-On Network Security Module 2 Network Fundamentals Roadmap Network

More information

IEEE 802.1Q. Voice VLAN

IEEE 802.1Q. Voice VLAN 1 VLAN (Virtual Local Area Network) is used to logically divide a physical network into several broadcast domains. VLAN membership can be configured through software instead of physically relocating devices

More information

Introduction to Ethernet. Guy Hutchison 8/30/2006

Introduction to Ethernet. Guy Hutchison 8/30/2006 Introduction to Ethernet Guy Hutchison 8/30/2006 What is Ethernet? Local area transport protocol Layer 2 of the OSI stack Zero/minimal configuration Low-cost, high performance Best-effort delivery Original

More information

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

Image courtesy Cisco Systems, Inc. Illustration of a Cisco Catalyst switch by Jeff Tyson If you have read other HowStuffWorks articles on networking or the Internet, then you know that a typical network consists of nodes (computers), a connecting medium (wired or wireless) and

More information

Redes de Computadores. Medium Access Control

Redes de Computadores. Medium Access Control Redes de Computadores Medium Access Control Manuel P. Ricardo Faculdade de Engenharia da Universidade do Porto 1 » How to control the access of computers to a communication medium?» What is the ideal Medium

More information

24x10/100/1000Mbps PoE and 4 Gigabit SFP (Combo) Port L2+ Managed PoE Switch

24x10/100/1000Mbps PoE and 4 Gigabit SFP (Combo) Port L2+ Managed PoE Switch Gigabit Managed PoE Switch BSD-3424P 24x10/100/1000Mbps PoE and 4 Gigabit SFP (Combo) Port L2+ Managed PoE Switch Products Description: The BSD-3424P is a 24 ports 10/100/1000M RJ45 and 4 Gigabit SFP (Combo)

More information

The features and functions of the D-Link Smart Managed Switch can be configured through the web-based management interface.

The features and functions of the D-Link Smart Managed Switch can be configured through the web-based management interface. 4 Configuration The features and functions of the D-Link Smart Managed Switch can be configured through the web-based management interface. Web-based Management After a successful login you will see the

More information

The Ethernet Evolution

The Ethernet Evolution The Ethernet Evolution From 10Mbit/s to 10Gigabit/s Ethernet Technology From Bridging to L2 Ethernet Switching and VLANs Agenda Ethernet Evolution VLAN High Speed Ethernet Introduction Fast Ethernet Gigabit

More information

Chapter 16: Switched Ethernet in Automation. Wenbo Qiao

Chapter 16: Switched Ethernet in Automation. Wenbo Qiao Chapter 16: Switched Ethernet in Automation Wenbo Qiao Ethernet Basics What is Ethernet? Why Ethernet? ( not FieldBus?) Flexibility, Scalability and Performance Key Strength: many protocols running simultaneously

More information

Lecture 05 Chapter 16 High Speed LANs

Lecture 05 Chapter 16 High Speed LANs NET 456 High Speed Networks Lecture 05 Chapter 16 High Speed LANs Dr. Anis Koubaa Reformatted slides from textbook Data and Computer Communications, Ninth Edition by William Stallings, 1 (c) Pearson Education

More information

Chapter 2. Switch Concepts and Configuration. Part I

Chapter 2. Switch Concepts and Configuration. Part I Chapter 2 Switch Concepts and Configuration Part I CCNA3-1 Chapter 2-1 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor,

More information

Best Connectivity. 5-Port 10/100Mbps Desktop Switch with 4-Port PoE

Best Connectivity. 5-Port 10/100Mbps Desktop Switch with 4-Port PoE NS0098 is a 5 10/100Mbps ports unmanaged switch that requires no configuration and provides 4 PoE (Power over Ethernet) ports. It can automatically detect and supply power with all IEEE 802.3af compliant

More information

5-Port Gigabit Easy Smart Managed PoE Passthrough Switch

5-Port Gigabit Easy Smart Managed PoE Passthrough Switch 5Port Gigabit Easy Smart Managed PoE Passthrough Switch Overview PoE Gigabit Data Extender for Breakthrough the limitation Especially for point to multipoint PoE applications, 5 port Managed Gigabit PoE

More information

Save installation time and money with PoE and get the most out each PoE connection with PoE passthrough!

Save installation time and money with PoE and get the most out each PoE connection with PoE passthrough! PoE-Powered 5-Port Gigabit Switch with PoE Passthrough 4 x PSE PoE ports, 1 x PD PoE port, IEEE 802.3at/af Power-over-Ethernet (PoE+/PoE), IEEE 802.3az Energy Efficient Ethernet, Desktop Part No.: 561082

More information

8-Port 10/100TX 802.3at PoE + 2-Port Gigabit TP/SFP Combo Web Smart Ethernet Switch FGSD-1008HPS

8-Port 10/100TX 802.3at PoE + 2-Port Gigabit TP/SFP Combo Web Smart Ethernet Switch FGSD-1008HPS 8-Port 10/100TX 802.3at PoE + 2-Port Gigabit TP/SFP Combo Web Smart Ethernet Switch FGSD-1008HPS Presentation Outlines Product Overview Product Features Product Benefits Applications 2 / 34 Product Overview

More information

About VLAN IEEE 802.1Q. Voice VLAN

About VLAN IEEE 802.1Q. Voice VLAN About VLAN VLAN (Virtual Local Area Network) is used to logically divide a physical network into several broadcast domains. VLAN membership can be configured through software instead of physically relocating

More information

Transparent Bridging and VLAN

Transparent Bridging and VLAN Transparent Bridging and VLAN Plug and Play Networking (C) Herbert Haas 2005/03/11 Algorhyme I think that I shall never see a graph more lovely than a tree a graph whose crucial property is loop-free connectivity.

More information

CHAPTER 2 - NETWORK DEVICES

CHAPTER 2 - NETWORK DEVICES CHAPTER 2 - NETWORK DEVICES TRUE/FALSE 1. Repeaters can reformat, resize, or otherwise manipulate the data packet. F PTS: 1 REF: 30 2. Because active hubs have multiple inbound and outbound connections,

More information

LLDP Emulation & Analysis

LLDP Emulation & Analysis LLDP Emulation & Analysis for the PSA-3000 / PSL-3000 IEEE 802.3at Power over Ethernet Product Overview Key Features Integrated PoE LLDP and Load Emulation in a Single Instrument IEEE 802.3 Clause 33 and

More information

Chapter 11 in Stallings 10 th Edition

Chapter 11 in Stallings 10 th Edition Local Area Network Overview Chapter 11 in Stallings 10 th Edition CS420/520 Axel Krings Page 1 LAN Applications (1) Personal computer LANs Low cost Limited data rate Back end networks Interconnecting large

More information

Connecting LANs. Required reading: Forouzan 17.1 to 17.1 Garcia 6.11 (intro ) CSE 3213, Fall Instructor: N. Vlajic

Connecting LANs. Required reading: Forouzan 17.1 to 17.1 Garcia 6.11 (intro ) CSE 3213, Fall Instructor: N. Vlajic 1 Connecting LANs Required reading: Forouzan 17.1 to 17.1 Garcia 6.11 (intro + 6.11.1) CSE 3213, Fall 20105 Instructor: N. Vlajic Connecting Devices 2 Why Connecting Devices in LANs? (1) LANs do not normally

More information

CH : 15 LOCAL AREA NETWORK OVERVIEW

CH : 15 LOCAL AREA NETWORK OVERVIEW CH : 15 LOCAL AREA NETWORK OVERVIEW P. 447 LAN (Local Area Network) A LAN consists of a shared transmission medium and a set of hardware and software for interfacing devices to the medium and regulating

More information

Network Infrastructure

Network Infrastructure Network Infrastructure For building computer networks more complex than e.g. a short bus, some additional components are needed. They can be arranged hierarchically regarding their functionality: Repeater

More information

Local Area Networks. Ethernet LAN

Local Area Networks. Ethernet LAN Local Area Networks Ethernet 802.3 LAN -7-1 Local Area Networks (Lokale Netze) Wide Area Network LAN -7-2 Local Area Networks What is a LAN? Multiple systems attached to an often shared medium high total

More information

Ethernet. Computer Networks. Lecture 4.

Ethernet. Computer Networks. Lecture 4. Ethernet Computer Networks Lecture 4 http://goo.gl/pze5o8 The History of Ethernet Originally: DIX Ethernet (DEC-Intel-Xerox, Ethernet II) - 10Mbps. No LLC sublayer Later standardized as: IEEE 802.3 Frame

More information

Save installation time and money with PoE. Power over Ethernet 802.3at

Save installation time and money with PoE. Power over Ethernet 802.3at 24-Port Gigabit Ethernet PoE+ Web-Managed Switch with 2 SFP Ports 24 x PoE ports, IEEE 802.3at/af Power over Ethernet (PoE+/PoE), 2 x SFP, Endspan, 19" Rackmount Part No.: 560559 Save installation time

More information

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview

IT114 NETWORK+ Learning Unit 1 Objectives: 1, 2 Time In-Class Time Out-Of-Class Hours 2-3. Lectures: Course Introduction and Overview IT114 NETWORK+ Course Objectives Upon successful completion of this course, the student will be able to: 1. Identify the devices and elements of computer networks; 2. Diagram network models using the appropriate

More information

5-Port 1000BASE-T. Gigabit Ethernet Switch. User s Guide

5-Port 1000BASE-T. Gigabit Ethernet Switch. User s Guide 5-Port 1000BASE-T Gigabit Ethernet Switch User s Guide FCC Warning This equipment has been tested and found to comply with the regulations for a Class A digital device, pursuant to Part 15 of the FCC

More information

Distributed Queue Dual Bus

Distributed Queue Dual Bus Distributed Queue Dual Bus IEEE 802.3 to 802.5 protocols are only suited for small LANs. They cannot be used for very large but non-wide area networks. IEEE 802.6 DQDB is designed for MANs It can cover

More information

ELEC / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition

ELEC / COMP 177 Fall Some slides from Kurose and Ross, Computer Networking, 5 th Edition ELEC / COMP 177 Fall 2011 Some slides from Kurose and Ross, Computer Networking, 5 th Edition Peer evaluations 2 Homework #5 Due Thursday, Nov 17 th Homework #6 Presentation on security/ privacy Project

More information

Chapter 6 Medium Access Control Protocols and Local Area Networks

Chapter 6 Medium Access Control Protocols and Local Area Networks Chapter 6 Medium Access Control Protocols and Local Area Networks Part II: Local Area Networks LAN Bridges CSE 3213, Winter 2010 Instructor: Foroohar Foroozan Repeaters, Bridges & Routers Why Connecting

More information

Configuring Interfaces and Circuits

Configuring Interfaces and Circuits CHAPTER 5 This chapter describes how to configure the CSS interfaces and circuits and how to bridge interfaces to Virtual LANs (VLANs). Information in this chapter applies to all CSS models, except where

More information

Data Communication Prof. A. Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture # 29 High Speed LANs

Data Communication Prof. A. Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture # 29 High Speed LANs Data Communication Prof. A. Pal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture # 29 High Speed LANs Hello and welcome to today s lecture on high speed

More information

DD2490 p Layer 2 networking. Olof Hagsand KTH CSC

DD2490 p Layer 2 networking. Olof Hagsand KTH CSC DD2490 p4 2010 Layer 2 networking Olof Hagsand KTH CSC 1 Literature Radia Pearlman Interconnections - Bridges, Routers, Switches and Internetworking Protocols, Addison-Wesley. Section 3: Transparent bridges

More information

IEEE 802 LANs SECTION C

IEEE 802 LANs SECTION C IEEE 802 LANs SECTION C Outline of the Lecture Basic characteristics of LAN Topology Transmission Media MAC IEEE 802 LANs 802.3 - CSMA/CD based (Ethernet) 802.4 Token bus-based 802.5 Token ring-based Comparison

More information

Data and Computer Communications

Data and Computer Communications Data and Computer Communications Chapter 16 High Speed LANs Eighth Edition by William Stallings Why High Speed LANs? speed and power of PCs has risen graphics-intensive applications and GUIs see LANs as

More information

LAN Interconnection. different interconnecting devices, many approaches Vasile Dadarlat- Local Area Computer Networks

LAN Interconnection. different interconnecting devices, many approaches Vasile Dadarlat- Local Area Computer Networks LAN Interconnection different interconnecting devices, many approaches 1 Need for ability to expand beyond single LAN; appears concept of Extended LAN, extending the number of attached stations and maximum

More information

Ethernet Switches. 1.1 Industrial Communication & Networking Products P1-1-1

Ethernet Switches. 1.1 Industrial Communication & Networking Products P1-1-1 1.1 Industrial Communication & Networking Products P1-1-1-1 Overview -----------------------------------------------------------------------------1-1 -2 Product Showcase -------------------------------------------------------------------2-1

More information

00 ch6.ai 2010/12/16 W È 11:17:02 Ethernet Switches 6.1 Overview P Product Showcase P6-2-1

00 ch6.ai 2010/12/16 W È 11:17:02 Ethernet Switches 6.1 Overview P Product Showcase P6-2-1 Ethernet Switches.1 P-1-1.2 Product Showcase P-2-1 Ethernet Switches 1.1. Ethernet is an ideal medium to transport large volumes of data, at speed, across great distances. Previously, multiple networks

More information

HP ProCurve Power over Ethernet (PoE/PoE+)

HP ProCurve Power over Ethernet (PoE/PoE+) HP ProCurve over Ethernet (PoE/PoE+) Planning and Implementation Guide over Ethernet over Ethernet (PoE/PoE+) Planning and Implementation Guide Copyright 2005-2009 Hewlett-Packard Development Company,

More information

Ethernet Network Redundancy in SCADA and real-time Automation Platforms.

Ethernet Network Redundancy in SCADA and real-time Automation Platforms. Ethernet Network Redundancy in SCADA and real-time Automation Platforms www.copadata.com sales@copadata.com Content 1. ABSTRACT... 2 2. INTRODUCTION... 2 IEC 61850 COMMUNICATION SERVICES... 2 APPLICATION

More information

Primer Ethernet Technology

Primer Ethernet Technology Primer Ethernet Technology From 10Mbit/s to 10Gigabit/s Ethernet Technology From Bridging to L2 Ethernet Switching and VLANs From Spanning-Tree to Rapid Spanning-Tree Agenda Ethernet Origins Transparent

More information

LAN Systems. Bus topology LANs

LAN Systems. Bus topology LANs Bus topology LANs LAN Systems Design problems: not only MAC algorithm, not only collision domain management, but at the Physical level the signal balancing problem (signal adjustment): Signal must be strong

More information

Chapter 15 Local Area Network Overview

Chapter 15 Local Area Network Overview Chapter 15 Local Area Network Overview LAN Topologies Bus and Tree Bus: stations attach through tap to bus full duplex allows transmission and reception transmission propagates throughout medium heard

More information

Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs.

Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs. Internetworking Multiple networks are a fact of life: Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs. Fault isolation,

More information

Carrier Ethernet Installation. the Path to Excellence

Carrier Ethernet Installation. the Path to Excellence Carrier Ethernet Installation the Path to Excellence Field and Lab Testing There are a number of testing activities to be performed at the laboratory 1. Evaluation of New Solutions, often it is necesary

More information

Chapter 4 Configuring Switching

Chapter 4 Configuring Switching Chapter 4 Configuring Switching Using the Switching Tab The navigation tabs on the top of the home page include a Switching tab that lets you manage your GS108T Gigabit Smart Switch using features under

More information

Smart Managed PoE-Powered 5-Port Gigabit Switch

Smart Managed PoE-Powered 5-Port Gigabit Switch Product Highlights Powered by Receives power from upstream Switch or Injector No local power source needed Ideal for use in hard to reach locations Extender Supports Pass-through Propagates power to one

More information

Data Center Ethernet

Data Center Ethernet Data Center Ethernet Raj Jain Washington University in Saint Louis Saint Louis, MO 63130 Jain@cse.wustl.edu These slides and audio/video recordings of this class lecture are at: 4-1 Overview 1. Residential

More information

Starting Interface Configuration (ASA 5505)

Starting Interface Configuration (ASA 5505) CHAPTER 13 Starting Interface Configuration (ASA 5505) This chapter includes tasks for starting your interface configuration for the ASA 5505, including creating VLAN interfaces and assigning them to switch

More information