wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Week 4: Network Availability, Security, and Troubleshooting

Total questions: 84

Worksheet time: 42mins

Name
Class
Date
1.

A sysadmin must allow remote command execution for a maintenance script on a Linux host but avoid interactive logins. Which SSH usage best fits that requirement?

a)

ssh user@host and run commands manually

b)

ssh -X user@host to forward X11 and run GUI apps

c)

ssh user@host "bash /opt/maintenance.sh"

d)

scp /opt/maintenance.sh user@host:/tmp then ssh user@host

e)

Enable telnet for script execution

2.

Your company policy requires non-interactive automated backups from serverA to serverB with no password prompts. Which is the most secure approach?

a)

Store root password in cleartext and use sshpass

b)

Generate an SSH key pair on serverA and add its public key to serverB’s authorized_keys with passphrase disabled for automation

c)

Use telnet for faster transfer

d)

Use HTTP PUT to send files to serverB

e)

Run backups manually each night

3.

An administrator sees many failed login attempts in /var/log/auth.log for SSH. What immediate change reduces risk while investigating?

a)

Change from SSH to Telnet

b)

Disable host key checking

c)

Move SSH to a non-standard port and enable rate limiting / fail2ban

d)

Add more users to obscure root account

e)

Remove SSH keys from authorized_keys altogether

4.

A mobile field engineer needs time-synced logs across routers and servers to diagnose an outage. Which is the best action?

a)

Manually set the time on each device weekly

b)

Configure NTP to use a local Stratum 1 server and ensure clients point to it

c)

Disable time sync to avoid drift

d)

Use the system BIOS clock only

e)

Rely on DHCP lease times for log ordering

5.

You want to ensure a remote admin’s SSH session is authenticated by both host and user. Which mechanism enforces that?

a)

Only username/password login

b)

Host public key verification plus user public key authentication (SSH with known_hosts and authorized_keys)

c)

Telnet with IP filtering

d)

Anonymous FTP login followed by local exec

e)

LDAP read-only binding

6.

During a network audit you find SNMP community strings set to default “public”. What immediate change would reduce risk while retaining SNMP reads?

a)

Turn off SNMP entirely

b)

Change the community string to a strong unique string and restrict SNMP access by ACL to management hosts (keep read-only)

c)

Use SNMPv1 but on a different port

d)

Use the same community string across all devices for simplicity

e)

Replace SNMP with telnet polling

7.

A router sends SNMP traps but your collector shows none. Which step best isolates the problem?

a)

Reboot the router immediately

b)

Verify UDP/162 is reachable from the router to the collector and that the community string matches

c)

Switch to using syslog only

d)

Change the router’s management IP randomly

e)

Disable SNMP on the router and re-enable it hourly

8.

A datacenter’s environmental sensors are reporting increasing chassis temperature on a core switch. What should you do first to preserve availability?

a)

Ignore — temperatures fluctuate normally

b)

Increase CPU load to test thermal thresholds

c)

Investigate airflow and fan status, check ambient sensors and schedule cooling intervention while triggering high-severity alerting

d)

Replace the switch immediately without investigation

e)

Turn off SNMP monitoring to reduce load

9.

Your monitoring dashboard shows periodic short spikes of high utilization on an uplink every 30 minutes. What is the best way to find culprit traffic?

a)

Increase link speed without investigating

b)

Run NetFlow/IPFIX on the uplink and examine top talkers for the spike intervals

c)

Block all outbound traffic during spikes

d)

Disable QoS so all traffic is treated equally

e)

Reboot the router at the start of every spike

10.

A new VoIP app reports poor call quality (jitter/latency). Which metric and tool pair will best measure the one-way latency and jitter for troubleshooting?

a)

Use top to measure CPU

b)

Use iperf for bulk throughput only

c)

Use an RTP/VoIP monitoring tool or active probes that measure one-way latency and jitter (with synchronized clocks or probe pairs)

d)

Use df -h to check disk space

e)

Inspect ARP tables only

11.

A junior admin enabled syslog over UDP to a central collector, but messages are missing during heavy load. What change increases reliability?

a)

Switch the collector to HTTP

b)

