LFCS · Question #444
All of the following information is provided in any output from the netstat utility EXCEPT:
The correct answer is A. broadcast services. netstat provides information on network connections, interface statistics, and routing tables, but it does not specifically list or manage "broadcast services" as a distinct output category.
Question
Options
- Abroadcast services
- Binterface statistics
- Cmasquerading connections
- Dnetwork connections
- Erouting tables
How the community answered
(14 responses)- A93% (13)
- E7% (1)
Why each option
`netstat` provides information on network connections, interface statistics, and routing tables, but it does not specifically list or manage "broadcast services" as a distinct output category.
`netstat` is primarily used for displaying active network connections, routing tables, and interface statistics, but it does not have a direct output option to list or manage "broadcast services" as a specific information type.
`netstat` can display detailed interface statistics using options like `-i`.
`netstat` can show connections that are subject to network address translation (masquerading) from the local system's perspective.
`netstat` is fundamentally used to list all active network connections, both incoming and outgoing.
`netstat` can display the kernel IP routing table using the `-r` option.
Concept tested: Netstat utility output details
Source: https://man7.org/linux/man-pages/man8/netstat.8.html
Topics
Community Discussion
No community discussion yet for this question.