You are searching about How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10, today we will share with you article about How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10 was compiled and edited by our team from many sources on the internet. Hope this article on the topic How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10 is useful to you.
Page Contents
How to Convert an IP Address to 10 Digits Decimal Number
An IP (Internet Protocol) address is a unique 4-digit number used to distinguish and utilize Internet network nodes around the world.
Any website/domain or computer connected to the World Wide Web has a unique IP address Using DNS lookup tools we can convert any website domain name back to its original IP address.
What we’re going to do now is take it a step further, we’re going to convert the dotted ip address to a 10-digit decimal format.
Why should this work?
Well, you can use your imagination on this, some suggestions might be helpful for programming web applications, bypassing restricted access websites instead of using proxy servers, just to name a few.
step 1:
Perform a DNS (Domain Name Service) lookup for the desired domain on any free online DNS lookup tool (for example, we’ll use google.com).
For DNS lookup tools, you can find many free tools in the Google search engine.
Alternatively, we can ping the domain name from the Windows XP command prompt:
Start > Programs > Accessories > “Command Prompt”
Then type:
Ping google.com
You will receive a reply with the real IP address of the domain, like this:
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp.
C:Documents and SettingsAdministrator>ping google.com
ping google.com [64.233.187.99] There are 32 bytes of data:
64.233.187.99 reply: bytes=32 time=197ms TTL=235 64.233.187.99 reply: bytes=32 time=191ms TTL=235 64.233.187.99 reply: bytes=32 time=246ms TTL=235 64.233.187.99 reply: bytes= 32 Time=185ms TTL=235
Ping statistics for 64.233.187.99: Packets: Sent = 4, Received = 4, Lost = 0 (0% lost), Approximate Round Trip Time in ms: Min = 185 ms, Max = 246 ms, Average = 204 millisecond
As you can see above, the equivalent IP address for the domain google.com is 64.233.187.99
We will write it down.
Note that the ip address in the above ping results may be different from the ip address you got yourself, but both will yield valid results because Google has multiple servers.
Step 2:
We will use this equation to calculate the last 10 decimal digits of the ip address number:
Google.com IP address (which we got from step one) = 64.233.187.99
Original format:
IP address=wxyz=64.233.187.99
equation:
IP decimal = 16777216*w + 65536*x + 256*y + z
Now we will replace the w, x, y, z variables with raw ip address numbers.
W = 64
X = 233
Y=187
Z = 99
Calculation equation:
= 16777216*64 + 65536*233 + 256*187 + 99
At this point, we can use the calculator built into all Windows versions, or calculate by hand on a piece of paper:
= 1073741824 + 15269888 + 47872 + 99
final value:
= 1089059683
Step #3:
Now, open your favorite web browser and type in the address bar:
[http://1089059683]
Or using a trailing slash at the end will produce the same result:
[http://1089059683]
then press enter
It should now redirect to the google.com homepage in your browser.
that’s it. Now you can apply the same process to convert any IP address you like to the unusual 10-digit decimal format.
Video about How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10
You can see more content about How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10 on our youtube channel: Click Here
Question about How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10
If you have any questions about How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10, please let us know, all your questions or suggestions will help us improve in the following articles!
The article How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10 was compiled by me and my team from many sources. If you find the article How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10 helpful to you, please support the team Like or Share!
Rate Articles How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10
Rate: 4-5 stars
Ratings: 6124
Views: 46408904
Search keywords How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10
How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10
way How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10
tutorial How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10
How+Do+I+Transfer+Files+From+My+Old+Computer+To+My+New+Computer+Windows+10 free
#Convert #Address #Digits #Decimal #Number
Source: https://ezinearticles.com/?How-to-Convert-an-IP-Address-to-10-Digits-Decimal-Number&id=1716788