Tagged articles
196 articles
Page 1 of 2
Linux Tech Enthusiast
Linux Tech Enthusiast
May 12, 2026 · Fundamentals

30 Comprehensive Network Fundamentals Mind Maps

This article compiles a complete set of 30 network‑foundation mind maps, covering everything from the TCP/IP protocol stack and addressing to routing protocols, VLANs, IPv6, and command‑line basics, allowing readers to visually grasp and later recreate core networking concepts.

IPv6TCP/IPVLAN
0 likes · 4 min read
30 Comprehensive Network Fundamentals Mind Maps
Deepin Linux
Deepin Linux
May 7, 2026 · Operations

Don’t Claim You Can Troubleshoot Networks Until You Understand Packet Loss

This article explains what network packet loss is, its common causes—from hardware faults to congestion and misconfiguration—and provides a step‑by‑step, production‑ready methodology for diagnosing and resolving loss using tools such as ping, traceroute, Wireshark and tcpdump.

LinuxTCP/IPWireshark
0 likes · 31 min read
Don’t Claim You Can Troubleshoot Networks Until You Understand Packet Loss
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 2, 2026 · Fundamentals

Master the Linux Network Stack: A Complete Illustrated Guide

This comprehensive tutorial walks through the Linux networking stack—from basic concepts, physical and data‑link layers, and addressing schemes to routing protocols, TCP/UDP transport mechanisms, application‑layer services like DNS and HTTP, and security fundamentals—providing clear explanations, step‑by‑step processes, formulas, and visual diagrams to help readers understand how each layer works and interacts.

LinuxNetwork StackNetworking Fundamentals
0 likes · 64 min read
Master the Linux Network Stack: A Complete Illustrated Guide
Linux Tech Enthusiast
Linux Tech Enthusiast
Mar 28, 2026 · Fundamentals

Master the Linux Network Stack: A Complete Illustrated Guide

This comprehensive tutorial walks through the Linux networking stack—from basic concepts and physical layer signaling to data link, network, transport, and application layers—detailing protocols, addressing, routing, error detection, and security mechanisms with clear diagrams and step‑by‑step explanations.

LinuxOSIProtocols
0 likes · 55 min read
Master the Linux Network Stack: A Complete Illustrated Guide
Deepin Linux
Deepin Linux
Feb 5, 2026 · Fundamentals

Unlocking Ethernet: How MAC and PHY Drive Your Network Traffic

This article demystifies Ethernet by explaining the roles of MAC and PHY within the network protocol stack, covering OSI and TCP/IP models, data encapsulation, ARP address resolution, hardware interfaces like MII/MDIO, and practical troubleshooting tips for real‑world network devices.

HardwareMacOSI model
0 likes · 36 min read
Unlocking Ethernet: How MAC and PHY Drive Your Network Traffic
Deepin Linux
Deepin Linux
Nov 5, 2025 · Fundamentals

Unlocking the Secrets of TCP/IP: From Basics to Real-World Applications

This comprehensive guide explains how TCP/IP functions as the Internet's traffic rules, details each protocol in the suite, explores the four‑layer model, showcases practical C++ socket examples, and provides troubleshooting tips for real‑world networking scenarios.

CNetwork ProtocolsTCP
0 likes · 45 min read
Unlocking the Secrets of TCP/IP: From Basics to Real-World Applications
Deepin Linux
Deepin Linux
Oct 22, 2025 · Operations

Why Your Linux Server Drops Packets and How to Debug It Step‑by‑Step

This article explains why Linux servers can experience mysterious packet loss, walks through a systematic debugging process from the link layer to the kernel TCP/IP stack, and provides practical solutions such as adjusting kernel parameters and increasing listen queue sizes to eliminate the issue.

LinuxPacket LossTCP/IP
0 likes · 58 min read
Why Your Linux Server Drops Packets and How to Debug It Step‑by‑Step
Raymond Ops
Raymond Ops
Oct 8, 2025 · Fundamentals

Master TCP Handshakes: The Simplest Guide to 3‑Way and 4‑Way Connections

This comprehensive tutorial explains TCP's connection establishment and termination processes, covering protocol features, key flag definitions, step‑by‑step three‑way handshake and four‑way teardown, common interview questions, TIME_WAIT details, abnormal scenarios, and a Wireshark packet‑capture walkthrough.

Connection ManagementHandshakeTCP
0 likes · 11 min read
Master TCP Handshakes: The Simplest Guide to 3‑Way and 4‑Way Connections
IT Services Circle
IT Services Circle
Oct 3, 2025 · Fundamentals

Master Network Fundamentals: From TCP/IP Layers to SYN Flood Defense

This article combines a post‑holiday job‑hunting update for Kingsoft WPS with a comprehensive interview guide covering OSI and TCP/IP models, HTTP connection handling, TCP three‑way handshake, SYN‑flood mitigation, Redis Bloom filters, CAP theorem, and I/O multiplexing techniques such as epoll.

