Networking Interview Q&A
100+ Networking interview questions and answers covering TCP/IP, OSI Model, Routing, Switching, VLAN, DNS, DHCP, Firewalls, Network Security, IPv4, IPv6, and troubleshooting.
Network Engineering
Beginner Q&A
Foundational questions covering network types, IP addressing, DNS, DHCP, and basic networking devices.
What is a computer network?
answerA collection of connected devices that communicate and share resources using communication protocols.
Types of networks?
answer- LAN (Local Area Network)
- WAN (Wide Area Network)
- MAN (Metropolitan Area Network)
- PAN (Personal Area Network)
- WLAN (Wireless LAN)
What is an IP address?
answerA unique identifier assigned to a device on a network. IPv4: 192.168.1.10, IPv6: 2001:db8::1
IPv4 vs IPv6?
answerIPv4 uses 32-bit addresses, while IPv6 uses 128-bit addresses and supports a much larger address space.
What is MAC Address?
answerA unique hardware address assigned to a network interface card (NIC).
What is DNS?
answerDomain Name System translates domain names into IP addresses.
What is DHCP?
answerAutomatically assigns IP addresses and network configuration to devices.
What is a Gateway?
answerConnects one network to another, allowing devices to communicate outside their local network.
What is a Router?
answerForwards packets between different networks using routing tables.
What is a Switch?
answerConnects devices within the same LAN using MAC addresses.
OSI Model Q&A
The seven layers of the OSI model and their functions.
Explain the OSI Model.
answerA conceptual framework that standardizes network communication into seven distinct layers.
Name all seven OSI layers.
answer- Physical
- Data Link
- Network
- Transport
- Session
- Presentation
- Application
Which devices operate at Layer 2?
answerSwitches and bridges operate at the Data Link layer (Layer 2).
Which protocols operate at Layer 3?
answerIP, ICMP, and routing protocols operate at the Network layer (Layer 3).
What is encapsulation?
answerThe process of adding headers and trailers to data as it moves down the OSI layers.
TCP/IP Q&A
TCP/IP model, TCP vs UDP, three-way handshake, and congestion control.
Explain the TCP/IP Model.
answer- Application
- Transport
- Internet
- Network Access
Difference between TCP and UDP?
answer- TCP: connection-oriented, reliable, slower.
- UDP: connectionless, faster, no delivery guarantee.
What is the Three-Way Handshake?
answerSYN → SYN-ACK → ACK — establishes a TCP connection.
What is Flow Control?
answerPrevents the sender from overwhelming the receiver by managing data transmission rates.
What is MTU?
answerMaximum Transmission Unit — the largest packet size that can be transmitted over a network.
Routing Q&A
Static vs dynamic routing, OSPF, BGP, and routing protocols.
Static vs Dynamic Routing?
answer- Static: manually configured, doesn't adapt to network changes.
- Dynamic: automatically updates routing tables using protocols.
What is OSPF?
answerOpen Shortest Path First — a link-state routing protocol that uses cost metrics.
What is BGP?
answerBorder Gateway Protocol — used to exchange routing information between autonomous systems.
What is Administrative Distance?
answerA value that determines the reliability of a routing source (lower is better).
What is a Routing Table?
answerA database stored in a router that contains information about network paths.
Switching Q&A
VLAN, STP, trunk ports, broadcast domains, and switch security.
What is VLAN?
answerVirtual Local Area Network — logically segments a network to improve security and performance.
Trunk vs Access Port?
answer- Trunk: carries multiple VLANs.
- Access: carries traffic for a single VLAN.
What is STP?
answerSpanning Tree Protocol — prevents network loops by blocking redundant paths.
Broadcast vs Collision Domain?
answer- Broadcast: where broadcasts are forwarded.
- Collision: where packets can collide.
What is a Layer 3 Switch?
answerA switch that can perform routing functions at the Network layer.
Network Security Q&A
Firewalls, IDS/IPS, VPN, NAT, and network segmentation.
What is a Firewall?
answerA security device that monitors and controls incoming and outgoing network traffic based on rules.
IDS vs IPS?
answer- IDS: Intrusion Detection System — detects and alerts.
- IPS: Intrusion Prevention System — detects and blocks.
What is VPN?
answerVirtual Private Network — creates a secure, encrypted tunnel over public networks.
What is NAT?
answerNetwork Address Translation — maps private IP addresses to public IP addresses.
What is an ACL?
answerAccess Control List — defines rules for allowing or denying traffic.
DNS & DHCP Q&A
DNS records, forward/reverse lookup, DHCP leases and reservations.
Forward vs Reverse Lookup?
answer- Forward: domain name → IP address.
- Reverse: IP address → domain name.
What is an A Record?
answerMaps a domain name to an IPv4 address.
What is an MX Record?
answerSpecifies the mail server responsible for receiving email for a domain.
What is a DHCP Lease?
answerThe duration an IP address is assigned to a device before renewal is required.
What is DHCP Reservation?
answerAssigns a specific IP address to a device permanently based on its MAC address.
Wireless Networking Q&A
Wi-Fi standards, security protocols, and wireless infrastructure.
Wi-Fi Standards?
answer- 802.11a/b/g/n/ac/ax (Wi-Fi 6)
- Wi-Fi 6E
WPA2 vs WPA3?
answer- WPA2: widely used, uses AES encryption.
- WPA3: improved security with stronger encryption.
What is SSID?
answerService Set Identifier — the name of a wireless network.
What is Roaming?
answerThe ability of a wireless device to move between access points without losing connection.
What is Channel Interference?
answerSignal degradation caused by overlapping Wi-Fi channels.
Troubleshooting Q&A
Common network issues and how to resolve them.
Slow network. What to check?
answer- Bandwidth usage
- Latency and packet loss
- Duplex and speed settings
- Switch and router logs
No internet connection. How to troubleshoot?
answer- Verify physical connectivity
- Check IP configuration
- Test gateway connectivity
- Verify DNS settings
- Check firewall rules
What is IP Conflict?
answerWhen two devices on the same network are assigned the same IP address.
Useful networking commands?
answerWhat is Packet Loss?
answerWhen data packets fail to reach their destination, often caused by congestion or faulty hardware.
Scenario-based Q&A
Real-world troubleshooting and decision-making scenarios.
A user cannot access the internet. How would you troubleshoot?
- Verify physical connectivity (cables, Wi-Fi).
- Check IP configuration (ipconfig/ifconfig).
- Test gateway connectivity (ping gateway).
- Verify DNS settings (nslookup).
- Check firewall rules and router status.
Users report slow network performance. What steps would you take?
- Check bandwidth usage and utilization.
- Monitor latency and packet loss.
- Review switch and router logs.
- Inspect duplex and speed settings.
- Analyze traffic using monitoring tools.
DNS is not resolving domain names. How would you troubleshoot?
- Verify DNS server configuration.
- Test with nslookup or dig.
- Check DNS service status.
- Clear DNS cache.
- Verify firewall rules allowing DNS traffic.
HR Interview Questions
Common questions to assess your motivation and fit.
Tell me about yourself.
answerBriefly summarize your background, networking experience, and career goals.
Why networking?
answerShare your interest in IT infrastructure, connectivity, and problem-solving.
Describe a networking issue you solved.
answerExplain the problem, your approach, and the resolution.
What certifications do you have?
answerList relevant certifications like CCNA, Network+, JNCIA, etc.
Frequently asked questions
Is Networking a good career?
Yes. Networking skills are essential for careers in network engineering, cybersecurity, cloud computing, DevOps, and system administration.
Which certifications are recommended?
Cisco CCNA, Cisco CCNP, CompTIA Network+, Juniper JNCIA, and AWS Advanced Networking are widely recognized certifications.
Which tools should every Network Engineer know?
Wireshark, Cisco Packet Tracer, GNS3, Nmap, PuTTY, SolarWinds, Nagios, Zabbix, PRTG, and tcpdump.
Start your networking career
Build practical skills in networking, routing, switching, security, and troubleshooting through hands-on labs, certifications, and real-world practice.