Use TCP syslog or a reliable transport (e.g., syslog over TLS) so messages aren’t dropped under load

c)

Lower all device logging levels to debug

d)

Send logs to multiple random hosts

e)

Remove timestamps from logs

12.

An SNMP MIB object OID shows CPU temperature on a device. Which SNMP operation returns that single value efficiently?

a)

SNMP Walk for the whole MIB tree

b)

SNMP Get for the specific OID

c)

SNMP Set without consent

d)

Polling via telnet

e)

FTP the .mib file

13.

A site experiences intermittent packet loss only on a particular interface. Which interface metric most directly indicates physical error problems?

a)

High CPU utilization on a remote server

b)

Increased interface CRC errors and collisions reported by interface counters

c)

Low disk IO on a firewall

d)

DNS response time

e)

Low memory on a switch

14.

A streaming application requires consistent low latency and small jitter. Which DiffServ class should be used for its traffic?

a)

Best Effort (BE)

b)

Assured Forwarding (AF) only

c)

Expedited Forwarding (EF) for low-latency, low-loss requirements

d)

Network Control for all streaming endpoints

e)

Random Early Detection (RED) only

15.

Your school wants to prioritize VoIP but still allow students’ downloads. Which QoS mechanism will tag Ethernet frames for switch-port prioritization?

a)

DSCP only, no mapping to layer 2

b)

802.1p priority field (the 3-bit PCP in 802.1Q) mapped from DSCP to apply L2 prioritization

c)

NAT translation table edits

d)

Disabling spanning tree

e)

TTL decrementing

16.

A manager asks to reduce bursty backup traffic impact. Which traffic control technique reserves bandwidth for critical apps?

a)

Traffic policing to drop exceeding packets and traffic shaping to smooth bursts and reserve bandwidth for critical traffic

b)

Block all backups entirely

c)

Increase application retries so traffic is spread

d)

Configure smaller MTU on the link

e)

Use static routes only

17.

A file server reports slow transfers despite nominal interface utilization. Which “goodput vs throughput” explanation is most likely?

a)

Throughput equals goodput always

b)

Throughput is raw link rate; goodput is user data after protocol overhead and retransmissions - high retransmits or small packets can reduce goodput despite high throughput

c)

Goodput increases when latency increases

d)

Throughput is only CPU-related

e)

Goodput is unrelated to retransmissions

18.

Your VoIP calls fail when callers are on a remote subnet behind a NAT. Which NAT behaviour is most likely causing one-way audio?

a)

Static NAT always causes this

b)

PAT (NAPT) changing port mappings and not allowing proper SIP/ RTP pinholes without ALG or firewall pinhole rules, causing RTP not to traverse correctly

c)

NAT never affects voice traffic

d)

Using multiple public IPs is the issue

e)

NAT modifies MAC addresses only

19.

The NTP servers are misconfigured and clients show different timestamps. What symptom is most likely to cause certificate validation failures?

a)

Disk quotas exceeded

b)

Clients’ system times drift and certificate validation fails due to incorrect “Not Before/Not After” checks

c)

DNS TTL values are wrong

d)

VLAN mismatch

e)

Switch port duplex errors

20.

An SNMP agent supports only read-only access but you need to change an ACL remotely. Which change is needed on the device to allow remote config via SNMP?

a)

Nothing - SNMP read-only can change config

b)

Configure an SNMPv3 user with authenticated and encrypted read-write access (or enable SNMP RW community on restricted hosts)

c)

Use telnet without authentication

d)

Use FTP to upload a config file and reboot

e)

Recreate the ACL locally on that site only

21.

A backup scheduled job uses SCP and fails intermittently during network congestion. Which network QoS action will most directly improve reliability?

a)

Mark backup traffic EF

b)

Leave as Best Effort and hope for the best

c)

Mark backups as low priority (Best Effort) and mark real-time traffic EF - ensure backups are deprioritized so critical services get bandwidth during congestion

d)

Disable SSH encryption on SCP

e)

Use Telnet copy instead

22.

You must monitor interface utilization trends to plan upgrades. Which approach will give the most useful baseline?

a)

Single instantaneous ifconfig snapshot

b)

