Given the following netstat output, which three statements about the local machine are true? (Choose three.)
Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 192.168.0.254:49536 203.0.113.77:80 ESTABLISHED |
- It is acting as an HTTP client.
- It is acting as an HTTP server.
- It is acting as an SSH server.
- It is acting as an SSH client.
- It is hosting a service that is accessible on all interfaces.
Explanation & Hint:
From the provided
The other two statements about acting as an HTTP server and acting as an SSH client are not supported by the given |