From 45086a6314f131c3a1d2b284470cf6274c551f85 Mon Sep 17 00:00:00 2001 From: VinayPrabhakar-gamer <73427007+VinayPrabhakar-gamer@users.noreply.github.com> Date: Thu, 28 Mar 2024 02:48:08 +0530 Subject: [PATCH] fix: `OSI` typo (#5414) OCI text corrected to OSI under Application Layer section --- .../content/102-networking-knowledge/100-osi-model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/cyber-security/content/102-networking-knowledge/100-osi-model.md b/src/data/roadmaps/cyber-security/content/102-networking-knowledge/100-osi-model.md index 041207cf3..84e873134 100644 --- a/src/data/roadmaps/cyber-security/content/102-networking-knowledge/100-osi-model.md +++ b/src/data/roadmaps/cyber-security/content/102-networking-knowledge/100-osi-model.md @@ -32,8 +32,8 @@ The **Presentation layer** is responsible for translating or converting the data The **Application layer** is the interface between the user and the communication system. It is responsible for providing networking services for various applications, like email, web browsing, or file sharing. -Each of these layers interacts with the adjacent layers to pass data packets back and forth. Understanding the OCI model is crucial for addressing potential security threats and vulnerabilities that can occur at each layer. By implementing strong network security measures at each layer, you can minimize the risk of cyber attacks and keep your data safe. +Each of these layers interacts with the adjacent layers to pass data packets back and forth. Understanding the OSI model is crucial for addressing potential security threats and vulnerabilities that can occur at each layer. By implementing strong network security measures at each layer, you can minimize the risk of cyber attacks and keep your data safe. In the next section, we will discuss network protocols and how they play an essential role in network communication and security. -- [What is OSI Model?](https://www.youtube.com/watch?v=Ilk7UXzV_Qc&ab_channel=RealPars) \ No newline at end of file +- [What is OSI Model?](https://www.youtube.com/watch?v=Ilk7UXzV_Qc&ab_channel=RealPars)