Network Specialist Practice Questions & Quiz

40 questions / 10 random questions

the OSI model TCP/IP routing switching DNS VPN wireless LAN and network security
Try a 10-question Network Specialist quiz

Random questions, instant feedback, and review for missed questions.

Start quiz →

View recommended Network Specialist resources →

Included topics (40 questions)

Q1

In the OSI model, which layer is responsible for IP routing?

Answer: The network layer (layer 3)

IP routing belongs to the network layer; the data link layer handles same-segment delivery via MAC.

Q2

Which protocol is connectionless and skips retransmission, suiting low-latency communication?

Answer: UDP

UDP is connectionless without retransmission, suiting low-latency uses like voice and video streaming.

Q3

For the network 192.168.10.0/24, about how many addresses are assignable to hosts?

Answer: 254

A /24 has 8 host bits (256 total); excluding the network and broadcast addresses leaves 254 assignable.

Q4

What is combined with an IP address to determine whether two hosts are on the same network?

Answer: The subnet mask

The subnet mask separates the network and host portions of an IP address to determine the network.

Q5

Where does a host first send traffic destined for another network segment?

Answer: The default gateway

Traffic to another network is first forwarded to the default gateway (router).

Q6

Which method has network devices exchange route information and update routing tables automatically?

Answer: Dynamic routing (e.g., OSPF, BGP)

Dynamic routing exchanges route information via routing protocols and updates paths automatically, even on failures.

Q7

Which device learns MAC addresses and forwards frames within a segment to the correct port?

Answer: An L2 switch

An L2 switch learns a MAC table and forwards frames only to the destination port; a hub floods all ports.

Q8

Which technology logically divides one switch into multiple separate networks?

Answer: VLAN

VLANs logically segment a switch, separating broadcast domains without changing the physical layout.

Q9

Which protocol resolves a MAC address from an IP address within the same segment?

Answer: ARP

ARP resolves a MAC address from an IP address; DNS resolves between domain names and IP addresses.

Q10

Which system looks up the IP address for a domain name like www.example.com?

Answer: DNS

DNS is the name-resolution system that maps domain names to and from IP addresses.

Q11

Which protocol automatically distributes IP address, subnet mask, and default gateway to clients?

Answer: DHCP

DHCP automatically distributes network settings to clients, reducing manual effort and misconfiguration.

Q12

Which technology translates private IP addresses to global ones to enable internet access?

Answer: NAT / NAPT

NAT/NAPT translates between private and global addresses; NAPT also uses ports to share one global IP.

Q13

Which port number is standard for HTTPS communication?

Answer: 443

HTTPS uses 443, HTTP 80, SMTP 25, and FTP control 21 as well-known ports.

Q14

Which procedure establishes a TCP connection at the start of communication?

Answer: The three-way handshake

TCP establishes a connection with the SYN, SYN/ACK, ACK three-way handshake before exchanging data.

Q15

Which hardware-assigned identifier distinguishes devices at the data link layer?

Answer: MAC address

A MAC address is a unique identifier assigned to a NIC, used for frame delivery within a segment.

Q16

Which device distributes traffic across servers to balance load and improve availability and performance?

Answer: A load balancer

A load balancer distributes requests across servers, avoiding overload and single points of failure.

Q17

Which technology prioritizes delay-sensitive traffic like voice and video to control quality?

Answer: QoS

QoS assigns priorities and manages bandwidth and delay to maintain quality for important traffic.

Q18

In wireless LAN, which network identifier distinguishes access points?

Answer: SSID

An SSID is the wireless network name used to distinguish which access point to connect to.

Q19

Which technology connects sites over the internet with encryption to form a secure path?

Answer: VPN

A VPN creates an encrypted tunnel over the internet to securely connect sites or remote users.

Q20

Which server communicates externally on behalf of internal clients, providing access control and caching?

Answer: A proxy server

A proxy server communicates externally for clients, providing access control, caching, and logging.

Q21

Which system caches content on edge servers worldwide to deliver from a location near the user?

Answer: CDN

A CDN distributes content to edge servers and delivers it from near the user with low latency.

Q22

Which protocol does the ping command use to check network reachability?

Answer: ICMP

Ping uses ICMP echo request/reply to check reachability and round-trip time to a host.

Q23

Which protocol prevents broadcast storms from loops when switches are interconnected?

