{"id":950,"date":"2024-10-05T08:38:43","date_gmt":"2024-10-05T03:38:43","guid":{"rendered":"https:\/\/augurytech.co.uk\/courses\/?p=950"},"modified":"2025-05-19T14:18:02","modified_gmt":"2025-05-19T09:18:02","slug":"networking-basics-in-cyber-security","status":"publish","type":"post","link":"https:\/\/augurytech.co.uk\/courses\/cyber-security\/networking-basics-in-cyber-security\/","title":{"rendered":"Networking Basics in Cyber Security"},"content":{"rendered":"\n<p>In today&#8217;s interconnected world, understanding networking basics is essential for anyone interested in cybersecurity. Whether you&#8217;re a beginner or looking to refresh your knowledge, this article will provide a clear overview of key concepts that are the foundation of networking in cybersecurity.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-cb7dce320817e01fcf44e40e4f13b272\">Protocols and Networking<\/h2>\n\n\n\n<p>Protocols are rules that manage data communication.<\/p>\n\n\n\n<p><strong>TCP (Transmission Control Protocol)<\/strong> is a widely used protocol that establishes connection-oriented communication.<\/p>\n\n\n\n<p><strong>IP (Internet Protocol)<\/strong> is responsible for addressing and routing data packets.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-35412f97de1470d2a67ba1807a038d55\">The OSI Model<\/h2>\n\n\n\n<p>To understand networking, It is important to be familiar with the <strong>OSI (Open Systems Interconnection)<\/strong> model. It standardizes and clarifies networking protocol functions through <strong>seven layers<\/strong>, each serving a specific purpose in network communication. Understanding these layers provides a solid foundation for grasping how data moves through a network.<\/p>\n\n\n\n<p>The model defines the necessary communication requirements on a network by organizing them into multiple layers.<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">Layer<\/th><th class=\"has-text-align-left\" data-align=\"left\">What it does<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>7 &#8211; Application<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">Where humans process data and information<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>6 &#8211; Presentation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">Ensures data is in a usable format<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>5 &#8211; Session<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">Capable of maintaining connections<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>4 &#8211; Transport<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">Data is forwarded to a service capable of handling requests<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>3 &#8211; Network Layer<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">Responsible for which path packets should travel on a network<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>2 &#8211; Data Link<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">Responsible for which physical device packets should go to<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>1 &#8211; Physical<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">The physical infrastructure (Internet cables) to transport data <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The top 3 layers are typically implemented in software within the Operating System:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table class=\"has-fixed-layout\"><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">Layer<\/th><th class=\"has-text-align-left\" data-align=\"left\">Where it is implemented<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\">7 &#8211; Application<\/td><td class=\"has-text-align-left\" data-align=\"left\">Software<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">6 &#8211; Presentation<\/td><td class=\"has-text-align-left\" data-align=\"left\">Software<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">5 &#8211; Session<\/td><td class=\"has-text-align-left\" data-align=\"left\">Software<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>The bottom 3 layers are typically implemented in hardware within devices on the network, e.g. Switches, Routers and Firewalls:<\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table class=\"has-fixed-layout\"><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">Layer<\/th><th class=\"has-text-align-left\" data-align=\"left\">Where it is implemented<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\">3 &#8211; Network Layer<\/td><td class=\"has-text-align-left\" data-align=\"left\">Hardware<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">2 &#8211; Data Link<\/td><td class=\"has-text-align-left\" data-align=\"left\">Hardware<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">1 &#8211; Physical<\/td><td class=\"has-text-align-left\" data-align=\"left\">Hardware<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p style=\"font-size:clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.612), 1.5rem);\"><strong>Layer 4, the Transport layer, connects the software with the hardware layers.<\/strong><\/p>\n\n\n\n<p><strong>SDN (&#8220;Software Defined Networking&#8221;)<\/strong> is a technology that allows more hardware layers to be implemented via software.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Reference: <a href=\"https:\/\/www.w3schools.com\/cybersecurity\/cybersecurity_networking.php\"><strong>Cyber Security Networking Basics (w3schools.com)<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In today&#8217;s interconnected world, understanding networking basics is essential for anyone interested in cybersecurity. Whether you&#8217;re a beginner or looking to refresh your knowledge, this article will provide a clear overview of key concepts that are the foundation of networking in cybersecurity. Protocols and Networking Protocols are rules that manage data communication. TCP (Transmission Control [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"wp-custom-template-cyber-security","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"categories":[12],"tags":[],"class_list":{"0":"post-950","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-cyber-security"},"_links":{"self":[{"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/posts\/950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/comments?post=950"}],"version-history":[{"count":17,"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/posts\/950\/revisions"}],"predecessor-version":[{"id":1559,"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/posts\/950\/revisions\/1559"}],"wp:attachment":[{"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/media?parent=950"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/categories?post=950"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/augurytech.co.uk\/courses\/wp-json\/wp\/v2\/tags?post=950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}