TSV

Network Devices - TSV

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	slug	name	description	addressType	layerName	osiLayer	status
01	hub	Hub	The most basic network device that connects multiple devices within a LAN.	None (bit-level)	Physical Layer	1	legacy
02	repeater	Repeater	A device that amplifies and regenerates signals to extend transmission distance.	None	Physical Layer	1	active
03	modem	Modem	A device that converts digital signals to analog signals and vice versa.	None	Physical Layer	1	active
04	bridge	Bridge	A device that connects two LAN segments and controls traffic using MAC addresses.	MAC Address	Data Link Layer	2	legacy
05	switch	Switch	An intelligent network device that learns MAC addresses and forwards data only to specific devices.	MAC Address	Data Link Layer	2	active
06	access-point	Access Point	A device that bridges wired and wireless LANs, providing Wi-Fi connectivity.	MAC Address	Data Link Layer	2	active
07	multilayer-switch	Multilayer Switch	A high-performance network device that integrates switch and router functionality.	MAC Address, IP Address	Data Link to Transport Layer	2	active
08	router	Router	A device that connects different networks and selects optimal paths based on IP addresses.	IP Address	Network Layer	3	active
09	firewall	Firewall	A device that protects network security and prevents unauthorized access.	IP Address, Port, Protocol	Network to Application Layer	3	active
10	gateway	Gateway	A device that translates between networks with different protocols or architectures.	Protocol-dependent	Transport to Application Layer	4	active
11	load-balancer	Load Balancer	A device that distributes traffic across multiple servers.	IP Address, Port	Transport to Application Layer	4	active