Collect historical interface utilization counters over time (1-minute, 5-minute averages) and store baselines for peak and average values for capacity planning

c)

Only measure during business holidays

23.

A new switch reports excessive “runt” frames. What layer/issue does this indicate and what likely remedy?

a)

Layer 7 application misconfiguration

b)

Physical layer framing problem - check duplex/MTU mismatches and cabling, and replace faulty NICs/cables

c)

A DNS misconfiguration

d)

Routing table overflow

e)

High CPU on the switch

24.

A remote site uses only UDP syslog. During a DoS the central collector misses critical alerts. What design change prevents loss of high-severity messages?

a)

Only log to local files and never forward

b)

Use an out-of-band secure, reliable logging transport (syslog over TLS or TCP) and configure priority filtering to always forward high-severity messages

c)

Use UDP with higher ports only

d)

Disable logging during DoS to conserve bandwidth

e)

Send logs over ICMP to squeeze through

25.

A sensor shows fluctuating voltage on a rack. Which consequence is most likely to affect availability?

a)

Slight voltage changes never affect equipment

b)

Voltage fluctuation can cause unexpected reboots or component stress; trigger alarms and failover to redundant power while investigating UPS/PDUs

c)

Only the monitor will be impacted

d)

It will cause DNS failures directly

e)

It only affects software licenses

26.

A technician wants to tunnel database traffic securely across an untrusted WAN. Which is the best approach?

a)

Use plain TCP port forwarding across the internet

b)

Create an SSH tunnel or VPN between endpoints to encrypt the traffic end-to-end

c)

Use SNMP traps to send database packets

d)

Use FTP in passive mode for all DB traffic

e)

Rely on routing protocol encryption only

27.

Your monitoring system needs to trigger an alarm only when a threshold is exceeded for 10 minutes consecutively. Which concept should you configure?

a)

Single-sample alerting

b)

Use threshold-based alerting with a debounce/hold period (alert when threshold exceeded for configured sustained interval) to reduce noisy alerts

c)

Disable thresholds entirely

d)

Use an immediate SMS for every small spike

e)

Send only daily summaries

28.

A newly installed application requires guaranteed bandwidth during global events. Which combination provides predictable delivery across an IP network?

a)

Best Effort with random drops

b)

Use DiffServ DSCP marking for the app and ensure network devices map DSCP to Layer 2 priority and implement queuing (EF or AF as appropriate) end-to-end

c)

Use HTTP keep-alive only

d)

Rely on static routing to prioritize traffic

e)

Increase MTU everywhere

29.

An engineer wants to see all log messages from multiple firewalls in one place. Which tool and protocol are appropriate?

a)

NetFlow via UDP/9999

b)

Central log collector with syslog (preferably TLS) and a SIEM to aggregate and correlate logs for event management

c)

FTP logs to a web server every hour

d)

SSH into each firewall manually and read logs

e)

Use email alerts only

30.

A device’s MIB doesn’t contain a needed custom sensor OID. What is the best practice for integrating it with SNMP monitoring?

a)

Guess an OID and poll it

b)

Extend the device’s MIB with a vendor-provided or custom MIB and register the new OID mapping in the monitoring system

c)

Poll random OIDs until one works

d)

Replace SNMP with telnet polling

e)

Hardcode sensor values in the collector only

31.

During a WAN maintenance window you need to ensure critical traffic still flows. What action should you take?

a)

Disable all QoS to simplify routing

b)

Configure QoS to prioritize critical traffic and schedule maintenance with traffic shaping and alternate routing where possible

c)

Unplug the non-critical links only

d)

Increase DNS TTLs only

e)

Use default routing and hope for the best

32.

Your monitoring shows increasing retransmissions on a TCP stream across a specific path. Which network problem is most probable?

a)

High packet loss or corruption on the path (could be congestion, CRC errors, or faulty hardware) leading to retransmission — investigate physical and queuing issues

b)

Wrong DNS configuration

c)

Incorrect NTP servers

d)

Firewall blocking ICMP only

e)

Low disk space on client

33.

A new campus video streaming service needs assessment for required link capacity. How do you calculate required bandwidth per stream?

a)

Use only the codec name regardless of profile

b)

Use the stream’s bitrate (e.g., 2 Mbps for HD) plus overhead for RTP/UDP/IP and account for concurrent users and headroom — sum concurrency × per-stream bitrate and overhead

c)

Use twice the number of users as Mbps always

d)

Use interface speed only

e)

Count only the number of devices, ignore bitrate

34.

A web server needs to prove its identity to visitors. Which PKI artifact provides that assurance?

a)

Telnet banner text

b)

A self-signed certificate always trusted by clients

c)

A digital certificate issued and signed by a trusted CA, presented during TLS handshake

d)

FTP credentials stored on the server

e)

DNS A record only

35.

A company wants single sign-on across internal apps with mutual authentication. Which protocol combination fits that requirement?

a)

LDAP without secure transport

b)

Kerberos for SSO with service tickets (KDC) to provide mutual authentication between clients and services

c)

HTTP Basic Auth for each app

d)

Telnet with password caching

e)

FTP with anonymous login

36.

An admin must provide multifactor authentication (MFA) for remote VPN access requiring “something you have” and “something you know.” Which pair is valid?

a)

Password + IP address

b)

Password + hardware token (OTP device)

c)

Fingerprint only

d)

Password + email subject line

e)

Static password reused across sites

37.

A developer needs to allow a service account to authenticate without interactive login on many servers. Which is the recommended secure pattern?

a)

Store plaintext password in scripts executed by cron

b)

Use an SSH key pair for the service account and manage keys with an agent or central secrets manager, following least privilege and rotation policies

c)

Put the password in /etc/passwd shell field

d)

Use Telnet with cleartext creds

e)

Use the root account for all services

38.

You must implement network access control with port-based authentication. Which standard offers this at the switch port level?

a)

RSTP

b)

IEEE 802.1X using EAP and an AAA server for authentication and dynamic VLAN assignment

c)

IGMP snooping

d)

DHCP only

e)

BGP session authentication

39.

A technician configures TACACS+ on a switch for administrative access. What advantage does TACACS+ provide over RADIUS for device administration?

a)

TACACS+ uses UDP and is faster

b)

TACACS+ separates authentication, authorization, and accounting and uses TCP for reliable transport and finer-grained command authorization

c)

TACACS+ does not log commands

d)

TACACS+ is only for wireless controllers

e)

TACACS+ cannot be used with AAA

40.

A company stores user credentials in LDAP. What must they do to secure credentials in transit during LDAP binds?

a)

Use LDAP simple binds over plain TCP port 389 only

b)

Use LDAPS (LDAP over TLS) or LDAP with StartTLS to encrypt credentials in transit

c)

Increase DNS TTL

d)

Use SNMP to read LDAP entries

e)

Store passwords in hosts file

41.

A server certificate shows “Invalid certificate: name mismatch” to clients. What is the most likely cause?

a)

The server’s DNS A record is missing

b)

The subject CN or SAN in the certificate does not match the hostname clients use to reach the server

c)

The certificate is self-signed and expired always

d)

The server’s MAC address changed

e)

The time zone is UTC+1 only

42.

A penetration tester reports a zero-day exploit on an unpatched service. Which immediate risk-management step is best?

a)

Ignore it until a scheduled maintenance window months away

b)

Apply vendor mitigations, isolate or block the vulnerable service where feasible, and prioritize patching after testing, while monitoring for indicators of compromise

c)

Replace the hardware immediately with unknown hardware

d)

Disable logging to avoid performance hits

e)

Ask users to avoid using the internet

43.

An organization wants to enforce least privilege for administrators. Which practice aligns with privileged access management?

a)

Give all admins full domain admin rights for convenience

b)

Use role-based accounts, temporary elevation (just-in-time), audit logging, and credential vaulting for privileged accounts

c)

Share one admin password for all admins

d)

Disable auditing to protect admin privacy

e)

Store admin passwords in a shared Google Doc

44.

A network sensor flags a possible compromise using IOC matches in logs across devices. Which SIEM capability helps reduce false positives by correlating events?

a)

Forward logs without analysis

b)

Use event correlation rules and context enrichment (user, host, asset criticality) to group related alerts and reduce noise

c)

Delete old logs to improve performance

d)

Only keep syslog severity 7 messages

e)

Run correlation manually once a year

45.

A wireless access point uses WPA2-Enterprise with 802.1X. Which backend service typically performs authentication?

a)

DHCP server

b)

RADIUS server (AAA) authenticating EAP credentials against a directory such as LDAP/Active Directory

c)

FTP server

d)

DNS server

e)

NTP server

46.

You must ensure email server TLS certificates are valid. Which operational task will most directly prevent certificate expiration outages?

a)

Ignore expiry and hope clients accept warnings

b)

Track certificate expiry dates in monitoring and automate renewal/installation via ACME or a certificate management process

c)

Reduce TLS versions supported only

d)

Delete the CA chain from the server

e)

Use self-signed certs without tracking expiry

47.

A help desk reports employees can’t authenticate using SSO after a domain controller outage. What SSO component dependency explains this?

a)

SSO never depends on domain controllers

b)

Kerberos-based SSO depends on KDC/AD availability to issue tickets; domain controller / KDC outage breaks ticket issuance and validation

c)

RADIUS always overrides SSO

d)

DNS is unrelated to SSO

e)

LDAP never matters for SSO operations

48.

A security engineer must ensure mutual authentication between a client and server. Which mechanism provides mutual proof of identity?

a)

HTTP Basic authentication only

b)

TLS with client certificates (mutual TLS) so both sides present and validate certificates issued by trusted CAs

c)

Password stored in a cookie

d)

Using SSH server key only

e)

Open FTP connections

49.

A server is using SHA-1 signed certificates which security flags show as weak. What should you do?

a)

Keep SHA-1 certs as they’re still valid everywhere

b)

Reissue certificates signed with modern hash algorithms (e.g., SHA-256) and remove deprecated algorithms from cipher suites

c)

Switch to MD5 for speed

d)

Remove TLS entirely

e)

Change only the certificate subject name

50.

An admin needs to ensure an application’s LDAP password verification is both secure and doesn’t store the password plaintext. What should they implement?

a)

Store plaintext in a config file on a web server

b)

Use hashed and salted password storage on the directory and use secure LDAP channels for bind verification; avoid reversible encryption where possible

c)

Use Telnet for password checking

d)

Use NTP to validate passwords

e)

Use a public FTP share for passwords

51.

An organization wants to limit lateral movement by compromised endpoints. Which architecture principle helps most?

a)

Flat network, single VLAN for everything

b)

Defense in Depth with network segmentation, NAC, microsegmentation, and least-privilege host access controls

c)

Share admin credentials widely for fast recovery

d)

Disable firewalls to increase throughput

e)

Use single sign-on for everything without segmentation

52.

A user’s account is repeatedly failing login attempts and locked out. Which investigation step will best identify whether the cause is a brute-force attack or a user issue?

a)

Immediately delete the account

b)

Review authentication logs for source IPs/timestamps, check for repeated attempts from one or multiple IPs, and correlate with recent password changes or service usage

c)

Reinstall the authentication server

d)

Reset network cables

e)

Turn off auditing to stop alerts

53.

A certificate revocation list (CRL) check is failing for a public-facing service. Which is the most likely cause of client trust failure?

a)

Client is not using TLS

b)

CRL or OCSP responder is unreachable or the certificate was revoked - causing clients to fail validation if CRL/OCSP checks are required

c)

DNS A record missing only

d)

NTP is off by 1 minute always

e)

MAC address mismatch

54.

You need to secure SSH private keys used by multiple automation jobs. Which approach is best for key management?

a)

Put the private key on every server with no passphrase

b)

Use a secrets manager to store keys and provide ephemeral credentials to jobs, rotate keys regularly, and restrict access by role

c)

Email private keys to team members

d)

Check keys into version control without encryption

e)

Use the same private key for all users forever

55.

During a vulnerability scan you find legacy SMBv1 enabled on a file server. What change reduces risk most quickly?

a)

Ignore it since SMBv1 is harmless

b)

Disable SMBv1, ensure SMBv2/3 is enabled and hardened, and apply host-level compensating controls if immediate service interruption is a risk

c)

Re-enable anonymous access to mitigate scanning noise

