In: Computer Science
A company has changed their web hosting policy and now requires SSL certificates on all web servers. Users are reporting that they can no longer access an internal website. Which of the following commands should the administrator run to determine if port 443 is listening? (Select two.)
A. traceroute
B. telnet
C. netstat
D. ipconfig
E. nslookup
Thumbs up for explanation!
Answer : telnet and netstat
it you type the command netstat -a than it will displays all available port and their status
you can see the status of port 443 whether it is listening or not
Example :
using telnet we can test specific pot number
Syntax; telnet [domainname or ip] [port]
Note : Please comment below if you have concerns. I am here to help you
If you like my answer please rate and help me it is very Imp for me