Assessment Passed | Full PA Report with GNS3 Topology &
JSON Export | 2026 Update with complete solutions
(GUARANTEED PASS)
INTRODUCTION
This premium academic resource provides a verified, high-yield test bank
focusing on the critical overlap of network architecture, automation
protocols, and AI-driven security mechanisms. Tailored specifically to
align with advanced information technology rubrics, each question
delivers rigorous assessment metrics alongside detailed conceptual
explanations. It serves as an essential tool for students mastering
enterprise infrastructure design, version-controlled pipelines, and
modern security operations.
Question 1
When designing an AI-enhanced network topology in GNS3 for WGU E026,
what is the primary structural purpose of introducing micro-
segmentation around database servers?
A) To accelerate the physical throughput of data packets across WAN links
B) To eliminate the need for a Next-Generation Firewall (NGFW) at the
edge
C) To limit lateral movement of a threat actor in the event of an internal
,compromise
D) To enable automated routing updates through basic RIPv2 protocols
Answer: C
Explanation: Micro-segmentation isolates high-value assets (such as
EHR or financial databases) into strict security zones. If an outer
perimeter node is breached, the attacker cannot freely move
laterally to compromised assets without passing additional access
control policy checks.
Question 2
In the GNS3 application architecture, what type of file structure is used to
natively native-export node positions, link connections, and interface
mappings as seen in the project save directory?
A) XML schema definitions (.xsd)
B) JavaScript Object Notation (.json)
C) Yaml Ain't Markup Language (.yaml)
D) Ini configuration files (.ini)
Answer: B
Explanation: GNS3 natively saves its configuration state,
coordinates, node names, and structural linkages within a plain text
.gns3 file, which uses the standard JSON format.
Question 3
According to evaluation guidance for the WGU E026 Performance
Assessment, which step regarding GNS3 virtual machines is factually
,true?
A) All virtual machines must be fully booted, licensed, and dynamically
pinging each other.
B) Node virtual machines do not need to be active or configured; the
layout serves as an architectural proof-of-concept.
C) Cisco IOS images must be legally purchased and uploaded to the
grading evaluator.
D) You must use a live physical connection from your home router to the
GNS3 interface loopback.
Answer: B
Explanation: WGU grading rubrics for this specific course focus on
the design logic, AI documentation, and JSON export structure.
Students are explicitly instructed that running or configuring active
operating systems inside the GNS3 canvas is outside the score
requirements.
Question 4
To pass Section E1 of the Performance Assessment rubric regarding
intrusion detection/prevention, which entry would result in an immediate
return/rejection?
A) "Deploying a Snort engine inline with the core switch mirror port."
B) "Implementing a generic IDS/IPS appliance within the DMZ zone."
C) "Configuring Suricata to scan inbound traffic segments."
D) "Utilizing Cisco Secure IPS on the network perimeter."
, Answer: B
Explanation: The rubric mandates documenting specific, real-world
vendors or production-grade solutions. Generic technical acronyms
like "IDS/IPS" without an associated operational vendor model
trigger an evaluation failure.
Question 5
What is the consequence of forgetting to execute a git push origin master
(or main) to the designated WGU GitLab repository environment prior to
clicking final task submission?
A) The assignment will be automatically evaluated based entirely on the
written PDF report.
B) The evaluator will pull a blank or outdated repository, leading to an
automatic task rejection.
C) GitLab automatically syncs with local GNS3 directories every 10
minutes without commands.
D) The student's access to the GNS3 client is permanently locked out.
Answer: B
Explanation: Version control verification requires the artifact files
to reside in the cloud-hosted WGU GitLab system. If the local
commits are never pushed to the remote repository, evaluators will
see an empty project container.
Question 6