How to Access Blocked Site – Using your computers’ Calculator!
1.
Open CMD by typing CTRL+R on your keyboard and then
typing in cmd.
2.
Once the command prompt is open, type in “ping youtube.com” or any website you
try to access without quotes.
3.
After doing so, you should see an IP address as shown
below,
IP address of Youtube.com = 173.194.39.37
4.
To start with, open your PC's calculator. When the
calculator is opened, go to its menu bar & click on the "View" option, then select Programmer (shortcut-Alt+3) & Basic (shortcut-Ctrl+F4). Make sure ‘Dec’ is selected.
5.
Now try to enter the first number of the I.P. address
you got and after putting in, select ‘Bin’. This would give you 8 digit binary
value of 174 = 10101110.
6.
Convert now each of the I.P. numbers (173,194,39 and
37) into an 8-digit binary value.
7.
You should then get the equivalents as shown below.
(173.194.39.37)
174 = 10101110
194 = 11000010
39 = 100111
37 = 100101
194 = 11000010
39 = 100111
37 = 100101
8.
Reassembled the values into an IP address order, you
get 10101110.11000010.100111.100101
9.
Remove the dots so you’ll get a line of binary which is
1010111011000010100111100101
10. Copy
this binary string. For the succeeding steps.
11. After
copying, Convert 1010111011000010100111100101 into a decimal value by selecting
“Bin” on the calculator and typing in
1010111011000010100111100101 ( or copy-paste by right clicking on the
calculator display screen and clicking in paste), then after that, click on the
"Dec" button on your calculator, and you will get the converted value
of 183249381.
12. Add
the hypertext protocol prefix (http://) on the beginning and paste into your
browser's address bar:
http://183249381
13. Go
to your browser and in the address bar type http://183249381, this should open http://Youtube.com.