URL in IP Formats which are Supported by Browsers
Posted: October 20th, 2012 | Author: xanda | Filed under: IT Related | 2 Comments »I’m not sure for the terms used in the title, but what I’m trying to say is..
- We are familiar with this:
- And this:
- But, what about:
- And also:
- And this:
- And..
It’s not over yet. Find out more at:
Please leave your comment with additional awesome example 🙂
# ping -c 4 0x4A.0x7D.0x87.0x6A && ping -c 4 0x4A7D876A && ping -c 4 1249740650
PING 0x4A.0x7D.0x87.0x6A (74.125.135.106) 56(84) bytes of data.
64 bytes from 74.125.135.106: icmp_req=1 ttl=53 time=6.82 ms
64 bytes from 74.125.135.106: icmp_req=2 ttl=53 time=7.18 ms
64 bytes from 74.125.135.106: icmp_req=3 ttl=53 time=14.3 ms
64 bytes from 74.125.135.106: icmp_req=4 ttl=53 time=6.69 ms
— 0x4A.0x7D.0x87.0x6A ping statistics —
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 6.697/8.763/14.348/3.231 ms
PING 0x4A7D876A (74.125.135.106) 56(84) bytes of data.
64 bytes from 74.125.135.106: icmp_req=1 ttl=53 time=7.28 ms
64 bytes from 74.125.135.106: icmp_req=2 ttl=53 time=7.66 ms
64 bytes from 74.125.135.106: icmp_req=3 ttl=53 time=7.01 ms
64 bytes from 74.125.135.106: icmp_req=4 ttl=53 time=19.2 ms
— 0x4A7D876A ping statistics —
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 7.018/10.296/19.214/5.153 ms
PING 1249740650 (74.125.135.106) 56(84) bytes of data.
64 bytes from 74.125.135.106: icmp_req=1 ttl=53 time=7.32 ms
64 bytes from 74.125.135.106: icmp_req=2 ttl=53 time=13.1 ms
64 bytes from 74.125.135.106: icmp_req=3 ttl=53 time=18.9 ms
64 bytes from 74.125.135.106: icmp_req=4 ttl=53 time=7.72 ms
— 1249740650 ping statistics —
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 7.328/11.784/18.941/4.729 ms
Hi,
You can also easily calculate deciaml, integer, hex, octal ip addresses from http://www.mustat.com/
Thanks for the entry !