Summary
Highlights
Data centers and computer rooms contain racks of various devices, each performing specific network functions. Some devices are standalone, while others combine multiple functions into one, like a home wireless router that acts as a router, switch, access point, and security software.
Routers are essential for communicating between different IP subnets. They forward traffic based on destination IP addresses and maintain internal tables for routing decisions. Some devices combine routing and switching functions, known as 'layer 3 switches.' Routers also connect different network types, like Ethernet to wireless or fiber to copper.
Switches connect end devices and forward traffic based on destination MAC addresses, operating quickly due to Application-Specific Integrated Circuits (ASICs). They have numerous interfaces (24, 48, or even hundreds) and can offer Power over Ethernet (PoE) to deliver both data and power to devices like phones and access points.
Unmanaged switches are simple, plug-and-play devices with no configuration settings or management functionality. They are ideal for basic connectivity without advanced features like VLANs or remote monitoring, and typically have a lower price point.
Managed switches are larger, enterprise-grade devices offering remote management, VLAN functionality, traffic prioritization, and redundancy support. They also allow for port mirroring, enabling connection to protocol analyzers or security devices for monitoring.
Access points connect wireless devices to a wired network, acting as a bridge rather than a router. They forward traffic based on MAC addresses, deciding whether a frame goes to the wireless or wired network.
Patch panels are used for efficient cable management in corporate networks. They provide a fixed termination point for cables running from desks to a central closet. RJ45 connectors on the patch panel allow for flexible connections to switches or VLANs, simplifying reconfigurations without disturbing permanent cable runs.
Firewalls secure networks by allowing or disallowing traffic based on port numbers (traditional firewalls) or applications (next-generation firewalls). They can also function as VPN concentrators, proxies, and often as routers, providing both security and routing functions.
PoE delivers both data and electrical power over a single Ethernet cable, simplifying installation for devices like phones, access points, and cameras, especially in hard-to-reach locations. PoE can be supplied by endspan (PoE-enabled switches) or midspan (injectors). Different standards (PoE, PoE+, PoE++) offer varying power levels for different device requirements.
Cable modems connect homes and businesses to the internet via broadband coaxial cables, using the DOCSIS standard for high-speed data transmission. They commonly provide gigabit speeds and are often used in corporate environments for reliable internet access.
DSL provides digital internet connectivity over traditional telephone lines. It offers reasonable throughput (e.g., 200 Mbps downstream) but is limited by distance from the central office, with performance improving closer to it.
An ONT converts fiber optic signals from a fiber-to-the-home/business connection into copper connections for traditional networks. It serves as a demarcation point, separating user responsibility from the service provider's responsibility. ONTs often include multiple ports for data, voice (VoIP), and video.
NICs enable devices and servers to connect to an Ethernet network. They can be integrated into motherboards or separate expansion cards, offering various connectivity options (e.g., 100-megabit, gigabit Ethernet over copper or fiber). Each NIC interface has a unique MAC address for network identification.