I'm pinging "google.com" using Apple's SimplePing example: http://developer.apple.com/library/mac/#samplecode/SimplePing/Introduction/Intro.html
The pings succeed also when I set the iphone to Airplane Mode.
note: pinging this didn't work also:
"google.com?random=" + a random int;
Why do the pings succeed?
google.gomis not an URL in this context. It's just a domain name, which is but a part of an URL. – Jan Dvorak Jan 20 at 19:16