INFRASTRUCTURE SECURITY GUIDE 2026

NETWORK SECURITY ARCHITECTURE

Comprehensive mastery guide for securing modern digital infrastructures. 100+ technical modules from OSI basics to zero-trust defense.

PROGRESS_BAR0 / 100
0%
READY
Beginner
What is Network Security?

Network security is a broad term that covers a multitude of technologies, devices, and processes. It is a set of rules a...

Beginner
Explain the OSI Model and its security implications.

The Open Systems Interconnection (OSI) model describes seven layers that computer systems use to communicate over a netw...

Beginner
What is the difference between TCP and UDP in terms of security?

- **TCP**: Reliable and connection-oriented. Vulnerable to SYN flood attacks due to the three-way handshake. - **UDP**: ...

Beginner
What is a Three-Way Handshake?

It's the process used in a TCP/IP network to make a connection between a client and a server: 1. **SYN**: Client sends a...

Beginner
What is DNS Security (DNSSEC)?

DNSSEC (Domain Name System Security Extensions) adds a layer of security to the DNS process by attaching digital signatu...

Beginner
Explain HTTP vs HTTPS.

- **HTTP**: Data is sent in plain text. Vulnerable to sniffing. - **HTTPS**: HTTP over SSL/TLS. Data is encrypted, ensur...

Beginner
What is SSL/TLS Handshake?

The TLS handshake is the process by which a client and server establish an encrypted connection. It involves negotiating...

Beginner
What is an IP Address and what is IP Spoofing?

An IP address is a unique identifier for a device on a network. IP spoofing is a technique where an attacker sends IP pa...

Beginner
What is MAC Address and MAC Spoofing?

A MAC address is a unique physical address assigned to a network interface controller (NIC). MAC spoofing involves chang...

Beginner
What is ARP (Address Resolution Protocol)?

ARP is used to map an IP address to a physical MAC address on a local area network. Since ARP doesn't verify the legitim...

Beginner
Explain DHCP and DHCP Snooping.

DHCP automatically assigns IP addresses to devices. DHCP Snooping is a security feature that acts like a firewall betwee...

Beginner
What is ICMP and how is it abused?

ICMP (Internet Control Message Protocol) is used for network diagnostics (e.g., Ping). Attackers use it for network mapp...

Beginner
What is Port 445 used for and why is it high risk?

Port 445 is used for SMB (Server Message Block) over TCP. It is high risk because it's frequently used for file sharing ...

Beginner
What is a 'Well-Known Port'?

Well-known ports are those from 0 to 1023. They are reserved for standard services like FTP (21), SSH (22), DNS (53), an...

Beginner
What is the difference between IPv4 and IPv6 from a security standpoint?

IPv6 was designed with IPsec (encryption/authentication) as a mandatory requirement, whereas it was optional in IPv4. IP...

Beginner
What is SNMP and its security risks?

SNMP (Simple Network Management Protocol) is used to manage network devices. Older versions (v1, v2c) send community str...

Beginner
What is an MTU (Maximum Transmission Unit)?

MTU is the largest size packet that can be transmitted over a network. Fragile networks can be attacked by sending packe...

Beginner
What is BGP (Border Gateway Protocol) Hijacking?

BGP is the protocol that routes traffic between large networks (Autonomous Systems). BGP hijacking occurs when an attack...

Beginner
Explain TTL (Time to Live).

TTL is a value in an IP packet that tells a network router whether or not the packet has been in the network too long an...

Beginner
What is SSH and why is it preferred over Telnet?

SSH (Secure Shell) provides a secure, encrypted channel over an unsecure network. Telnet sends all data, including passw...

Beginner
What is FTP vs SFTP?

- **FTP**: Unencrypted, uses two ports (20, 21). - **SFTP**: Secure FTP over SSH. Single port (22), fully encrypted.

Beginner
What is a Port Scan?

A port scan is a reconnaissance technique used to identify which ports on a network are open and what services are runni...

Beginner
What is NAT (Network Address Translation)?

NAT allows a single device, such as a router, to act as an agent between the Internet and a local network, which means t...

Beginner
What is the difference between a Hub, Switch, and Router?

