nerdexam
CompTIA

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.

Networking Fundamentals

Question

Which of the following information is not provided by the command netstat?

Options

  • Abroadcast services
  • Binterface services
  • Cmasquerading connections
  • Dnetwork connections
  • Erouting information

How the community answered

(25 responses)
  • A
    88% (22)
  • C
    4% (1)
  • D
    8% (2)

Why each option

The `netstat` command is a command-line network utility that displays various network connections, routing tables, and interface statistics.

Abroadcast servicesCorrect

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.

Binterface services

`netstat -i` shows network interface statistics, which include information about the interfaces.

Cmasquerading connections

`netstat` can display active connections, which may include those affected by network address masquerading.

Dnetwork connections

`netstat` displays active TCP and UDP network connections (e.g., `netstat -nat`).

Erouting information

`netstat -r` displays the kernel's IP routing table.

Concept tested: Netstat command output capabilities

Source: https://linux.die.net/man/8/netstat

Topics

#netstat#network diagnostics#network connections#routing

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice