Tagged articles
123 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
Java Tech Enthusiast
Java Tech Enthusiast
Feb 24, 2026 · Fundamentals

Why a Successful Ping Doesn’t Guarantee a Healthy Network

Ping may confirm that a device is reachable, but its simple ICMP test hides many network complexities—such as bandwidth limits, firewall rules, and service failures—so a successful ping alone cannot guarantee overall network health, and understanding its five-step process reveals its inherent limitations.

ICMPLatencyPacket Loss
0 likes · 14 min read
Why a Successful Ping Doesn’t Guarantee a Healthy Network
Deepin Linux
Deepin Linux
Feb 15, 2026 · Fundamentals

Mastering DNS: From Basics to Advanced Optimization Techniques

This comprehensive guide explains the DNS system, covering its core concepts, hierarchical domain structure, server types, configuration files, detailed resolution workflow, common record types, performance‑boosting optimizations, and step‑by‑step troubleshooting methods for typical DNS failures.

DNSDNS OptimizationDNS Records
0 likes · 30 min read
Mastering DNS: From Basics to Advanced Optimization Techniques
Java Tech Enthusiast
Java Tech Enthusiast
Nov 27, 2025 · Fundamentals

How Devices Secure Their IP Address: The Full DHCP Journey Explained

This article walks through the complete DHCP process—from a device’s initial broadcast for an IP address, through server offers, request, and acknowledgment—while also covering static versus dynamic IP configuration, lease management, and common troubleshooting scenarios such as missing addresses and IP conflicts.

DHCPDynamic IPIP address
0 likes · 14 min read
How Devices Secure Their IP Address: The Full DHCP Journey Explained
IT Services Circle
IT Services Circle
Nov 23, 2025 · Fundamentals

How Does Your Device Get an IP Address? Inside the DHCP Journey

When a device connects to a network, it initiates a DHCP discovery process, receives an IP address offer, confirms the assignment, and eventually leases the address, with static and dynamic options, subnet masks, gateways, DNS settings, renewal cycles, and conflict resolution all playing crucial roles.

DHCPDNSDynamic IP
0 likes · 12 min read
How Does Your Device Get an IP Address? Inside the DHCP Journey
Raymond Ops
Raymond Ops
Oct 13, 2025 · Fundamentals

Understanding Domain Names, HTML, and HTTP: A Complete Beginner’s Guide

This article explains the concept, structure, and types of domain names, the fundamentals of web pages and HTML—including document structure, tags, and HTML5 features—as well as the core principles, workflow, request/response formats, version evolution, and security extensions of the HTTP protocol.

Domain NameHTMLHTTP
0 likes · 14 min read
Understanding Domain Names, HTML, and HTTP: A Complete Beginner’s Guide
Architect's Must-Have
Architect's Must-Have
Oct 11, 2025 · Fundamentals

How Many Concurrent TCP Connections Can a Server Actually Handle?

This article explains the theoretical and practical limits of concurrent TCP connections on a single Linux server, clarifying the role of port numbers, the 4‑tuple identification, and how memory and file‑descriptor limits, not the 65535 port ceiling, determine real‑world capacity.

LinuxTCPconcurrent connections
0 likes · 11 min read
How Many Concurrent TCP Connections Can a Server Actually Handle?
Raymond Ops
Raymond Ops
Oct 9, 2025 · Fundamentals

What Is a Computer Network? From OSI Layers to TCP/UDP and DNS Explained

This article introduces computer networks by defining them, describing their hardware and software components, functions, classification by scope and topology, then explains the OSI seven‑layer model, the differences between TCP and UDP protocols, DNS operation, and the step‑by‑step process a user follows to access a website.

Computer NetworksDNSOSI model
0 likes · 26 min read
What Is a Computer Network? From OSI Layers to TCP/UDP and DNS Explained
IT Services Circle
IT Services Circle
Oct 7, 2025 · Fundamentals

Why 1.1.1.1 Became the World’s Fastest Public DNS – History and Tech

