Author: Dr. Zhijiang Chen (Frostburg State University)
The week moves from core definitions to practical security decisions.
Core reading concept for Week 08.
Core reading concept for Week 08.
Core reading concept for Week 08.
Core reading concept for Week 08.
Students should explain, apply, and evaluate the week’s main security ideas.
Use a realistic scenario to anchor Internet Security in operational decision-making.
The internet was not designed with security in mind.
The internet is a network of networks: thousands of autonomous systems (AS) — ISPs, universities, corporations — interconnected through BGP (Border Gateway Protocol) , which…
HTTPS (HTTP Secure) is HTTP carried over a TLS connection.
The Open Web Application Security Project (OWASP) publishes the OWASP Top 10 , a periodically updated list of the most critical web application security risks.
The Same-Origin Policy (SOP) is a fundamental browser security mechanism that restricts how scripts loaded from one origin (defined as the combination of scheme, hostname, and…
HTTP cookies are small pieces of data stored by the browser and automatically sent with every request to the domain that set them.
Content Security Policy (CSP) is an HTTP response header that tells the browser which sources of content (scripts, styles, images, fonts, etc.) are legitimate for a given page.
Email's foundational protocols (SMTP, POP3, IMAP) were designed without authentication, making email domain spoofing trivially easy — anyone can send an email claiming to be from…
SPF allows domain owners to publish, via DNS TXT records, a list of mail servers authorized to send email on behalf of their domain.
DKIM allows sending mail servers to attach a cryptographic signature to outgoing messages.
DMARC builds on SPF and DKIM by allowing domain owners to specify what should happen to messages that fail authentication (nothing, quarantine to spam, or reject outright) and to…
The DNS infrastructure underpins nearly all internet communication — every web request, email, and API call typically begins with a DNS lookup.
Beyond their role in securing remote access (covered in Chapter 7), VPNs are widely used for privacy: by routing all traffic through the VPN provider's servers, the user's ISP and…
Tor (The Onion Router) provides anonymity through a technique called onion routing .
The dark web refers to overlay networks (primarily Tor, but also I2P and Freenet) that require specific software to access and provide anonymity to both clients and servers.
The Internet of Things (IoT) encompasses the vast and growing ecosystem of network-connected devices beyond traditional computers: smart thermostats, IP cameras, smart TVs,…
PCI-DSS includes requirements for network security (firewalls, encryption in transit), access control (least privilege, MFA), vulnerability management (patching, security…
While first-party cookies serve legitimate purposes (session state, preferences), third-party tracking cookies enable advertising networks and data brokers to track users'…
- Password managers (Bitwarden, 1Password, KeePass) enable the use of unique, strong passwords for every account, eliminating credential reuse.
The internet was not designed with security in mind.
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 8 is to reason from risk to evidence to action.