QQ1. Explain cyber security at network and application layer of a typical IT system in detail.
- Network layer cybersecurity protects infrastructure and data flow via firewalls, IDS/IPS, and VPNs.
- Common network threats include DDoS, IP spoofing, sniffing, and routing protocol attacks.
- Application layer cybersecurity secures software, processing user input and business logic.
- Major application threats are SQL Injection, XSS, CSRF, and broken authentication.
Answer: Cybersecurity in a typical IT system necessitates a multi-layered approach, encompassing defenses at both the network and application layers. These layers, corresponding to the OSI model, present distinct vulnerabilities and require tailored security mechanisms, as comprehensively explored in the MSE-029 course material. **Network Layer Cybersecurity** The network layer primarily deals with routing data packets across different networks and between hosts. In the context of the OSI model, thi...