Steps to access blocked websites with simple mathematics
am here demonstrating this method by accessing google.com. This method will work for any other websites but for the beginners google is the best option.
1. Find the IP address of google.comTo find the IP address of google.com follow the steps below.
1. Go to command prompt and type
ping google.com
2. The IP address of google.com will be displayed
2. Covert the Decimal form of IP address to binary
To convert the decimal form to binary I recommend you to take the assistance of a scientific calculator.
Here the IP address of google is 74.125.45.100 and it will be converted to the set of octects.
74 = 01001010
125 = 01111101
45 = 00101101
100= 01100100
Please make sure that it is a set of actects by adding 0 infront of the binary number where it cannot match 8 bits in the set.
So finally 74.125.45.100 will become;
01001010.01111101.00101101.01100100
3. Take the sum of total
To perform this step we need to remove the dots between the octets. So the binay number will look like:
01001010011111010010110101100100
To convert this number to decimal we get 1249717604
4. Type the decimal number on the address bar
Now we need to type the decimal number on the address bar of Internet Explorer as in the format http://1249717604 and it will be redirected to google.com.
0 comments:
Post a Comment