BackendRedisSecurity
0 likes · 30 min read
Master Network Fundamentals: From TCP/IP Layers to SYN Flood Defense
Raymond Ops
Raymond Ops
Sep 21, 2025 · Operations

Master Network Troubleshooting: A Step‑by‑Step Guide for Any IT Pro

This article presents a comprehensive, systematic approach to network troubleshooting, covering essential preconditions, OSI/TCP‑IP fundamentals, common devices, typical SMB architectures, key Windows and Linux commands, and a detailed step‑by‑step workflow illustrated with diagrams to help quickly isolate and resolve connectivity issues.

DNSOSI modelTCP/IP
0 likes · 15 min read
Master Network Troubleshooting: A Step‑by‑Step Guide for Any IT Pro
Ops Community
Ops Community
Sep 3, 2025 · Operations

Master TCP/IP, Routing, and Firewall Techniques for Advanced Ops Engineers

An in‑depth guide for operations engineers covering TCP/IP stack fundamentals, practical routing and firewall configurations, kernel and NIC tuning, automation scripts, and emerging technologies such as eBPF, providing real‑world case studies and step‑by‑step commands to master network reliability and performance.

Kernel TuningTCP/IPeBPF
0 likes · 24 min read
Master TCP/IP, Routing, and Firewall Techniques for Advanced Ops Engineers
Raymond Ops
Raymond Ops
Aug 29, 2025 · Fundamentals

Master the OSI & TCP/IP Models: Layer‑by‑Layer Networking Essentials

This article explains the OSI and TCP/IP reference models, describes each layer’s function, highlights key networking devices and protocols, clarifies protocol data units (PDUs) across layers, and illustrates data encapsulation and decapsulation in modern networks.

OSI modelPDUProtocols
0 likes · 11 min read
Master the OSI & TCP/IP Models: Layer‑by‑Layer Networking Essentials
Liangxu Linux
Liangxu Linux
Jul 19, 2025 · Fundamentals

Unlocking Linux Networking: From Basics to Socket Programming

This comprehensive guide walks you through Linux networking fundamentals, covering LAN/WAN concepts, protocol layers, OSI and TCP/IP models, MAC and IP addressing, data encapsulation, and practical socket programming with TCP and UDP, complete with diagrams and code examples.

NetworkingProtocolsTCP/IP
0 likes · 22 min read
Unlocking Linux Networking: From Basics to Socket Programming
Liangxu Linux
Liangxu Linux
Jul 7, 2025 · Fundamentals

How Linux Handles Network Packets: From NIC to Kernel and Back

This article explains the complete Linux network packet lifecycle—how a NIC receives a UDP packet, how the kernel processes it through interrupts, soft‑irqs, and the networking stack, and finally how the same mechanisms assemble and transmit packets back to the wire.

KernelNetworkingTCP/IP
0 likes · 16 min read
How Linux Handles Network Packets: From NIC to Kernel and Back
Deepin Linux
Deepin Linux
Jul 7, 2025 · Fundamentals

Inside Linux: How the Kernel Handles Network I/O from Packets to Applications

This article explores the Linux kernel’s network stack architecture, detailing each layer from the application’s socket interface through transport, network, and link layers, and explains the complete inbound and outbound data flow with code examples illustrating packet reception, processing, routing, and transmission.

KernelLinuxNetwork Stack
0 likes · 33 min read
Inside Linux: How the Kernel Handles Network I/O from Packets to Applications
Raymond Ops
Raymond Ops
May 30, 2025 · Fundamentals

Mastering Network Fundamentals: OSI Model, TCP/IP Layers & Data Encapsulation

This article introduces core networking concepts, explaining what a network is, its classifications, the OSI seven‑layer model and its relation to TCP/IP, common protocols with their port numbers, and the processes of data encapsulation and decapsulation across each layer.

NetworkingOSI modelProtocols
0 likes · 5 min read
Mastering Network Fundamentals: OSI Model, TCP/IP Layers & Data Encapsulation
Liangxu Linux
Liangxu Linux
Apr 5, 2025 · Fundamentals

Essential Networking Q&A: From OSI Layers to VPN and Security Basics

This comprehensive Q&A covers fundamental networking concepts, including link types, OSI model layers, backbone networks, LANs, routers, protocols, topologies, security measures, IP addressing, and common troubleshooting techniques, providing clear explanations for each topic.

IP addressingNetworkingOSI model
0 likes · 22 min read
Essential Networking Q&A: From OSI Layers to VPN and Security Basics
MaGe Linux Operations
MaGe Linux Operations
Mar 30, 2025 · Operations

Master Network Troubleshooting: A Complete Step‑by‑Step Guide

This article presents a comprehensive, systematic approach to diagnosing and resolving computer network issues, covering essential prerequisites, OSI/TCP‑IP fundamentals, common devices, diagnostic commands for Windows and Linux, and a detailed step‑by‑step troubleshooting workflow illustrated with real‑world examples and diagrams.

