Network switch: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
revert vandalism
restore some info
 
Line 1: Line 1:
{{Short description|Networking hardware that forwards packets based on hardware address}}
{{Cleanup|March 2007}}
{{Use American English|date = March 2019}}
[[Image:Smartswitch6000.jpg|thumb|250px|A modular network switch with 3 network modules (a total of 24 Ethernet and 14 Fast Ethernet ports) and one power supply.]]
A '''network switch''' (or just '''switch''') is a networking device that performs transparent [[bridging (networking)|bridging]] (connection of multiple [[network segment]]s with forwarding based on [[MAC address]]es) at up to the speed of the hardware. Common hardware includes switches, which can connect at 10, 100, or 1000 megabits per second (Mbit/s), at half or full duplex. Half duplex means that the device can only send or receive at any given time, whereas full duplex can send and receive at the same time. The use of specially designed expansion also makes it possible to have large numbers of connections utilizing different mediums of networking, including [[Ethernet]], [[Fibre Channel]], [[Asynchronous Transfer Mode|ATM]], [[802.11]], to name frequently used technologies.


[[File:2550T-PWR-Front.jpg|thumb|upright=1.7|[[Avaya]] [[ERS 3500 and ERS 2500 series|ERS 2550T-PWR]], a 50-port [[Ethernet]] switch]]
A switch can connect [[Ethernet]], [[token ring]], [[Fibre Channel]] or other types of [[packet switched]] network segments together to form an [[internetwork]].


A '''network switch''' (also called '''switching hub''', '''bridging hub''', and, by the [[IEEE]], '''MAC bridge'''<ref>IEEE 802.1D</ref>) is [[networking hardware]] that connects devices on a [[computer network]] by using [[packet switching]] to receive and forward data to the destination device.
If a network has only switches and no hubs then the [[collision domain]]s are either [[microsegmentation|reduced to a single link]] or, if both ends support [[Full-duplex Ethernet|full duplex]], eliminated altogether. The principle of a fast hardware forwarding device with many ports can be extended to higher layers giving the [[multilayer switch]].


A network switch is a multiport [[network bridge]] that uses [[MAC address]]es to forward data at the [[data link layer]] (layer 2) of the [[OSI model]]. Some switches can also forward data at the [[network layer]] (layer 3) by additionally incorporating [[routing]] functionality. Such switches are commonly known as layer-3 switches or [[multilayer switch]]es.<ref name=layer3>{{cite web|author=Thayumanavan Sridhar |url=http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_1-2/switch_evolution.html |title=Layer 2 and Layer 3 Switch Evolution |series=The Internet Protocol Journal |volume=1 |issue=2 |publisher=Cisco Systems |website=cisco.com |date=September 1998 |access-date=2014-08-05}}</ref>
A [[multiport repeater]] is the simplest multi-port device in use. However, its technology has been considered outdated since a hub is a "dumb device", as it resends every datagram it receives to every port except the original incoming. With multiple computers, the speed quickly slows down, and collisions start occurring, making the connection even slower. However, with the advent of the network switch, this problem has been solved.


