Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How would you find whether a remote server is up or not?

Answers were Sorted based on User's Feedback



How would you find whether a remote server is up or not?..

Answer / amitshiknis

You can ping to that server and check if it is online or
not. You can take a console of the server,or simply try to
telnet/ssh to that machine.

Thanks,
Amit Shiknis

Is This Answer Correct ?    13 Yes 2 No

How would you find whether a remote server is up or not?..

Answer / bc

Some times icmp requests might be blocked on the server. So
server might not respond to ping requests.
So better option is try to telnet to various ports on the
server. If it's a webserver 80 port will surely be UP.
So
telnet <server-ip> 80
Will surely yield some results.

Is This Answer Correct ?    11 Yes 2 No

How would you find whether a remote server is up or not?..

Answer / sujit

you ping to the server from you command prompt

ex: ping <IP ADDRESS>

Is This Answer Correct ?    4 Yes 0 No

How would you find whether a remote server is up or not?..

Answer / satyaveer sharma

1 Method: which is generally used is ping command......
ping ip address
2 Method: if your ping command returns 0 packet received...
than we can try by either SSh or telnet command to remotly
login on that server..(use telnet command with port no which
is open using nmap serverip address)
telnet ip-address portno
butsome times in linux administrator can block this service
from outers network.

Is This Answer Correct ?    2 Yes 0 No

How would you find whether a remote server is up or not?..

Answer / 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

How would you find whether a remote server is up or not?..

Answer / naistam

#rpcclient -v <client name or ip>

Is This Answer Correct ?    1 Yes 1 No

How would you find whether a remote server is up or not?..

Answer / raja

use rup command

Is This Answer Correct ?    1 Yes 3 No

How would you find whether a remote server is up or not?..

Answer / ramu

just type cmd uptime

Is This Answer Correct ?    2 Yes 17 No

Post New Answer

More Linux Commands Interview Questions

Working in Linux/Unix platform, if any command dose not work, say # ls reports as command not found. what to do?

5 Answers  


What does top do in linux?

0 Answers  


What is the command to list ALL (hidden also) files of current directory & it’s subdirectories?

6 Answers  


How do I open a text file in cmd?

0 Answers  


What command is used to check the number of files, disk space, and each user’s defined quota?

0 Answers  


Why do we use cmake?

0 Answers  


Why bash is used in linux?

0 Answers  


How can I only see the first 14 lines of a file?

5 Answers  


To Check Which Service is Running at Present in System what is the Command?

9 Answers   DCM,


What is command to check ports running/used over local machine

0 Answers  


What is a ulimit in unix?

0 Answers  


what is the roles and responsibilities in linux system admin having 2yrs exp..?

0 Answers   HCL, RNF Technologies,


Categories