Tutorials Logic, IN +91 8092939553 info@tutorialslogic.com
FAQs Support
Navigation
Home About Us Contact Us Blogs FAQs
Tutorials
All Tutorials
Services
Academic Projects Resume Writing Interview Questions Website Development
Compiler Tutorials

Network Devices

Network Devices Overview

Network devices are hardware components that connect computers and other devices in a network, enabling communication and data transfer. Each device operates at a specific layer of the OSI model and serves a distinct purpose.

DeviceOSI LayerFunctionKey Characteristic
Hub Layer 1 (Physical) Broadcasts data to all connected ports No intelligence — creates a single collision domain; largely obsolete
Switch Layer 2 (Data Link) Forwards frames based on MAC address to the correct port only Each port is its own collision domain; uses MAC address table
Router Layer 3 (Network) Routes packets between different networks using IP addresses Connects LANs to WANs; uses routing tables; separates broadcast domains
Bridge Layer 2 (Data Link) Connects two network segments and filters traffic by MAC address Reduces collision domains; software-based (slower than switch)
Gateway Layer 7 (Application) Translates between different network protocols or architectures Can convert between TCP/IP and other protocols; most complex device
Repeater Layer 1 (Physical) Amplifies and regenerates signals to extend network range No filtering; extends cable length; does not reduce collisions
Modem Layer 1-2 Modulates/demodulates signals for transmission over telephone or cable lines Converts digital signals to analog (and back); connects to ISP
Access Point (AP) Layer 2 (Data Link) Provides wireless connectivity to a wired network Extends LAN wirelessly; uses IEEE 802.11 standards (Wi-Fi)
NIC (Network Interface Card) Layer 1-2 Connects a computer to a network Has a unique MAC address; can be wired (Ethernet) or wireless (Wi-Fi)

Hub vs Switch vs Router

FeatureHubSwitchRouter
OSI Layer123
AddressingNoneMAC addressIP address
Traffic handlingBroadcasts to all portsUnicast to specific portRoutes between networks
Collision domainSingle (all ports)Per portPer interface
Broadcast domainSingleSingle (unless VLANs)Per interface (separates)
SpeedSlow (collisions)FastSlower (more processing)
IntelligenceNoneMAC tableRouting table, NAT, DHCP

Layer 3 Switch vs Router

A Layer 3 Switch (multilayer switch) combines the functionality of a switch and a router:

  • Can route between VLANs at wire speed (hardware-based routing)
  • Faster than a traditional router for inter-VLAN routing
  • Used within enterprise LANs; routers used for WAN connectivity
  • Routers have more WAN interface options (serial, DSL, fiber)

Managed vs Unmanaged Switches

FeatureUnmanaged SwitchManaged Switch
ConfigurationPlug-and-play, no config neededConfigurable via CLI, web, or SNMP
VLANsNot supportedSupported
QoSNot supportedSupported
MonitoringNoneSNMP, port mirroring, logging
CostLowHigher
Use caseHome, small officeEnterprise, data center

Ready to Level Up Your Skills?

Explore 500+ free tutorials across 20+ languages and frameworks.