Security Briefing

initializing network-security-overview.md

Network
Security

Protecting connected systems from unauthorized access, data breaches, and cyberattacks — from first principles to real-world defense.

$9.5T Global cybercrime cost (2024)
277 days Avg. breach detection time
95% Breaches caused by human error
CS

Dr. Ch. Suneetha

Associate Professor — Department of Information Technology

A dedicated academic and researcher specializing in Information Technology with a focus on network systems and cybersecurity. This resource has been curated to provide students, practitioners, and enthusiasts with a clear and structured foundation in network security concepts, threats, and best practices.

🎓 Ph.D. 💻 Information Technology 🔐 Network Security

What is Network Security?

Network security is the practice of implementing policies, technologies, and controls to protect the integrity, confidentiality, and accessibility of computer networks and data.

Confidentiality

Ensures that sensitive information is accessible only to those authorized to see it — preventing eavesdropping and unauthorized disclosure.

Integrity

Guarantees that data has not been tampered with in transit or at rest — ensuring the accuracy and trustworthiness of information.

Availability

Makes sure that authorized users have reliable access to systems and data whenever needed — defending against denial-of-service conditions.

Authentication

Verifies the identity of users, devices, and services — ensuring only legitimate entities can interact with protected resources.

Non-repudiation

Prevents parties from denying actions they took — providing an audit trail for accountability and legal compliance.

Least Privilege

Grants users and systems only the minimum access required for their task — reducing the blast radius of any compromise.

Common Threats

Understanding attack vectors is the first step toward defending against them.

🎣

Phishing

Deceptive emails, messages, or websites that trick users into revealing credentials or installing malware.

High Risk
🔒

Ransomware

Malicious software that encrypts a victim's data and demands payment for the decryption key.

High Risk
🕵️

Man-in-the-Middle

An attacker secretly intercepts and potentially alters communication between two parties who believe they are communicating directly.

High Risk
💥

DDoS Attacks

Distributed Denial of Service — flooding a network or server with traffic to make it unavailable to legitimate users.

High Risk
🐛

Malware

Viruses, worms, trojans, and spyware designed to damage, disrupt, or gain unauthorized access to systems.

Medium Risk
💉

SQL Injection

Inserting malicious SQL code into input fields to manipulate a database — exposing, modifying, or deleting data.

Medium Risk
📡

Rogue Access Points

Unauthorized wireless access points installed on a network to eavesdrop on traffic or create a backdoor entry.

Medium Risk
👤

Insider Threats

Malicious or negligent actions by employees, contractors, or partners who already have authorized access.

Medium Risk
🔓

Zero-Day Exploits

Attacks targeting previously unknown software vulnerabilities for which no patch yet exists.

High Risk

Security Layers

Effective network security uses multiple overlapping layers — so a failure in one does not expose everything.

Perimeter Firewalls, DMZ, and edge routers — the first line between your network and the internet.
Network IDS/IPS, VLANs, and network segmentation to contain lateral movement.
Endpoint Antivirus, EDR, and host-based firewalls on individual devices.
Application WAFs, input validation, and secure coding practices at the software level.
Data Encryption at rest and in transit, DLP tools, and access controls on sensitive data.
Identity & Access MFA, least-privilege IAM, and SSO to enforce who can do what.
Monitoring SIEM, log analysis, and threat intelligence to detect and respond to incidents.

Essential Practices

The fundamentals that reduce attack surface and limit damage when incidents occur.

01

Keep Software Up to Date

Apply OS, firmware, and application patches promptly. Most successful attacks exploit known vulnerabilities for which patches already exist.

02

Use Strong, Unique Passwords + MFA

Combine long, randomly generated passwords with multi-factor authentication. A compromised password alone should not be enough to gain access.

03

Encrypt Data in Transit and at Rest

Use TLS 1.3 for all communications and AES-256 for stored data. Encryption ensures data is unreadable even if intercepted or stolen.

04

Segment Your Network

Separate systems with different security requirements using VLANs and subnets. Segmentation limits how far an attacker can move if they get inside.

05

Back Up Regularly and Test Restores

Follow the 3-2-1 rule: three copies, two different media, one offsite. A ransomware attack is far less devastating with a clean, tested backup.

06

Train Your People

Run phishing simulations and security awareness programs regularly. Human error is the root cause of most breaches — education reduces that risk directly.

07

Monitor and Log Everything

Deploy a SIEM to collect, correlate, and alert on events. You can't respond to what you can't see — visibility is the foundation of incident response.

08

Have an Incident Response Plan

Define roles, communication channels, and step-by-step procedures before an incident happens. A plan rehearsed under calm is executed well under pressure.