Network tools
Unix networking relies on small tools that answer precise questions: is the service up, what port is bound, and how does DNS resolve?
Recommended toolkit
curlfor HTTP checksssfor socket inspectiondigfor DNS resolutionpingfor reachability
Workflow
Start with DNS, confirm routing, check ports, and then validate service responses.