-
HUB, Switch, and RouterWeb/Network 2020. 3. 7. 09:52
1. Overview
HUB SWITCH ROUTER HUB works in Physical Layer of OSI Model SWITCH works in Datalink Layer of OSI Model ROUTER works in Network Layer of OSI Model HUB is a broadcast device SWITCH is a multicast device ROUTER is a routing device used to create a route for transmitting data packets HUB sends data in the form of packets SWITCH sends data in the form of frames ROUTER sends data in the form packet HUB only works in half-duplex SWITCH works in full-duplex ROUTER works in full-duplex Only one device can send data at a time Multiple devices can send data at the same time Multiple devices can send data at the same time HUB does not store any MAC/IP address to transfer data SWITCH stores and uses MAC address of devices to transfer data ROUTER uses IP address to transfer data 2. Reference
'Web > Network' 카테고리의 다른 글
Transmission Control Protocol (TCP) and User Datagram Protocol (UDP) (0) 2020.03.07 Transmission Types: Unicast, Multicast, Broadcast, and Anycast (0) 2020.03.07 Simplex, Half duplex, and Full duplex (0) 2020.03.07 Dynamic Host Configuration Protocol (DHCP) Server (0) 2020.03.06 Bridged, Network Address Translation (NAT), Host-only in Virtual Machine (0) 2020.03.06