IP 주소 192.168.0.1은 웹 브라우저에서 무선 라우터(routers) 에 액세스하고 구성하기 위한 가장 일반적인 주소 입니다. 특정 IP 주소 범위는 다양한 유형의 네트워크용으로 예약되어 있고 192.168.0.1은 홈 LAN 과 같은 네트워크용으로 예약되어 있기 때문에 기본 주소 입니다.
이 IP 주소에 대한 이야기는 당신이 생각하는 것보다 더 깊지만, 우리가 그것에 들어가기 전에 우리는 IP 주소가 무엇인지에 대한 기본적인 사항을 다룰 것입니다.
IP 주소: 빠른 버전
먼저 192.168.0.1은 IP(인터넷 프로토콜) 주소(IP (internet protocol) address) 의 예입니다 . 인터넷은 수조 및 수조 개의 데이터 비트를 라우팅하는 광대한 컴퓨터 네트워크입니다. 이러한 패킷은 엄격한 규칙 집합이 필요한 순서대로 전송되어야 합니다. 이 규칙 집합(또는 "프로토콜")을 TCP/IP 라고 합니다. Transfer Control Protocol/Internet Protocol 의 줄임말 입니다.
TCP/IP 는 정보(예: JPEG 또는 이메일)를 균일한 작은 패킷으로 나눕니다. 이 패킷은 우표 봉투와 같습니다. 각각 목적지와 출발지 주소가 있습니다. 패킷이 네트워크 라우터를 통과할 때마다 전송되어 각 홉과 함께 최종 목적지에 가까워집니다.
숫자 192.168.0.1은 해당 주소 형식의 예입니다. 간단히 말해서 네트워크에 있는 라우터의 주소입니다. 해당 주소를 가진 모든 패킷은 라우터로 직접 이동합니다.
개인 및 공용 IP 주소
여기에서 까다로워집니다. 주소 192.168.0.1은 라우터에 할당된 두 주소 중 하나입니다. WiFi 또는 이더넷(Ethernet) 을 통해 라우터에 연결된 모든 로컬 장치 는 해당 주소를 볼 수 있지만 라우터 IP 주소는 라우터의 인터넷 연결 측에서 완전히 다릅니다.
개인 및 공용 IP 주소입니다. 개인 주소는 로컬 네트워크의 구성원으로 표시되는 주소이고 공개 주소는 전체 인터넷에 표시되는 주소입니다.
이는 집에 있는 모든 장치가 인터넷에서 동일한 IP 주소를 공유한다는 것을 의미합니다. 이것은 인터넷 연결을 사용하는 사람을 원하지 않는 이유 중 하나입니다! 결국, 귀하의 위치와 신원은 귀하의 공개 IP 주소에 연결됩니다.
인터넷 서비스 공급자(Internet Service Provider) ( ISP )가 공용 IP 주소를 할당하며 일반적으로 사용자 는 이를 제어할 수 없습니다. 인터넷 연결이 끊길 때마다 변경될 수 있으며 권한에 대한 비용을 지불하면 변경되지 않는 고정 IP 주소 를 얻을 수 있습니다.
네트워크 주소 변환
따라서 모든 장치가 라우터에 연결되어 있지만 공용 IP 주소가 하나만 있는 경우 로컬 네트워크의 어떤 장치가 어떤 패킷을 받아야 하는지 어떻게 알 수 있을까요? 패킷이 올바른 위치 로 라우팅되도록(routed) 하는 것이 라우터의 전체 목적입니다 .
라우팅 패킷이 공용 IP 주소에 도착하면 라우터는 NAT(Network Address Translation)(Network Address Translation (NAT)) 테이블을 사용하여 패킷이 의미하는 로컬 장치를 기록합니다. 따라서 192.168.0.2의 랩톱이 웹사이트에서 데이터를 요청했다면 기록에 기록되어 올바른 개인 IP 주소로 전송되었을 것입니다.
특히 192.168.0.1이 필요한 이유는 무엇입니까?
그게 다 좋은데 왜 192.168.0.1이 특히나? 정확한 이유는 복잡하지만 가장 중요한 설명은 인터넷 IP 주소가 제한되어 있다는 것입니다. 콤비네이션 자물쇠와 마찬가지로 인터넷에서 사용할 수 있는 고유 IP(IPs) 의 수는 제한되어 있습니다.
IP 주소가 효율적으로 사용되도록 하기 위해 IP 주소의 범위는 다른 용도로 예약되어 있습니다. IP 주소 범위에는 A에서 E(E. Only) 까지 5가지 클래스가 있습니다. 클래스 A, B 및 C에만 인터넷에 대면하지 않고 내부 네트워크 사용을 위해 예약된 개인 IP 주소 범위가 있습니다.
192.168.0.1은 클래스 C(Class C) 네트워크 의 사설 IP 범위에서 가져옵니다 . 이것이 소규모 근거리 통신망( LAN(LANs) )을 위한 클래스입니다. 범위는 192.168.0.0에서 시작하여 192.168.255.255까지입니다.
127.0.0.1 또는 localhost 도 (localhost)클래스 C(Class C) 네트워크 용으로 예약된 IP 범위에 속합니다. 그러나 그 주소는 사설 IP 범위가 아닌 소위 "특수 IP" 범위에서 온 것입니다.
기타 인기 있는 라우터 IP 주소
아마도 192.168.0.1을 사용하지 않는 라우터를 사용했을 것이고 이는 완전히 정상입니다! 이들은 사설 IP 주소이므로 라우터 제조업체가 사용하기로 결정한 사설 IP 범위는 중요하지 않습니다.
일부 대체 주소는 여전히 동일한 사설 IP 범위 내에 있습니다. 따라서 라우터는 (예를 들어) 192.168.1.1을 사용할 수 있습니다. 다른 대안에는 클래스 B 사설 IP 범위의 10.0.0.1이 포함될 수 있습니다. 거의(Virtually) 모든 홈 라우터는 192.168.xx 또는 10.xxx IP 주소를 사용합니다.
라우터 IP 주소 찾기
브라우저에 19.168.0.1을 입력했는데 라우터의 로그인 페이지에 도달하지 않았다면 라우터가 사용하는 주소를 어떻게 알 수 있습니까? 빠르고 쉽게 알아낼 수 있는 몇 가지 방법이 있습니다.
첫째, 대부분의 라우터에는 IP 주소와 기본 사용자 이름 및 비밀번호가 적힌 스티커가 있습니다. 일반적으로 사용 설명서에서도 동일한 정보를 찾을 수 있습니다.
사용 설명서에 대해 말하자면, 분실한 경우 제조업체의 웹 사이트에 PDF 버전이 있을 수 있습니다.(PDF)
Windows 컴퓨터 를 사용하여 라우터에 연결된 경우 명령 프롬프트(Command Prompt) 를 사용하여 쉽게 찾을 수도 있습니다 .
- 시작 메뉴(Start Menu) 를 열고 CMD 를 검색 한 다음 명령 프롬프트(Command Prompt) 항목이 나타나면 엽니다 .
- 프롬프트에서 ipconfig 를 입력 한 다음 Enter 키(Enter) 를 누릅니다 .
- Default Gateway 항목을 찾습니다 .
기본 게이트웨이 IP 주소는 라우터의 IP 주소와 동일하므로 웹 브라우저의 주소 표시줄에 입력하면 로그인 화면으로 이동합니다.
문제를 해결했습니까?
192.168.0.1이란 무엇입니까? 이제 알아야 합니다. 그 이유를 이해하면 쉽지만 일부 사람들에게는 여전히 너무 기술적으로 느껴질 수 있습니다. 최신 라우터는 설정에 액세스할 수 있는 다른 방법도 제공합니다. 가장 인기 있는 것은 백그라운드에서 모든 복잡한 작업을 수행하는 스마트폰 앱입니다. 따라서 라우터에 호환되는 앱이 있는지 확인하십시오!
What Is 192.168.0.1, and Why Is It The Default IP Address for Most Routers?
The IP address 192.168.0.1 is the most common address to access and configυre wirelеss routers from a web browser. It’s a default address because specific IP address ranges are reserved for different types of networks, and 192.168.0.1 is reserved for networks such as your home LAN.
The story of this IP address is deeper than you might think, but before we get into that we’ll cover the bare basics of what an IP address is.
IP Addresses: The Quick Version
First, 192.168.0.1 is an example of an IP (internet protocol) address. The internet is a vast computer network that routes trillions and trillions of data bits around. Those packets have to be sent around in an orderly fashion, which requires a strict set of rules. This set of rules (or “protocol”) is known as TCP/IP. That’s short for Transfer Control Protocol/Internet Protocol.
TCP/IP breaks down information (such as a JPEG or an email) into small uniform packets. These packets are like postage envelopes. There’s a destination and origin address on each one. Every time the packet passes through a network router, it’s sent on its way, getting closer to its final destination with each hop.
The number 192.168.0.1 is an example of that address format. In short, it’s the address of your router on the network. Any packets with that address go to the router directly.
Private vs. Public IP Addresses
Here’s where it gets tricky. The address 192.168.0.1 is one of two addresses assigned to your router. All local devices connected to the router via WiFi or Ethernet see that address, but the router IP address is entirely different on the internet-facing side of the router.
These are the private and public IP addresses. The private address is the one you see as a member of the local network, and the public address is the one the entire internet sees.
This means that all devices in your home share the same IP address on the internet. This is one of the reasons you don’t want just anyone using your internet connection! After all, your location and identity are tied to your public IP address.
Your Internet Service Provider (ISP) assigns the public IP address and usually, you don’t have any control over it. It may change every time your internet connection disconnects or, if you pay for the privilege, you can get a static IP address that never changes.
Network Address Translation
So, if all of your devices are connected to the router but only have one public IP address, how does it know which device on the local network should get which packet? That’s the entire purpose of a router, to make sure that packets are routed to the correct place.
When routing packets arrive at their public IP address, the router uses a Network Address Translation (NAT) table to record which local device the packet is meant for. So if a laptop on 192.168.0.2 requested data from a website, that would have been noted in the record and sent to the correct private IP address.
Why 192.168.0.1 in Particular?
That’s all good and well, but why 192.168.0.1 in particular? The exact reason is complicated, but the most crucial explanation is that internet IP addresses are limited. Like a combination lock, there are only a limited number of unique IPs for use on the internet.
To ensure that IP addresses are used efficiently, ranges of them are reserved for different uses. There are five classes of IP address range, going from A to E. Only Classes A, B and C have private IP address ranges that are reserved for internal network use, not facing the internet at large.
The 192.168.0.1 comes from the private IP range of Class C networks. That’s the class for small local area networks (LANs). The range starts at 192.168.0.0 and goes up to 192.168.255.255.
127.0.0.1 or localhost is also from the reserved IP ranges for Class C networks. However, that address is from the so-called “special IP” range, not the private IP range.
Other Popular Router IP Addresses
You’ve probably used a router that doesn’t use 192.168.0.1, and that’s completely normal! Since these are private IP addresses, it doesn’t matter which private IP range the router manufacturer decides to use.
Some alternative addresses are still within the same private IP range. So your router might use (for example) 192.168.1.1. Other alternatives may include 10.0.0.1, which is from the Class B private IP range. Virtually all home routers use either a 192.168.x.x or 10.x.x.x IP address.
Finding Your Router IP Address
If you’ve typed 19.168.0.1 into your browser and didn’t arrive at the router’s login page, how can you figure out which address your router uses? There are several fast and easy ways to find out.
First, most routers have a sticker somewhere with the IP address and the default username and password. You can usually also find the same information in the user manual.
Speaking of the user manual, if you’ve lost yours, then it’s likely there’s a PDF version of it on the manufacturer’s website.
If you’re connected to the router using a Windows computer, you can also easily find it using the Command Prompt:
- Open the Start Menu and search for CMD, then open the Command Prompt entry when it appears.
- At the prompt, type ipconfig and then press Enter.
- Look for the entry labeled Default Gateway.
The default gateway IP address is the same as the router’s IP address, so typing that into a web browser’s address bar should get you to the login screen.
Have We Addressed the Problem?
What is 192.168.0.1? Now you should know. It’s easy once you understand the reasoning behind it but can still feel a little too technical for some. Modern routers also offer other ways to access their settings, the most popular being a smartphone app that does all the complicated stuff in the background for you. So be sure to check if your router has a compatible app!