TCP/IPWindowsdiagnostic commands
0 likes · 15 min read
Master Network Troubleshooting: A Complete Step‑by‑Step Guide
Raymond Ops
Raymond Ops
Feb 11, 2025 · Fundamentals

Understanding TCP/IP Architecture, Encapsulation, ARP & DNS Basics

This article explains the TCP/IP four-layer architecture, detailing each layer’s role, the encapsulation and decapsulation processes, and provides in‑depth coverage of ARP and DNS protocols, including packet structures, Linux commands, and practical packet‑capture examples using tcpdump.

ARPDNSEncapsulation
0 likes · 20 min read
Understanding TCP/IP Architecture, Encapsulation, ARP & DNS Basics
Efficient Ops
Efficient Ops
Feb 9, 2025 · Fundamentals

Essential Networking Q&A: 100+ Key Concepts Every IT Professional Should Know

This comprehensive guide answers over one hundred fundamental networking questions, covering links, OSI layers, backbone networks, LAN, routers, protocols, security measures, cable standards, IP addressing, and many other core concepts essential for anyone working with computer networks.

NetworkingOSI modelProtocols
0 likes · 32 min read
Essential Networking Q&A: 100+ Key Concepts Every IT Professional Should Know
Java Tech Enthusiast
Java Tech Enthusiast
Jan 25, 2025 · Fundamentals

Understanding Network Ports and Their Role in Web Services

Network ports are numeric endpoints that let operating systems direct traffic to the correct service, with standard values like 80 for HTTP, 443 for HTTPS, 22 for SSH, and others such as 3306 for MySQL, enabling developers to configure custom ports while browsers often hide these defaults for user convenience.

Backend DevelopmentIPCTCP/IP
0 likes · 17 min read
Understanding Network Ports and Their Role in Web Services
Architects' Tech Alliance
Architects' Tech Alliance
Jan 7, 2025 · Fundamentals

Fundamentals of Computer Networks: Definitions, Classifications, and Topologies

This article introduces the basic concepts of computer networks—including definitions, components, classifications, OSI/TCP‑IP models, and common topologies—while also offering a collection of downloadable resources and links to related technical articles and promotional material for a comprehensive architecture knowledge pack.

Computer NetworksOSI modelTCP/IP
0 likes · 5 min read
Fundamentals of Computer Networks: Definitions, Classifications, and Topologies
php Courses
php Courses
Dec 18, 2024 · Backend Development

Backend Development Course: Processes, Sockets, TCP/IP, Nginx, FASTCGI, Byte Order, and Redis

This course provides an in‑depth exploration of process fundamentals, socket programming with TCP/IP, Nginx and FASTCGI communication, host‑to‑network byte order conversion, and Redis basics, targeting backend engineers, system administrators, and network engineers seeking comprehensive backend development skills.

Byte OrderNGINXRedis
0 likes · 3 min read
Backend Development Course: Processes, Sockets, TCP/IP, Nginx, FASTCGI, Byte Order, and Redis
Practical DevOps Architecture
Practical DevOps Architecture
Nov 18, 2024 · Fundamentals

Second Season: Detailed TCP/IP Protocol Stack Course Outline

This article presents a comprehensive outline of a TCP/IP protocol stack course, covering Wireshark analysis basics, TCP/IP overview, Ethernet, ARP (including proxy, gratuitous, inverse, and reverse ARP), ICMP (ping, traceroute, various unreachable messages), UDP, DHCP (address request, renewal, release, conflict, relay), and related experimental validations.

ARPDHCPICMP
0 likes · 3 min read
Second Season: Detailed TCP/IP Protocol Stack Course Outline
Deepin Linux
Deepin Linux
Nov 7, 2024 · Fundamentals

Comprehensive Overview of Embedded Interview Topics, Web Server Basics, TCP/IP Model, Linux Memory Management, and IPC

This article provides a detailed, English-language overview of interview self‑introduction tips, web server concepts and challenges, the TCP/IP four‑layer model, Linux virtual and physical memory management, malloc allocation strategies, and the differences between process and thread communication mechanisms.

IPCLinuxTCP/IP
0 likes · 27 min read
Comprehensive Overview of Embedded Interview Topics, Web Server Basics, TCP/IP Model, Linux Memory Management, and IPC
Liangxu Linux
Liangxu Linux
Oct 29, 2024 · Operations

Why Windows Prefers Ethernet Over Wi‑Fi and How to Change It

This guide explains why a Windows PC routes traffic through the wired Ethernet adapter by default, how the interface metric determines priority, and step‑by‑step instructions to view and manually adjust the metric so you can force traffic over Wi‑Fi or Ethernet as needed.

Interface MetricTCP/IPWi-Fi
0 likes · 8 min read
Why Windows Prefers Ethernet Over Wi‑Fi and How to Change It
IT Services Circle
IT Services Circle
May 7, 2024 · Fundamentals

Understanding the Differences Between localhost and 127.0.0.1

While localhost and 127.0.0.1 are often used interchangeably in web development, this article explains their subtle differences—including hostname versus IP address, resolution processes, performance considerations, IPv6 support, security implications, and practical usage within the TCP/IP model.

