The netstat -t command shows TCP connections, which are the active internet connections. Plain netstat shows all network connections, netstat -s shows summary statistics, and 'all the above' is incorrect since only the -t option specifically targets active internet connections.