d)

Change the server’s MAC address only

e)

Move the server to the DMZ without updating protocols

56.

An enterprise wants to control supplier access to certain systems. Which vendor assessment activity reduces supply-chain risk?

a)

Grant suppliers full admin rights to speed onboarding

b)

Perform security maturity assessments, require minimal privileges, enforce contractual security requirements, and validate onboarding security posture periodically

c)

Share a single shared password with all suppliers

d)

Use FTP for vendor uploads only

e)

Exclude vendors from audits to avoid conflict

57.

An IDS using signature-based detection is failing to detect a new polymorphic attack. Which addition improves detection?

a)

Turn off IDS to reduce noise

b)

Add anomaly-based detection and behavioural analytics alongside signature-based rules to detect previously unseen variations

c)

Use static signatures for everything and never update them

d)

Remove logging to reduce storage use

e)

Only rely on firewall rules for detection

58.

A user complains that authentication now requires an OTP device they don’t have. How should you process their request while keeping security posture?

a)

Reset all MFA tokens for everyone

b)

Use an established help-desk verification process to re-issue or temporarily approve alternate MFA after identity verification (with logging and temporary expiry)

c)

Remove MFA from all accounts to be helpful

d)

Share another user’s OTP device

e)

Revoke the user account entirely without checking identity

59.

A service platform integrates with an external IdP for SAML SSO but fails to authenticate some users. Which misconfiguration is most likely?

a)

The IdP is not required for SAML

b)

SAML assertions’ audience or entityID does not match the SP configuration, or certificate/signature trust mismatch exists — causing assertion rejection

c)

Telnet port blocked

d)

DNS TTL too low only

e)

NTP drift of 10 seconds always

60.

A team wants to use password hashing with PBKDF2, bcrypt, or Argon2. Why choose these over plain hashing like MD5?

a)

They are faster and easier to compute

b)

They are computationally expensive and include salt/work factor, making brute-force attacks much harder compared to fast hashes like MD5

c)

They remove the need for TLS

d)

They allow reversible encryption of passwords

e)

They store passwords in plain text for recovery

61.

An application uses mutual TLS but connection fails. Which mismatch most often causes mutual TLS failures?

a)

Server and client have matching certificates

b)

The server trusts the issuing CA for the client certificate and the client trusts the server CA; failure occurs when CA chains are missing or the client certificate is expired/ revoked or not presented - verify trust chains and certificate validity

c)

Mutual TLS uses UDP only so firewalls block it

d)

DNS delegation missing is primary cause always

e)

NTP never affects mutual TLS

62.

A security policy requires logs to be retained for 365 days for compliance. What SIEM configuration best supports this while controlling storage costs?

a)

Delete logs after 7 days to save space

b)

Tiered storage: keep hot searchable logs for a short period, archive older logs to compressed, cost-effective storage and enforce retention policies with access controls

c)

Keep everything on local syslog sever without compression

d)

Send logs to printers for physical retention

e)

Only keep event counts, not detailed logs

63.

A user’s smartcard-based authentication fails after they moved offices. Which root cause should you check first?

a)

The smartcard is unrelated to location

b)

Check the switch port’s 802.1X network access policy, VLAN assignments, and RADIUS reachability - network access could be blocking the authentication process

c)

DNS A records for the user are wrong

d)

CRL always blocks smartcards at new locations

e)

DHCP lease time expired only

64.

A new web app requires secrets for DB connections. Which secret storage approach is most secure for ephemeral cloud workloads?

a)

Store DB passwords in container images

b)

Use a cloud secrets manager to inject ephemeral credentials to workloads using IAM roles or short-lived tokens instead of baked-in static secrets

c)

Put credentials in code comments

d)

Save secrets in ~/.ssh/authorized_keys

65.

You need to log who ran privileged commands on network devices. Which technique provides the clearest audit trail?

a)

Share the enable password among admins

b)

Use TACACS+ with per-user accounts and command accounting enabled so each admin has unique authentication and actions are logged centrally

c)

Use local enable passwords only and no logging

d)

Disable command logging to protect privacy

e)

Use SNMP to capture command history only

66.