This article explains the origins, technical classification, and evolution of the IP address 1.1.1.1 from an unassigned block to Cloudflare's fast, privacy‑focused public DNS, covering its network segment, Anycast deployment, encrypted DNS support, and comparison with other DNS services.

AnycastCloudflareIP address
0 likes · 8 min read
Why 1.1.1.1 Became the World’s Fastest Public DNS – History and Tech
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
Aug 14, 2025 · Fundamentals

Master IP Addressing: From Basics to Subnetting and VLSM

Starting from the basics of IPv4 address format, this guide explains class structures, binary‑decimal conversion, subnet masks, step‑by‑step subnet calculations, soft and hard planning rules, and introduces VLSM with a practical example, providing a comprehensive foundation for effective network address design.

CIDRIP addressingSubnetting
0 likes · 14 min read
Master IP Addressing: From Basics to Subnetting and VLSM
大转转FE
大转转FE
Aug 12, 2025 · Fundamentals

How Does a Simple Chat Message Travel Across the Internet? Inside the OSI Model

Using a familiar chat example, this article walks through the OSI seven‑layer model, illustrating each layer’s role—from the application’s HTTP request to the physical bitstream—through analogies with parcel delivery, complete with data format transformations and visual diagrams.

OSI modelProtocol Stackcomputer networking
0 likes · 15 min read
How Does a Simple Chat Message Travel Across the Internet? Inside the OSI Model
MaGe Linux Operations
MaGe Linux Operations
Jul 2, 2025 · Fundamentals

Master IP Addressing: From Basics to Subnetting and VLSM Explained

This comprehensive guide covers IP address formats, classful and private ranges, binary‑decimal conversion, subnet masks, the reasons and principles behind subnetting, hard and soft subnetting rules, and introduces VLSM with step‑by‑step examples for efficient network planning.

IP addressingSubnettingVLSM
0 likes · 13 min read
Master IP Addressing: From Basics to Subnetting and VLSM Explained
Architects' Tech Alliance
Architects' Tech Alliance
Jun 22, 2025 · Fundamentals

Mastering Data Center Networks: 100 Essential Concepts Explained

This comprehensive guide covers 100 fundamental concepts of data center networking, including architecture, protocols, security, virtualization, performance, interconnects, hardware standards, emerging technologies, and industry ecosystems, providing readers with a complete technical foundation for modern digital infrastructure.

Data centercloud networkingnetwork architecture
0 likes · 19 min read
Mastering Data Center Networks: 100 Essential Concepts Explained
Open Source Linux
Open Source Linux
Jun 16, 2025 · Fundamentals

Mastering NAT, NAPT, Intranet Penetration & Proxy Techniques Explained

This article explains the role of NAT and NAPT tables in routing packets between private subnets and the public internet, details how internal network traversal and hole punching work, compares forward and reverse proxy mechanisms, and outlines practical scenarios and differences between these networking techniques.

NAPTNAThole punching
0 likes · 10 min read
Mastering NAT, NAPT, Intranet Penetration & Proxy Techniques Explained
JavaScript
JavaScript
Jun 15, 2025 · Information Security

Mastering HTTPS Interview Questions: Impress Recruiters with Deep Security Insight

This guide explains how to answer the common interview question “Can you talk about HTTPS?” by covering its fundamental differences from HTTP, the role of SSL/TLS, confidentiality, integrity and authentication, the TLS handshake process, performance considerations, certificate chains, and how to present this knowledge to showcase both depth and breadth of security expertise.

HTTPSSecurity InterviewTLS
0 likes · 9 min read
Mastering HTTPS Interview Questions: Impress Recruiters with Deep Security Insight
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
ITPUB
ITPUB
Mar 24, 2025 · Fundamentals

Can TCP and UDP Share the Same Port? Deep Dive into OS Port Management

This article explains why TCP and UDP can use the same numeric port, how client and server processes manage port sharing, and the role of socket options like SO_REUSEADDR and SO_REUSEPORT in enabling high‑availability and load‑balanced networking.

