What is a SQL Injection?
SQL injection a specific type of injection attack that targets databases to execute malicious SQL commands
What are Zero-Day Exploits?
Zero-day attacks target software vulnerabilities that are unknown to the software vendor and have no patch available yet.
What are Password Attacks?
Password attacks attempt to gain unauthorized access by guessing passwords, using keyloggers to capture keystrokes, or using other methods to crack credentials
What is an .iso file?
A disk image that contains an exact copy of the contents of a storage device, typically an optical disc such as a CD or DVD. It is commonly used for distributing software, operating systems, and other large datasets and can be mounted as a virtual disk for installation or access
How does trunking work?
Trunking carries traffic for multiple VLANs using tagging (IEEE 802.1Q). It’s primarily a switch-to-switch connection
What’s a native VLAN?
Native vLAN the untagged VLAN on a trunk port — typically VLAN 1, and the best practice is to change it.
Devices not joining the network after VLAN change.
TheVLAN is not assigned, or DHCP scope doesn’t include that VLAN’s subnet.
What is an internal switch in Hyper-V?
A type of virtual switch that allows communication between virtual machines on the same host while remaining isolated from the external network.
What does “Enable virtual LAN identification” do in Hyper-V?
Enabling VLAN identification allows the VM to tag outgoing network frames with a VLAN identifier, facilitating communication within a specific VLAN.
This configuration is useful when working with Virtual Local Area Networks (VLANs) to logically segment network traffic within a virtualized environment
Difference between Link Aggregation Control Protocol (LACP) and Port Aggregation Protocol (PAgP)?
LACP (IEEE standard) and PAgP (Cisco proprietary) both combine the bandwidth of multiple physical ports into a single logical port.
They also negotiate EtherChannel formation
The difference is that LACP is IEEE standard and PAgP is Cisco proprietary
What’s Port Security?
Port security limits which MAC addresses can connect to a switch port to reduce unauthorized access.
Why enable Bridge Protocol Data Units (BPDU) Guard?
BPDU disables ports receiving unexpected STP messages — protecting against rogue switches.
What causes a “link light” notification but there’s no connectivity?
Duplex mismatch | vLAN misconfiguration | wrong port assignment
Intermittent connectivity for one PC?
Possibly a:
— swap components to isolate.
Slow network response after upgrade?
Duplex mismatch or switch port misconfiguration — check for auto/forced negotiation.
What tool checks for cable breaks or length?
A Time Domain Reflectometer (TDR) for copper or Optical TDR (OTDR) for fiber.
What’s attenuation?
Signal loss over distance or poor-quality cable — often fixed with shorter runs or better cable.
What’s the effect of near-end crosstalk (NEXT)?
Reduced signal quality — usually caused by improper twists or cable damage.
How to fix No Link on a copper cable?
When do you use a cable certifier?
To validate that installed cabling meets specifications and supports the desired speed.
Users get 169.254.x.x addresses — what’s wrong?
DHCP server unreachable or scope exhausted. The OS assigns APIPA automatically.
What are the APIPA IP addresses for IPv4 and IPv6 referred to as?
They are Link-Local addresses that are automatically generated by a host device
What does the ping test do?
Layer 3 IP connectivity — basic reachability using ICMP Echo Request/Reply.
Users can ping IPs but not hostnames.
DNS resolution issue — check DNS server configuration or client settings.