28Explain the conntrack state machine. Which timers retire a connection, and why does the table fill with no leak?▼medium★ EssentialNewAmazon & AWSFlipkartRazorpay◆ premiumTable full is the symptom everyone knows. The interview answer lives one layer down: per-state timers, the five-day ESTABLISHED default, and what conntrack -S says about hash pressure.Open full answer →
14A busy node drops new connections intermittently; dmesg shows 'nf_conntrack: table full'. Walk me through what is happening.▼hard★ EssentialNewAmazon & AWSCloudflareUber○ sign inEstablished traffic keeps working while new connections die at random, which is exactly why this one confuses people. The table is full of flows that will not be needed again for days.Open full answer →
20After last night's firewall cleanup, calls to one payment vendor hang instead of failing fast. Find the rule that did it.▼mediumNewRazorpayJPMorgan ChaseGoldman Sachs○ sign inA hang suggests missing progress; a refusal suggests an explicit error. Packet evidence distinguishes firewall behavior from routing failures and closed listeners. Then rule counters, not eyeballs, finger the guilty line.Open full answer →