127.0.0.1NetworkingTCP/IP
0 likes · 9 min read
Understanding the Differences Between localhost and 127.0.0.1
Liangxu Linux
Liangxu Linux
Apr 16, 2024 · Fundamentals

Master Computer Networking with 38 Essential Mind Maps

This article presents a comprehensive collection of 38 mind‑maps that systematically cover core computer networking concepts—from the TCP/IP stack and protocol layers to routing, VLANs, VPNs, and related technologies—providing a visual roadmap for learners to master the fundamentals.

Computer NetworksProtocolsTCP/IP
0 likes · 12 min read
Master Computer Networking with 38 Essential Mind Maps
DevOps Operations Practice
DevOps Operations Practice
Apr 8, 2024 · Fundamentals

Fundamentals of Computer Networking: Key Concepts and Definitions

This article provides concise definitions and explanations of essential networking concepts, including links, OSI model layers, backbone networks, LAN, nodes, routers, VPN, NAT, subnet masks, data encapsulation, TCP/IP, protocols, and security mechanisms, serving as a fundamental reference for beginners.

NetworkingOSI modelProtocols
0 likes · 14 min read
Fundamentals of Computer Networking: Key Concepts and Definitions
Architects' Tech Alliance
Architects' Tech Alliance
Apr 4, 2024 · Fundamentals

Master Computer Networking Basics with 38 Comprehensive Mind Maps

This article compiles 38 detailed mind maps covering the entire computer networking curriculum—from the TCP/IP stack and transport protocols to routing, switching, VLANs, IPv6, and security technologies—providing a systematic visual guide for learners to quickly grasp and retain core concepts.

Computer NetworksIPv6Networking Fundamentals
0 likes · 7 min read
Master Computer Networking Basics with 38 Comprehensive Mind Maps
Liangxu Linux
Liangxu Linux
Mar 26, 2024 · Fundamentals

Understanding Linux Networking: OSI vs TCP/IP Models and Packet Flow

This article explains Linux networking fundamentals, comparing the OSI and TCP/IP models, detailing the Linux network stack architecture, packet encapsulation, reception and transmission processes, and introduces essential commands for monitoring network performance and socket statistics.

LinuxNetwork StackOSI model
0 likes · 21 min read
Understanding Linux Networking: OSI vs TCP/IP Models and Packet Flow
Liangxu Linux
Liangxu Linux
Mar 17, 2024 · Fundamentals

How Computers Talk: From Cables to TCP/IP – A Step‑by‑Step Guide

This article walks through the fundamentals of computer networking, explaining how two PCs connect with a cable, how hubs and switches forward frames using MAC addresses, how IP addressing, subnets, ARP and routing tables enable multi‑network communication, and how TCP ensures reliable, ordered delivery with flow‑ and congestion‑control mechanisms.

ARPOSI modelSubnets
0 likes · 30 min read
How Computers Talk: From Cables to TCP/IP – A Step‑by‑Step Guide
Deepin Linux
Deepin Linux
Feb 21, 2024 · Fundamentals

TCP/IP Protocol Stack Overview and Layer Functions

This article provides a comprehensive introduction to the TCP/IP protocol stack, explaining its four-layer architecture, the role of each layer from the physical to the application layer, and detailed mechanisms such as framing, addressing, routing, error control, and connection management.

Computer NetworksNetworkingOSI model
0 likes · 55 min read
TCP/IP Protocol Stack Overview and Layer Functions
php Courses
php Courses
Feb 5, 2024 · Backend Development

Backend Development Fundamentals: Processes, Socket Programming, Nginx FASTCGI, Byte Order, and Redis Basics

This course offers an in‑depth exploration of process concepts, TCP/IP and Socket communication, Nginx‑FASTCGI integration, host‑to‑network byte order conversion, and Redis fundamentals, targeting backend developers, system administrators, and network engineers seeking comprehensive backend skill enhancement.

NGINXRedisSocket
0 likes · 3 min read
Backend Development Fundamentals: Processes, Socket Programming, Nginx FASTCGI, Byte Order, and Redis Basics
Liangxu Linux
Liangxu Linux
Dec 26, 2023 · Fundamentals

Unlocking the Secrets of Computer Networks: From Physical Links to Application Layers

This comprehensive guide walks through computer networking fundamentals, covering basic concepts, the OSI/TCP‑IP layers, addressing, routing protocols, transport mechanisms, application services, security techniques, wireless LAN technologies, and essential command‑line tools, all illustrated with clear diagrams and examples.

Computer NetworksTCP/IPWireless LAN
0 likes · 66 min read
Unlocking the Secrets of Computer Networks: From Physical Links to Application Layers
Liangxu Linux
Liangxu Linux
Dec 11, 2023 · Fundamentals

Master Network Troubleshooting: Essential Steps and Commands for Any Environment