Switches for [[Ethernet]] are the most common form of network switch. The first MAC Bridge<ref>{{Cite journal|last1=Stewart|first1=Robert|last2=Hawe|first2=William|last3=Kirby|first3=Alan|date=April 1984|title=Local Area Network Connection|journal=Telecommunications}}</ref><ref>W. Hawe, A. Kirby, A. Lauck, "An Architecture for Transparently Interconnecting IEEE 802 Local Area Networks", technical paper submitted to the IEEE 802 committee, document IEEE-802.85*1.96, San Diego CA, October 1984.</ref><ref>{{Cite book|last1=Hawe|first1=William|title=Advances in Local Area Networks|last2=Kirby|first2=Alan|last3=Stewart|first3=Robert|publisher=IEEE Press|year=1987|isbn=0-87942-217-3|pages=Chapter 28}}</ref> was invented<ref>{{cite patent |title=Bridge circuit for interconnecting networks |country=US |number=4597078}}</ref> in 1983 by Mark Kempf, an engineer in the Networking Advanced Development group of [[Digital Equipment Corporation]]. The first 2 port Bridge product (LANBridge 100) was introduced by that company shortly after. The company subsequently produced multi-port switches for both Ethernet and [[Fiber Distributed Data Interface|FDDI]] such as GigaSwitch. Digital decided to license its MAC Bridge patent in a royalty-free, non-discriminatory basis that allowed IEEE standardization. This permitted a number of other companies to produce multi-port switches, including [[Kalpana, Inc.|Kalpana]].<ref>{{cite web |title=The 10 Most Important Products of the Decade |author=Robert J. Kohlhepp |date=2000-10-02 |access-date=2008-02-25 |publisher=Network Computing |url=http://www.networkcomputing.com/1119/1119f1products_5.html |archive-url=https://web.archive.org/web/20100105152318/http://www.networkcomputing.com/1119/1119f1products_5.html |archive-date=2010-01-05}}</ref> Ethernet was initially a [[Shared medium|shared-access medium]], but the introduction of the MAC bridge began its transformation into its most-common point-to-point form without a [[collision domain]]. Switches also exist for other types of networks including [[Fibre Channel]], [[Asynchronous Transfer Mode]], and [[InfiniBand]].
== Forwarding methods ==
There are four forwarding methods a switch can use:


Unlike [[repeater hub]]s, which broadcast the same data out of each port and let the devices pick out the data addressed to them, a network switch learns the Ethernet addresses of connected devices and then only forwards data to the port connected to the device to which it is addressed.<ref>{{cite web
*[[Store and forward]] - The switch buffers and, typically, performs a [[checksum]] on each frame before forwarding it on.
| url = http://www.ccontrols.com/pdf/Extv3n3.pdf
*[[Cut-through switching|Cut through]] - The switch only reads up to the frame's hardware address before starting to forward it. There is no error checking with this method.
| title = Hubs Versus Switches – Understand the Tradeoffs
*[[Fragment free]] - A method which attempts to retain the benefits of both "Store and Forward" and "Cut-through". Fragment Free checks the first 64 [[Byte|bytes]] of the [[Data frame|frame]], where [[Address space|addressing]] information is stored. This way the frame will always reach its intended destination. Error checking of the actual data in the packet is left for the end device in Layer 3 or Layer 4 ([[OSI model|OSI]]), typically a [[router]].
| year = 2002 | access-date = 2013-12-10
*[[Adaptive switching]] - A method of automatically switching between the other three modes.
| website = ccontrols.com }}</ref>


== Overview ==
Note that "cut through" switches have to fall back to "store and forward" if the outgoing port is busy at the time the packet arrives.
{{Multiple image
| align = right
| direction = vertical
| width = 180
| footer = [[Cisco small business]] SG300-28 28-port [[Gigabit Ethernet]] rackmount switch and its internals
| image1 = Cisco small business SG300-28 28-port Gigabit Ethernet rackmount switch.jpg
| image2 = Internals of a Cisco small business SG300-28 28-port Gigabit Ethernet rackmount switch.jpg
}}


A switch is a device in a [[computer network]] that connects other devices together. Multiple data cables are plugged into a switch to enable communication between different networked devices. Switches manage the flow of data across a network by transmitting a received [[network packet]] only to the one or more devices for which the packet is intended. Each networked device connected to a switch can be identified by its [[network address]], allowing the switch to direct the flow of traffic maximizing the security and efficiency of the network.
Note that these forwarding methods are not controlled by the user and are configured only by the switch itself.


A switch is more intelligent than an [[Ethernet hub]], which simply retransmits packets out of every port of the hub except the port on which the packet was received, unable to distinguish different recipients, and achieving an overall lower network efficiency.
== Types of switches ==
=== Form factor ===
* [[19-inch rack|Rack]] mounted
* Non rack mounted


An Ethernet switch operates at the [[data link layer]] (layer&nbsp;2) of the OSI model to create a separate [[collision domain]] for each switch port. Each device connected to a switch port can transfer data to any of the other ports at any time and the transmissions will not interfere.{{efn|In [[half duplex]] mode, each switch port can only ''either'' receive from ''or'' transmit to its connected device at a certain time. In [[full duplex]] mode, each switch port can simultaneously transmit ''and'' receive, assuming the connected device also supports full-duplex mode.<ref>{{cite web
=== Possibility of configuration ===
| url = http://www.ciscopress.com/articles/article.asp?p=2181836&seqNum=5
* Non managed
| title = Cisco Networking Academy's Introduction to Basic Switching Concepts and Configuration
* Managed
| date = 2014-03-31 | access-date = 2015-08-17
* Smart / intelligent
| publisher = [[Cisco Systems]]
}}</ref>}} Because [[Broadcasting (networking)|broadcasts]] are still being forwarded to all connected devices by the switch, the newly formed [[network segment]] continues to be a [[broadcast domain]]. Switches may also operate at higher layers of the OSI model, including the network layer and above. A switch that also operates at these higher layers is known as a [[multilayer switch]].


Segmentation involves the use of a switch to split a larger collision domain into smaller ones in order to reduce collision probability and to improve overall network throughput. In the extreme case (i.e. micro-segmentation), each device is directly connected to a switch port dedicated to the device. In contrast to an Ethernet hub, there is a separate collision domain on each switch port. This allows computers to have dedicated bandwidth on point-to-point connections to the network and also to run in full-duplex mode. Full-duplex mode has only one transmitter and one receiver per collision domain, making collisions impossible.
Unmanaged switches have no configuration interface. They are typically found in [[SOHO network|SOHO]] environments. Configuration options for managed switches vary with manufacturer and model. You can access the configuration interface for managing your switch (hence the name). Older models, yet some high-end routers, use a [[serial console]]. More recent devices use a web interface. (Sometimes you can configure them via pushing buttons on the switch also, although with Cisco routers this is not typical.) Managed switches are found in medium/large network environments and come at a higher price and quality (eg. with a [[backplane]] with higher transfer speeds). The task of managing usually requires understanding of [[Data link layer|Layer 2]] networks (eg. [[Ethernet]]). Smart (or intelligent) switches are usually managed switches with a limited set of features.


The network switch plays an integral role in most modern Ethernet [[local area network]]s (LANs). Mid-to-large-sized LANs contain a number of linked managed switches. [[Small office/home office]] (SOHO) applications typically use a single switch, or an all-purpose device such as a [[residential gateway]] to access small office/home [[broadband]] services such as [[Digital subscriber line|DSL]] or [[cable Internet]]. In most of these cases, the end-user device contains a [[Router (computing)|router]] and components that interface to the particular physical broadband technology.
Possible features (generally in the order of basic to advanced features):
* Turn some particular port range on or off
* Link speed and [[duplex (telecommunications)|duplex]] settings
* Priority settings for ports
* [[MAC Address|MAC]] filtering
* Use of [[Spanning Tree Protocol]]
* [[SNMP]] monitoring of device and link health
* [[Port mirroring]] (also named: monitoring port, spanning port, SPAN port, Roving Analysis Port, link mode port)
* [[Link aggregation]] (also called: bonding/trunking)
* [[VLAN]] settings


Many switches have pluggable modules, such as [[Small Form-factor Pluggable]] (SFP) modules. These modules often contain a transceiver that connects the switch to a physical medium, such as a fiber optic cable.<ref>{{cite web | url=https://www.lightwaveonline.com/optical-tech/transmission/article/16647873/evolutionary-trends-in-pluggable-optical-modules | title=Evolutionary trends in pluggable optical modules | date=January 2004 }}</ref><ref>https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6800/hardware/installation/guide/b_c6800_modules/b_c6800_modules_appendix_0111.pdf</ref> These modules were preceded by [[Medium Attachment Unit]]s connected via [[Attachment Unit Interface]]s to switches<ref>{{cite book | url=https://books.google.com/books?id=ZO9RWurSS0IC&dq=Medium+Attachment+Unit&pg=PA502 | title=Telecommunications Technology Handbook | isbn=978-1-58053-708-7 | last1=Minoli | first1=Daniel | date=2003 | publisher=Artech House }}</ref><ref>{{cite web | url=https://books.google.com/books?id=sg0EAAAAMBAJ&dq=aui+switch&pg=PA81 | title=Network World | date=25 December 1995 – 1 January 1996 }}</ref> and have evolved over time: the first modules were [[Gigabit interface converter]]s, followed by [[XENPAK]] modules, SFP modules, [[XFP|XFP transceiver]]s,
Frame capturing (and other network administration tasks) can be difficult in a switched ethernet. Port monitoring addresses this problem with replicating the traffic from all ports (or [[Virtual LAN|VLANs]]) onto a single port, on which you can set up an isolated monitoring network. Link aggregation allows you to use multiple ports for the same connection achieving higher data transfer speeds. Creating [[Virtual LAN|VLANs]] can solve collision problems and serve security goals (by reducing the [[Broadcast domain|broadcast]]/[[collision domain]]).
SFP+ modules, QSFP,<ref>{{cite web | url=https://books.google.com/books?id=35a5omClefUC&dq=qsfp+module&pg=PA10 | title=Fiber optics weekly update }}</ref> QSFP-DD,<ref>https://www.edn.com/qsfp-dd-pluggable-modules-boost-data-density/</ref> and OSFP<ref>{{cite web | url=https://www.lightwaveonline.com/optical-tech/transmission/article/14204706/osfp-msa-unveils-osfp-40-specification-for-additional-800g-module-applications-eyes-16t | title=OSFP MSA unveils OSFP 4.0 Specification for additional 800G module applications, eyes 1.6T | date=7 June 2021 }}</ref> modules. Pluggable modules are also used for transmitting video in broadcast applications.<ref>{{cite web | url=https://www.tvtechnology.com/news/the-evolution-of-the-pluggable-module | title=The evolution of the pluggable module | date=August 2012 }}</ref><ref>{{cite web | url=https://www.thebroadcastbridge.com/content/entry/6365/understanding-ip-broadcast-production-networks-routers-and-switches | title=Understanding IP Broadcast Production Networks: Part 2 - Routers & Switches - the Broadcast Bridge - Connecting IT to Broadcast | date=30 May 2023 }}</ref>


=== Form of power source ===
== Role in a network ==
Switches are most commonly used as the network connection point for hosts at the edge of a network. In the [[hierarchical internetworking model]] and similar network architectures, switches are also used deeper in the network to provide connections between the switches at the edge.
* Standard
* [[Power over Ethernet]]


In switches intended for commercial use, built-in or modular interfaces make it possible to connect different types of networks, including Ethernet, [[Fibre Channel]], [[RapidIO]], [[Asynchronous Transfer Mode|ATM]], [[ITU-T]] [[G.hn]] and [[802.11]]. This connectivity can be at any of the layers mentioned. While the layer-2 functionality is adequate for bandwidth-shifting within one technology, interconnecting technologies such as Ethernet and [[Token Ring]] is performed more easily at layer 3 or via routing.<ref>{{cite web | url = http://www.redbooks.ibm.com/redpapers/pdfs/redp0168.pdf#page=23 | title = Token-Ring to Ethernet Migration | date = February 2002 | access-date = 2015-08-11 | author1 = Joe Efferson | author2 = Ted Gary | author3 = Bob Nevins | publisher = [[IBM]] | format = PDF | page = 13 | archive-url = https://web.archive.org/web/20150924111914/http://www.redbooks.ibm.com/redpapers/pdfs/redp0168.pdf#page=23 | archive-date = 2015-09-24 | url-status = dead }}</ref> Devices that interconnect at the layer&nbsp;3 are traditionally called [[Router (computing)|routers]].<ref>{{cite web
==Hubs vs switches==
| url = http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_1-2/switch_evolution.html
| title = The Internet Protocol Journal - Volume&nbsp;1, No.&nbsp;2: Layer&nbsp;2 and Layer&nbsp;3 Switch Evolution
| date = September 1998 | access-date = 2015-08-11
| author = Thayumanavan Sridhar | publisher = [[Cisco Systems]]
}}</ref>


Where there is a need for a great deal of analysis of network performance and security, switches may be connected between WAN routers as places for analytic modules. Some vendors provide [[Firewall (computing)|firewall]],<ref>[http://cisco.com/en/US/products/hw/modules/ps2706/ps4452/index.html Cisco Catalyst 6500 Series Firewall Services Module], Cisco Systems, 2007</ref><ref>[http://www.3com.com/products/en_US/detail.jsp?tab=features&sku=3C17546&pathtype=purchase3Com Switch 8800 Firewall Module], 3Com Corporation, 2006</ref> network [[intrusion detection]],<ref>[http://cisco.com/en/US/products/hw/modules/ps2706/ps5058/index.html Cisco Catalyst 6500 Series Intrusion Detection System (IDSM-2) Module], Cisco Systems, 2007</ref> and performance analysis modules that can plug into switch ports. Some of these functions may be on combined modules.<ref>[https://web.archive.org/web/20031007183603/http://www.checkpoint.com/support/technical/online_ug/firewall-14.0/config.htm Getting Started with Check Point Fire Wall-1], Checkpoint Software Technologies Ltd., n.d.</ref>
An [[Ethernet hub]], or repeater, is a fairly unsophisticated broadcast device. Hubs do not manage any of the traffic that comes through them, and any packet entering any [[port]] is broadcast out on every other port (every port other than the port of entry). Since every packet is being sent out through every other port, packet collisions result--which greatly impedes the smooth flow of traffic.


Through [[port mirroring]], a switch can create a mirror image of data that can go to an external device, such as [[intrusion detection system]]s and [[packet sniffer]]s.
A switch isolates ports, meaning that every received packet is sent out only to the port on which the target may be found (assuming the proper port can be found; if it is not, then the switch will broadcast the packet to all ports except the port from which the request originated). Since the switch intelligently sends packets where they need to go, the performance of the network can be greatly increased.


A modern switch may implement [[power over Ethernet]] (PoE), which avoids the need for attached devices, such as a [[VoIP phone]] or [[wireless access point]], to have a separate power supply. Since switches can have redundant power circuits connected to [[uninterruptible power supply|uninterruptible power supplies]], the connected device can continue operating even when regular office power fails.
More expensive switches can also do several other operations, such as isolating ports from each other by placing them in different [[VLAN]]s, or allowing snooping by copying all packets on some set of ports to a special [[Network tap|"sniffer" port]].


In 1989 and 1990, [[Kalpana, Inc.|Kalpana]] introduced the first multiport [[Ethernet]] switch, its seven-port EtherSwitch.<ref name="networkcomputing_2000">{{cite web |title=The 10 Most Important Products of the Decade |author=Robert J. Kohlhepp |date=October 2, 2000 |access-date=February 25, 2008 |publisher=Network Computing |url=http://www.networkcomputing.com/1119/1119f1products_5.html|archive-url=https://web.archive.org/web/20100105152318/http://www.networkcomputing.com/1119/1119f1products_5.html |archive-date=January 5, 2010}}</ref>
This leaves the question of when a switch is most appropriate, versus a hub. If most of the network traffic involves only a few ports, then there will be little performance gain achieved by upgrading from a hub to a switch. But if the traffic involves more than a few ports, using a switch can yield a significant improvement in performance. Also, modern Fast Ethernet switches designed for small office / home office (SOHO) use are priced comparably to hubs, making use of a hub somewhat pointless if new equipment must be purchased anyway.


== Bridging ==
Because data is routed through the correct ports and not broadcast indiscriminately as with hubs, switches are somewhat more secure. Were a user with the intent of capturing other users' data to run a packet sniffer while connected through a switch, they'd usually see only their own data. In contrast, a hub would broadcast all traffic to all users. This said, even the extra security provided by switches can still be breached with techniques such as [[MAC flooding]] and [[ARP spoofing]].
[[File:Smartswitch6000.jpg|thumb|A modular network switch with three network modules (a total of 36 Ethernet ports) and one power supply]]
[[File:5 Port Gigabit Netzwerk-Switch TL-SG1005D 01.jpg|alt=A five-port layer-2 switch without management functionality|thumb|A five-port layer-2 switch without management functionality]]


Modern commercial switches primarily use Ethernet interfaces. The core function of an Ethernet switch is to provide multiple ports of layer-2 bridging. Layer-1 functionality is required in all switches in support of the higher layers. Many switches also perform operations at other layers. A device capable of more than bridging is known as a multilayer switch.
== Flaws ==
It is difficult to monitor traffic that is bridged using a switch, because all ports are isolated until one transmits data, and even then only the sending and receiving ports are connected.


A layer 2 network device is a multiport device that uses hardware addresses ([[MAC address]]es) to process and forward data at the data link layer (layer 2).
Two popular methods that are specifically designed to allow a network manager to monitor traffic are:


A switch operating as a network bridge may interconnect otherwise separate layer 2 networks. The bridge learns the MAC address of each connected device, storing this data in a table that maps MAC addresses to ports. This table is often implemented using high-speed [[content-addressable memory]] (CAM), some vendors refer to the MAC address table as a CAM table.
*[[Port mirroring]] - the switch sends a copy of network packets to a monitoring network connection.
*[[SMON]] - "Switch Monitoring" is described by RFC 2613 and is a protocol for controlling facilities such as port mirroring.


Bridges also buffer an incoming packet and adapt the transmission speed to that of the outgoing port. While there are specialized applications, such as storage area networks, where the input and output interfaces are the same bandwidth, this is not always the case in general LAN applications. In LANs, a switch used for end-user access typically concentrates lower bandwidth and [[uplink]]s into a higher bandwidth.
Other methods (which could be classified as attacks) have been devised to allow snooping on another computer on the network without the cooperation of the switch:


The Ethernet header at the start of the frame contains all the information required to make a forwarding decision, some high-performance switches can begin forwarding the frame to the destination whilst still receiving the frame payload from the sender. This [[cut-through switching]] can significantly reduce latency through the switch.
*[[ARP spoofing]] - fooling the target computer into using your own [[MAC address]] for the network gateway, or alternatively getting it to use the broadcast MAC. This tricks the switch into sending your computer another computer's data.
*[[MAC flooding]] - overloading the switch with a large number of MAC addresses, so that it drops into a "failopen mode".


Interconnects between switches may be regulated using the [[spanning tree protocol]] (STP) that disables forwarding on links so that the resulting local area network is a [[Tree (graph theory)|tree]] without [[switching loop]]s. In contrast to routers, spanning tree bridges must have topologies with only one active path between two points. [[Shortest path bridging]] and [[TRILL]] (Transparent Interconnection of Lots of Links) are layer 2 alternatives to STP which allow all paths to be active with multiple equal cost paths.<ref>{{cite web
== See also==
|title = Shortest Path Bridging IEEE 802.1aq Overview
*[[Hub (computer)|Hub]]
|publisher = Huawei
*[[Network bridge|Bridge]]
|author = Peter Ashwood-Smith
*[[Router]]
|date = 24 Feb 2011
*[[Multilayer switch]]
|url = http://meetings.apnic.net/__data/assets/pdf_file/0012/32007/APRICOT_SPB_Overview.pdf
*[[Serial console server]]
|access-date = 11 May 2012
*[[LAN switching]]
|archive-url = https://web.archive.org/web/20130515115628/http://meetings.apnic.net/__data/assets/pdf_file/0012/32007/APRICOT_SPB_Overview.pdf
*[[Telephone exchange]]
|archive-date = 15 May 2013
|url-status = dead
|df = dmy-all
}}</ref><ref>
{{cite news
|title = IEEE Approves New IEEE 802.1aq Shortest Path Bridging Standard
|publisher = Tech Power Up
|date = 7 May 2012
|url = http://www.techpowerup.com/165594/IEEE-Approves-New-IEEE-802.1aq-Shortest-Path-Bridging-Standard.html
|access-date = 11 May 2012
}}</ref>

== Types ==
[[File:24-port 3Com switch.JPG|thumb|A [[19-inch rack|rack-mounted]] 24-port [[3Com]] switch]]

=== Form factors ===
Switches are available in many form factors, including stand-alone, desktop units which are typically intended to be used in a home or office environment outside a [[wiring closet]]; rack-mounted switches for use in an [[19-inch rack|equipment rack]] or an [[enclosure (electrical)|enclosure]]; [[DIN rail]] mounted for use in [[Industrial Ethernet|industrial environments]]; and small installation switches, mounted into a cable duct, floor box or communications tower, as found, for example, in [[fiber to the office]] infrastructures.

Rack-mounted switches may be stand-alone units, [[stackable switch]]es or large chassis units with swappable line cards.

=== Configuration options ===
*'''Unmanaged switches''' have no configuration interface or options. They are [[plug and play]]. They are typically the least expensive switches, and therefore often used in a [[SOHO network|small office/home office]] environment. Unmanaged switches can be desktop or rack mounted.<ref name="Cisco">{{cite web |url=http://blogs.cisco.com/smallbusiness/understanding-the-different-types-of-ethernet-switches/ |title=Understanding the different types of Ethernet Switches |access-date=2021-04-29}}</ref>
*'''Managed switches''' have one or more methods to modify the operation of the switch. Common management methods include: a [[command-line interface]] (CLI) accessed via [[serial console]], [[telnet]] or [[Secure Shell]], an embedded [[Simple Network Management Protocol]] (SNMP) agent allowing management from a remote console or management station, or a web interface for management from a [[web browser]]. Two sub-classes of managed switches are smart and enterprise-managed switches.<ref name="Cisco"/>
*'''Smart switches''' (aka intelligent switches) are managed switches with a limited set of management features. Likewise, "web-managed" switches are switches that fall into a market niche between unmanaged and managed. For a price much lower than a fully managed switch they provide a web interface (and usually no CLI access) and allow configuration of basic settings, such as VLANs, port-bandwidth and duplex.<ref>{{cite web |url=http://www.hp.com/rnd/products/switches/ProCurve_Switch_1800_Series/specs.htm |title=Tech specs for a sample HP "web-managed" switch |access-date=2007-05-25 |url-status=bot: unknown |archive-url=https://web.archive.org/web/20071213185114/http://www.hp.com/rnd/products/switches/ProCurve_Switch_1800_Series/specs.htm |archive-date=December 13, 2007 }}</ref><ref name="Cisco"/>
*'''Enterprise managed switches''' (aka managed switches) have a full set of management features, including CLI, SNMP agent, and web interface. They may have additional features to manipulate configurations, such as the ability to display, modify, backup and restore configurations. Compared with smart switches, enterprise switches have more features that can be customized or optimized and are generally more expensive than smart switches. Enterprise switches are typically found in networks with a larger number of switches and connections, where centralized management is a significant savings in administrative time and effort. A [[stackable switch]] is a type of enterprise-managed switch.

==== Typical management features ====
[[File:19-inch rackmount Ethernet switches and patch panels.jpg|thumb|A couple of managed [[D-Link]] Gigabit Ethernet rackmount switches, connected to the Ethernet ports on a few [[patch panel]]s using [[Category 6 cable|Category&nbsp;6]] [[patch cable]]s (all installed in a standard 19-inch rack)]]

* Centralized configuration management and configuration distribution
* Enable and disable ports
* Link bandwidth and [[duplex (telecommunications)|duplex]] settings
* [[Quality of service]] configuration and monitoring
* [[MAC filtering]] and other [[access control list]] features
* Configuration of [[Spanning Tree Protocol]] (STP) and [[Shortest Path Bridging]] (SPB) features
* [[Simple Network Management Protocol]] (SNMP) monitoring of device and link health
* [[Port mirroring]] for monitoring traffic and troubleshooting
* [[Link aggregation]] configuration to set up multiple ports for the same connection to achieve higher data transfer rates and reliability
* VLAN configuration and port assignments including [[IEEE 802.1Q]] tagging
* NTP ([[Network Time Protocol]]) synchronization
* [[Network Access Control]] features such as [[IEEE 802.1X]]
* LLDP ([[Link Layer Discovery Protocol]])
* [[IGMP snooping]] for control of multicast traffic<!--[[User:Kvng/RTH]]-->

==Traffic monitoring==

It is difficult to monitor traffic that is bridged using a switch because only the sending and receiving ports can see the traffic.

Methods that are specifically designed to allow a network analyst to monitor traffic include:
* [[Port mirroring]]{{snd}} Because the purpose of a switch is to ''not'' forward traffic to network segments where it would be superfluous, a node attached to a switch cannot monitor traffic on other segments. Port mirroring is how this problem is addressed in switched networks: In addition to the usual behavior of forwarding frames only to ports through which they might reach their addressees, the switch forwards frames received through a given ''monitored'' port to a designated ''monitoring'' port, allowing analysis of traffic that would otherwise not be visible through the switch.
* SMON{{snd}} "Switch Monitoring" is described by RFC 2613 and is a protocol for controlling facilities such as port mirroring.
* [[RMON]]<ref>[http://www.ietf.org/rfc/rfc2819.txt Remote Network Monitoring Management Information Base], RFC 2819, S. Waldbusser, May 2000</ref>
* [[sFlow]]

These monitoring features are rarely present on consumer-grade switches. Other monitoring methods include connecting a layer-1 hub or [[network tap]] between the monitored device and its switch port.<ref>{{cite web |title=How to Build a Miniature Network Monitor Device |date=6 October 2016 |url=https://logrhythm.com/blog/how-to-build-a-miniature-network-monitor-device/ |access-date=2019-01-08}}</ref>

== See also ==

{{Div col|colwidth=20em}}
* [[Console server]]
* [[Energy-Efficient Ethernet]]
* [[Fibre Channel switch]]
* [[Fully switched network]]
* [[Load-balanced switch]]
* [[Modular computer network switch]]
* [[Packet switch]]
* [[Router (computing)]]
* [[Stackable switch]]
* [[Telephone exchange]]
* [[Turing switch]]
* [[Wide area network]]
{{div col end}}

== Notes ==
{{Notelist}}

== References ==
{{Reflist}}


== External links ==
== External links ==
{{commons category|Ethernet switches}}
* [http://www.technick.net/public/code/cp_dpage.php?aiocp_dp=guide_networking_switching Network Switching Tutorial]
* [https://mergie.com/computers/hardware/network/buying-a-network-ethernet-switch/ What to consider when buying an Ethernet Switch]
* [http://www.delloro.com/news/2006/ES051706.htm Ethernet Switch Market Retreats in the First Quarter of 2006]
* [http://www.townsendassets.com/company/foundry_marketshare.htm Demand for Used Networking Equipment Surges]
* [http://www2.cio.com/research/surveyreport.cfm?id=9 CIO Second-Hand IT - Research Reports - CIO - Research]
* [http://www.networkworld.com/research/2006/020606-network-switch.html Network World examines the changing nature of the network switch - First Quarter of 2006]


{{DEFAULTSORT:Network Switch}}
[[Category:Computer security hardware]]
[[Category:Ethernet]]
[[Category:Ethernet]]
[[Category:Networking hardware|Switch]]
[[Category:Networking hardware|Switch]]

[[bs:Switch]]
[[ca:Commutador]]
[[cs:Switch]]
[[da:Netværksswitch]]
[[de:Switch (Computertechnik)]]
[[es:Switch]]
[[fr:Commutateur réseau]]
[[id:Switch jaringan]]
[[ia:Commutator (rete de computatores)]]
[[it:Switch]]
[[nl:Switch (hardware)]]
[[ja:スイッチングハブ]]
[[no:Switch]]
[[pl:Switch]]
[[pt:Comutador (redes)]]
[[ru:Сетевой коммутатор]]
[[sl:Omrežno stikalo]]
[[fi:Kytkin (tietoliikenne)]]
[[sv:Switch]]
[[vi:Switch]]
[[tr:Switch]]

Latest revision as of 22:30, 29 April 2024

Avaya ERS 2550T-PWR, a 50-port Ethernet switch

A network switch (also called switching hub, bridging hub, and, by the IEEE, MAC bridge[1]) is networking hardware that connects devices on a computer network by using packet switching to receive and forward data to the destination device.

A network switch is a multiport network bridge that uses MAC addresses to forward data at the data link layer (layer 2) of the OSI model. Some switches can also forward data at the network layer (layer 3) by additionally incorporating routing functionality. Such switches are commonly known as layer-3 switches or multilayer switches.[2]

Switches for Ethernet are the most common form of network switch. The first MAC Bridge[3][4][5] was invented[6] in 1983 by Mark Kempf, an engineer in the Networking Advanced Development group of Digital Equipment Corporation. The first 2 port Bridge product (LANBridge 100) was introduced by that company shortly after. The company subsequently produced multi-port switches for both Ethernet and FDDI such as GigaSwitch. Digital decided to license its MAC Bridge patent in a royalty-free, non-discriminatory basis that allowed IEEE standardization. This permitted a number of other companies to produce multi-port switches, including Kalpana.[7] Ethernet was initially a shared-access medium, but the introduction of the MAC bridge began its transformation into its most-common point-to-point form without a collision domain. Switches also exist for other types of networks including Fibre Channel, Asynchronous Transfer Mode, and InfiniBand.

Unlike repeater hubs, which broadcast the same data out of each port and let the devices pick out the data addressed to them, a network switch learns the Ethernet addresses of connected devices and then only forwards data to the port connected to the device to which it is addressed.[8]

Overview[edit]

Cisco small business SG300-28 28-port Gigabit Ethernet rackmount switch and its internals

A switch is a device in a computer network that connects other devices together. Multiple data cables are plugged into a switch to enable communication between different networked devices. Switches manage the flow of data across a network by transmitting a received network packet only to the one or more devices for which the packet is intended. Each networked device connected to a switch can be identified by its network address, allowing the switch to direct the flow of traffic maximizing the security and efficiency of the network.

A switch is more intelligent than an Ethernet hub, which simply retransmits packets out of every port of the hub except the port on which the packet was received, unable to distinguish different recipients, and achieving an overall lower network efficiency.

An Ethernet switch operates at the data link layer (layer 2) of the OSI model to create a separate collision domain for each switch port. Each device connected to a switch port can transfer data to any of the other ports at any time and the transmissions will not interfere.[a] Because broadcasts are still being forwarded to all connected devices by the switch, the newly formed network segment continues to be a broadcast domain. Switches may also operate at higher layers of the OSI model, including the network layer and above. A switch that also operates at these higher layers is known as a multilayer switch.

Segmentation involves the use of a switch to split a larger collision domain into smaller ones in order to reduce collision probability and to improve overall network throughput. In the extreme case (i.e. micro-segmentation), each device is directly connected to a switch port dedicated to the device. In contrast to an Ethernet hub, there is a separate collision domain on each switch port. This allows computers to have dedicated bandwidth on point-to-point connections to the network and also to run in full-duplex mode. Full-duplex mode has only one transmitter and one receiver per collision domain, making collisions impossible.

The network switch plays an integral role in most modern Ethernet local area networks (LANs). Mid-to-large-sized LANs contain a number of linked managed switches. Small office/home office (SOHO) applications typically use a single switch, or an all-purpose device such as a residential gateway to access small office/home broadband services such as DSL or cable Internet. In most of these cases, the end-user device contains a router and components that interface to the particular physical broadband technology.

Many switches have pluggable modules, such as Small Form-factor Pluggable (SFP) modules. These modules often contain a transceiver that connects the switch to a physical medium, such as a fiber optic cable.[10][11] These modules were preceded by Medium Attachment Units connected via Attachment Unit Interfaces to switches[12][13] and have evolved over time: the first modules were Gigabit interface converters, followed by XENPAK modules, SFP modules, XFP transceivers, SFP+ modules, QSFP,[14] QSFP-DD,[15] and OSFP[16] modules. Pluggable modules are also used for transmitting video in broadcast applications.[17][18]

Role in a network[edit]

Switches are most commonly used as the network connection point for hosts at the edge of a network. In the hierarchical internetworking model and similar network architectures, switches are also used deeper in the network to provide connections between the switches at the edge.

In switches intended for commercial use, built-in or modular interfaces make it possible to connect different types of networks, including Ethernet, Fibre Channel, RapidIO, ATM, ITU-T G.hn and 802.11. This connectivity can be at any of the layers mentioned. While the layer-2 functionality is adequate for bandwidth-shifting within one technology, interconnecting technologies such as Ethernet and Token Ring is performed more easily at layer 3 or via routing.[19] Devices that interconnect at the layer 3 are traditionally called routers.[20]

Where there is a need for a great deal of analysis of network performance and security, switches may be connected between WAN routers as places for analytic modules. Some vendors provide firewall,[21][22] network intrusion detection,[23] and performance analysis modules that can plug into switch ports. Some of these functions may be on combined modules.[24]

Through port mirroring, a switch can create a mirror image of data that can go to an external device, such as intrusion detection systems and packet sniffers.

A modern switch may implement power over Ethernet (PoE), which avoids the need for attached devices, such as a VoIP phone or wireless access point, to have a separate power supply. Since switches can have redundant power circuits connected to uninterruptible power supplies, the connected device can continue operating even when regular office power fails.

In 1989 and 1990, Kalpana introduced the first multiport Ethernet switch, its seven-port EtherSwitch.[25]

Bridging[edit]

A modular network switch with three network modules (a total of 36 Ethernet ports) and one power supply
A five-port layer-2 switch without management functionality
A five-port layer-2 switch without management functionality

Modern commercial switches primarily use Ethernet interfaces. The core function of an Ethernet switch is to provide multiple ports of layer-2 bridging. Layer-1 functionality is required in all switches in support of the higher layers. Many switches also perform operations at other layers. A device capable of more than bridging is known as a multilayer switch.

A layer 2 network device is a multiport device that uses hardware addresses (MAC addresses) to process and forward data at the data link layer (layer 2).

A switch operating as a network bridge may interconnect otherwise separate layer 2 networks. The bridge learns the MAC address of each connected device, storing this data in a table that maps MAC addresses to ports. This table is often implemented using high-speed content-addressable memory (CAM), some vendors refer to the MAC address table as a CAM table.

Bridges also buffer an incoming packet and adapt the transmission speed to that of the outgoing port. While there are specialized applications, such as storage area networks, where the input and output interfaces are the same bandwidth, this is not always the case in general LAN applications. In LANs, a switch used for end-user access typically concentrates lower bandwidth and uplinks into a higher bandwidth.

The Ethernet header at the start of the frame contains all the information required to make a forwarding decision, some high-performance switches can begin forwarding the frame to the destination whilst still receiving the frame payload from the sender. This cut-through switching can significantly reduce latency through the switch.

Interconnects between switches may be regulated using the spanning tree protocol (STP) that disables forwarding on links so that the resulting local area network is a tree without switching loops. In contrast to routers, spanning tree bridges must have topologies with only one active path between two points. Shortest path bridging and TRILL (Transparent Interconnection of Lots of Links) are layer 2 alternatives to STP which allow all paths to be active with multiple equal cost paths.[26][27]

Types[edit]

A rack-mounted 24-port 3Com switch

Form factors[edit]

Switches are available in many form factors, including stand-alone, desktop units which are typically intended to be used in a home or office environment outside a wiring closet; rack-mounted switches for use in an equipment rack or an enclosure; DIN rail mounted for use in industrial environments; and small installation switches, mounted into a cable duct, floor box or communications tower, as found, for example, in fiber to the office infrastructures.

Rack-mounted switches may be stand-alone units, stackable switches or large chassis units with swappable line cards.

Configuration options[edit]

  • Unmanaged switches have no configuration interface or options. They are plug and play. They are typically the least expensive switches, and therefore often used in a small office/home office environment. Unmanaged switches can be desktop or rack mounted.[28]
  • Managed switches have one or more methods to modify the operation of the switch. Common management methods include: a command-line interface (CLI) accessed via serial console, telnet or Secure Shell, an embedded Simple Network Management Protocol (SNMP) agent allowing management from a remote console or management station, or a web interface for management from a web browser. Two sub-classes of managed switches are smart and enterprise-managed switches.[28]
  • Smart switches (aka intelligent switches) are managed switches with a limited set of management features. Likewise, "web-managed" switches are switches that fall into a market niche between unmanaged and managed. For a price much lower than a fully managed switch they provide a web interface (and usually no CLI access) and allow configuration of basic settings, such as VLANs, port-bandwidth and duplex.[29][28]
  • Enterprise managed switches (aka managed switches) have a full set of management features, including CLI, SNMP agent, and web interface. They may have additional features to manipulate configurations, such as the ability to display, modify, backup and restore configurations. Compared with smart switches, enterprise switches have more features that can be customized or optimized and are generally more expensive than smart switches. Enterprise switches are typically found in networks with a larger number of switches and connections, where centralized management is a significant savings in administrative time and effort. A stackable switch is a type of enterprise-managed switch.

Typical management features[edit]

A couple of managed D-Link Gigabit Ethernet rackmount switches, connected to the Ethernet ports on a few patch panels using Category 6 patch cables (all installed in a standard 19-inch rack)

Traffic monitoring[edit]

It is difficult to monitor traffic that is bridged using a switch because only the sending and receiving ports can see the traffic.

Methods that are specifically designed to allow a network analyst to monitor traffic include:

  • Port mirroring – Because the purpose of a switch is to not forward traffic to network segments where it would be superfluous, a node attached to a switch cannot monitor traffic on other segments. Port mirroring is how this problem is addressed in switched networks: In addition to the usual behavior of forwarding frames only to ports through which they might reach their addressees, the switch forwards frames received through a given monitored port to a designated monitoring port, allowing analysis of traffic that would otherwise not be visible through the switch.
  • SMON – "Switch Monitoring" is described by RFC 2613 and is a protocol for controlling facilities such as port mirroring.
  • RMON[30]
  • sFlow

These monitoring features are rarely present on consumer-grade switches. Other monitoring methods include connecting a layer-1 hub or network tap between the monitored device and its switch port.[31]

See also[edit]

Notes[edit]

  1. ^ In half duplex mode, each switch port can only either receive from or transmit to its connected device at a certain time. In full duplex mode, each switch port can simultaneously transmit and receive, assuming the connected device also supports full-duplex mode.[9]

References[edit]

  1. ^ IEEE 802.1D
  2. ^ Thayumanavan Sridhar (September 1998). "Layer 2 and Layer 3 Switch Evolution". cisco.com. The Internet Protocol Journal. Cisco Systems. Retrieved 2014-08-05.
  3. ^ Stewart, Robert; Hawe, William; Kirby, Alan (April 1984). "Local Area Network Connection". Telecommunications.
  4. ^ W. Hawe, A. Kirby, A. Lauck, "An Architecture for Transparently Interconnecting IEEE 802 Local Area Networks", technical paper submitted to the IEEE 802 committee, document IEEE-802.85*1.96, San Diego CA, October 1984.
  5. ^ Hawe, William; Kirby, Alan; Stewart, Robert (1987). Advances in Local Area Networks. IEEE Press. pp. Chapter 28. ISBN 0-87942-217-3.
  6. ^ US 4597078, "Bridge circuit for interconnecting networks" 
  7. ^ Robert J. Kohlhepp (2000-10-02). "The 10 Most Important Products of the Decade". Network Computing. Archived from the original on 2010-01-05. Retrieved 2008-02-25.
  8. ^ "Hubs Versus Switches – Understand the Tradeoffs" (PDF). ccontrols.com. 2002. Retrieved 2013-12-10.
  9. ^ "Cisco Networking Academy's Introduction to Basic Switching Concepts and Configuration". Cisco Systems. 2014-03-31. Retrieved 2015-08-17.
  10. ^ "Evolutionary trends in pluggable optical modules". January 2004.
  11. ^ https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6800/hardware/installation/guide/b_c6800_modules/b_c6800_modules_appendix_0111.pdf
  12. ^ Minoli, Daniel (2003). Telecommunications Technology Handbook. Artech House. ISBN 978-1-58053-708-7.
  13. ^ "Network World". 25 December 1995 – 1 January 1996.
  14. ^ "Fiber optics weekly update".
  15. ^ https://www.edn.com/qsfp-dd-pluggable-modules-boost-data-density/
  16. ^ "OSFP MSA unveils OSFP 4.0 Specification for additional 800G module applications, eyes 1.6T". 7 June 2021.
  17. ^ "The evolution of the pluggable module". August 2012.
  18. ^ "Understanding IP Broadcast Production Networks: Part 2 - Routers & Switches - the Broadcast Bridge - Connecting IT to Broadcast". 30 May 2023.
  19. ^ Joe Efferson; Ted Gary; Bob Nevins (February 2002). "Token-Ring to Ethernet Migration" (PDF). IBM. p. 13. Archived from the original (PDF) on 2015-09-24. Retrieved 2015-08-11.
  20. ^ Thayumanavan Sridhar (September 1998). "The Internet Protocol Journal - Volume 1, No. 2: Layer 2 and Layer 3 Switch Evolution". Cisco Systems. Retrieved 2015-08-11.
  21. ^ Cisco Catalyst 6500 Series Firewall Services Module, Cisco Systems, 2007
  22. ^ Switch 8800 Firewall Module, 3Com Corporation, 2006
  23. ^ Cisco Catalyst 6500 Series Intrusion Detection System (IDSM-2) Module, Cisco Systems, 2007
  24. ^ Getting Started with Check Point Fire Wall-1, Checkpoint Software Technologies Ltd., n.d.
  25. ^ Robert J. Kohlhepp (October 2, 2000). "The 10 Most Important Products of the Decade". Network Computing. Archived from the original on January 5, 2010. Retrieved February 25, 2008.
  26. ^ Peter Ashwood-Smith (24 February 2011). "Shortest Path Bridging IEEE 802.1aq Overview" (PDF). Huawei. Archived from the original (PDF) on 15 May 2013. Retrieved 11 May 2012.
  27. ^ "IEEE Approves New IEEE 802.1aq Shortest Path Bridging Standard". Tech Power Up. 7 May 2012. Retrieved 11 May 2012.
  28. ^ a b c "Understanding the different types of Ethernet Switches". Retrieved 2021-04-29.
  29. ^ "Tech specs for a sample HP "web-managed" switch". Archived from the original on December 13, 2007. Retrieved 2007-05-25.{{cite web}}: CS1 maint: bot: original URL status unknown (link)
  30. ^ Remote Network Monitoring Management Information Base, RFC 2819, S. Waldbusser, May 2000
  31. ^ "How to Build a Miniature Network Monitor Device". 6 October 2016. Retrieved 2019-01-08.

External links[edit]