Port SharingTCPUDP
0 likes · 16 min read
Can TCP and UDP Share the Same Port? Deep Dive into OS Port Management
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
Efficient Ops
Efficient Ops
Dec 15, 2024 · Fundamentals

Unlocking Network Basics: How VLANs, Routers, and DNS Shape Modern LANs

This article explains the fundamentals of VLANs, single‑arm routing, layer‑3 switches, gateways, DNS, MAC addresses, and subnet masks, using clear analogies and examples to show how network segmentation and routing enable efficient communication within and between local networks.

DNSMAC addressSubnet Mask
0 likes · 11 min read
Unlocking Network Basics: How VLANs, Routers, and DNS Shape Modern LANs
Open Source Linux
Open Source Linux
Aug 8, 2024 · Fundamentals

Understanding IPv6: A Quick Guide to Modern IP Addressing

This article provides a concise overview of IPv6, covering its 128‑bit hexadecimal format, address structure, types (global unicast, unique local, link‑local), network and interface segmentation, and practical usage such as URL notation and loopback addressing, helping readers grasp the transition from IPv4.

IP addressingIPv4 transitionIPv6
0 likes · 7 min read
Understanding IPv6: A Quick Guide to Modern IP Addressing
Open Source Linux
Open Source Linux
Jul 11, 2024 · Fundamentals

What Every Beginner Must Know About Routers, Switches, Modems, and Wi‑Fi

This guide walks you through the essential concepts of home networking, explaining the roles and inner workings of routers, switches, optical modems, IP addressing, and Wi‑Fi standards, while clarifying common misconceptions and showing how these devices interconnect to deliver reliable internet access.

RouterWiFimodem
0 likes · 18 min read
What Every Beginner Must Know About Routers, Switches, Modems, and Wi‑Fi
Liangxu Linux
Liangxu Linux
Jun 17, 2024 · Fundamentals

Understanding the Four Key Network Performance Metrics: Bandwidth, Latency, Jitter, and Packet Loss

The article explains the four essential network performance indicators—bandwidth, latency, jitter, and packet loss—defining each term, describing how they are measured, illustrating their impact with examples, and clarifying related concepts such as bits versus bytes, processing, queueing, transmission, and propagation delays.

LatencyPacket LossThroughput
0 likes · 7 min read
Understanding the Four Key Network Performance Metrics: Bandwidth, Latency, Jitter, and Packet Loss
Open Source Linux
Open Source Linux
Apr 2, 2024 · Fundamentals

38 Essential Computer Network Mind Maps to Master Fundamentals

This article compiles 38 detailed mind maps that systematically cover core computer networking concepts—from basic data communication and transmission media to advanced protocols like GRE and IPSec VPN—helping readers visualize, retain, and apply key networking knowledge efficiently.

IT educationcomputer networkingmind map
0 likes · 5 min read
38 Essential Computer Network Mind Maps to Master Fundamentals
Liangxu Linux
Liangxu Linux
Jan 29, 2024 · Fundamentals

Master IP Subnetting: From Binary Conversion to CIDR Calculations

This guide explains core concepts of IP subnetting, including binary‑decimal conversion, network and host counts for A/B/C classes, default masks, valid mask rules, CIDR notation, and a step‑by‑step example solving a /18 subnet problem.

CIDRIP subnettingbinary conversion
0 likes · 14 min read
Master IP Subnetting: From Binary Conversion to CIDR Calculations
Liangxu Linux
Liangxu Linux
Jan 8, 2024 · Information Security

How Visible Is Your IP Location? Risks, Regulations, and Protection Tips

Since 2021 Chinese platforms have begun displaying users' IP location down to the province or country, sparking privacy debates, legal scrutiny, and practical advice on how IP addresses work, what data they reveal, and how individuals can safeguard their online anonymity.

