<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Iwasnever-here</title>
    <description>The latest articles on DEV Community by Iwasnever-here (@iwasneverhere).</description>
    <link>https://dev.to/iwasneverhere</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3333230%2Fa4aec0fa-a653-458b-a079-46926cc7ca54.jpeg</url>
      <title>DEV Community: Iwasnever-here</title>
      <link>https://dev.to/iwasneverhere</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iwasneverhere"/>
    <language>en</language>
    <item>
      <title>Essential Networking Devices -Roles, Functions, and Key Details</title>
      <dc:creator>Iwasnever-here</dc:creator>
      <pubDate>Sun, 10 Aug 2025 16:53:35 +0000</pubDate>
      <link>https://dev.to/iwasneverhere/essential-networking-devices-roles-functions-and-key-details-3b6b</link>
      <guid>https://dev.to/iwasneverhere/essential-networking-devices-roles-functions-and-key-details-3b6b</guid>
      <description>&lt;h2&gt;
  
  
  Router
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: routes traffic between different IP subnets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;: 

&lt;ul&gt;
&lt;li&gt;OSI layer 3 device&lt;/li&gt;
&lt;li&gt;Routers integrated into switches are sometimes called layer 3 switches&lt;/li&gt;
&lt;li&gt;connects diverse network types: LAN, WAN, copper, fibre&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Switch
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Role: performs bridging in hardware using Application-Specific Integrated Circuits (ASICs), forwards data based on data link (MAC) address&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;OSI layer 2 device&lt;/li&gt;
&lt;li&gt;many ports and advance features&lt;/li&gt;
&lt;li&gt;core component of enterprise networks&lt;/li&gt;
&lt;li&gt;may provide Power over Ethernet (PoE)&lt;/li&gt;
&lt;li&gt;some switches include layer 3 (routing) functionality&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Firewall
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: acts as a barrier filtering traffic by port number, protocol or application&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;can encrypt traffic and provide VPN between sites&lt;/li&gt;
&lt;li&gt;most operate at layer 3 (can function like routers)&lt;/li&gt;
&lt;li&gt;often placed at network ingress/egress points&lt;/li&gt;
&lt;li&gt;support Network Address translation (NAT)&lt;/li&gt;
&lt;li&gt;may support dynamic routing protocols&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  IDS &amp;amp; IPS
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: IDS detects intrusions and raises alerts, IPS detects and prevents intrusions before they enter the network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;monitor network traffic for suspicious activity&lt;/li&gt;
&lt;li&gt;identify attacks inbound to the network&lt;/li&gt;
&lt;li&gt;can detect exploits like buffer overflow, cross-site scripting and other vulnerabilities&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Load Balancer
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: distributes network or application traffic across multiple servers or devices to improve performance and availability&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;manages multiple servers (web farms, database farms)&lt;/li&gt;
&lt;li&gt;transparent to end users&lt;/li&gt;
&lt;li&gt;not effected by server outages&lt;/li&gt;
&lt;li&gt;very fast convergence&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;

&lt;strong&gt;Functions&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;configurable load distribution&lt;/li&gt;
&lt;li&gt;TCP offload (handles protocol overhead)&lt;/li&gt;
&lt;li&gt;SSL offload (handles encryption/decryption)&lt;/li&gt;
&lt;li&gt;caching for faster responses&lt;/li&gt;
&lt;li&gt;prioritising traffic (QoS)&lt;/li&gt;
&lt;li&gt;content switching (application-centric balancing)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Proxy server
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: intermediary between user and external networks, forwarding requests on behalf of users&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;useful for caching, access control, URL filtering, content scanning&lt;/li&gt;
&lt;li&gt;explicit proxies require client configuration&lt;/li&gt;
&lt;li&gt;transparent proxies are invisible to clients&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Network attached storage (NAS)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: provides file-level access to shared storage over server&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Storage Area Network (SAN)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: provides block level access to storage, appearing as local disk to host&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;efficient reading and writing&lt;/li&gt;
&lt;li&gt;requires high bandwidth, often runs on isolated high-speed networks&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Access Point (AP)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: enables wireless communication and connects wireless clients to the wired network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;OSI layer 2 device&lt;/li&gt;
&lt;li&gt;acts as bridge to extend wired network wirelessly&lt;/li&gt;
&lt;li&gt;not the same as wired router&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Wireless Network
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: a network environment composed of multiple access points covering one or more locations&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;pervasive convergence with many APs&lt;/li&gt;
&lt;li&gt;configurations may vary across sites (access points, security...)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

