🌍 Ethical Hacking · flashcards
Ethical Hacking Networking Fundamentals Flashcards
50 question-and-answer cards covering Networking Fundamentals as it is examined in Ethical Hacking. 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.
24 sample cards from the Networking Fundamentals deck
Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.
What is the primary functional difference between a hub and a switch?
A hub is a Layer 1 device that repeats signals to all ports (one collision domain); a switch is a Layer 2 device that forwards frames only to the destination port using a MAC table, giving each port its own collision domain.
What is a VLAN and what security benefit does it provide?
A Virtual LAN logically segments a switch into separate broadcast domains. It isolates traffic, limiting broadcast scope and reducing the attack surface between groups of hosts.
What is the difference between a collision domain and a broadcast domain?
A collision domain is a segment where packet collisions can occur (bounded by switches/routers); a broadcast domain is the set of devices that receive a broadcast frame (bounded by routers/VLANs).
What Layer 2 protocol prevents switching loops, and how?
Spanning Tree Protocol (STP); it blocks redundant paths to build a loop-free logical topology while keeping backup links available.
What is the difference between a stateless (packet-filtering) firewall and a stateful firewall?
A stateless firewall inspects each packet independently against rules (IP/port/protocol). A stateful firewall tracks connection state in a state table and allows return traffic for established sessions.
What is a next-generation firewall (NGFW) and how does it differ from a traditional firewall?
An NGFW adds deep packet inspection, application awareness (Layer 7), integrated IPS, and user identity/threat intelligence beyond simple port/IP filtering.
What is the difference between a firewall's default-deny (whitelist) and default-allow (blacklist) policy?
Default-deny blocks all traffic except explicitly permitted flows (more secure); default-allow permits everything except explicitly blocked flows (less secure).
What is a DMZ in network design?
A demilitarized zone is a perimeter subnet that hosts public-facing services (web, mail, DNS) between the untrusted internet and the trusted internal network, isolating them so a breach doesn't directly expose the LAN.
What is the difference between the 2.4 GHz and 5 GHz Wi-Fi bands?
$2.4\,\text{GHz}$ offers longer range and better wall penetration but fewer non-overlapping channels and more interference; $5\,\text{GHz}$ offers higher throughput and more channels but shorter range.
Rank the Wi-Fi security protocols WEP, WPA, WPA2, and WPA3 from weakest to strongest, noting their encryption.
WEP (weakest, RC4, broken) < WPA (TKIP) < WPA2 (AES-CCMP) < WPA3 (strongest, AES + SAE/forward secrecy).
What is an 'evil twin' attack on a wireless network?
An attacker sets up a rogue access point mimicking a legitimate SSID to trick users into connecting, enabling interception of their traffic and credentials.
What is the difference between an SSID and a BSSID?
The SSID is the human-readable network name; the BSSID is the MAC address of the specific access point's radio.
What is the core difference between an IDS and an IPS?
An IDS (Intrusion Detection System) passively monitors and alerts on suspicious traffic; an IPS (Intrusion Prevention System) sits inline and can actively block or drop malicious traffic in real time.
Compare signature-based and anomaly-based detection in IDS/IPS.
Signature-based detection matches traffic against known attack patterns (low false positives, misses zero-days). Anomaly-based detection flags deviations from a learned baseline (can catch novel attacks but has more false positives).
What is the difference between a NIDS and a HIDS?
A Network IDS (NIDS) monitors traffic across a network segment; a Host IDS (HIDS) monitors activity, logs, and files on a single host.
Define true positive, false positive, false negative, and true negative for an IDS.
True positive = attack correctly alerted; false positive = benign traffic wrongly alerted; false negative = attack missed (no alert); true negative = benign traffic correctly ignored.
What is network segmentation and why is it a security best practice?
Dividing a network into isolated segments/zones so that traffic between them is controlled. It limits lateral movement, contains breaches, and reduces the attack surface (enforcing least privilege at the network level).
What is microsegmentation?
A fine-grained segmentation approach that isolates individual workloads or hosts (often down to the VM/container level) with per-workload policies, typically enforced in software to stop east-west lateral movement.
What is the primary purpose of a VPN?
To create an encrypted tunnel over an untrusted network (like the internet), providing confidentiality, integrity, and authentication for data in transit between endpoints.
Compare IPsec and SSL/TLS VPNs.
IPsec operates at Layer 3, securing all IP traffic (often site-to-site), needing a client. SSL/TLS VPNs operate at Layers 4-7, are typically clientless via a browser, and are used for remote-access to specific applications.
What are the two IPsec modes, and how do they differ?
Transport mode encrypts only the packet payload (host-to-host). Tunnel mode encrypts the entire original IP packet and adds a new header (used for site-to-site gateways).
What is the difference between IPsec's AH and ESP protocols?
AH (Authentication Header) provides integrity and authentication but no encryption. ESP (Encapsulating Security Payload) provides confidentiality (encryption) plus integrity and authentication.
What is a packet sniffer, and name a common tool used for network monitoring and analysis.
A packet sniffer captures and inspects network traffic for analysis. Wireshark is the most common tool; tcpdump is a common CLI alternative.
What is the difference between a SPAN/port-mirror and a network TAP for monitoring?
A SPAN port copies traffic in software on a switch (can drop packets under load); a network TAP is a passive hardware device inserted inline that copies traffic without loss and is invisible to attackers.
What this deck covers
The Networking Fundamentals deck follows the Ethical Hacking Networking Fundamentals syllabus — 3 chapters and 12 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 16.7 cards per chapter.
Answers are written to be recallable, not just readable — averaging about 180 characters, which is long enough to carry the reasoning and short enough to say out loud.
A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.
Networking Fundamentals flashcards FAQ
How many Networking Fundamentals flashcards are in this Ethical Hacking deck?
50 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.
Are these Ethical Hacking flashcards free?
Yes. The preview here is free to read with no signup, and the full 50-card deck is free inside the Examius app.
What do the Networking Fundamentals cards cover?
They follow the Ethical Hacking Networking Fundamentals syllabus — 3 chapters and 12 topics — so the questions track what is actually examinable.
How should I use these flashcards?
Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.