Junior — Middle
What programs or utilities do you use for diagnosing and configuring network connections?
sobes.tech AI
Answer from AI
The following utilities are often used for diagnosing and configuring network connections:
ping— checks the availability of a host on the network.traceroute(ortracertin Windows) — determines the route to a host.ipconfig(Windows) /ifconfigorip(Linux) — views and configures network interfaces.netstat— displays active network connections and ports.nslookupordig— checks DNS records.telnetornc(netcat) — checks port availability.
These tools help identify network issues, verify configurations, and test connections.