FUNDAMENTALS OF COMPUTER

TELECOMMUNICATIONS SYSTEMS

NETWORK ARCHITECTURE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which one of the following will enable the total number of ICMP packets received to be viewed?
A
Netstat-s
B
Netstat-r
C
Netstat-n
D
Netstat-u
Explanation: 

Detailed explanation-1: -The i option of netstat shows the state of the network interfaces that are configured with the machine where you ran the command. Using this display, you can find out how many packets a machine thinks it has transmitted and received on each network.

Detailed explanation-2: -The netstat command symbolically displays the contents of various network-related data structures for active connections. The Interval parameter, which is specified in seconds, continuously displays information regarding packet traffic on the configured network interfaces.

Detailed explanation-3: -The netstat command generates displays that show network status and protocol statistics. You can display the status of TCP and UDP endpoints in table format, routing table information, and interface information. The most frequently used options for determining network status are: s, r, and i .

Detailed explanation-4: -The Netstat command line utility allows us to determine what ports (both TCP and UDP ) on our computer are listing. Netstat can also show what connections have been made for TCP and UDP on ay computer, both inbound and outbound.

There is 1 question to complete.