This guide walks you through the essential preconditions, core principles, and step‑by‑step procedures—including physical link checks, IP/DNS verification, gateway testing, public IP pinging, and DNS validation—using Windows and Linux commands to reliably diagnose and resolve network issues.

IT OperationsOSI modelTCP/IP
0 likes · 14 min read
Master Network Troubleshooting: Essential Steps and Commands for Any Environment
Liangxu Linux
Liangxu Linux
Oct 15, 2023 · Fundamentals

Master Computer Networks: From Physical Layer to Application Protocols

This comprehensive guide walks through computer networking fundamentals, covering layer classifications, physical and data link devices, error detection, MTU, Ethernet framing, IP addressing, NAT, routing protocols, transport mechanisms like TCP/UDP, and essential application protocols such as DNS, DHCP, HTTP, and HTTPS.

Computer NetworksOSI modelTCP/IP
0 likes · 23 min read
Master Computer Networks: From Physical Layer to Application Protocols
Open Source Linux
Open Source Linux
Sep 26, 2023 · Fundamentals

Understanding the TCP/IP Model: Layers, Protocols, and Data Flow

This article explains the TCP/IP protocol suite, detailing its four layers—link, network, transport, and application—along with key protocols such as IP, TCP, UDP, ARP, ICMP, DNS, and the mechanisms of packet encapsulation, routing, flow and congestion control, and connection management.

Flow ControlNetwork ProtocolsTCP
0 likes · 23 min read
Understanding the TCP/IP Model: Layers, Protocols, and Data Flow
Deepin Linux
Deepin Linux
Aug 16, 2023 · Fundamentals

Fundamentals of TCP/IP: Protocol Suite, Standardization Process, and Layered Model

This article provides a comprehensive overview of TCP/IP, covering its definition as a protocol suite, the open and practical standardization process driven by IETF, the role of RFCs and STD numbers, the multi‑stage standardization workflow, the layered architecture compared with the OSI model, and detailed explanations of packet headers, data flow, and connection management such as the three‑way handshake and four‑way termination.

Four-way terminationNetwork ProtocolsPacket Transmission
0 likes · 31 min read
Fundamentals of TCP/IP: Protocol Suite, Standardization Process, and Layered Model
Liangxu Linux
Liangxu Linux
Aug 10, 2023 · Fundamentals

Understanding ICMP: How Ping and Traceroute Diagnose Network Issues

The article explains the role of the Internet Control Message Protocol (ICMP) in detecting and reporting network errors, details its message structure and common types, and demonstrates practical uses of ICMP through ping and traceroute commands for diagnosing connectivity and routing problems.

ICMPNetwork DiagnosticsTCP/IP
0 likes · 8 min read
Understanding ICMP: How Ping and Traceroute Diagnose Network Issues
Liangxu Linux
Liangxu Linux
Jul 16, 2023 · Fundamentals

Essential Networking Q&A: 100+ Key Concepts Explained

This comprehensive guide answers over one hundred fundamental networking questions, covering links, OSI layers, devices, protocols, topologies, security measures, addressing schemes, cabling standards, and advanced topics such as VPNs, DHCP, IPv6, and encryption, providing clear definitions and practical insights for anyone studying computer networks.

LANNetworkingOSI model
0 likes · 22 min read
Essential Networking Q&A: 100+ Key Concepts Explained
Liangxu Linux
Liangxu Linux
Jun 26, 2023 · Fundamentals

Master Networking Fundamentals: From OSI Layers to TCP/IP, Security, and Wireless

This comprehensive guide covers essential networking concepts, including basic terminology, OSI and TCP/IP models, physical and data link layers, routing protocols, transport mechanisms, application services, security fundamentals, wireless LAN technologies, and practical command‑line tools, providing a solid foundation for students and professionals alike.

NetworkingOSI modelProtocols
0 likes · 63 min read
Master Networking Fundamentals: From OSI Layers to TCP/IP, Security, and Wireless
Liangxu Linux
Liangxu Linux
Jun 17, 2023 · Fundamentals

How Linux Handles Incoming and Outgoing Network Packets Step by Step

Linux processes network packets through a layered TCP/IP stack, starting with hardware DMA into a ring buffer, handling interrupts, traversing the network interface, IP, transport, and application layers on receive, and reversing the flow for sending, with detailed steps for each layer and driver interaction.

LinuxNetwork StackTCP/IP
0 likes · 10 min read
How Linux Handles Incoming and Outgoing Network Packets Step by Step
Open Source Linux
Open Source Linux
Jun 6, 2023 · Fundamentals

Master Computer Networking: From Basic Concepts to Advanced Protocols Explained

This comprehensive guide covers fundamental networking concepts, including link, node, protocol, service, PDU layers, network topologies, TCP/IP architecture, routing algorithms, security mechanisms, and practical commands, providing a complete overview for students and professionals seeking to deepen their understanding of modern computer networks.

Computer NetworksNetwork ProtocolsSecurity
0 likes · 58 min read
Master Computer Networking: From Basic Concepts to Advanced Protocols Explained
Liangxu Linux
Liangxu Linux
May 14, 2023 · Fundamentals

