YAML
Network Devices - YAML
Network devices are essential hardware devices for building, operating, and managing computer networks. They function at various layers of the OSI reference model, handling data transmission, routing, security enforcement, and other critical roles. From basic devices like hubs, switches, routers, and firewalls to auxiliary devices such as repeaters, bridges, gateways, and access points, appropriate equipment is selected based on network scale and purpose. In modern internet infrastructure and enterprise networks, these devices work together to provide stable communication environments.
network
devices
router
switch
firewall
hub
networking equipment
infrastructure
OSI model
- code: "01"
slug: "hub"
name: "Hub"
description: "The most basic network device that connects multiple devices within a LAN."
osiLayer: 1
layerName: "Physical Layer"
addressType: "None (bit-level)"
status: "legacy"
- code: "02"
slug: "repeater"
name: "Repeater"
description: "A device that amplifies and regenerates signals to extend transmission distance."
osiLayer: 1
layerName: "Physical Layer"
addressType: "None"
status: "active"
- code: "03"
slug: "modem"
name: "Modem"
description: "A device that converts digital signals to analog signals and vice versa."
osiLayer: 1
layerName: "Physical Layer"
addressType: "None"
status: "active"
- code: "04"
slug: "bridge"
name: "Bridge"
description: "A device that connects two LAN segments and controls traffic using MAC addresses."
osiLayer: 2
layerName: "Data Link Layer"
addressType: "MAC Address"
status: "legacy"
- code: "05"
slug: "switch"
name: "Switch"
description: "An intelligent network device that learns MAC addresses and forwards data only to specific devices."
osiLayer: 2
layerName: "Data Link Layer"
addressType: "MAC Address"
status: "active"
- code: "06"
slug: "access-point"
name: "Access Point"
description: "A device that bridges wired and wireless LANs, providing Wi-Fi connectivity."
osiLayer: 2
layerName: "Data Link Layer"
addressType: "MAC Address"
status: "active"
- code: "07"
slug: "multilayer-switch"
name: "Multilayer Switch"
description: "A high-performance network device that integrates switch and router functionality."
osiLayer: 2
layerName: "Data Link to Transport Layer"
addressType: "MAC Address, IP Address"
status: "active"
- code: "08"
slug: "router"
name: "Router"
description: "A device that connects different networks and selects optimal paths based on IP addresses."
osiLayer: 3
layerName: "Network Layer"
addressType: "IP Address"
status: "active"
- code: "09"
slug: "firewall"
name: "Firewall"
description: "A device that protects network security and prevents unauthorized access."
osiLayer: 3
layerName: "Network to Application Layer"
addressType: "IP Address, Port, Protocol"
status: "active"
- code: "10"
slug: "gateway"
name: "Gateway"
description: "A device that translates between networks with different protocols or architectures."
osiLayer: 4
layerName: "Transport to Application Layer"
addressType: "Protocol-dependent"
status: "active"
- code: "11"
slug: "load-balancer"
name: "Load Balancer"
description: "A device that distributes traffic across multiple servers."
osiLayer: 4
layerName: "Transport to Application Layer"
addressType: "IP Address, Port"
status: "active"