What determines the time to first ping response in an OS?

Posted by Stuart Woodward on Server Fault See other posts from Server Fault or by Stuart Woodward
Published on 2013-10-25T10:02:55Z Indexed on 2013/10/26 15:56 UTC
Read the original article Hit count: 248

Filed under:
|
|

When a server (say Windows, Linux) is rebooted, it will take some time to respond to ping.

I'm assuming that the software firewall has to be up before pings will be returned as there might be a setting to disable ping responses.

Everyone knows that Windows and Linux have have totally different architectures so lets treat them separately.

The answer I'm looking for is "After XXX is running, pings will be returned." It would be helpful to know where in the boot order this is too. i.e. at the start or end.

I ask because we get questions from a customer about why it takes so long to respond to ping after creating a Virtual Machine. I'm sure this is just an artefact of the OS boot behaviour.

© Server Fault or respective owner

Related posts about linux

Related posts about Windows