QuestionQ4
Identify and report current device statusThe BIG-IP Administrator executes netstat -an | grep :443 and observes this output: tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN.
What does this output show about the service on port 443?
- A The service is actively listening on all interfaces for HTTPS traffic.
- B The service is actively listening only on the loopback interface.
- C The service is in a standby state and unable to accept connections.
- D The service indicates no connections to the LISTEN port
Community Discussion