- DNS servers are processing 'billions' of requests on the Internet at any given time.
- Every day millions of people are adding and changing domain names and IP addresses.
To solve problems, DNS servers rely on network performance and Internet protocols. As for IP addresses, each computer on the Internet has a unique IP address (including IPV4 and IPV6 standards) managed by IANA (Internet Assigned Numbers Authority).
Here are some ways to identify IP addresses:
- 1 IPV4 address has 4 groups separated by dots, the sequence will be ABCD For example: 70.74.251.42
- 1 IPV6 address has 8 groups, each group of 16 bits is represented as a hexadecimal number (Hexa -Decimal) and separated by a colon. For example, 2001: 0cb8: 85a3: 0000: 0000: 8a2e: 0370: 7334.
However, IPV6 is a very new standard, so in this article Free Download will focus on the more popular IPV4 standard.
Each number in the IPV4 address group is called an 'Octet', each Octet has 8 bits, equivalent to 1 byte.
For example, Octet written as 42 stands for 00101010. Each digit in a binary number is a placeholder for a certain 2-digit number from 2 to 27, read from right to left. This means that in 00101010, you have a number 21, 23 and 25. So to get the base equivalent -10, just add 21 + 23 + 25 = 2 + 8 + 32 = 42.
Certain addresses and address ranges are designated by IANA as private IP addresses. For example, the IP address 127.0.0.1 is used exclusively to identify the computer you are using.
Where does a computer's IP address come from? If we're talking about a computer or laptop, the address probably comes from a DHCP (Dynamic Host Configuration Protocol) server on your network.
The DHCP server's main job is to make sure your computer has the IP address and some other network configuration it needs whenever you're online. Because this is a dynamic address, your computer's IP address may change.
Web servers and other computers need a consistent point of contact using static IP addresses. This means that the same IP address is always assigned to the network interface when online.
To ensure that the interface always receives an IP address, IP associates the address with the MAC (Media Access Control) address on the network interface. Each network interface, including wired and wireless networks, has a unique MAC address embedded by the manufacturer.
3. How to find IP address
Here are some ways to find out your computer's IP address. Note that IP addresses may change periodically unless you use a static IP address.
- Windows : The fastest way to find the IP address on a Windows computer is to open a Command Prompt window, then enter the ipconfig command there.
- Mac : Open System Preferences , then click Network and make sure your current network connection (with the blue dot next to it) is selected, then click Advanced then click the TCP/ tab IP .
- Linux or UNIX : Open a Terminal application, such as XTERM or iTerm, then enter the ifconfig command there.
- On smartphones using Wifi : Search for the IP address on the network setup page. Each phone model will have a different way to access and check network settings.
Surely you have heard the concept of changing DNS to access blocked websites, right? Changing DNS is quite simple, does not take up much of your time but helps access blocked websites.
Computer networks have many different concepts, and to become a good network administrator, you need to know all of those concepts, and the concept of ISP is one of them, if you don't know what ISP is? Please refer to Taimienphi's article about what an ISP is to supplement your knowledge.
DNS and NetBIOS are both important components in the user's computer. To see the advantages and disadvantages of these two concepts, you can follow the article on the difference between DNS and NetBIOS to expand further. your knowledge.