Comprehensive Guide to Computer Networking: From Physical Layer to Security

This extensive guide covers networking fundamentals across all OSI layers, detailing concepts such as links, nodes, protocols, PDU structures, network topologies, TCP/IP encapsulation, transport protocols, application services, security mechanisms, wireless LAN technologies, and key command‑line tools, providing a complete reference for students and professionals alike.

NetworkingOSI modelProtocols
0 likes · 60 min read
Comprehensive Guide to Computer Networking: From Physical Layer to Security
Liangxu Linux
Liangxu Linux
May 3, 2023 · Fundamentals

How Linux Receives and Sends Network Packets: A Step‑by‑Step Guide

This article explains the Linux network stack, detailing the TCP/IP model layers and describing in depth how incoming packets travel from the NIC through DMA, interrupt handling, and the kernel's protocol layers to the application, as well as the reverse path for outgoing packets.

LinuxNetwork StackNetworking
0 likes · 9 min read
How Linux Receives and Sends Network Packets: A Step‑by‑Step Guide
Open Source Linux
Open Source Linux
Apr 28, 2023 · Fundamentals

How Does Linux Process Incoming and Outgoing Network Packets?

Linux handles network traffic through a layered TCP/IP stack, where incoming packets travel from the NIC’s DMA‑filled ring buffer through interrupt handling, protocol layers, and finally to the application, while outgoing packets follow the reverse path, with each layer adding its own headers and processing.

KernelLinuxNetwork Stack
0 likes · 11 min read
How Does Linux Process Incoming and Outgoing Network Packets?
AI Cyberspace
AI Cyberspace
Apr 1, 2023 · Fundamentals

From ARPANET to SDN: How the Internet Evolved Over 60 Years

This article traces the Internet’s evolution from Cold‑War‑era research projects like ARPA and ARPANET through the birth of TCP/IP, HTTP, REST, and the rise of SDN, OpenFlow, and P4, highlighting key milestones, standards, and the ongoing push toward fully programmable networks.

HTTPInternet HistoryNetworking
0 likes · 40 min read
From ARPANET to SDN: How the Internet Evolved Over 60 Years
MaGe Linux Operations
MaGe Linux Operations
Mar 26, 2023 · Fundamentals

Master the TCP/IP Stack: 10 Essential Concepts Every Engineer Must Know

This comprehensive guide walks you through the TCP/IP protocol suite, covering the four-layer model, data link, network, transport, and application layers, and explains key protocols such as IP, ARP, ICMP, TCP, UDP, DNS, as well as connection management, flow control, and congestion control techniques.

ProtocolsTCPTCP/IP
0 likes · 17 min read
Master the TCP/IP Stack: 10 Essential Concepts Every Engineer Must Know
Architect's Guide
Architect's Guide
Mar 1, 2023 · Fundamentals

Understanding the OSI Model, TCP/IP Model, and TCP/UDP Protocols with Handshake and Teardown

This article explains the OSI seven‑layer model and the simplified four‑layer TCP/IP model, describes the TCP/IP protocol suite, details how data is encapsulated and transmitted, compares TCP and UDP, and walks through TCP’s three‑way handshake, four‑way termination, and related security considerations.

Connection terminationHandshakeTCP/IP
0 likes · 18 min read
Understanding the OSI Model, TCP/IP Model, and TCP/UDP Protocols with Handshake and Teardown
21CTO
21CTO
Feb 5, 2023 · Fundamentals

How Vinton Cerf Shaped the Internet: The Story Behind the IEEE Medal of Honor

Vinton Cerf, often called the "father of the Internet," received the IEEE Medal of Honor in 2023 for his pivotal role in designing TCP/IP, promoting internet adoption at Google, and earning multiple prestigious awards that underscore his lasting impact on global connectivity.

IEEE Medal of HonorInternet HistoryNetworking Fundamentals
0 likes · 3 min read
How Vinton Cerf Shaped the Internet: The Story Behind the IEEE Medal of Honor
IT Architects Alliance
IT Architects Alliance
Jan 10, 2023 · Fundamentals

Computer Networking Fundamentals: Concepts, Protocols, and Layers

This document provides an extensive overview of computer networking fundamentals, covering basic concepts, OSI layers, link, network, transport, and application layer protocols, addressing schemes, routing algorithms, security mechanisms, and related technologies such as DHCP, DNS, TCP/UDP, MPLS, and wireless LANs.

NetworkingOSI modelProtocols
0 likes · 54 min read
Computer Networking Fundamentals: Concepts, Protocols, and Layers
Architect's Guide
Architect's Guide
Dec 27, 2022 · Fundamentals

Methods for Measuring Network Latency Across TCP/IP Layers

This article reviews various techniques for detecting network latency at each TCP/IP layer, including application‑layer tools like Telnet, transport‑layer utilities such as TCPPing, UDPPing and Tcproute, network‑layer protocols like ICMP with Ping and Tracert, and hardware‑based measurements at the link layer.