A web service’s TLS configuration still supports TLS 1.0, causing compliance errors. Which remediation is correct?

a)

Keep TLS 1.0 enabled and ignore warnings

b)

Disable TLS 1.0/1.1, enable only TLS 1.2+ with secure ciphers, test compatibility, and update clients where necessary

c)

Switch to plain HTTP for speed

d)

Only change cipher order and leave TLS versions unchanged

e)

Remove certificate entirely

67.

A company wants to host a public webserver but isolate it from internal systems. What architecture best accomplishes this?

a)

Put the webserver on the internal LAN with no firewall

b)

Place the webserver in a DMZ/perimeter network behind a screened subnet with filtering between DMZ and internal network and strict ACLs to limit lateral access

c)

Host the server on every internal desktop

d)

Expose the database directly to the internet only

e)

Use the same VLAN for DMZ and internal users

68.

A firewall administrator receives a support ticket: internal users cannot reach an external service on TCP/443. Which log evidence will most directly confirm the firewall is blocking traffic?

a)

DNS logs only

b)

Firewall deny records showing source IP, destination IP/port (TCP/443) and matching ACL rule with timestamps corresponding to failed attempts

c)

CPU usage graphs of the firewall only

d)

DHCP lease logs

e)

SNMP traps from the server only

69.

A junior engineer wrote firewall rules that accept all outbound traffic then deny all inbound. Which principle is violated for inbound server exposure?

a)

Principle of least privilege for inbound services - rules should be explicit to only permit required inbound services and restrict others

b)

Principle of maximum uptime only

c)

NAT must be applied to inbound rules always

d)

DHCP must be used for firewall rules

e)

Use telnet for firewall testing only

70.

After enabling a web application firewall (WAF), legitimate POST requests are blocked. What is the proper remediation path?

a)

Disable the WAF permanently

b)

Tune WAF rule set or create an exception/profile for that application’s legitimate POST patterns, test, and then deploy carefully

c)

Set WAF to block everything implicitly

d)

Allow all traffic to bypass the WAF for speed

e)

Move the app to a legacy server without TLS

71.

An IPS placed behind a firewall shows alerts for suspicious traffic that the firewall allowed. What lesson about placement and defense-in-depth does this illustrate?

a)

IPS should be publicly visible to attackers

b)

Layered defenses detect what upstream devices miss—place IDS/IPS in monitoring positions behind perimeter defenses to catch evasions and internal threats as part of defense-in-depth

c)

One device is sufficient always

d)

IPS can replace patching entirely

e)

Firewall logs are always unnecessary

72.

A NAT device uses PAT and two internal hosts connect to the same external server on the same port. How does the NAT maintain separate connections?

a)

NAT cannot handle this situation

b)

It maps each internal host:port pair to the same public IP with different ephemeral source ports (NAPT), distinguishing flows by the 5-tuple including port numbers

c)

It duplicates packets with different MAC addresses only

d)

It uses DNS to multiplex connections

e)

It blocks the second host automatically

73.

A misconfigured DHCP server handed out an incorrect gateway IP causing internet outage for a subnet. What DHCP config change prevents this in future?

a)

Disable DHCP entirely

b)

Create a scoped DHCP pool with correct default gateway (router) option and restrict which server can respond (DHCP snooping on switches) to prevent rogue servers from offering wrong options

c)

Increase DHCP lease time to 10 years

d)

Use DNS to assign default gateway

e)

Use static ARP entries for all hosts only

74.

A DNS zone shows stale A records after server moves. Which operation corrects cached client records fastest?

a)

Wait for default TTL to expire over days

b)

Lower TTL before migration, then after migration force clients to flush caches or update authoritative records; use SOA serial increment and possibly ipconfig /flushdns on clients in urgent cases

c)

Delete the entire zone to force rebuild

d)

Change mail server records only

e)

Reboot all clients physically

75.

Users complain about an intermittent broadcast storm affecting the network. Which switch feature is most appropriate to limit its effect?

a)

Disable spanning tree to stop storms

b)

Use storm control or broadcast/multicast suppression and investigate root cause (looping ports or faulty NICs), plus ensure STP is correctly configured

c)

Use ACLs on the core to block broadcasts globally

