How would you find whether a remote server is up or not?
Answer Posted / girish g pillai
Ping could be disabled on the remote machine.
Telnet cannot be used as a reliable method, because we have
to know the services running on the machine to telnet to
that port.
nmap would be a reliable method, but normal nmap checks are
disabled in the network level, so it would be good to run
nmap in stealth mode.
nmap -sS <IP Addr>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I know my shell?
Where can I find bash in linux?
What are grep patterns called?
What does r mean linux?
How find ip address linux?
How do I test my cpu speed?
Who am I command in linux?
Information technology is widely used in
What is Syntax of any Linux command?
What is command line in unix?
What does uname do in linux?
What does wc command do in unix?
What is kill 9 in linux?
How do make computer faster?
What is cmake in linux?