Unlock hundreds more features
Save your Quiz to the Dashboard
View and Export Results
Use AI to Create Quizzes and Analyse Results

Sign inSign in with Facebook
Sign inSign in with Google

Challenge Yourself with Network Fundamentals Pre-Test Quiz

Assess Core Network Fundamentals and Concepts

Difficulty: Moderate
Questions: 20
Learning OutcomesStudy Material
Colorful paper art depicting elements related to Network Fundamentals Pre-Test Quiz.

As you prepare for certification or coursework, the Network Fundamentals Pre-Test Quiz offers a quick assessment of key networking concepts, from the OSI model to IP addressing. Students, IT trainees, and self-learners can test their understanding with this engaging quiz and identify areas for improvement. Results provide instant feedback, helping refine your study plan for network basics. Feel free to customise this pre-test in the online editor to suit different skill levels. For more practice challenges, explore our Network Fundamentals Practice Quiz, check out the Network Infrastructure Knowledge Test, or browse other quizzes.

Which OSI layer is responsible for logical addressing and routing?
Physical
Network
Transport
Data Link
The Network layer handles logical addressing by assigning IP addresses and manages routing between devices. It determines the optimal path for data packets across interconnected networks.
What is the prefix length equivalent to subnet mask 255.255.255.0?
/24
/8
/16
/32
255.255.255.0 corresponds to 24 consecutive one bits in binary representation. This is commonly notated as /24 in CIDR notation.
Which device operates at the OSI Data Link layer to forward frames based on MAC addresses?
Firewall
Router
Hub
Switch
A switch operates at the Data Link layer by learning and using MAC addresses to forward Ethernet frames. This allows efficient traffic segmentation within a LAN.
What is the primary function of DHCP in IP networking?
Assign IP configuration to hosts
Translate domain names to IP addresses
Segment networks into VLANs
Forward packets between subnets
DHCP automates the assignment of IP addresses and network configuration parameters to hosts. It reduces manual configuration and helps prevent address conflicts.
Which protocol resolves human-readable domain names to IP addresses?
DNS
SMTP
FTP
HTTP
The Domain Name System translates human-friendly domain names into IP addresses. It enables users to access websites using easy-to-remember names instead of numeric IPs.
Which of the following IP addresses is a private IPv4 address?
192.0.2.1
203.0.113.10
8.8.8.8
172.17.10.5
The range 172.16.0.0 to 172.31.255.255 is reserved for private networks. 172.17.10.5 falls within this range and is not routable on the public internet.
Given an IP address 192.168.1.130 and subnet mask 255.255.255.128, what is the broadcast address?
192.168.1.255
192.168.1.129
192.168.1.127
192.168.1.192
With a /25 mask, the subnet ranges are 192.168.1.0 - 192.168.1.127 and 192.168.1.128 - 192.168.1.255. The broadcast address for the second subnet is 192.168.1.255.
In network troubleshooting, which command is used to test basic IP connectivity to another host?
traceroute
ping
nslookup
arp
The ping command sends ICMP echo requests to verify if a remote host is reachable over IP. Successful replies confirm basic network connectivity.
Which transport layer protocol provides reliable, connection-oriented communication?
IP
TCP
ICMP
UDP
TCP provides reliable, connection-oriented communication by establishing a session before data transfer. It uses acknowledgments, sequencing, and retransmission to ensure delivery.
In the TCP/IP model, which layer corresponds to the OSI Session, Presentation, and Application layers?
Host-to-Host
Application
Internet
Network Access
The TCP/IP model combines the OSI Session, Presentation, and Application layers into a single Application layer. This layer handles high-level protocols, data representation, and user interfaces.
Which DHCP message type does a client send to request an offered IP address?
DHCPREQUEST
DHCPACK
DHCPOFFER
DHCPDISCOVER
After a client receives a DHCPOFFER from a DHCP server, it sends a DHCPREQUEST to accept the offered IP configuration. This message confirms the lease parameters selected by the client.
Which DNS record type is used to map a domain name to an IPv4 address?
PTR
A
CNAME
MX
An A record in DNS maps a domain name directly to an IPv4 address. It is the most common type of record used for hostname resolution.
What is the primary function of a router in a network?
Assign IP addresses to hosts
Switch segments within the same network
Forward frames based on MAC addresses
Forward packets between different IP subnets
A router operates at the Network layer to forward IP packets between different subnets based on routing tables. It enables communication across distinct networks.
Which network topology features a single central cable that devices connect to?
Star
Bus
Ring
Mesh
A bus topology uses a single coaxial cable as the shared transmission medium. All devices attach to this backbone, and a failure in the cable can disrupt the entire network.
What is ARP used for in IPv4 networking?
Encrypting data
Assigning IP addresses
Translating domain names
Resolving IP to MAC address
ARP is used to resolve an IPv4 address to its corresponding MAC address on a local network. It populates the ARP table so devices can encapsulate IP packets into Ethernet frames.
How many /26 subnets can you create from a single /24 network?
2
16
4
8
Dividing a /24 network into /26 segments adds 2 bits to the network portion, yielding 2^2 or 4 subnets. Each /26 subnet supports 64 IP addresses.
In a troubleshooting scenario where a host cannot reach any external network, which OSI layer fault might be indicated if the NIC's link light is off?
Transport
Physical
Data Link
Network
A non-lit link light indicates a failure at the Physical layer, such as a faulty cable or port. Physical layer faults prevent any data transmission before frames reach the Data Link layer.
Which Spanning Tree Protocol variant is standardized and uses bridge IDs with MAC addresses?
STP
DTP
MSTP
RSTP
The original Spanning Tree Protocol (IEEE 802.1D) uses bridge IDs composed of priority and MAC address to elect a root bridge. It prevents switching loops by creating a loop-free logical topology.
In a full mesh topology with five nodes, how many total point-to-point links exist?
5
10
20
15
In a full mesh, each node connects directly to every other node, resulting in n(n−1)/2 links. For five nodes, this calculation yields 5×4/2=10 links.
Given the IP network 172.16.5.64/26, what is the first usable host address?
172.16.5.65
172.16.5.126
172.16.5.64
172.16.5.127
The /26 mask on 172.16.5.64 creates a subnet range of .64 - .127 where .64 is the network address. Therefore, the first usable host address in this block is .65.
0
{"name":"Which OSI layer is responsible for logical addressing and routing?", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Which OSI layer is responsible for logical addressing and routing?, What is the prefix length equivalent to subnet mask 255.255.255.0?, Which device operates at the OSI Data Link layer to forward frames based on MAC addresses?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}

