Network Specialist Quiz

28 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 (28 questions)

Q1

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

Answer:

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 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:

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 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:

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 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 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:

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 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 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 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 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:

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:

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:

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 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 assigns priorities and manages bandwidth and delay to maintain quality for important traffic.

Q18

In wireless LAN, which network identifier distinguishes access points?

Answer:

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:

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 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:

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:

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:

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 collects and monitors device status and traffic for network management.

Q25

What is the main reason for adopting IPv6?

Answer:

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:

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 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 allows or blocks traffic based on rules, protecting the network boundary.

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.