IP addressdata securitynetwork fundamentals
0 likes · 11 min read
How Visible Is Your IP Location? Risks, Regulations, and Protection Tips
Open Source Linux
Open Source Linux
Dec 5, 2023 · Fundamentals

How Routers Find the Best Path: A Beginner’s Guide to Routing

This article explains what a router is, how it connects separate networks, the role of routing tables, different routing methods (direct, static, dynamic), three‑layer addressing, and the principles such as longest‑prefix match that determine how data packets find their optimal path.

IP addressingRouternetwork fundamentals
0 likes · 6 min read
How Routers Find the Best Path: A Beginner’s Guide to Routing
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 22, 2023 · Fundamentals

What Makes Switches Tick? Understanding Layer 2, 3, and 4 Switching

This article explains how Ethernet switches learn MAC addresses, forward frames, prevent loops, and differ across store‑and‑forward, cut‑through, and multi‑layer designs, while also covering routing fundamentals, layer‑3 switching operation, and the principles of layer‑4 load‑balancing switches.

Layer 2Layer 3Layer 4
0 likes · 19 min read
What Makes Switches Tick? Understanding Layer 2, 3, and 4 Switching
Liangxu Linux
Liangxu Linux
Aug 26, 2023 · Fundamentals

Understanding Routers: Key Concepts, Types, and Protocols Explained

This article provides a comprehensive overview of routers, covering their definition, routing and forwarding processes, various hardware and performance classifications, IP addressing, routing protocols, redundancy methods, security features, and management interfaces, all illustrated with clear diagrams.

IP addressingNetworkingProtocols
0 likes · 22 min read
Understanding Routers: Key Concepts, Types, and Protocols Explained
Open Source Linux
Open Source Linux
May 30, 2023 · Fundamentals

Understanding Layer 2 vs Layer 3 Switches, ARP, and VLANs

This article explains how Layer 2 switches forward frames using MAC addresses, how Layer 3 switches add IP routing, the role of ARP in learning MAC addresses, the impact of collisions and broadcast domains, and how VLANs and switch port configurations solve these networking challenges.

ARPLayer2 SwitchLayer3 Switch
0 likes · 15 min read
Understanding Layer 2 vs Layer 3 Switches, ARP, and VLANs
AI Cyberspace
AI Cyberspace
Apr 6, 2023 · Fundamentals

Understanding IPv4: Header Structure, Fragmentation, and CIDR Explained

This article provides a comprehensive overview of IPv4, detailing the header fields, fragmentation and reassembly processes, MTU considerations, Path MTU Discovery, address formatting, classful and classless (CIDR) addressing, subnetting techniques, and network aggregation strategies.

CIDRIP headerIPv4
0 likes · 14 min read
Understanding IPv4: Header Structure, Fragmentation, and CIDR Explained
MaGe Linux Operations
MaGe Linux Operations
Dec 20, 2022 · Fundamentals

Why UDP Drops Packets and How to Make It Reliable

This article explains UDP packet structure, why UDP lacks a send buffer, how fragmentation and buffer overflows cause packet loss, and presents practical solutions—including socket buffer tuning, delayed sending, retransmission strategies, redundancy, and RUDP—to achieve reliable communication over an inherently unreliable protocol.

Packet LossUDPfragmentation
0 likes · 24 min read
Why UDP Drops Packets and How to Make It Reliable
Liangxu Linux
Liangxu Linux
Dec 14, 2022 · Fundamentals

Unraveling TCP: From Physical Wires to Reliable Data Streams

This article provides a comprehensive, step‑by‑step explanation of TCP and related transport‑layer concepts, covering the OSI model, physical to application layers, socket and port mechanics, TCP header fields, reliable transmission techniques, flow and congestion control, connection setup/teardown, and a brief comparison with UDP.

TCPUDPcongestion control
0 likes · 28 min read
Unraveling TCP: From Physical Wires to Reliable Data Streams
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
Liangxu Linux
Liangxu Linux
Oct 29, 2022 · Fundamentals

