WGU D315 Network and Security Foundations
PA OA Review Official Practice Exam Actual
Exam 2026/2027 with Detailed Rationales |
Complete Exam-Style Questions | Pass
Guaranteed – A+ Graded
TABLE OF CONTENTS
Section 1 | OSI Model & TCP/IP Model | Q1 – Q10
Section 2 | Network Types, Topologies & Hardware | Q11 – Q20
Section 3 | Security Fundamentals | Q21 – Q30
Section 4 | Cloud Computing & Virtualization | Q31 – Q40
Section 5 | Network Commands, Troubleshooting & NGN-Style Case Analysis |
Q41 – Q50
Instructions: Choose the single best answer. Pass: 40 in 90 minutes.
══════════════════════════════════════
SECTION 1: OSI MODEL & TCP/IP MODEL Q1 – Q10
══════════════════════════════════════
Question 1 of 50
A network technician is analyzing a frame that has just been received by a local
switch. The switch examines the destination hardware address to determine the
correct forwarding port. Identify the OSI layer where this switching operation
occurs.
,2
A. Physical
B. Data Link ✓ CORRECT
C. Network
D. Transport
Correct Answer: B
Rationale: The Data Link layer (Layer 2) is responsible for the error-free delivery
of data frames between directly connected nodes using physical MAC addresses.
The Network layer is a common distractor because it handles logical addressing
(IP) and routing, but local switching relies purely on Layer 2 hardware addresses.
Remember the mnemonic "Switches switch frames, routers route packets" to keep
the layers distinct.
Question 2 of 50
A software developer is building a real-time video streaming application that
prioritizes fast delivery over guaranteed packet arrival to minimize screen lag.
Identify the Transport layer protocol best suited for this application.
A. TCP
B. ICMP
C. UDP ✓ CORRECT
D. ARP
Correct Answer: C
Rationale: UDP (User Datagram Protocol) operates at the Transport layer and
provides a connectionless, low-overhead delivery service ideal for real-time
applications where speed outweighs reliability. TCP is a tempting distractor
,3
because it guarantees delivery, but its acknowledgment and retransmission
mechanisms introduce latency unacceptable for live video. When a scenario
emphasizes speed over reliability, always select UDP.
Question 3 of 50
An enterprise router receives an incoming packet and examines the destination IP
address to determine the best path across multiple interconnected networks.
Identify the primary OSI layer where this routing decision is executed.
A. Data Link
B. Session
C. Presentation
D. Network ✓ CORRECT
Correct Answer: D
Rationale: The Network layer (Layer 3) manages logical addressing and routing,
allowing routers to determine the best path for packets across interconnected
networks. The Data Link layer is incorrect because it only handles moving frames
between directly connected devices on the same local network segment. Routers
strip Layer 2 headers and rebuild them as packets move between differing network
segments.
Question 4 of 50
A systems administrator is explaining how the HTTP protocol maps to the OSI and
TCP/IP models. Identify the highest layer HTTP occupies in the OSI model and its
equivalent layer in the TCP/IP model.
, 4
A. OSI Application layer / TCP/IP Application layer ✓ CORRECT
B. OSI Presentation layer / TCP/IP Application layer
C. OSI Session layer / TCP/IP Transport layer
D. OSI Application layer / TCP/IP Transport layer
Correct Answer: A
Rationale: HTTP operates at the highest layer of both models: the Application
layer in the OSI model and the Application layer in the TCP/IP model, which
consolidates the OSI's top three layers. The Presentation layer is a distractor
because, while the OSI Presentation layer handles data formatting, HTTP itself is
defined at the Application layer and simply utilizes Presentation layer services.
The TCP/IP model simplifies this by merging Application, Presentation, and
Session functions into a single Application layer.
Question 5 of 50
A network engineer is troubleshooting intermittent connectivity caused by voltage
fluctuations and electromagnetic interference on a copper cable. Identify the OSI
layer where this interference directly impacts the data.
A. Data Link
B. Physical ✓ CORRECT
C. Network
D. Transport
Correct Answer: B
Rationale: The Physical layer (Layer 1) is responsible for the actual transmission
of raw bit streams over the physical medium, making it directly susceptible to