Saturday, September 19, 2009

How To Convert IP Address To Decimal

Very simple, only using Windows Scientific Calculator, let's try.

1. Open Calculator from Run > write 'Calc' then OK
2. Don't forget to set the calculator on scientific mode, by click on menu View > Scientific
3. Ping the address for the ip information using command prompt,
Ex : C:\>ping google.com
4. And the result is "Pinging google.com [74.125.45.100] with 32 bytes of data", so the IP of google is 74.125.45.100
5. Convert all of the number on IP to Binary Octets using calculator
Ex : 74 --> 01001010, 125 --> 01111101
Note : When u select dec to bin don't forget to add '0' to the result, so it's to be octate because octate lenght must be 8
6. put them together so 74.125.45.100 --> 01001010011111010010110101100100
7. using calc from bin to dec 01001010011111010010110101100100 --> 1249717604
8. open ur browser then write URL "HTTP://1249717604"
9. bang! the result is the same when ur using domain name or IP Address

The conclusion, maybe u can do more trick about proxy on ur campus, office or anywhere. OK have a nice try..

This is the question and the answer to..
DOMAIN NAME : google.com
IP ADDRESS : 74.125.45.100
BINARY OCTETS : 01001010 01111101 00101101 01100100
32 BIT BINARY : 01001010011111010010110101100100
DECIMAL : 1249717604
URL : HTTP://1249717604

1 comment:

Latest Post