d)

Increase MTU to absorb storms

e)

Turn off SNMP traps to stop alerts

76.

A NATed host is running a game server that requires incoming ports forwarded. After configuring static NAT and port forwarding, players still can’t connect. What should you verify next?

a)

That the server’s local firewall allows the service on that port and the server’s default gateway points to the NAT device

b)

That the server runs telnet

c)

That DNS suffixes are correct only

d)

That the server is on the same VLAN as the internet edge always

e)

That NTP is synchronized only

77.

A router interface shows changing duplex mismatch errors after moved to new switch. What’s the best fix?

a)

Leave autonegotiation off everywhere

b)

Set both ends to autonegotiate or explicitly configure matching duplex and speed on both ends (prefer autonegotiation where possible) to eliminate mismatch and related errors

c)

Configure different MTUs on each end

d)

Change IP addresses only

e)

Disable the interface to avoid errors

78.

A server behind a firewall uses HTTPS but firewall blocks based on SNI. What change allows access?

a)

Disable TLS on the server

b)

Ensure firewall SNI inspection allows the server’s hostname or add an allow rule based on destination IP/port or create a TLS inspection exception for that host if deep inspection interferes

c)

Use telnet as fallback

d)

Change DNS TTL to zero only

e)

Reconfigure client DHCP to ignore gateways

79.

A network shows many ARP table entries for same IP with different MACs - symptoms of which attack, and what immediate mitigation is recommended?

a)

DNS poisoning; mitigation: flush DNS cache only

b)

ARP spoofing/poisoning; mitigation: enable dynamic ARP inspection (DAI) or port-security and use static ARP entries for critical hosts, plus monitor for anomalies

c)

VLAN hopping; mitigation: change MTU only

d)

DHCP exhaustion only; mitigation: increase scope size

e)

RSTP misconfiguration; mitigation: disable spanning tree

80.

After upgrading a firewall’s firmware, multiple legitimate services stop working. Which troubleshooting step is best first?

a)

Roll back immediately without analysis

b)

Check the firewall change logs and rule set diffs as firmware may have changed default behaviours (e.g., default deny, NAT behaviour) and then test rules in simulation or staged environment before rolling back or adjusting rules

c)

Wipe the config and start fresh always

d)

Reboot the entire network to fix defaults

e)

Disable logging to improve throughput

81.

A DHCP relay (ip helper) was configured on a router but clients still don’t get IPs. Which item is most likely missing?

a)

The router’s DNS entries

b)

The router needs a ip helper-address configured on the interface for the client subnet pointing to the DHCP server, and you must ensure UDP ports 67/68 and gateway ACLs are correct

c)

SNMP community string mismatch

d)

The switch port being trunked only causes DHCP problems always

e)

The server must be in the same VLAN physically always

82.

A web server’s certificate shows as untrusted for clients but works internally. Which combination best describes the likely cause and fix?

a)

Public CA revoked all certs worldwide - no fix

b)

Server uses a certificate signed by an internal CA not trusted by public clients; publish the server under a public CA-signed certificate or ensure client trust chain includes the internal CA for internal clients only

c)

DNS PTR record missing only

d)

Firewall blocking TCP/80 only

e)

NTP is off by 60 seconds only

83.

A router’s interface shows high discard counters when a trunk carries voice VLAN and data VLAN. Which config step reduces discards for voice?

a)

Put voice and data on same VLAN always

b)

Ensure QoS marking and queue scheduling are configured to prioritize voice (EF) and that interface policing/shaping doesn’t unfairly drop high-priority voice packets; reserve bandwidth for voice class

c)

Increase DHCP lease time only

d)

Disable STP to speed up convergence

e)

Use SNMP to set interface to monitoring only

84.

A host on VLAN 10 can’t reach a server on VLAN 20; ping by IP works but name resolution fails. What’s the most likely network-level issue?

a)

ARP for the server is broken across VLANs

b)

DNS servers assigned to clients are incorrect for cross-VLAN resolution—verify DHCP options and inter-VLAN routing to ensure correct DNS reachability

c)

ACLs are blocking ICMP between VLANs only

d)

MTU mismatch between VLANs