Essential Networking Fundamentals: 100+ Q&A on OSI Model, Protocols, and Devices

This comprehensive Q&A guide covers over one hundred essential networking concepts, including definitions of links, OSI layers, backbone, LAN, nodes, routers, protocols, topologies, security measures, IP addressing, and many other fundamentals needed to understand and manage computer networks.

NetworkingOSI modelProtocols
0 likes · 23 min read
Essential Networking Fundamentals: 100+ Q&A on OSI Model, Protocols, and Devices
Liangxu Linux
Liangxu Linux
Oct 13, 2022 · Fundamentals

Why Home LAN IPs Usually Start with 192.168 – History and Logic Explained

This article explains why most home LANs use IP addresses beginning with 192.168, covering the historical defaults of early routers, the evolution of private IP ranges, classful addressing, subnet masks, and NAT, and clarifies that other private ranges like 10.x.x.x and 172.16.x.x are also common.

IP addressingLANNAT
0 likes · 8 min read
Why Home LAN IPs Usually Start with 192.168 – History and Logic Explained
Programmer DD
Programmer DD
Jul 2, 2022 · Fundamentals

Why 65535 Is Not the Real Limit for TCP Connections

This article explains that the 65535 TCP port limit does not directly cap concurrent connections, detailing how TCP connections are identified by a four‑tuple, the theoretical maximums for client and server sides, and why actual limits depend on memory, file descriptors, and port reuse.

LinuxTCPconnection limits
0 likes · 12 min read
Why 65535 Is Not the Real Limit for TCP Connections
Efficient Ops
Efficient Ops
Jun 13, 2022 · Fundamentals

Unveiling TCP: How Reliable Transport Works and Why It Matters

This comprehensive guide walks through the fundamentals of computer networking, detailing the OSI layers, the inner workings of TCP and UDP, reliable transmission techniques such as stop‑and‑wait, sliding windows, congestion control, connection setup and teardown, as well as security concerns, performance trade‑offs, and practical use‑case scenarios.

TCPUDPcongestion control
0 likes · 26 min read
Unveiling TCP: How Reliable Transport Works and Why It Matters
Python Programming Learning Circle
Python Programming Learning Circle
May 16, 2022 · Information Security

How IP Geolocation Works and Its Privacy Implications

This article explains the technical principles behind IP‑based geolocation, describing how autonomous systems map IP addresses to approximate locations, the limits of accuracy, and the privacy concerns arising from both network operators and large‑scale data services.

Autonomous SystemIP geolocationinformation security
0 likes · 7 min read
How IP Geolocation Works and Its Privacy Implications
IT Services Circle
IT Services Circle
May 16, 2022 · Information Security

How IP Addresses Reveal Geographic Locations and Their Privacy Implications

The article explains the technical principles behind IP geolocation using autonomous systems, describes how IP addresses can be mapped to regions and organizations, discusses the limits of precision, and highlights privacy concerns and potential misuse of location data in the modern digital era.

Autonomous SystemIP geolocationnetwork fundamentals
0 likes · 8 min read
How IP Addresses Reveal Geographic Locations and Their Privacy Implications
Liangxu Linux
Liangxu Linux
May 15, 2022 · Fundamentals

How Does Your IP Reveal Your Location? The Tech Behind IP Geolocation

This article explains how IP addresses are linked to geographic locations through Autonomous Systems and ASN mappings, discusses the accuracy limits, and highlights privacy implications and real‑world applications of IP geolocation in modern internet services.

ASNAutonomous SystemIP geolocation
0 likes · 7 min read
How Does Your IP Reveal Your Location? The Tech Behind IP Geolocation
MaGe Linux Operations
MaGe Linux Operations
Apr 11, 2022 · Fundamentals

Mastering DNS: From Basics to Advanced Configuration and Security

This comprehensive guide explains the DNS system, its distributed architecture, protocol nuances, hierarchical naming structure, resolution process, caching, smart routing, BIND configuration, load balancing, subdomain delegation, debugging tools, and security considerations such as amplification attacks.