Network LatencyTCP/IPmtr
0 likes · 4 min read
Methods for Measuring Network Latency Across TCP/IP Layers
Open Source Linux
Open Source Linux
Dec 19, 2022 · Fundamentals

Master the TCP/IP Stack: From Layers to Real-World Protocols

This comprehensive guide explains the TCP/IP model’s four layers, key protocols such as IP, ARP, ICMP, DNS, and the differences between TCP and UDP, and details connection setup, termination, flow and congestion control mechanisms like slow start, fast retransmit, and fast recovery.

NetworkingProtocolsTCP
0 likes · 23 min read
Master the TCP/IP Stack: From Layers to Real-World Protocols
MaGe Linux Operations
MaGe Linux Operations
Dec 4, 2022 · Fundamentals

Mastering Network Fundamentals: OSI, TCP/IP, and Core Protocols Explained

This comprehensive guide walks through the basics of computer networking, covering OSI and TCP/IP models, network classifications, each layer’s responsibilities, key protocols such as IP, ARP, ICMP, TCP, UDP, and application‑layer services like DNS, DHCP, and HTTP, while illustrating concepts with clear diagrams and practical examples.

NetworkingOSI modelProtocols
0 likes · 20 min read
Mastering Network Fundamentals: OSI, TCP/IP, and Core Protocols Explained
Architects' Tech Alliance
Architects' Tech Alliance
Nov 27, 2022 · Fundamentals

Fundamentals of Computer Networks: Concepts, Models, and Protocols

This article provides a comprehensive overview of computer networking fundamentals, covering the definition of communication networks, the evolution and main characteristics of computer networks, LAN/MAN/WAN classifications, common topologies, circuit and packet switching, performance metrics, OSI and TCP/IP models, and the functions of each protocol layer.

Computer NetworksOSI modelProtocols
0 likes · 16 min read
Fundamentals of Computer Networks: Concepts, Models, and Protocols
FunTester
FunTester
Nov 20, 2022 · Fundamentals

Decoding Wireshark: How TCP/IP Layers Shape HTTP Traffic

This article explains how Wireshark captures map to the TCP/IP four‑layer model, walks through Ethernet, IP, TCP/UDP, and application layers, and demonstrates detailed HTTP request‑response analysis using Wireshark, HttpWatch, and browser developer tools.

HTTPPacket CaptureTCP/IP
0 likes · 9 min read
Decoding Wireshark: How TCP/IP Layers Shape HTTP Traffic
MaGe Linux Operations
MaGe Linux Operations
Nov 16, 2022 · Fundamentals

Essential Networking Concepts: From OSI Model to VPN and Beyond

This comprehensive guide covers fundamental networking topics such as links, OSI layers, backbone networks, LANs, routers, protocols, IP addressing, security measures, cable types, and various network topologies, providing clear explanations for each concept.

Network ProtocolsTCP/IPnetwork security
0 likes · 31 min read
Essential Networking Concepts: From OSI Model to VPN and Beyond
Open Source Linux
Open Source Linux
Nov 3, 2022 · Operations

Master Network Troubleshooting: Essential Steps and Tools for Reliable Connectivity

This guide walks you through the fundamental prerequisites, systematic methodology, and detailed step‑by‑step procedures—including physical link checks, IP/DNS configuration verification, gateway and router testing, public IP pinging, and DNS validation—required to diagnose and resolve common network connectivity issues in small‑to‑medium enterprise environments.

DNSOSI modelTCP/IP
0 likes · 13 min read
Master Network Troubleshooting: Essential Steps and Tools for Reliable Connectivity
Efficient Ops
Efficient Ops
Oct 17, 2022 · Fundamentals

Master the TCP/IP Model: From Layers to Real-World Protocols

This comprehensive guide explains the TCP/IP protocol suite, detailing each of its four layers, key protocols such as IP, TCP, UDP, ICMP, ARP, and DNS, and illustrates essential mechanisms like encapsulation, three‑way handshake, flow control, congestion control, and tools like ping and traceroute.

NetworkingProtocolsTCP
0 likes · 24 min read
Master the TCP/IP Model: From Layers to Real-World Protocols
MaGe Linux Operations
MaGe Linux Operations
Aug 7, 2022 · Fundamentals

Comprehensive Guide to Computer Networking Fundamentals: Layers, Protocols, and Technologies

This extensive guide covers the fundamental concepts of computer networking, including the definitions of links, nodes, protocols, services, PDU layers, network topologies, performance metrics, OSI/TCP‑IP models, routing protocols, security mechanisms, wireless LANs, and many essential networking terms and commands.

Computer NetworksTCP/IP
0 likes · 66 min read
Comprehensive Guide to Computer Networking Fundamentals: Layers, Protocols, and Technologies
Liangxu Linux
Liangxu Linux
Aug 7, 2022 · Fundamentals

A Complete Guide to Computer Network Fundamentals and Core Protocols

