Author: Dr. Zhijiang Chen (Frostburg State University)
The week moves from core definitions to practical security decisions.
Core reading concept for Week 07.
Core reading concept for Week 07.
Core reading concept for Week 07.
Core reading concept for Week 07.
Students should explain, apply, and evaluate the week’s main security ideas.
Use a realistic scenario to anchor Network Security Fundamentals in operational decision-making.
Networks are the arteries of modern computing: nearly every piece of software of consequence communicates over a network, and nearly every organization's most sensitive data flows…
The Open Systems Interconnection (OSI) model is a conceptual framework that divides network communication into seven distinct layers.
The TCP/IP model is the practical implementation underlying the internet.
Every device on an IP network has an IP address (IPv4: 32-bit, written as four octets, e.g., 192.168.1.100; IPv6: 128-bit, written in hexadecimal).
Security threats do not target the network as a monolithic entity — they target specific protocols and mechanisms at specific layers.
The Address Resolution Protocol (ARP) maps IP addresses to MAC (hardware) addresses on a local network segment.
The Domain Name System (DNS) translates human-readable domain names (e.g., www.bank.com) into IP addresses.
IP spoofing involves sending IP packets with a forged source address, making the traffic appear to originate from a different host.
A SYN flood attack exploits the TCP three-way handshake.
Packet sniffing (or network capture) involves capturing and analyzing network traffic.
Port scanning probes a target host's TCP or UDP ports to discover which services are running.
A firewall is the most fundamental network security control — a device or software that monitors and controls incoming and outgoing network traffic based on predefined security…
An Intrusion Detection System (IDS) monitors network traffic or host activity for signs of malicious activity and generates alerts.
Network segmentation divides a network into isolated zones, limiting the blast radius of a compromise.
A DMZ (Demilitarized Zone) is a network segment that hosts publicly accessible services (web servers, mail servers, DNS) while being isolated from the internal network.
A VPN (Virtual Private Network) creates an encrypted tunnel between endpoints over a public network (typically the internet), providing confidentiality and integrity for the…
Network Access Control (NAC) systems enforce security policy before allowing devices to connect to a network.
SIEM is the backbone of a Security Operations Center (SOC).
WEP (Wired Equivalent Privacy) , the original Wi-Fi security protocol (802.11b, 1997), is a cautionary tale in protocol design.
WPA2 (Wi-Fi Protected Access 2) , based on the IEEE 802.11i standard, replaced WEP and WPA using the CCMP (Counter Mode CBC-MAC Protocol) based on AES-128.
Vocabulary becomes useful when students can connect terms to scenarios and evidence.
Comparing related ideas helps students avoid shallow memorization.
Students should translate concepts into a defensible security decision.
Retrieval practice should ask students to define, compare, apply, and evaluate.
The reading should transfer into evidence-based lab work and written explanations.
The central takeaway from Week 7 is to reason from risk to evidence to action.