NETWORK SECURITY ARCHITECTURE
Comprehensive mastery guide for securing modern digital infrastructures. 100+ technical modules from OSI basics to zero-trust defense.
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...
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...
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**: ...
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...
What is DNS Security (DNSSEC)?
DNSSEC (Domain Name System Security Extensions) adds a layer of security to the DNS process by attaching digital signatu...
Explain HTTP vs HTTPS.
- **HTTP**: Data is sent in plain text. Vulnerable to sniffing. - **HTTPS**: HTTP over SSL/TLS. Data is encrypted, ensur...
What is SSL/TLS Handshake?
The TLS handshake is the process by which a client and server establish an encrypted connection. It involves negotiating...
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...
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...
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...
Explain DHCP and DHCP Snooping.
DHCP automatically assigns IP addresses to devices. DHCP Snooping is a security feature that acts like a firewall betwee...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
What is FTP vs SFTP?
- **FTP**: Unencrypted, uses two ports (20, 21). - **SFTP**: Secure FTP over SSH. Single port (22), fully encrypted.
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...
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...
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...
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...
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...
Explain the types of Firewalls.
1. **Packet Filtering**: Inspects individual packets (IP, Port). 2. **Stateful Inspection**: Keeps track of the state of...
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...
What is an IDS vs an IPS?
- **IDS (Intrusion Detection System)**: A passive system that identifies and alerts for suspicious activity (e.g., Snort...
Explain 'Defense in Depth'.
Defense in Depth is an information assurance concept in which multiple layers of security controls (defense) are placed ...
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...
What is a Bastion Host?
A bastion host is a special-purpose computer on a network specifically designed and configured to withstand attacks. The...
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...
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...
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...
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...
Explain Forward Proxy vs Reverse Proxy.
- **Forward Proxy**: Sits in front of a group of client machines to regulate their outbound traffic. - **Reverse Proxy**...
What is Network Segmentation?
Network segmentation is the practice of splitting a network into multiple distinct sub-networks (segments), each being i...
Explain VLAN (Virtual Local Area Network) Security.
VLANs allow a single physical switch to host multiple logical networks. Security involves preventing 'VLAN hopping' atta...
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...
Explain RADIUS vs TACACS+.
- **RADIUS**: Uses UDP, encrypts only the password. Better for network access (WiFi). - **TACACS+**: Uses TCP, encrypts ...
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...
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...
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...
What is a 'Shadow IT'?
Shadow IT is the use of information technology systems, devices, software, applications, and services without explicit I...
Explain the importance of Log Management.
Log management involves the collective processes and policies used to administer and facilitate the generation, transmis...
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...
What is Endpoint Security?
Endpoint security or endpoint protection is an approach to protection of computer networks that are remotely bridged to ...
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...
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...
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...
Explain IPsec and its two modes.
IPsec (Internet Protocol Security) is a suite of protocols to secure IP communications. Two modes: 1. **Transport Mode**...
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)...
Explain WireGuard.
WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It is faster and m...
What are the common Wireless encryption standards?
- **WEP**: Extremely insecure, easily crackable. - **WPA**: Improved WEP, but still vulnerable (TKIP). - **WPA2**: Uses ...
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...
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...
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...
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...
What is Wardriving?
Wardriving is the act of searching for Wi-Fi wireless networks, usually from a moving vehicle, using a laptop or smartph...
What is Bluejacking vs Bluesnarfing?
- **Bluejacking**: Sending unsolicited messages to Bluetooth-enabled devices. - **Bluesnarfing**: The theft of informati...
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 ...
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...
Explain the 'RADIUS' protocol in Wireless Security.
In wireless security (WPA-Enterprise), RADIUS is used for centralized authentication. Instead of a single shared passwor...
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...
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...
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...
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...
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...
What is 'Beaconing'?
Beacons are frames sent periodically by an Access Point to announce its presence. Analyzing beacons can reveal technical...
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...
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...
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 ...
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...
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...
What is Threat Modeling?
Threat modeling is a structured process with three objectives: identify security objectives, enumerate vulnerabilities, ...
Explain the STRIDE model.
STRIDE is a threat modeling framework: - **S**poofing identity. - **T**ampering with data. - **R**epudiation. - **I**nfo...
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...
Explain 'Amplification Attacks'.
Amplification attacks exploit a asymmetry in protocol request/response sizes. For example, in a DNS amplification attack...
What is 'Traffic Scrubbing'?
Traffic scrubbing is the process of diverting network traffic to a high-capacity network where specialized hardware can ...
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...
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...
Explain 'Stateful' vs 'Stateless' protocol filtering.
- **Stateless**: Filters based only on the current packet's attributes. - **Stateful**: Understands the context of the c...
What is 'IPsec AH' vs 'IPsec ESP'?
- **AH (Authentication Header)**: Provides integrity and authentication but NO encryption (data is visible). - **ESP (En...
What is an 'Agentless' vs 'Agent-Based' security scanning?
- **Agent-Based**: Requires software installation on the target. Provides deep visibility but higher overhead. - **Agent...
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...
What is a 'Vulnerability Assessment' vs a 'Penetration Test'?
- **Vulnerability Assessment**: A passive scan to identify known weaknesses. - **Penetration Test**: An active simulatio...
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...
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...
What is 'Network Hardening'?
Network hardening is the process of securing a network by reducing its surface of vulnerability. This includes disabling...
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 ...
What is 'DPI' bypass techniques?
Attackers bypass Deep Packet Inspection using fragmentation, non-standard port usage, or high-level encryption (TLS) whe...
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...
Explain 'Network Forensic' process.
Network forensics involves the capture, recording, and analysis of network events in order to discover the source of sec...
What is 'Cloud Network Security' vs On-prem?
Cloud networking relies heavily on 'Security Groups' (virtual firewalls) and Software-Defined Networking (SDN). The 'Sha...
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,...
Explain 'Protocol Fuzzing'.
Protocol fuzzing is an automated software testing technique that involves providing invalid, unexpected, or random data ...
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...
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...
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 ...