This article provides a comprehensive overview of networking basics, covering link concepts, protocol layers, TCP/IP architecture, routing algorithms, transport mechanisms, application services, security principles, and wireless LAN technologies.

Computer NetworksTCP/IPTransport Protocols
0 likes · 60 min read
A Complete Guide to Computer Network Fundamentals and Core Protocols
Architects' Tech Alliance
Architects' Tech Alliance
Jul 3, 2022 · Fundamentals

Mastering Computer Networks: From Physical Layer to Application Protocols

This article provides a comprehensive, layer‑by‑layer overview of computer networking, covering network classifications, OSI/TCP‑IP models, physical and data‑link devices, IP addressing and routing, transport‑layer protocols such as TCP and UDP, and key application‑layer services like DNS, DHCP, HTTP and HTTPS.

Computer NetworksNetwork ProtocolsNetworking Fundamentals
0 likes · 23 min read
Mastering Computer Networks: From Physical Layer to Application Protocols
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Jun 21, 2022 · Fundamentals

From HTTP/0.9 to HTTP/3: Evolution of Web Protocols Explained

This article traces the development of the HTTP protocol from its earliest 0.9 version through 1.0, 1.1, 2.0, and the modern HTTP/3 over QUIC, detailing key features, header compression, multiplexing, caching mechanisms, server push, and the security and performance trade‑offs of each iteration.

HTTPHTTP/2HTTP/3
0 likes · 20 min read
From HTTP/0.9 to HTTP/3: Evolution of Web Protocols Explained
Open Source Linux
Open Source Linux
Jun 8, 2022 · Fundamentals

Unlocking NAT: How Private Networks Share a Single Public IP

This article explains the fundamentals of Network Address Translation (NAT), covering public and private IP concepts, various NAT types—including static, dynamic, NAPT, and Easy IP—along with their configurations, advantages, disadvantages, and the role of NAT servers in enabling internal devices to access the Internet.

IP addressingNATNetwork Address Translation
0 likes · 10 min read
Unlocking NAT: How Private Networks Share a Single Public IP
IT Architects Alliance
IT Architects Alliance
May 23, 2022 · Industry Insights

Why RDMA Is Replacing TCP/IP for AI and High‑Performance Storage

The article analyzes how the AI boom and high‑performance SSD storage demand sub‑microsecond latency, exposing TCP/IP’s inherent context‑switch and CPU overhead, and explains why RDMA’s kernel‑bypass, zero‑copy design and 1 µs latency make it the preferred network stack for modern data‑center workloads despite challenges in Ethernet deployment.

AI computingData Center NetworkLow latency
0 likes · 11 min read
Why RDMA Is Replacing TCP/IP for AI and High‑Performance Storage
Open Source Linux
Open Source Linux
Apr 25, 2022 · Information Security

What Do All Those Network Port Numbers Really Mean? A Complete Guide

This article explains the two common meanings of network ports, categorizes the 65,535 possible ports into well‑known, registered, and dynamic ranges, and provides detailed descriptions of many specific ports, their associated services, and the security implications or malware that often target them.

ProtocolsTCP/IPdynamic ports
0 likes · 21 min read
What Do All Those Network Port Numbers Really Mean? A Complete Guide
Architecture Digest
Architecture Digest
Apr 9, 2022 · Fundamentals

Comprehensive Overview of Computer Networks: Layers, Protocols, and Key Concepts

This article provides a comprehensive overview of computer networking, covering network classifications, the OSI and TCP/IP layer models, physical, data link, network, transport, and application layer functions, key protocols such as IP, TCP, UDP, DNS, and essential concepts like NAT, routing, and error detection.

Computer NetworksOSI modelTCP/IP
0 likes · 23 min read
Comprehensive Overview of Computer Networks: Layers, Protocols, and Key Concepts
IT Architects Alliance
IT Architects Alliance
Apr 5, 2022 · Fundamentals

Comprehensive Overview of Computer Networks: Layers, Protocols, and Key Concepts

This article provides a thorough introduction to computer networking, covering the classification of networks, the OSI and TCP/IP layer models, physical, data link, network, transport, and application layer protocols such as Ethernet, IP, TCP, UDP, DNS, and related concepts like routing, NAT, and error detection.

Computer NetworksNetworking ProtocolsOSI model
0 likes · 19 min read
Comprehensive Overview of Computer Networks: Layers, Protocols, and Key Concepts
Architects' Tech Alliance
Architects' Tech Alliance
Apr 3, 2022 · Fundamentals

Comprehensive Overview of Computer Network Architecture and Protocols

This article provides a detailed introduction to computer networking, covering network classifications, the OSI and TCP/IP layer models, physical, data link, network, transport, and application layer protocols such as Ethernet, IP, TCP, UDP, DNS, DHCP, and HTTP, along with performance metrics, routing algorithms, and connection management mechanisms.

Computer NetworksNetwork ProtocolsOSI model
0 likes · 23 min read
Comprehensive Overview of Computer Network Architecture and Protocols