BINDDNSDomain Name System
0 likes · 19 min read
Mastering DNS: From Basics to Advanced Configuration and Security
Open Source Linux
Open Source Linux
Apr 7, 2022 · Fundamentals

Why Does TCP Require a Three‑Way Handshake and a Four‑Way Teardown?

This article explains how TCP guarantees reliable transmission through a three‑way handshake for connection establishment and a four‑step termination process, detailing each packet’s flags, sequence numbers, and the reasons why these multi‑step procedures are essential for robust network communication.

Four-way terminationTCPThree-way handshake
0 likes · 7 min read
Why Does TCP Require a Three‑Way Handshake and a Four‑Way Teardown?
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
NiuNiu MaTe
NiuNiu MaTe
Feb 12, 2022 · Fundamentals

From Hubs to Routers: How Computers Connect Across Networks

This article explains the evolution from simple hubs to intelligent switches and routers, covering the OSI layers, LAN setup, MAC and IP addressing, ARP, crossover cabling, and the internal structures that enable reliable data transmission in modern networks.

LANRouterhub
0 likes · 23 min read
From Hubs to Routers: How Computers Connect Across Networks
NiuNiu MaTe
NiuNiu MaTe
Jan 8, 2022 · Fundamentals

Why TCP Can Close Connections in 2, 3, or 4 Handshakes – Hidden Mechanics Explained

This article explores TCP’s connection termination process, detailing the classic four‑way handshake, scenarios that reduce it to three or two handshakes, the concept of self‑connections, simultaneous opens, and practical implications for developers, including code examples and troubleshooting tips.

Connection terminationHandshakeSocket
0 likes · 23 min read
Why TCP Can Close Connections in 2, 3, or 4 Handshakes – Hidden Mechanics Explained
JD Tech
JD Tech
Nov 29, 2021 · Fundamentals

Four‑Tier Load Balancer (FLB): Topology, NAT Model, and Direct Route Model

The article explains four‑tier load balancer fundamentals, detailing its OSI‑layer‑4 topology, then derives and compares the NAT and Direct Route (DR) models, highlighting their mechanisms, advantages, drawbacks, and deployment constraints, with illustrative network diagrams.

Direct RouteNATOSI layer 4
0 likes · 6 min read
Four‑Tier Load Balancer (FLB): Topology, NAT Model, and Direct Route Model
Open Source Linux
Open Source Linux
Nov 13, 2021 · Fundamentals

Mastering NAT Traversal: From Firewalls to Peer‑to‑Peer Connections

This comprehensive guide explains how two machines behind NATs and stateful firewalls can establish direct peer‑to‑peer communication by using UDP‑based techniques, STUN discovery, simultaneous transmission tricks, port‑mapping protocols, relay fallbacks like TURN and DERP, and the ICE algorithm to select the optimal path.

ICESTSTUNnat traversal
0 likes · 49 min read
Mastering NAT Traversal: From Firewalls to Peer‑to‑Peer Connections
Su San Talks Tech
Su San Talks Tech
Oct 13, 2021 · Fundamentals

Why Can You Ping 127.0.0.1 Even When the Network Is Down?

This article explains the nature of the 127.0.0.1 loopback address, why pinging it works without a physical network connection, the differences between 127.0.0.1, localhost and 0.0.0.0, and how the kernel processes loopback traffic using a virtual network interface.

IP addressKernelSocket
0 likes · 13 min read
Why Can You Ping 127.0.0.1 Even When the Network Is Down?
Efficient Ops
Efficient Ops
Oct 10, 2021 · Fundamentals

Why BGP Matters: From Basics to Cloud Routing Explained

This article introduces the Border Gateway Protocol (BGP), explains its role as the core decentralized routing protocol of the Internet, compares it with IGP and EGP, describes why and when BGP is needed in cloud environments, and details its TCP‑based operation, message types, and path‑vector mechanics.

