Issue
How to resolve Hostname to IP Address
Environment
Windows
Resolution
1. The easyest way to translate an IP address into hostname is to ping the IP wiht an -a option(The example in red color)
2. The example in orange color uses nslookup to resolve IP to Name.
3. The example in yellow color uses nslookup to resolve Name to IP.