Pergunta de entrevista da empresa Amazon

Why ping is important when troubleshooting "Unable to take RDP"?

Respostas da entrevista

Sigiloso

20 de jan. de 2020

ping is not very useful to diagnose RDP issues, since ping doesn't probe ports. All it does is check end to end connectivity between hosts and is frequently filtered on firewalls anyway. Nmap / ncat are better because it will tell you if the RDP port is open and reachable from your location. Also, it depends on the error you get. Most likely your user does not have RDP permissions, like not being part of the remote desktop group

2

Sigiloso

16 de fev. de 2018

If you need to test the network ping is the best way to ensure evrything is fine. I answered with this for Amazon. They also asked how ping works, I kentioned how it uses a special TCP packet to get connection tests

Sigiloso

14 de fev. de 2018

Ping is the most import troubleshooting tool that administrators have on their hands. Without ping we are unable to see if ports are open. When troubleshooting RDP issue, ping will tell how fast windows replies to requests and will definitely tell you if the RDP port at 8689 is open.

1