BGPTCPcloud networking
0 likes · 12 min read
Why BGP Matters: From Basics to Cloud Routing Explained
Open Source Linux
Open Source Linux
Sep 28, 2021 · Fundamentals

Why Does Cat5e Cable Max Out at 100 Meters? The Physics Behind the Limit

The article explains that the 100‑meter limit for Cat5e (超五类) Ethernet cables stems from voltage‑based binary signaling, copper resistance, characteristic impedance, and practical factors like signal attenuation, capacitance, and installation tolerances, recommending a design margin of no more than 90 meters for reliable performance.

Cable LengthCat5eNetwork Cabling
0 likes · 4 min read
Why Does Cat5e Cable Max Out at 100 Meters? The Physics Behind the Limit
Liangxu Linux
Liangxu Linux
Jul 29, 2021 · Fundamentals

89 Essential Computer Network Concepts You Need to Master

This article compiles 89 common computer networking concepts, from basic terms like host and transmission rate to advanced topics such as TCP three‑way handshake, routing algorithms, and security protocols, providing concise definitions and illustrative diagrams to help readers master networking fundamentals.

Computer NetworksNetwork ProtocolsOSI model
0 likes · 19 min read
89 Essential Computer Network Concepts You Need to Master
Open Source Linux
Open Source Linux
Jul 28, 2021 · Fundamentals

89 Essential Computer Network Concepts Every Engineer Should Know

This comprehensive guide compiles 89 common computer networking concepts—from hosts and protocols to routing algorithms and security mechanisms—providing clear definitions and illustrations to help readers master the fundamentals of modern network architecture.

Computer NetworksNetwork ProtocolsOSI model
0 likes · 22 min read
89 Essential Computer Network Concepts Every Engineer Should Know
Liangxu Linux
Liangxu Linux
May 31, 2021 · Fundamentals

Mastering DNS: Architecture, Configuration, and Security Essentials

This comprehensive guide explains DNS fundamentals, its hierarchical distributed database design, TCP/UDP usage, recursive versus authoritative servers, configuration with BIND, load‑balancing techniques, sub‑domain delegation, and common security concerns such as amplification attacks.

BINDDNSDomain Delegation
0 likes · 18 min read
Mastering DNS: Architecture, Configuration, and Security Essentials
Laravel Tech Community
Laravel Tech Community
May 23, 2021 · Fundamentals

Understanding IP Addresses, Subnet Masks, and Subnetting (VLSM & CIDR)

This article explains the purpose and representation of IP addresses, details binary‑decimal conversion methods, describes the five IP classes, subnet mask functions, private versus public address ranges, and provides step‑by‑step guidance on subnetting, VLSM, and CIDR calculations with examples.

CIDRIP addressSubnet Mask
0 likes · 10 min read
Understanding IP Addresses, Subnet Masks, and Subnetting (VLSM & CIDR)
Open Source Linux
Open Source Linux
Apr 2, 2021 · Fundamentals

How DNS Works: From Resolution to Proxy and Hijacking Explained

This article explains what DNS is, walks through the step‑by‑step resolution process for a typical website, describes DNS caching, introduces DNS proxy functionality for simplified network management, and warns about DNS hijacking and how to mitigate it.

DNSDNS ProxyDNS hijacking
0 likes · 5 min read
How DNS Works: From Resolution to Proxy and Hijacking Explained
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Mar 19, 2021 · Fundamentals

Master IP Address Classes, Subnetting, and CIDR in One Guide

This article explains the history and logic behind IP address classes, how subnetting transforms a two‑level address into three levels, the role of subnet masks in determining network membership, and the advantages of CIDR notation for flexible address allocation, concluding with a practical VPC exercise.

CIDRIP addressingSubnetting
0 likes · 9 min read
Master IP Address Classes, Subnetting, and CIDR in One Guide
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Mar 12, 2021 · Fundamentals

How Does the ping Command Really Work? Unveiling ICMP Basics

