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?

  • curl for HTTP checks
  • ss for socket inspection
  • dig for DNS resolution
  • ping for reachability

Workflow

Start with DNS, confirm routing, check ports, and then validate service responses.