Learning Outcomes

  1. Identify the layers of the OSI model and their functions
  2. Analyze IPv4 addressing schemes and subnet mask calculations
  3. Differentiate between routing, switching, and bridging concepts
  4. Apply basic troubleshooting steps to common network issues
  5. Interpret core network protocols such as TCP/IP, DHCP, and DNS
  6. Evaluate network topologies for performance and reliability

Cheat Sheet

  1. Understand the OSI Model Layers and Their Functions - Jump into the seven-layer legend of the OSI Model and discover how each slice of the network cake - from Physical wiring to Application magic - works together to keep your data grooving. Memorize the catchy mnemonic "Please Do Not Throw Sausage Pizza Away" and you'll nail the order in no time! OSI Model Explained
  2. Master IPv4 Addressing and Subnet Mask Calculations - Crunching numbers has never been this fun as you learn to carve up IP address space with subnet masks. To support, say, 57 hosts, you'd pick a mask that gives at least 64 addresses (2^6 = 64), balancing efficiency and capacity like a pro. IP Subnetting: How to Calculate Subnet Masks
  3. Differentiate Between Routing, Switching, and Bridging - Think of routers as savvy traffic cops directing cars between cities (networks), switches as friendly hosts guiding guests to the right rooms (devices), and bridges as party hosts that merge smaller get-togethers into one big bash. Grasp these roles to design networks that run smoothly without crashing the party! Router Definition and Functions
  4. Apply Basic Troubleshooting Steps to Common Network Issues - Become a digital detective by checking cables, confirming IP settings, and wielding tools like ping and traceroute to hunt down connectivity gremlins. A systematic approach saves time and turns you into the hero who spots and squashes network hiccups. Network Troubleshooting Basics
  5. Interpret Core Network Protocols: TCP/IP, DHCP, and DNS - Dive into the trio that powers the internet: TCP/IP for reliable data delivery, DHCP for handing out IP addresses on the fly, and DNS for translating friendly names like "example.com" into machine-friendly IPs. Seeing how they team up gives you superpowers in network management! TCP/IP Protocol Suite
  6. Evaluate Network Topologies for Performance and Reliability - Explore network layouts like star, bus, ring, and mesh to discover which shape best handles traffic jams, failures, and growth spurts. For example, a star topology makes troubleshooting a breeze but leans heavily on that central hub holding the whole show together. Network Topology Overview
  7. Calculate Subnet Addresses from IP Addresses and Subnet Masks - Roll up your sleeves and convert IPs and masks into binary, then perform bitwise AND operations to pinpoint the exact subnet address. This ninja-level skill is key for carving networks into neat, manageable segments. Calculating Subnet Addresses
  8. Understand Classless Inter-Domain Routing (CIDR) - Ditch the old class-based mindset and embrace CIDR's flexible slash notation, letting you slice IP space with variable-length masks for maximum efficiency. Whether it's a /24 for 256 hosts or a tight /28 for just 16, CIDR helps you avoid address waste. IPv4 Classless Subnet Equation
  9. Recognize the Importance of Network Security Measures - Lock down your network with firewalls, intrusion detection systems, and timely software patches to keep cyber baddies at bay. A solid security foundation means you can surf, stream, and study without unexpected intruders crashing your digital party. Network Security Fundamentals
  10. Familiarize Yourself with Network Troubleshooting Tools - Level up your toolkit with Wireshark for packet sleuthing, Netstat for traffic snapshots, and Nslookup for DNS detective work. Mastering these utilities transforms frustrating network faults into fun puzzles waiting to be solved. Network Troubleshooting Tools
Powered by: Quiz Maker