Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU C172 NETWORK AND SECURITY FOUNDATIONS OA EXAM 200 ACTUAL QUESTIONS AND CORRECT ANSWERS WITH RATIONALE ALREADY GRADED A+ NEW!!!!!!!!!!!!!!!!

Rating
-
Sold
-
Pages
55
Grade
A+
Uploaded on
20-06-2026
Written in
2025/2026

This comprehensive exam preparation resource contains 200 actual exam-style questions with verified answers and detailed rationales for the WGU C172 Network and Security Foundations Objective Assessment. Based on the complete set of questions provided, this guide covers every critical domain of networking fundamentals and security principles, including the OSI model (all 7 layers and their functions), TCP/IP model architecture and protocols (IP, TCP, UDP, ICMP, ARP), Ethernet standards and frame structure, cabling and connectors (UTP, STP, fiber optic, CAT5e, CAT6, CAT6a), network topologies (star, bus, ring, mesh), network devices (hubs, switches, routers, bridges, modems, access points), IPv4 and IPv6 addressing (classes, subnetting, public vs. private, NAT, DHCP, DNS), wireless networking (802.11 standards, SSID, WEP, WPA, WPA2, encryption, authentication, range extenders, fake access point mitigation), network troubleshooting tools (ping, tracert/traceroute, nslookup, ipconfig, arp, netstat, route), security fundamentals (CIA triad, AAA framework, authentication, authorization, accounting, firewalls, VPNs, encryption, malware types, social engineering attacks, zero-day exploits, buffer overflow, spoofing, ARP poisoning, phishing), cloud computing models (IaaS, PaaS, SaaS, public, private, community, hybrid), virtualization (hypervisors, virtual machines), disaster recovery (hot sites, backup types, MTBF, MTTR, MTBF, RTO, RPO), legal and regulatory compliance (HIPAA, FISMA, GLBA, FERPA, PCI DSS), and network policies (AUP, SLA, MOU, NDA, SOW). Each question is accompanied by a thorough rationale explaining why the correct answer is right and why the distractors are incorrect, reinforcing the underlying networking and security concepts. This resource is ideal for WGU students preparing for the C172 OA, IT professionals seeking to strengthen their networking knowledge, or anyone preparing for entry-level networking certifications such as CompTIA Network+.

Show more Read less
Institution
WGU C172 Network And Security
Course
WGU C172 Network and Security

Content preview

WGU C172 NETWORK AND SECURITY FOUNDATIONS OA EXAM 200
ACTUAL QUESTIONS AND CORRECT ANSWERS WITH RATIONALE
ALREADY GRADED A+ NEW!!!!!!!!!!!!!!!!




1. Which OSI layer is responsible for organizing how bits are passed over the
physical layer between devices within the same collision domain?
a) Physical Layer
b) Data Link Layer
c) Network Layer
d) Transport Layer
Answer: b) Data Link Layer
Rationale: The Data Link Layer (Layer 2) is responsible for organizing bits into
frames and managing access to the physical medium using MAC addresses. It
handles communication between devices within the same collision domain .

2. Which OSI layer is related to the function of the IP protocol suite?
a) Physical Layer
b) Data Link Layer
c) Network Layer
d) Transport Layer
Answer: c) Network Layer
Rationale: The Network Layer (Layer 3) is responsible for logical addressing
and routing of data packets across different networks. The Internet Protocol (IP)
operates at this layer .

3. Which OSI layer ensures error-free packets and resends them if they are not
received correctly?
a) Network Layer
b) Data Link Layer
c) Session Layer
d) Transport Layer
Answer: d) Transport Layer
Rationale: The Transport Layer (Layer 4) provides reliable delivery of data
through error detection, correction, and retransmission of lost or corrupted packets.
TCP is a key protocol at this layer .

,4. Which protocol suite performs functions of OSI layer 4?
a) IP
b) TCP
c) ARP
d) ICMP
Answer: b) TCP
Rationale: The Transmission Control Protocol (TCP) operates at the Transport
Layer (Layer 4) of the OSI model, providing reliable, ordered delivery of data
between applications .

5. What does the "header" of an Ethernet packet consist of?
a) Data and frame check sequence only
b) Preamble, start frame delimiter, destination and source addresses, and
length/type field
c) Source address and data only
d) Length/type field and data only
Answer: b) Preamble, start frame delimiter, destination and source addresses,
and length/type field
Rationale: The Ethernet frame header contains the preamble, start frame
delimiter, destination MAC address, source MAC address, and the length/type field
.

