ping google.com– Checks connectivity to a remote server.ifconfig– Displays network interfaces (deprecated, useip).ip a– Shows IP addresses of network interfaces.netstat -tulnp– Displays open network connections.curl https://example.com– Fetches a webpage's content.wget https://example.com/file.zip– Downloads a file from the internet.