A) A Linux server’s CPU usage suddenly spikes. What immediate checks and commands would you run (e.g., top/htop, pidstat, perf, iostat), how would you isolate the hot processes/threads, and how would you determine whether the bottleneck is user CPU, kernel CPU, or IO wait? Describe next steps and remediation. B) A service shows high latency. Explain how you would use netstat/ss, tcpdump, and traceroute/mtr to localize the issue (client, server, network), including which signals to capture (SYN backlog, retransmits, RTT, drops) and how to interpret them. C) Walk through the DNS resolution flow (stub resolver, recursive, authoritative, caching, TTLs) and explain the practical differences between dig and nslookup, including when you’d prefer each and sample commands for debugging.