InterviewStack.io LogoInterviewStack.io

Networking Fundamentals and Troubleshooting Questions

Comprehensive coverage of core computer networking principles and the practical diagnostic and operational skills required to design, operate, and troubleshoot production systems. Fundamental concepts include the Open Systems Interconnection model layers, the Transmission Control Protocol and the Internet Protocol stack, the User Datagram Protocol, socket and port semantics, address notation and subnetting, Network Address Translation, Dynamic Host Configuration Protocol, and the Domain Name System resolution process. Infrastructure and architectural topics include switching and virtual local area networks, routing concepts and routing table behavior including Border Gateway Protocol basics, load balancing strategies and failure modes, firewall and access control, virtual private network technologies, and container and service network communication patterns. Diagnostic and tooling skills cover connectivity testing and path analysis, process and socket inspection, packet capture and analysis, and common command line tools and utilities used for network investigation. Performance and reliability topics include latency, bandwidth and throughput, packet loss, congestion and congestion control, connection pooling, timeout and retry strategies, and approaches to optimization. Observability, monitoring, and security practices include collecting and interpreting network metrics, logs, and traces, using packet capture tools for root cause analysis, and understanding how network issues surface in distributed applications. At senior levels expect discussion of network performance tuning, capacity planning, load balancer behavior at scale, and design decisions that affect system reliability and security.

MediumTechnical
1 practiced
Design a minimal set of network observability metrics, logs, and traces an SRE should collect for a public-facing service (edge load balancer + web tier + backend). Include interface-level metrics, connection/tracking metrics, latency percentiles, and suggested alert thresholds and explain why each is useful.
HardTechnical
0 practiced
Describe important Linux kernel TCP tuning knobs (for example net.ipv4.tcp_rmem, tcp_wmem, tcp_congestion_control, tcp_moderate_rcvbuf) and how they impact throughput and latency for high-bandwidth, high-latency links. Show how you would calculate and set buffer sizes given a 10 Gbps link with 100 ms RTT (give the BDP calculation and recommended change).
MediumTechnical
0 practiced
Explain the difference between stateful and stateless firewall rules and how connection tracking (conntrack) interacts with NAT and firewall performance. For a high-throughput edge firewall, what operational practices reduce rule-evaluation overhead and improve throughput?
HardTechnical
0 practiced
You're responsible for capacity planning for a fleet of edge load balancers. Describe how to estimate required network throughput, maximum concurrent connections, conntrack table size, and backend connection rates based on historical peak RPS, average request size, TLS overhead, keepalive behavior, and desired headroom. Which metrics and stress tests will you run to validate your model?
HardTechnical
0 practiced
You begin receiving traffic blackholing for a set of prefixes after a configuration change. Describe a systematic troubleshooting approach for BGP: which RIB tables and peer states you inspect, router commands you'd run (for example 'show ip bgp', 'show bgp neighbors'), how to use route collectors or Looking Glass to validate propagation, and safe rollback strategies. Also mention controls to prevent route leaks.

Unlock Full Question Bank

Get access to hundreds of Networking Fundamentals and Troubleshooting interview questions and detailed answers.

Sign in to Continue

Join thousands of developers preparing for their dream job.