Answer: Spanning Tree Protocol (STP)

STP logically blocks part of redundant paths to prevent loops and broadcast storms.

Q24

Which protocol is used to monitor and manage the status of network devices?

Answer: SNMP

SNMP collects and monitors device status and traffic for network management.

Q25

What is the main reason for adopting IPv6?

Answer: To address IPv4 exhaustion and vastly expand available addresses

IPv6 uses 128-bit addresses to greatly expand address space, solving IPv4 exhaustion.

Q26

Which zone isolates public servers from the internal network to limit damage spread?

Answer: DMZ

A DMZ is a buffer zone isolating public servers from the internal network, used with firewalls to limit damage.

Q27

When evaluating speed, which metric represents the actual useful data throughput?

Answer: Throughput

Throughput is the actual useful data transferred per unit time, typically less than the theoretical bandwidth.

Q28

Which device or function controls allowing or blocking traffic at a network boundary based on rules?

Answer: A firewall

A firewall allows or blocks traffic based on rules, protecting the network boundary.

Q29

You want to carry multiple VLANs over a single link between switches. Which configuration is generally appropriate?

Answer: A VLAN trunk using IEEE 802.1Q

A VLAN trunk tags frames with VLAN IDs and carries multiple VLANs over one physical link, commonly between switches or to virtualization platforms.

Q30

In an internal network, you want traffic to automatically switch to an alternate path when a link fails. Which design is appropriate?

Answer: Use dynamic routing such as OSPF and design route convergence

Dynamic routing such as OSPF lets routers exchange route information and converge to alternate paths after topology changes.

Q31

Which routing protocol is typically used to exchange internet routing information between autonomous systems?

Answer: BGP

BGP is an exterior gateway protocol used for routing between autonomous systems, controlling route policies between ISPs and in multihomed connections.

Q32

To avoid a single point of failure in the default gateway, you want two routers to share a virtual IP. Which technology is appropriate?

Answer: VRRP

VRRP lets multiple routers share a virtual IP address, allowing a standby router to take over the default gateway when the active router fails.

Q33

For website name resolution, you want an alias name to point to a canonical name. Which DNS record is appropriate?

Answer: CNAME record

A CNAME record maps an alias to a canonical name, often used to point a service hostname to another official hostname.

Q34

What is the main effect of shortening a DNS TTL?

Answer: Caches retain records for less time, making changes propagate faster

DNS TTL is the cache validity period. A shorter TTL can speed up record changes, while increasing DNS query volume.

Q35

Multiple wireless access points use the same SSID, but client roaming is unstable. Which viewpoint should be checked?

Answer: Check signal strength, channel design, AP placement, and authentication consistency

Wireless roaming depends on signal overlap, channel interference, AP placement, authentication and encryption consistency, and client behavior. Both design and measurement matter.

Q36

Users report the network is slow, but monitoring shows no link outage. Which metrics should be checked next?

Answer: Latency, packet loss, jitter, interface errors, and bandwidth utilization

When the network is slow, check not only outages but also latency, loss, jitter, errors, and congestion. Application and DNS delays may also need isolation.

Q37

What is the most appropriate purpose of checking a server certificate in HTTPS?

Answer: Verify the server's authenticity and establish the basis for encrypted communication

HTTPS uses TLS to validate the server certificate, confirm the server identity, and establish encryption keys, reducing eavesdropping and impersonation risks.

Q38

You want to verify users connecting from outside to internal systems without trusting them only by network location. Which concept is appropriate?

Answer: Use zero trust to continuously verify users, devices, and access conditions

Zero trust does not rely only on network boundaries; it continuously evaluates identity, device state, MFA, destination, and risk, granting least-privilege access.

Q39

What is the most appropriate main purpose of using NAT?

Answer: Translate between private and public IP addresses so internal clients can communicate externally

NAT translates IP addresses, allowing internal networks using private addresses to communicate with external networks such as the internet.

Q40

When publishing a web application, you want to route traffic at Layer 7 based on URLs or cookies. Which device or function is appropriate?

Answer: Layer 7 load balancer

A Layer 7 load balancer can route requests to suitable backends using application-layer information such as HTTP headers, URL paths, and cookies.

certdrill.dev is an independent, unofficial learning site and is not affiliated with LPI Japan, IPA, AWS, Microsoft Azure, or any exam provider. Questions and explanations are original content.