click below
click below
Normal Size Small Size show me how
Command Line
| Question | Answer |
|---|---|
| A network command line utility in MS Windows that tracks and displays the route taken by IPv4 packets on their way to another host is known as: | tracert |
| A Linux command line utility for displaying intermediary points (routers) the IPv4 pack is passed through on its way to another network node is called: | traceroute |
| And ipconfig parameter used for displaying the full TCP/IP configuration information for all adapters? | /all |
| Refers to iptables? | Linux command line tools Packet filtering utility |
| Command line packet capturing utility? | tcdump |
| Which netstat parameter allows to display all active TCP connections and the TCP/UFP ports on which the computer is listening? | -a |
| Which netstat utility parameter allows to display the contents of an IP routing table? | -r |
| Which netstat parameter allows to display the names of applications and executable file components that are accessing the network? | -b |
| Which command line command in MS Windows is used to display the contents of a routing table? | route print |
| The arp command can be used to perform what kind of resolution? | IP to MAC |