&lt;h2&gt;
  
  
  Wireless LAN controller
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Role&lt;/strong&gt;: centralised management platform for multiple access points &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Details&lt;/strong&gt;:

&lt;ul&gt;
&lt;li&gt;provides a single management interface ("pane of glass")&lt;/li&gt;
&lt;li&gt;deploys and configures new APs remotely&lt;/li&gt;
&lt;li&gt;monitors performance and security&lt;/li&gt;
&lt;li&gt;reports on AP usage&lt;/li&gt;
&lt;li&gt;usually proprietary and paired with specific AP brands&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>OSI Model – 7 Layers Explained</title>
      <dc:creator>Iwasnever-here</dc:creator>
      <pubDate>Sat, 09 Aug 2025 18:22:21 +0000</pubDate>
      <link>https://dev.to/iwasneverhere/osi-model-7-layers-explained-5c67</link>
      <guid>https://dev.to/iwasneverhere/osi-model-7-layers-explained-5c67</guid>
      <description>&lt;h2&gt;
  
  
  Overview
&lt;/h2&gt;

&lt;p&gt;the OSI (Open Systems Interconnection) model is a framework that describes the broad overview of how data transverses our systems. It divides networking into 7 layers, each with different responsibilities&lt;/p&gt;

&lt;h2&gt;
  
  
  layer summary:
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;layer&lt;/th&gt;
&lt;th&gt;name&lt;/th&gt;
&lt;th&gt;description&lt;/th&gt;
&lt;th&gt;example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;td&gt;application&lt;/td&gt;
&lt;td&gt;layer we see - network services to end users&lt;/td&gt;
&lt;td&gt;HTTP, FTP, DNS, POP3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;td&gt;presentation&lt;/td&gt;
&lt;td&gt;character encoding, application encryption- combines with application layer&lt;/td&gt;
&lt;td&gt;SSL/TLS&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;session&lt;/td&gt;
&lt;td&gt;Manages communication between devices&lt;/td&gt;
&lt;td&gt;control protocols, tunnelling protocols&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;transport&lt;/td&gt;
&lt;td&gt;transport from one device to another&lt;/td&gt;
&lt;td&gt;TCP, UDP&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;network&lt;/td&gt;
&lt;td&gt;routing and addressing&lt;/td&gt;
&lt;td&gt;IP addresses, routers, packets&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;data link&lt;/td&gt;
&lt;td&gt;physical addressing, switching, data link control protocols&lt;/td&gt;
&lt;td&gt;MAC address, frames, switches&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;physical&lt;/td&gt;
&lt;td&gt;signalling, cabling, connectors&lt;/td&gt;
&lt;td&gt;cables, fibre, connectors, electrical signals&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  How to remember layer order:
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;A&lt;/strong&gt;ll &lt;strong&gt;P&lt;/strong&gt;eople &lt;strong&gt;S&lt;/strong&gt;eem &lt;strong&gt;T&lt;/strong&gt;o &lt;strong&gt;N&lt;/strong&gt;eed &lt;strong&gt;D&lt;/strong&gt;ata &lt;strong&gt;P&lt;/strong&gt;rocessing&lt;/p&gt;

&lt;p&gt;(layer 7 to layer 1)&lt;/p&gt;

&lt;h2&gt;
  
  
  Layer details:
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Layer 1 - Physical
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Role: signalling, cabling, connectors&lt;/li&gt;
&lt;li&gt;examples: cables, fibre optics, electrical signals&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Layer 2 - Data Link
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Role: data link control protocols (MAC) - "switching layer"&lt;/li&gt;
&lt;li&gt;Examples: Frame, MAC address, EUI-48, EUI-64, switches&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Layer 3 - Network
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Role: routing, logical addressing, fragmenting frames to traverse different networks - "routing layer"&lt;/li&gt;
&lt;li&gt;Examples: IP addresses, routers, packets&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Layer 4 - Transport
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Role: transport from one device to another - "post office"&lt;/li&gt;
&lt;li&gt;Example: TCP, UDP&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Layer 5 - Session
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Role: communication management between devices&lt;/li&gt;
&lt;li&gt;Example: control protocols, tunnelling protocols&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Layer 6 - presentation
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Role: character encoding, application encryption - combines with the application layer&lt;/li&gt;
&lt;li&gt;Examples: SSL/TLS&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Layer 7 - Application
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Role: the layer user directly interacts with - provides network service to the user&lt;/li&gt;
&lt;li&gt;Examples: HTTP, FTP, DNS, POP3&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>networkfundamentals</category>
    </item>
  </channel>
</rss>