- **Hub**: Broadcasts traffic to all ports (Insecure). - **Switch**: Sends traffic only to the specific MAC address (Mor...

Beginner
What is Flow Control?

Flow control is the process of managing the rate of data transmission between two nodes to prevent a fast sender from ov...

Intermediate
What is a Firewall and how does it work?

A firewall is a network security device that monitors and filters incoming and outgoing network traffic based on an orga...

Intermediate
Explain the types of Firewalls.

1. **Packet Filtering**: Inspects individual packets (IP, Port). 2. **Stateful Inspection**: Keeps track of the state of...

Intermediate
What is a DMZ (Demilitarized Zone)?

A DMZ is a physical or logical subnetwork that contains and exposes an organization's external-facing services to an unt...

Intermediate
What is an IDS vs an IPS?

- **IDS (Intrusion Detection System)**: A passive system that identifies and alerts for suspicious activity (e.g., Snort...

Intermediate
Explain 'Defense in Depth'.

Defense in Depth is an information assurance concept in which multiple layers of security controls (defense) are placed ...

Intermediate
What is a Load Balancer and its security benefits?

A load balancer distributes network or application traffic across a number of servers. Security benefits include DDoS mi...

Intermediate
What is a Bastion Host?

A bastion host is a special-purpose computer on a network specifically designed and configured to withstand attacks. The...

Intermediate
What is a Web Application Firewall (WAF)?

A WAF is a specific type of firewall that filters, monitors, and blocks HTTP traffic to and from a web application. It p...

Intermediate
Explain SIEM (Security Information and Event Management).

SIEM is a field within the field of computer security, where software products and services combine security information...

Intermediate
What is a Honeypot?

A honeypot is a network-attached system set up as a decoy to lure cyberattackers and to detect, deflect, or study hackin...

Intermediate
What are 'Air-Gapped' networks?

An air gap is a network security measure employed on one or more computers to ensure that a secure computer network is p...

Intermediate
Explain Forward Proxy vs Reverse Proxy.

- **Forward Proxy**: Sits in front of a group of client machines to regulate their outbound traffic. - **Reverse Proxy**...

Intermediate
What is Network Segmentation?

Network segmentation is the practice of splitting a network into multiple distinct sub-networks (segments), each being i...

Intermediate
Explain VLAN (Virtual Local Area Network) Security.

VLANs allow a single physical switch to host multiple logical networks. Security involves preventing 'VLAN hopping' atta...

Intermediate
What is a 'Zero Trust' architecture?

Zero Trust is a security framework requiring all users, whether in or outside the organization's network, to be authenti...

Intermediate
Explain RADIUS vs TACACS+.

- **RADIUS**: Uses UDP, encrypts only the password. Better for network access (WiFi). - **TACACS+**: Uses TCP, encrypts ...

Intermediate
What is Split Tunneling in a VPN?

Split tunneling is a computer networking concept which allows a mobile user to access dissimilar security domains like a...

Intermediate
What is Deep Packet Inspection (DPI)?

DPI is an advanced method of packet filtering that examines the data part (payload) of a packet as it passes an inspecti...

Intermediate
What is Port Security on a switch?

Port security is a Layer 2 traffic control feature on Cisco switches that enables an administrator to configure individu...

Intermediate
What is a 'Shadow IT'?

Shadow IT is the use of information technology systems, devices, software, applications, and services without explicit I...

Intermediate
Explain the importance of Log Management.

Log management involves the collective processes and policies used to administer and facilitate the generation, transmis...

Intermediate
What is an ACL (Access Control List)?

An ACL is a list of permissions attached to an object. In networking, ACLs are filters that enable a router or switch to...

Intermediate
What is Endpoint Security?

Endpoint security or endpoint protection is an approach to protection of computer networks that are remotely bridged to ...

Intermediate
What is BYOD (Bring Your Own Device) security?

BYOD security involves managing and securing the laptops, smartphones, and tablets that employees bring to work. It ofte...

Intermediate
Difference between Hub and Switch security?

A hub broadcasts all traffic, allowing any connected device to sniff all data. A switch maintains a MAC table and direct...

Advanced
What is a VPN and what are its key components?

A Virtual Private Network (VPN) creates a secure tunnel over an insecure network. Key components include encryption (e.g...

Advanced
Explain IPsec and its two modes.

IPsec (Internet Protocol Security) is a suite of protocols to secure IP communications. Two modes: 1. **Transport Mode**...

Advanced
What is SSL/TLS VPN?

A SSL VPN (Secure Sockets Layer VPN) is a type of virtual private network (VPN) that uses the Secure Sockets Layer (SSL)...

Advanced
Explain WireGuard.

WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It is faster and m...

Advanced
What are the common Wireless encryption standards?

- **WEP**: Extremely insecure, easily crackable. - **WPA**: Improved WEP, but still vulnerable (TKIP). - **WPA2**: Uses ...

Advanced
What is WPA3 and why is it better than WPA2?

WPA3 uses SAE (Simultaneous Authentication of Equals) to replace the WPA2 4-way handshake, protecting against offline di...

Advanced
What is a 'Rogue Access Point'?

A rogue access point is a wireless access point that has been installed on a secure network without explicit authorizati...

Advanced
What is 'Evil Twin' attack?

An evil twin is a fraudulent Wi-Fi access point that appears to be legitimate but is set up to eavesdrop on wireless com...

Advanced
Explain SSID Broadcasting and its security value.

Disabling SSID broadcasting prevents the network name from appearing in the list of available networks. While it provide...

Advanced
What is Wardriving?

Wardriving is the act of searching for Wi-Fi wireless networks, usually from a moving vehicle, using a laptop or smartph...

Advanced
What is Bluejacking vs Bluesnarfing?

- **Bluejacking**: Sending unsolicited messages to Bluetooth-enabled devices. - **Bluesnarfing**: The theft of informati...

Advanced
What is 'Site-to-Site' VPN vs 'Remote Access' VPN?

- **Site-to-Site**: Connects two complete networks (e.g., Office A to Office B). - **Remote Access**: Connects a single ...

Advanced
What is WPS (Wi-Fi Protected Setup) and its vulnerability?

WPS was designed to make WiFi setup easy. It is vulnerable to brute-force attacks on the 8-digit PIN, allowing attackers...

Advanced
Explain the 'RADIUS' protocol in Wireless Security.

In wireless security (WPA-Enterprise), RADIUS is used for centralized authentication. Instead of a single shared passwor...

Advanced
What is a 'Portal Page' / 'Captive Portal'?

A captive portal is a Web page that the user of a public-access network is obliged to view and interact with before acce...

Advanced
What is KRACK (Key Reinstallation Attack)?

KRACK is a protocol vulnerability in the WPA2 standard's 4-way handshake, allowing an attacker to decrypt traffic, hijac...

Advanced
Explain MAC Filtering and how to bypass it.

MAC filtering allows only specific devices to connect to a network based on their physical address. It's easily bypassed...

Advanced
What is an 'Always-On' VPN?

Always On VPN is a solution that enables users to stay connected to their organization's network whenever their device i...

Advanced
Explain Public Key Infrastructure (PKI) in VPNs.

PKI uses digital certificates to verify the identity of the VPN gateway and/or the user. It is much more secure than usi...

Advanced
What is 'Beaconing'?

Beacons are frames sent periodically by an Access Point to announce its presence. Analyzing beacons can reveal technical...

Advanced
Explain 'Perfect Forward Secrecy' (PFS).

PFS ensures that even if a server's private key is compromised in the future, past encrypted sessions cannot be decrypte...

Advanced
What is L2TP (Layer 2 Tunneling Protocol)?

L2TP is a tunneling protocol that does not provide any encryption by itself. It is almost always paired with IPsec (L2TP...

Advanced
Difference between PPTP and L2TP?

PPTP is old and has many security flaws. L2TP provides no encryption but, when combined with IPsec, is much more secure ...

Advanced
What is a VPN Kill Switch?

A VPN kill switch is a security feature that automatically disconnects your device from the internet if your VPN connect...

Advanced
How does 802.1X work?

802.1X is a network authentication protocol that opens a port for network access only when a user's identity has been ve...

Advanced
What is Threat Modeling?

Threat modeling is a structured process with three objectives: identify security objectives, enumerate vulnerabilities, ...

Advanced
Explain the STRIDE model.

STRIDE is a threat modeling framework: - **S**poofing identity. - **T**ampering with data. - **R**epudiation. - **I**nfo...

Advanced
What is a Denial of Service (DoS) vs a Distributed Denial of Service (DDoS)?

- **DoS**: An attack originating from a single source aimed at making a service unavailable. - **DDoS**: An attack origi...

Advanced
Explain 'Amplification Attacks'.

Amplification attacks exploit a asymmetry in protocol request/response sizes. For example, in a DNS amplification attack...

Advanced
What is 'Traffic Scrubbing'?

Traffic scrubbing is the process of diverting network traffic to a high-capacity network where specialized hardware can ...

Advanced
What is an 'In-Band' vs 'Out-of-Band' management?

- **In-Band**: Managing devices through the same network channels used for regular data traffic. - **Out-of-Band**: Mana...

Advanced
What is a 'Session Hijacking' and how to prevent it?

Session hijacking involves an attacker taking over a user's active session. Prevention includes using non-predictable se...

Advanced
Explain 'Stateful' vs 'Stateless' protocol filtering.

- **Stateless**: Filters based only on the current packet's attributes. - **Stateful**: Understands the context of the c...

Advanced
What is 'IPsec AH' vs 'IPsec ESP'?

- **AH (Authentication Header)**: Provides integrity and authentication but NO encryption (data is visible). - **ESP (En...

Advanced
What is an 'Agentless' vs 'Agent-Based' security scanning?

- **Agent-Based**: Requires software installation on the target. Provides deep visibility but higher overhead. - **Agent...

Advanced
Explain the importance of 'Change Management' in Network Security.

Change management ensures that modifications to the network (e.g., firewall rule changes) are documented, tested, and ap...

Advanced
What is a 'Vulnerability Assessment' vs a 'Penetration Test'?

- **Vulnerability Assessment**: A passive scan to identify known weaknesses. - **Penetration Test**: An active simulatio...

Advanced
What is 'Egress Filtering' and why is it important?

Egress filtering is the practice of monitoring and potentially restricting the flow of information leaving a network. It...

Advanced
What is 'Port Mirroring' (SPAN/TAP)?

Port mirroring is used on a network switch to send a copy of network packets seen on a specific port to a network monito...

Advanced
What is 'Network Hardening'?

Network hardening is the process of securing a network by reducing its surface of vulnerability. This includes disabling...

Advanced
Explain a 'Syn Flood' attack mechanism.

An attacker sends a succession of SYN requests to a target's system in an attempt to consume enough server resources to ...

Advanced
What is 'DPI' bypass techniques?

Attackers bypass Deep Packet Inspection using fragmentation, non-standard port usage, or high-level encryption (TLS) whe...

Advanced
What is an 'MTU' vulnerability (e.g. PMTUD)?

Path MTU Discovery (PMTUD) can be exploited by sending fake ICMP 'Fragmentation Needed' messages, causing a connection t...

Advanced
Explain 'Network Forensic' process.

Network forensics involves the capture, recording, and analysis of network events in order to discover the source of sec...

Advanced
What is 'Cloud Network Security' vs On-prem?

Cloud networking relies heavily on 'Security Groups' (virtual firewalls) and Software-Defined Networking (SDN). The 'Sha...

Advanced
What are 'Indicators of Compromise' (IoC) in Networking?

IoCs include unusual outbound traffic to known malicious IPs, spikes in DNS requests, large data transfers at odd hours,...

Advanced
Explain 'Protocol Fuzzing'.

Protocol fuzzing is an automated software testing technique that involves providing invalid, unexpected, or random data ...

Advanced
What is a 'Broadcast Storm'?

A broadcast storm is a state where a network is overwhelmed by continuous broadcast traffic. Often caused by a Layer 2 l...

Advanced
What is 'Micro-segmentation' in a Data Center?

Micro-segmentation is a security technique that enables security policies to be granularly defined and assigned to indiv...

Advanced
Define your role's primary goal in Network Security.

To ensure the CIA Triad (Confidentiality, Integrity, and Availability) for all network communications and to maintain a ...

STAY UPDATED ON THREATS

Join 10,000+ infrastructure engineers receiving weekly updates on network exploits, security patches, and architecture blueprints.

No spam, only high-signal security alerts.