Jackiesteed

www.github.com/jackiesteed

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Ping: check connection (knock on the door of remote server).
Telnet: gives access to remote system if it is running telnet daemon.
But however, if you want to check you can reach eg a webserver, you can:
telnet www.google.com 80
if your screen turns blank, you can reach host on port 80 ...
There's a lot more to do with telnet, but think you get the basics with this ...
So: test if you can reach a host: ping
Check service: telnet

posted on 2015-02-03 18:48  Jackiesteed  阅读(100)  评论(0编辑  收藏  举报