LX0-104 · Question #467
Which of the following information is not provided by the command netstat?
The correct answer is A. broadcast services. The netstat command is a command-line network utility that displays various network connections, routing tables, and interface statistics.
Question
Options
- Abroadcast services
- Binterface services
- Cmasquerading connections
- Dnetwork connections
- Erouting information
How the community answered
(25 responses)- A88% (22)
- C4% (1)
- D8% (2)
Why each option
The `netstat` command is a command-line network utility that displays various network connections, routing tables, and interface statistics.
While `netstat` shows network connections, routing tables, and interface statistics, it does not typically provide direct information about 'broadcast services' in a distinct, categorized output.
`netstat -i` shows network interface statistics, which include information about the interfaces.
`netstat` can display active connections, which may include those affected by network address masquerading.
`netstat` displays active TCP and UDP network connections (e.g., `netstat -nat`).
`netstat -r` displays the kernel's IP routing table.
Concept tested: Netstat command output capabilities
Source: https://linux.die.net/man/8/netstat
Topics
Community Discussion
No community discussion yet for this question.