6. What is the minimum length of an Ethernet frame from the destination MAC
address through the frame check sequence?
a) 46 bytes
b) 64 bytes
c) 128 bytes
d) 1518 bytes
Answer: b) 64 bytes
Rationale: The minimum Ethernet frame size is 64 bytes, which includes the
destination MAC address, source MAC address, length/type, data, and frame check
sequence. This ensures collision detection works properly on Ethernet networks .

7. What is the maximum length of an Ethernet frame?
a) 64 bytes
b) 512 bytes
c) 1024 bytes
d) 1518 bytes
Answer: d) 1518 bytes

, Rationale: The maximum Ethernet frame size is 1518 bytes, including the
header, data, and frame check sequence. This ensures efficient network utilization
and prevents a single station from monopolizing the network .

8. Which type of Ethernet cable can maintain 10Gbps transmission speeds through
its maximum 100-meter length?
a) CAT5e
b) CAT6
c) CAT6a
d) CAT7
Answer: c) CAT6a
Rationale: CAT6a (Augmented Category 6) is designed to support 10 Gigabit
Ethernet (10Gbps) transmission speeds over the full 100-meter distance, making it
suitable for high-performance networks .

9. Which device is used to organize network cables as they run between switches
and other network devices?
a) Router
b) Switch
c) Patch panel
d) Modem
Answer: c) Patch panel
Rationale: A patch panel provides a centralized location for organizing and
managing network cables. It allows for flexible connections between switches and
other network devices, simplifying cable management and troubleshooting .

10. Which network device is used to connect two or more network segments by
performing OSI layer 3 functions like packet-forwarding?
a) Hub
b) Switch
c) Router
d) Bridge
Answer: c) Router
Rationale: A router operates at the Network Layer (Layer 3) and forwards
packets between different networks based on logical IP addresses. It connects
network segments and determines the best path for data transmission .

11. Which command produces output showing a domain name's IP address (e.g.,
Non-authoritative answer: Name: www.google.com Address: 172.217.11.132)?
a) ping

, b) tracert
c) nslookup
d) ipconfig
Answer: c) nslookup
Rationale: The nslookup command is used to query DNS servers to translate
domain names to IP addresses or vice versa. The output shown is typical for an
nslookup query .

12. Which command should be used to manually enter the default gateway for a
computer?
a) ping
b) ipconfig
c) route
d) nslookup
Answer: c) route
Rationale: The route command is used to view and modify the IP routing table,
including manually adding or changing the default gateway. This is necessary for
configuring network routes .

13. Which network diagnostic tool displays the path packets take between two
endpoints?
a) ping
b) tracert/traceroute
c) nslookup
d) arp
Answer: b) tracert/traceroute
Rationale: Tracert (Windows) or traceroute (Linux) shows the route packets take
from the source to a destination, listing each hop with response times. This helps
diagnose network latency and routing issues .

14. Which network type is used to wire multiple PCs to a home router?
a) WAN
b) LAN
c) MAN
d) PAN
Answer: b) LAN
Rationale: A Local Area Network (LAN) connects devices within a limited area,
such as a home, office, or building. Home routers typically create a LAN to
connect multiple PCs and other devices .

Written for

Institution
WGU C172 Network and Security
Course
WGU C172 Network and Security

Document information

Uploaded on
June 20, 2026
Number of pages
55
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$15.99
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
PrepPulse
3.0
(1)

Get to know the seller

Seller avatar
PrepPulse NURSING, ECONOMICS, MATHEMATICS, BIOLOGY, AND HISTORY MATERIALS BEST TUTORING, HOMEWORK HELP, EXAMS, TESTS, AND STUDY GUIDE MATERIALS WITH GUARANTEED A+ I am a dedicated medical practitioner with diverse knowledge in matters
Follow You need to be logged in order to follow users or courses
Sold
3
Member since
1 month
Number of followers
0
Documents
579
Last sold
2 days ago
ExamSmart

Exams feel overwhelming, but the right notes change everything. Here you'll find easy-to-follow summaries, step-by-step solutions, and practice materials that turn tough topics into manageable pieces. I create everything to match your actual exam board and keep it updated so you're never studying the wrong thing. Let's make your next exam your best one.

3.0

1 reviews

5
0
4
0
3
1
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions