오늘날의 모든 최신 장치에서 일부 용어는 매우 혼란스러울 수 있습니다. 거의 모든 사람들이 라우터라는 용어에 대해 들어 보았지만 실제로는 무엇을 의미합니까? 귀하의 라우터는 단순한 라우터입니까, 아니면 스위치, 액세스 포인트 및 게이트웨이도 될 수 있습니까?
과거에는 위의 각 용어가 일반적으로 단일 기능을 수행하는 단일 장치를 나타냈습니다. 요즘은 더 이상 사실이 아닙니다. ISP 의 "모뎀" 은 아마도 모뎀, 라우터, 스위치 및 액세스 포인트 일체형일 것입니다. 나중에 설명하겠지만 일부 ISP(ISPs) 가 그렇게 요구 하기는 하지만 반드시 올인원 장치를 원하는 것은 아닙니다 .
이 기사에서는 너무 기술적으로 설명하지 않고 이러한 각 용어의 이면에 있는 개념을 설명하려고 합니다. 먼저(First) 스위치와 허브의 차이점에 대해 이야기하겠습니다. 두 장치가 같은 범주에 있기 때문입니다. 다음으로 라우터에 대해 설명하고 라우터가 스위치 및 허브와 다른 이유에 대해 설명합니다. 마지막으로 모뎀 및 액세스 포인트 및 게이트웨이와 같은 기타 네트워킹 용어에 대해 설명합니다.
스위치 대 허브
허브는 요즘에는 절대 사고 싶지 않은 구식 장치입니다. 스위치처럼 보이지만 내부에서 다르게 작동합니다. 이더넷(Ethernet) 케이블을 사용하여 장치를 허브에 연결 하면 장치에서 허브로 전송되는 모든 신호가 허브에 연결된 다른 모든 포트에서 반복됩니다.
허브는 계층 1(Layer 1) ( 물리적(Physical) ) 장치로 간주되는 반면 스위치는 계층 2(Layer 2) ( 데이터 링크(Data Link) )에 배치됩니다. 여기서 허브와 스위치가 다릅니다. OSI 모델 의 데이터 링크(Data Link) 계층은 MAC 주소를 다루고 스위치 는 포트에서 들어오는 프레임을 처리할 때 MAC 주소를 봅니다.(MAC)
프레임은 모든 네트워킹 장치에서 데이터를 전달하는 데 사용되는 데이터 유형입니다. 기술적 세부 사항에 대해 걱정하지 마십시오. 프레임 내부에 소스 및 대상 MAC 주소와 소스 및 대상 IP 주소가 포함되어 있다는 점만 알아두십시오. 소스/대상 IP 주소를 포함하는 프레임 부분을 패킷이라고 합니다.
한 포트에서 수신한 모든 프레임을 장치의 다른 모든 포트로 맹목적으로 전달하는 대신 스위치는 MAC 주소 소스 테이블을 만든 다음 프레임을 올바른 대상 MAC 주소가 있는 포트로 전달합니다. 일대일 통신이 아니라 두 장치 간에 직접 통신이 이루어지기 때문에 네트워크의 트래픽 양이 크게 줄어듭니다.
허브를 사용하면 허브에 연결하는 장치가 많을수록 네트워크에서 더 많은 충돌이 발생합니다. 충돌은 두 대의 컴퓨터 또는 장치가 동시에 데이터를 보내고 신호가 목적지에 도달하기 전에 물리적으로 충돌하는 것을 의미합니다. 이것은 각 포트로 들어오는 모든 트래픽이 다른 모든 포트로 반복되기 때문에 허브에서 많이 발생합니다.
스위치를 사용하면 통신하는 두 장치만 데이터를 주고받을 것이기 때문에 충돌이 없습니다. 대역폭은 다른 포트와 공유되지 않습니다.
이것이 허브가 반이중 장치인 반면 스위치는 전이중 장치인 이유이기도 합니다. 허브에 장치가 많을수록 공유해야 하는 대역폭이 많아지므로 네트워크가 느려집니다. 스위치를 사용하면 대역폭을 공유할 필요가 없으며 모든 포트가 최고 속도로 작동합니다.
라우터 대 모뎀
라우터 는 IP 주소를 다루는 OSI 모델의 (OSI)레이어 3(Layer 3) ( 네트워크(Network) ) 에서 작동합니다. MAC 주소는 한 장치에서 직접 연결된 다른 장치로 프레임을 이동하는 데 사용되는 반면 IP 주소는 (Whereas MAC)인터넷(Internet) 을 통해 패킷을 라우팅하는 데 사용됩니다 .
라우터는 네트워크를 함께 연결하고 네트워크 간에 트래픽을 라우팅하는 장치입니다. 집에서 이것은 일반적으로 라우터가 내부 로컬 네트워크를 ISP 의 네트워크에 연결한다는 것을 의미합니다. 이것은 여러 가지 방법으로 수행할 수 있습니다. 라우터는 한쪽 끝( ISP )에서 모뎀에 연결하고 다른 쪽 끝(로컬 네트워크)에서 스위치에 연결할 수 있습니다. 콤보 모뎀/라우터 장치가 있는 경우 한쪽 끝은 ISP 에 연결되고 다른 쪽 끝은 (ISP)이더넷(Ethernet) 을 사용하는 경우 스위치에 연결되거나 장치가 지원하는 경우 단순히 WiFi 가 됩니다.(WiFi)
위(Above) 는 일반적인 라우터 전용 장치입니다(기술적으로는 위의 무선 라우터). 인터넷(Internet) 포트 는 모뎀에 연결되고 나머지 포트는 스위치 포트입니다. 라우터에는 거의 항상 스위치가 내장되어 있습니다. 모뎀은 전화선( DSL 의 경우), 케이블 연결 또는 광섬유( ONT )를 사용하여 (ONT)ISP 에 연결 합니다.
위(Above) 는 일반적인 케이블 모뎀입니다. ISP 에서 들어오는 케이블 연결을 위한 단일 동축 포트 와 라우터 의 인터넷(Internet) 포트에 연결할 수 있는 단일 이더넷(Ethernet) 포트가 있습니다 . 가능하면 모뎀과 라우터에 서로 다른 두 개의 장치를 사용하는 것이 항상 가장 좋습니다.
무선 라우터를 사용하면 가지고 있는 모든 무선 장치와 유선 연결을 공유할 수 있습니다. 요즘 대부분의 라우터는 여러 개의 유선 포트도 포함하는 무선 라우터입니다.
무선 라우터(Wireless Router) 와 무선 액세스 포인트(Wireless Access Point)
이제 무선 라우터와 무선 액세스 포인트에 대해 이야기해 보겠습니다. 무선 액세스 포인트는 두 네트워크 간의 트래픽을 브리징하여 무선 장치가 기존 유선 네트워크에 연결할 수 있도록 하는 장치입니다. 이 두 용어가 혼동되는 이유는 무선 라우터가 기본적으로 라우터와 무선 액세스 포인트가 결합된 것이기 때문입니다.
그러나 무선 액세스 포인트는 무선 라우터가 될 수 없습니다. 독립형 무선 액세스 포인트 에는 라우터에 연결된 이더넷 케이블이 있고 유선 신호를 무선 신호로 변환합니다. (Ethernet)일반 라우터처럼 로컬 네트워크에서 다른 네트워크나 인터넷 으로 패킷을 라우팅하지 않습니다.(Internet)
무선 액세스(Wireless Access) 포인트는 일반적으로 하나의 네트워크를 형성하기 위해 함께 연결된 많은 무선 스테이션이 필요한 기업이나 대규모 공공 장소에서 사용됩니다. 무선(Wireless) 라우터에는 일반적으로 방화벽도 내장되어 있지만 무선 AP(APs) 에는 내장되어 있지 않습니다.
기타 네트워킹 조건
다른 매우 일반적인 용어 중 하나는 Default Gateway 입니다. 그렇다면 기본 게이트웨이는 무엇입니까? 기본적으로 로컬 네트워크를 외부 세계에 연결하는 장치입니다. 일반적으로 이것은 로컬 네트워크의 마지막 라우터입니다.
홈 네트워크에서 기본 게이트웨이는 무선 라우터일 가능성이 높습니다. 네트워크 외부의 장치와 통신해야 할 때마다 라우터는 모뎀에 연결된 장치이기 때문입니다. 로컬 네트워크의 다른 장치와 통신하기 위해 기본 게이트웨이가 필요하지 않습니다. 기본 게이트웨이는 (Default)인터넷(Internet) 과 같은 원격 네트워크와 통신할 때만 사용됩니다 .
바라건대, 이것은 이러한 모든 네트워킹 용어 뒤에 숨겨진 미스터리를 풀 수 있습니다. 간단한 개요이지만 다른 사람에게 설명할 수 있을 정도로 충분합니다. 즐기다!
Router vs Switch vs Hub vs Modem vs Access Point vs Gateway
With all of today’s modern deνices, ѕome of the terminology can be quite confusing. Pretty mυch everyonе has heard of the term router, but what does it actually mean? Is your router just a router or can it also be a switch, an access pоint and a gateway?
Back in the days, each term above usually referred to a single device that performed a single function. That is no longer true these days. Your “modem” from your ISP is probably a modem, router, switch and access point all-in-one. You don’t necessarily want an all-in-one device as I’ll explain later, though some ISPs push you that way.
In this article, I’ll try to explain the concept behind each of these terms without getting too technical. First, I’ll talk about the difference between switches and hubs, as both of those devices are in the same category. Next, we’ll talk about routers and why they are different than switches and hubs. Finally, we’ll talk about modems and other networking terms like access points and gateways.
Switches vs Hubs
A hub is an obsolete device that you would never want to buy these days. It looks just like a switch, but works differently on the inside. You connect devices to a hub using Ethernet cable and any signal sent from a device to the hub is simply repeated out on all other ports connected to the hub.
Hubs are considered Layer 1 (Physical) devices whereas switches are put into Layer 2 (Data Link). This is where hubs and switches differ. The Data Link layer of the OSI model deals with MAC addresses and switches look at MAC addresses when they process an incoming frame on a port.
A frame is a data type that is used to carry data on all networking devices. Don’t worry about the technical details, just know that it contains source and destination MAC addresses and source and destination IP addresses inside the frame. The part of the frame that contains the source/destination IP addresses is called a packet.
Instead of blindly forwarding all the frames it receives on one port to all the other ports on the device, a switch will create a MAC address source table and then forward the frame to the port with the correct destination MAC address. This significantly reduces the amount of traffic on the network because there is direct communication between the two devices rather than a one-to-all type of communication.
With hubs, the more devices you connect to the hub, the more collisions there will be on the network. Collisions means when two computers or devices send data at the same time and the signals physically collide before reaching the destination. This happens on hubs a lot because all the traffic coming in on each port is repeated out to all the other ports.
With switches, there are zero collisions because only the two devices that are communicating will be sending data back and forth. The bandwidth is not shared with other ports.
This is also why a hub is a half-duplex device whereas a switch is a full-duplex device. The more devices on a hub, the more bandwidth that has to be shared and therefore the network gets slower. With switches, the bandwidth does not have to be shared and all ports operate at full speed.
Router vs Modem
Routers work at Layer 3 (Network) of the OSI model, which deals with IP addresses. Whereas MAC addresses are used to move frames from one device to another directly connected device, IP addresses are used to route packets across the Internet.
A router is a device that joins networks together and routes traffic between them. At home, this typically means you router connect your internal local network to your ISP’s network. This can be done in several ways. A router can be connected to your modem on one end (ISP) and to a switch on the other end (local network). If you have a combo modem/router device, then one end will connect to your ISP and the other will be either to a switch if using Ethernet or will simply be WiFi, if the device supports that too.
Above is a typical router only device (technically, it’s a wireless router above). The Internet port will connect to your modem and the rest of the ports are switch ports. A router pretty much always has a switch built-in. A modem will connect to your ISP using phone line (for DSL), cable connection or fiber (ONT).
Above is a typical cable modem. It has a single coaxial port for the cable connection coming in from your ISP and a single Ethernet port that you could plug into the Internet port on your router. If possible, it’s always best to have two different devices for your modem and router.
A wireless router simply allows you to share the wired connection with any wireless devices you may have. Most routers these days are wireless routers that include several wired ports also.
Wireless Router vs Wireless Access Point
Now let’s talk about wireless routers vs wireless access points. A wireless access point is a device that allows wireless devices to connect to an existing wired network by bridging traffic between the two networks. The reason why these two terms are so confusing is that a wireless router is basically a router and a wireless access point combined.
However, a wireless access point cannot be a wireless router. A stand-alone wireless access point will have an Ethernet cable running to the router and convert the wired signal into a wireless one. It will not route packets from the local network to anther network or the Internet like a typical router.
Wireless Access Points are typically used by businesses or in big public spaces where they need many wireless stations all connected together to form one network. Wireless routers typically have firewalls built-in too, while wireless APs do not.
Other Networking Terms
One of the other very common terms you will hear is Default Gateway. So what is the default gateway? It’s basically the device that connects your local network to the outside world. Typically, this is the last router on your local network.
On a home network, the default gateway will most likely be your wireless router because anytime you need to communicate with a device outside your network, the router is the device that is connected to your modem. Note that to communicate with other devices on your local network, you do not need a default gateway. Default gateways are only used when communicating with remote networks, i.e. the Internet.
Hopefully, this clears up some of the mystery behind all of these networking terms. It’s a simplistic overview, but enough that you can explain it to someone else. Enjoy!