This article explains the ping command’s purpose and inner workings by detailing the ICMP protocol, its message formats, query and error types, the step‑by‑step packet flow between hosts, and how to enable ICMP in cloud security groups for reliable network testing.

ICMPcloud security groupsnetwork fundamentals
0 likes · 7 min read
How Does the ping Command Really Work? Unveiling ICMP Basics
php Courses
php Courses
Feb 24, 2021 · Fundamentals

Understanding IP Addresses, CIDR, and MAC Addresses

This article explains how to view a machine's IP address on Windows and Linux, describes the structure and classification of IPv4 addresses, introduces CIDR subnetting, distinguishes public and private IP ranges, and clarifies the role and format of MAC addresses.

CIDRIP addressLinux
0 likes · 9 min read
Understanding IP Addresses, CIDR, and MAC Addresses
Liangxu Linux
Liangxu Linux
Feb 4, 2021 · Fundamentals

66 Essential Computer Network Concepts Every Developer Should Know

This comprehensive guide covers 66 key computer networking topics, from the evolution of HTTP protocols and request methods to TCP/IP fundamentals, TLS/HTTPS security, web performance optimization, caching strategies, cookies, tokens, and common interview questions, providing clear explanations, diagrams, and practical examples for developers.

HTTPProtocolsSecurity
0 likes · 66 min read
66 Essential Computer Network Concepts Every Developer Should Know
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 20, 2020 · Fundamentals

Fundamentals of Computer Networks: History, Protocols, and Core Concepts

This article provides a comprehensive overview of computer networking fundamentals, covering its historical evolution, network architectures, key protocols such as TCP/IP and OSI, transmission methods, switching techniques, performance metrics, and the physical media that enable modern internet communication.

Network ProtocolsTCP/IPnetwork fundamentals
0 likes · 28 min read
Fundamentals of Computer Networks: History, Protocols, and Core Concepts
Top Architect
Top Architect
Aug 31, 2020 · Fundamentals

Comprehensive Overview of Computer Networks: From Basics to Protocols

This article provides a thorough, self‑study friendly guide to computer networking, covering its historical evolution, network classifications, performance metrics, physical and data‑link layer technologies, IP addressing, routing protocols, transport mechanisms like TCP/UDP, and essential application‑layer protocols such as HTTP, FTP, DNS and DHCP.

Computer NetworksOSI modelTCP/IP
0 likes · 36 min read
Comprehensive Overview of Computer Networks: From Basics to Protocols
Architecture Digest
Architecture Digest
Aug 21, 2020 · Fundamentals

Comprehensive Overview of Computer Networking Fundamentals

This article provides a comprehensive introduction to computer networking fundamentals, covering the historical evolution of the Internet, network classifications, topologies, performance metrics, OSI and TCP/IP models, physical and data link layers, IP addressing, routing protocols, transport mechanisms, and key application-layer protocols such as HTTP, FTP, DNS, and DHCP.

IP addressingOSI modelProtocols
0 likes · 36 min read
Comprehensive Overview of Computer Networking Fundamentals
ITPUB
ITPUB
Jul 27, 2020 · Fundamentals

Mastering IP Address Classes, Subnetting, and CIDR Basics

This article explains the evolution from OSI to TCP/IP models, details the structure and allocation ranges of IPv4 class A‑E addresses, compares network and host portions, introduces subnet masks, CIDR notation, and the relationship between IP and hardware (MAC) addresses.

ARPCIDRIP addressing
0 likes · 10 min read
Mastering IP Address Classes, Subnetting, and CIDR Basics
Open Source Linux
Open Source Linux
Jul 10, 2020 · Fundamentals

Public vs Private IP Addresses and NAT Explained: A Complete Guide

This article explains the difference between public and private IP addresses, details the IPv4 class A‑E ranges, describes why private networks often use 192.168.x.x, and introduces NAT as the mechanism that maps internal addresses to external ones for internet access.

IP addressIPv4 classesNAT
0 likes · 6 min read
Public vs Private IP Addresses and NAT Explained: A Complete Guide