Tagged articles
114 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
IT Services Circle
IT Services Circle
May 4, 2026 · Industry Insights

Is IPv8 the Answer? Allocating 2.2 B Public IPs per Person

The article examines the IETF’s IPv8 draft, which proposes a 2⁶⁴‑address space that could assign roughly 2.2 billion public IPs to each individual, explains its design as an IPv4 subset with ASN‑based prefixes and built‑in security, and evaluates the significant compatibility, hardware, and adoption challenges that make widespread deployment unlikely.

CGNATIETFIP addressing
0 likes · 7 min read
Is IPv8 the Answer? Allocating 2.2 B Public IPs per Person
IT Services Circle
IT Services Circle
Mar 13, 2026 · Fundamentals

Why IPv4 Still Dominates and How IPv6 Can Solve the Address Crisis

Despite IPv6 being standardized for 28 years and achieving a 46.82% global adoption rate in early 2026, most traditional data centers remain heavily dependent on IPv4 due to legacy systems, dual‑stack complexities, migration costs, skill gaps, and the short‑term economic appeal of NAT solutions.

Address ExhaustionDual-StackFuture Internet
0 likes · 7 min read
Why IPv4 Still Dominates and How IPv6 Can Solve the Address Crisis
IT Services Circle
IT Services Circle
Jan 21, 2026 · Fundamentals

Why 127.0.0.1 Isn't the Same as localhost – A Deep Dive for Interviews

The article explains that 127.0.0.1 is an IPv4 loopback address defined by the network layer, while localhost is a hostname resolved via the system's name‑resolution mechanisms, detailing their differences, IPv6 implications, practical pitfalls, and how to answer interview questions about them.

127.0.0.1IPv4IPv6
0 likes · 8 min read
Why 127.0.0.1 Isn't the Same as localhost – A Deep Dive for Interviews
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 5, 2025 · Cloud Computing

How Alibaba Cloud Accelerated IPv6 Adoption to Power AI-Driven Networks

At the 4th China IPv6 Innovation Development Conference, Alibaba Cloud showcased its rapid IPv6 deployment—boosting IDC traffic share from 12% to 40%, expanding cloud product support to 97%, and leveraging IPv6/SRv6 to meet AI large‑model network demands, while sharing best practices across industry and government partners.

AIAlibaba CloudIPv6
0 likes · 5 min read
How Alibaba Cloud Accelerated IPv6 Adoption to Power AI-Driven Networks
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Sep 30, 2025 · Cloud Computing

How DNS and IPv6 Innovations Are Shaping the Resilient Internet – Insights from the 2025 Cloud Expo

At the 2025 Cloud Expo in Hangzhou, leading experts including Academician Wu Hequan presented new developments in DNS and IPv6, unveiling Alibaba Cloud’s DNS product suite, whitepapers, and the Zhejiang Province IPv6 and Next‑Generation Internet Innovation Lab’s latest research, highlighting the role of resilient internet infrastructure in the AI era.

AIDNSIPv6
0 likes · 5 min read
How DNS and IPv6 Innovations Are Shaping the Resilient Internet – Insights from the 2025 Cloud Expo
Java Tech Enthusiast
Java Tech Enthusiast
Oct 25, 2024 · Operations

The Ongoing IPv6 Transition: Challenges, Progress, and Future Outlook

Although IPv6, standardized in 1998, offers a 128‑bit address space, its global rollout remains sluggish—only about 40 % of users have IPv6, early tunneling methods proved unreliable, and NAT and CDNs lessen urgency—so experts predict a dual‑stack Internet persisting until roughly 2045, with a gradual shift toward a name‑centric architecture rather than a rapid replacement of IPv4.

Address ExhaustionIPv6Internet Transition
0 likes · 27 min read
The Ongoing IPv6 Transition: Challenges, Progress, and Future Outlook
Open Source Linux
Open Source Linux
Sep 4, 2024 · Operations

How to Configure IPv6 Addresses on Ubuntu: Step-by-Step Guide

Learn how to enable and configure IPv6 on Ubuntu, covering its benefits, checking interface support, editing Netplan or legacy network files, setting static addresses, applying changes, and verifying the configuration with practical command examples.

IPv6LinuxNetplan
0 likes · 7 min read
How to Configure IPv6 Addresses on Ubuntu: Step-by-Step Guide
DevOps Operations Practice
DevOps Operations Practice
Aug 18, 2024 · Information Security

Critical Windows TCP/IP Vulnerability (CVE‑2024‑38063) Allows Remote Code Execution via IPv6

Microsoft has disclosed a critical Windows TCP/IP stack vulnerability (CVE‑2024‑38063) with a CVSS 9.8 score that enables remote code execution through specially crafted IPv6 packets, is wormable, and can spread laterally across internal networks, prompting immediate patch installation or IPv6 disabling.

CVE-2024-38063IPv6Remote Code Execution
0 likes · 3 min read
Critical Windows TCP/IP Vulnerability (CVE‑2024‑38063) Allows Remote Code Execution via IPv6
Open Source Linux
Open Source Linux
Aug 16, 2024 · Information Security

Critical Windows IPv6 RCE Vulnerability (CVE‑2024‑38063): Risks & Fixes

A high‑severity Windows TCP/IP IPv6 vulnerability (CVE‑2024‑38063) allows unauthenticated remote attackers to trigger denial‑of‑service or execute arbitrary code on millions of systems, and Microsoft recommends immediate patching or temporary IPv6 disabling as mitigation.

CVE-2024-38063IPv6Remote Code Execution
0 likes · 9 min read
Critical Windows IPv6 RCE Vulnerability (CVE‑2024‑38063): Risks & Fixes
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
Efficient Ops
Efficient Ops
Aug 4, 2024 · Fundamentals

IPv6 Unpacked: Key Differences, Myths, and Practical Insights

This article explains the technical distinctions between IPv6 and IPv4, clarifies common misconceptions, describes IPv6's addressing scheme, auto‑configuration, lack of NAT, security implications, and practical challenges, while also presenting viewpoints from developers on its real‑world impact.

IP addressingIPv6Internet
0 likes · 19 min read
IPv6 Unpacked: Key Differences, Myths, and Practical Insights
Liangxu Linux
Liangxu Linux
Jun 30, 2024 · Fundamentals

Why localhost and 127.0.0.1 Aren’t the Same: Key Differences Explained

The article explains that while localhost and 127.0.0.1 both point to the local machine and are often interchangeable, localhost is a hostname resolved via the hosts file, whereas 127.0.0.1 is the loopback IP address, and it also covers their IPv6 counterpart ::1, their similarities, differences, and usage scenarios.

127.0.0.1IPv4IPv6
0 likes · 6 min read
Why localhost and 127.0.0.1 Aren’t the Same: Key Differences Explained
Liangxu Linux
Liangxu Linux
Jun 29, 2024 · Fundamentals

What’s the Real Difference Between localhost and 127.0.0.1?

This article explains the subtle technical distinctions between the hostname localhost and the IPv4 loopback address 127.0.0.1, covering their definitions, resolution processes, performance implications, IPv6 behavior, practical usage scenarios, and recommended best practices for developers.

127.0.0.1DevelopmentIPv4
0 likes · 5 min read
What’s the Real Difference Between localhost and 127.0.0.1?
Liangxu Linux
Liangxu Linux
Jun 21, 2024 · Fundamentals

Why Does localhost Differ from 127.0.0.1? Uncover the Hidden Nuances

This article explains the subtle differences between the hostname localhost and the IP address 127.0.0.1, covering their definitions, resolution processes, performance impact, IPv6 considerations, practical usage scenarios, and best‑practice recommendations for developers.

127.0.0.1IPv4IPv6
0 likes · 6 min read
Why Does localhost Differ from 127.0.0.1? Uncover the Hidden Nuances
21CTO
21CTO
Jun 18, 2024 · Fundamentals

What’s the Real Difference Between localhost and 127.0.0.1?

While both localhost and 127.0.0.1 point to your local machine, they differ in resolution methods, IPv4/IPv6 handling, performance nuances, and configuration flexibility, making it essential for developers to understand these subtleties for optimal testing, development, and network compatibility.

127.0.0.1DevelopmentIPv6
0 likes · 8 min read
What’s the Real Difference Between localhost and 127.0.0.1?
Efficient Ops
Efficient Ops
Jun 10, 2024 · Operations

Why IPv4 Is Running Out and How Companies Can Navigate the Costly IPv6 Migration

With IPv4 address space exhausted and providers beginning to charge for public IPv4 usage, organizations face rising costs and complex migration challenges, prompting a strategic shift toward IPv6 adoption, alternative solutions, or passing expenses to customers, while grappling with ISP support gaps and tooling limitations.

IPv4IPv6Network Migration
0 likes · 13 min read
Why IPv4 Is Running Out and How Companies Can Navigate the Costly IPv6 Migration
Open Source Linux
Open Source Linux
May 26, 2024 · Fundamentals

What’s the Real Difference Between localhost and 127.0.0.1?

This article explains the subtle distinctions between the hostname localhost and the IPv4 loopback address 127.0.0.1, covering their definitions, resolution processes, performance impact, IPv6 considerations, practical usage scenarios, and best‑practice recommendations.

127.0.0.1DNSIPv6
0 likes · 6 min read
What’s the Real Difference Between localhost and 127.0.0.1?
Open Source Linux
Open Source Linux
May 24, 2024 · Fundamentals

Why IPv6 Still Matters: From Misconceptions to Real‑World Insights

This article explains how IPv6 solves IPv4 address exhaustion, outlines its unique features such as 128‑bit addressing, lack of NAT, automatic configuration via SLAAC, privacy‑focused temporary addresses, and common myths, while also discussing practical drawbacks, developer opinions, and the future of Internet connectivity.

IPv6Internet ProtocolNAT
0 likes · 19 min read
Why IPv6 Still Matters: From Misconceptions to Real‑World Insights
Efficient Ops
Efficient Ops
May 5, 2024 · Fundamentals

Master Computer Network Fundamentals with 38 Comprehensive Mind Maps

This article presents a curated collection of 38 detailed mind maps that systematically cover essential computer network concepts—from transmission media and Ethernet frames to IP addressing, routing protocols, VLANs, and VPNs—helping readers visualize and master the fundamentals efficiently.

Computer NetworksIPv6Network Protocols
0 likes · 5 min read
Master Computer Network Fundamentals with 38 Comprehensive Mind Maps
Java Tech Enthusiast
Java Tech Enthusiast
Apr 5, 2024 · Fundamentals

Understanding Loopback Addresses, Ping, and Why 127.0.0.1 Works Offline

The IPv4 loopback address 127.0.0.1 (also reachable via the hostname localhost) is reserved for internal communication, so pinging it never leaves the host and works even with the network cable unplugged, while 0.0.0.0 is an unspecified address used only for binding to all interfaces and cannot be pinged.

IPv4IPv6Linux
0 likes · 13 min read
Understanding Loopback Addresses, Ping, and Why 127.0.0.1 Works Offline
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
21CTO
21CTO
Mar 23, 2024 · Fundamentals

What Is localhost? Uncover the Difference Between localhost and 127.0.0.1

This article explains what localhost and the loopback address 127.0.0.1 are, how they are resolved without DNS, their role in web development, the domain name hierarchy, private IP ranges, virtual hosting, and an introduction to IPv6 addressing.

127.0.0.1DNSDomain Name
0 likes · 11 min read
What Is localhost? Uncover the Difference Between localhost and 127.0.0.1
MaGe Linux Operations
MaGe Linux Operations
Feb 6, 2024 · Cloud Native

How to Build a Cilium Dual‑Stack IPv4/IPv6 Kubernetes Cluster with Kind

This guide explains the concepts of IPv4/IPv6 dual‑stack networking, outlines two dual‑stack implementation methods, and provides step‑by‑step instructions to set up a Cilium‑enabled Kubernetes cluster using Kind, configure dual‑stack settings, deploy a demo app, and analyze routing behavior for both IP families.

CNICiliumDual-Stack
0 likes · 9 min read
How to Build a Cilium Dual‑Stack IPv4/IPv6 Kubernetes Cluster with Kind
Top Architect
Top Architect
Feb 2, 2024 · Fundamentals

Why IPv6 Adoption Is Slow and How to Accelerate It

Despite IPv6 offering vastly larger address space and technical improvements, its adoption remains low due to IPv4 legacy solutions, compatibility challenges, migration costs, and ISP unpreparedness; the article analyzes these obstacles and proposes six measures—including highlighting dual benefits, native IPv6 stacks, ISP support, government policies, stakeholder collaboration, and thorough testing—to accelerate deployment.

IPv6ISPInternet Protocol
0 likes · 11 min read
Why IPv6 Adoption Is Slow and How to Accelerate It
Liangxu Linux
Liangxu Linux
Jan 30, 2024 · Operations

Why IPv4 Costs Are Rising and How to Seamlessly Transition to IPv6

As public IPv4 addresses become scarce and providers like AWS, Fly.io, and Supabase begin charging per‑hour fees, organizations must confront rising costs, evaluate mitigation strategies, and overcome ISP and tooling challenges to adopt IPv6 for long‑term scalability.

AWSIPv4IPv6
0 likes · 13 min read
Why IPv4 Costs Are Rising and How to Seamlessly Transition to IPv6
21CTO
21CTO
Jan 28, 2024 · Operations

Why IPv4 Is Getting Expensive and How to Overcome IPv6 Migration Challenges

The article explains IPv4 address exhaustion, the emerging fees for public IPv4, and the technical, operational, and tooling hurdles that organizations face when transitioning to IPv6, while outlining three strategic options and real‑world migration experiences.

IPv4IPv6Network Migration
0 likes · 13 min read
Why IPv4 Is Getting Expensive and How to Overcome IPv6 Migration Challenges
IT Services Circle
IT Services Circle
Jan 23, 2024 · Operations

The Impending Paid Era for IPv4 and the Challenges of Migrating to IPv6

With global IPv4 address pools exhausted, major cloud providers like AWS and Fly.io are introducing hourly fees for public IPv4 usage, prompting a costly shift toward IPv6, yet many organizations face significant technical, ISP, and tooling challenges that make the migration complex and costly.

IPv4IPv6Network Migration
0 likes · 12 min read
The Impending Paid Era for IPv4 and the Challenges of Migrating to IPv6
Open Source Linux
Open Source Linux
Dec 22, 2023 · Fundamentals

Why Is IPv6 Adoption So Slow? Challenges and Six Practical Solutions

This article examines why IPv6, despite its technical advantages and massive address space, has seen slow adoption, detailing legacy IPv4 workarounds, compatibility and cost hurdles, ISP readiness, and proposes six actionable strategies—including financial incentives, pure‑stack promotion, and government support—to accelerate the transition.

IPv6Internet ProtocolsNetworking
0 likes · 10 min read
Why Is IPv6 Adoption So Slow? Challenges and Six Practical Solutions
Liangxu Linux
Liangxu Linux
Nov 23, 2023 · Fundamentals

Why Was There No IPv5? Uncovering the Forgotten Internet Stream Protocol

Although most users know IPv4 and IPv6, the often‑overlooked IPv5—originally the Internet Stream Protocol—was created for experimental voice and video streaming, never adopted due to 32‑bit address limits, and ultimately paved the way for modern IP technologies.

IPv5IPv6Internet Protocol
0 likes · 6 min read
Why Was There No IPv5? Uncovering the Forgotten Internet Stream Protocol
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 11, 2023 · Cloud Computing

Alibaba Cloud Executive Discusses IPv6 Deployment, Global Collaboration, and AI‑Driven Network Evolution at the 2023 Wuzhen Internet Forum

In a detailed interview at the 2023 Wuzhen Internet Forum, Alibaba Cloud’s infrastructure lead Cai Dezhong outlines the three‑phase IPv6 rollout, highlights organizational and technical innovations, stresses the need for global cooperation, and explains how IPv6 underpins the next generation AI infrastructure and predictable high‑performance networking.

AI InfrastructureGlobal CollaborationHigh‑Performance Networking
0 likes · 9 min read
Alibaba Cloud Executive Discusses IPv6 Deployment, Global Collaboration, and AI‑Driven Network Evolution at the 2023 Wuzhen Internet Forum
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Nov 3, 2023 · Industry Insights

Exploring “DNS+”: The Next Evolution of Internet Addressing and Governance

The 2023 “DNS+ Development White Paper” released by Alibaba Cloud, the China Academy of Information and Communications Technology, and Tsinghua University outlines how the DNS ecosystem is evolving into a broader network identifier platform, driven by cloud, IPv6, AI, and governance challenges, and why continuous innovation is essential.

DNSDNS+IPv6
0 likes · 4 min read
Exploring “DNS+”: The Next Evolution of Internet Addressing and Governance
DaTaobao Tech
DaTaobao Tech
Sep 15, 2023 · Fundamentals

Taobao IPv6 Development: Current Status, Evolution, and Future Directions

Taobao’s IPv6 journey, from early mobile‑internet growth through five development stages, culminated in a full end‑to‑end architecture that now delivers over 95 % IPv6 traffic, 11 % latency reduction and billion‑user scale, while pioneering innovations such as precise stack detection, multi‑channel competition and future APN6/BIERv6 extensions.

AlibabaIPv6Mobile
0 likes · 20 min read
Taobao IPv6 Development: Current Status, Evolution, and Future Directions
Programmer DD
Programmer DD
Aug 8, 2023 · Operations

Why IPv6 Migration Is Critical and How to Overcome Real‑World Challenges

The article explains the escalating costs of IPv4 addresses, outlines the technical and operational benefits of IPv6, shares a step‑by‑step migration experience with Debian, NAT64, and Docker, and highlights practical pitfalls and solutions for running production services on IPv6.

DockerIPv4 pricingIPv6
0 likes · 19 min read
Why IPv6 Migration Is Critical and How to Overcome Real‑World Challenges
Architecture Digest
Architecture Digest
May 6, 2022 · Fundamentals

Understanding Port Listening with Python Socket Examples

This article uses a conversational story to explain what it means to listen on a network port, covering TCP vs UDP, binding to specific IPs, reuse‑port options, IPv4 and IPv6 differences, and demonstrates the concepts with multiple Python socket code snippets.

IPv4IPv6Python
0 likes · 13 min read
Understanding Port Listening with Python Socket Examples
21CTO
21CTO
Apr 28, 2022 · Operations

Tech Roundup: IPv6 Push, Java 11 Surge, GitHub Short‑Link Shutdown, and More

This article summarizes recent tech news, including the shutdown of the "Computer World" magazine, China's ambitious IPv6 deployment plan, Java 11 overtaking Java 8 in production, GitHub ending git.io redirects, concerns over the NTFS3 driver maintainer, Apple's App Store update policy, and Microsoft's Windows 11 startup‑delay fix.

App StoreGitHubIPv6
0 likes · 9 min read
Tech Roundup: IPv6 Push, Java 11 Surge, GitHub Short‑Link Shutdown, and More
Liangxu Linux
Liangxu Linux
Apr 25, 2022 · Fundamentals

Why IPv4 Isn’t Exhausted Yet: A Deep Dive into Global IP Allocation

This article explains how IPv4 addresses are structured, why the world hasn't run out of them despite early warnings, how the IANA‑RIR‑ISP hierarchy distributes them, and provides detailed statistics on China's IPv4 holdings and the challenges slowing IPv6 adoption.

ChinaIP addressingIPv4
0 likes · 10 min read
Why IPv4 Isn’t Exhausted Yet: A Deep Dive into Global IP Allocation
Alibaba Terminal Technology
Alibaba Terminal Technology
Feb 11, 2022 · Operations

How to Execute a Multi‑Phase IPv6 Migration for Large‑Scale Services

This guide outlines a comprehensive, three‑stage IPv6 migration roadmap—including network upgrades, DNS/HTTPDNS redesign, security hardening, cloud and CDN adaptation, and mobile/app adjustments—to achieve full IPv6‑only support across infrastructure, services, and end‑users while ensuring seamless performance and security.

IPv6MobileNetwork Migration
0 likes · 22 min read
How to Execute a Multi‑Phase IPv6 Migration for Large‑Scale Services
DeWu Technology
DeWu Technology
Feb 9, 2022 · Cloud Computing

Comprehensive IPv6 Migration Case Study of the Dewu App

By detailing Dewu App’s end‑to‑end IPv6 overhaul—including dual‑stack client integration, server‑side gateway adjustments, CDN and live‑streaming reconfiguration, gray‑scale rollout, and real‑time monitoring—the case study shows how the app reached a 94.6% IPv6 density, topping China’s 2021 app survey.

App MigrationCloud ServicesIPv6
0 likes · 15 min read
Comprehensive IPv6 Migration Case Study of the Dewu App
21CTO
21CTO
Jan 26, 2022 · Fundamentals

China’s Ambitious IPv6 Rollout: Goals, Timeline, and Impact by 2025

China has set aggressive IPv6 adoption targets, aiming for hundreds of millions of users and devices by 2023 and 2025, mandating IPv6‑only routers and networks, and building a nationwide test infrastructure to achieve a single‑stack internet within five years.

ChinaIPv6Internet infrastructure
0 likes · 3 min read
China’s Ambitious IPv6 Rollout: Goals, Timeline, and Impact by 2025
Architects' Tech Alliance
Architects' Tech Alliance
Sep 26, 2021 · Fundamentals

IPv6 Evolution for Government External Networks: Benefits, Challenges, and Technical Overview

The article explains how IPv6 addresses the address shortage, security, and scalability challenges of government external networks, outlines IPv6 advantages such as abundant address space, extensibility, and higher security, and describes the emerging IPv6+ ecosystem with SRv6, network slicing, and AI-driven operations.

Address ExhaustionIPv6IPv6+
0 likes · 12 min read
IPv6 Evolution for Government External Networks: Benefits, Challenges, and Technical Overview
Open Source Linux
Open Source Linux
Aug 17, 2021 · Operations

Enable IPv6 on Docker Bridge Networks: Step‑by‑Step Guide

This tutorial shows how to activate IPv6 support for Docker bridge networks by obtaining a public IPv6 block, dividing it into subnets, configuring the Docker daemon, restarting the service, and optionally setting up IPv6 in Docker Compose, with full code examples.

IPv6Linux
0 likes · 6 min read
Enable IPv6 on Docker Bridge Networks: Step‑by‑Step Guide
Architects' Tech Alliance
Architects' Tech Alliance
Aug 14, 2021 · Fundamentals

Evolution of Government External Networks to IPv6: Benefits, Challenges, and Deployment Insights (2021)

The article examines the transition of Chinese government external networks from IPv4 to IPv6, highlighting address scarcity, operational complexities, and security concerns of IPv4, while detailing IPv6's abundant addressing, extensibility, security advantages, industry readiness, and the emerging IPv6+ innovations that support modern digital government services.

IPv6IPv6+SRv6
0 likes · 11 min read
Evolution of Government External Networks to IPv6: Benefits, Challenges, and Deployment Insights (2021)
ITPUB
ITPUB
Jan 4, 2021 · Fundamentals

Understanding the Network Layer: Routing, Forwarding, and IP Protocols

This article provides a comprehensive overview of the OSI network layer, explaining its role in host‑to‑host communication, the mechanisms of packet forwarding and routing selection, router architecture, queueing strategies, and the details of IPv4 and IPv6 protocols, including migration techniques.

IP protocolIPv4IPv6
0 likes · 34 min read
Understanding the Network Layer: Routing, Forwarding, and IP Protocols
Tencent Cloud Developer
Tencent Cloud Developer
Jul 31, 2020 · Information Security

Tencent Cloud Wins IPv6 Best Practice Award for Network Security Solutions

Tencent Cloud’s T‑Sec Network Intrusion Prevention System and SCDN Security Acceleration Product earned the IPv6 Best Practice Award at the 2020 Global IPv6 Summit, recognizing their advanced kernel‑level security computing, AI‑driven threat detection, and support for China’s large‑scale IPv6 digital infrastructure transformation.

AI AlgorithmsDigital InfrastructureIPv6
0 likes · 9 min read
Tencent Cloud Wins IPv6 Best Practice Award for Network Security Solutions
iQIYI Technical Product Team
iQIYI Technical Product Team
Jul 10, 2020 · Operations

iQIYI IPv6 Large‑Scale Deployment: Technical Challenges, Solutions, and Management Practices

iQIYI’s IPv6 rollout, responding to the national deployment plan, coordinated multiple technical teams to redesign its network and introduced the “iQIYI IPv6 Cloud Control” scheme that manages IPv4/IPv6 switching and fallback, reaching more than 200 million active IPv6 users and 800 GB traffic peaks, guided by long‑term strategic value, clear milestones, and engineers’ curiosity to expand IPv6‑driven service quality and cost savings.

IPv6InfrastructureOperations
0 likes · 12 min read
iQIYI IPv6 Large‑Scale Deployment: Technical Challenges, Solutions, and Management Practices
dbaplus Community
dbaplus Community
Jul 6, 2020 · Databases

How to Enable IPv6 on Oracle 19c: A Step‑by‑Step Guide

This tutorial walks through verifying IPv6 support on Red Hat 7.6, configuring a static IPv6 address, updating the Oracle 19c listener for IPv6, restarting services, and confirming connectivity, providing concrete commands, configuration snippets, and screenshots for a RAC environment.

IPv6LinuxNetwork Configuration
0 likes · 5 min read
How to Enable IPv6 on Oracle 19c: A Step‑by‑Step Guide
Xianyu Technology
Xianyu Technology
Jun 23, 2020 · Mobile Development

IPv6 Migration Architecture and Implementation for Xianyu Mobile App

Xianyu’s IPv6 migration, driven by China’s carrier upgrades, implements a dual‑stack architecture that uses NAT at the LVS layer to translate IPv6 to IPv4 while embedding the client’s IPv6 address in HTTP headers, enabling gradual gray‑release, comprehensive testing, and monitoring, resulting in about 55 % IPv6 daily active users.

AlibabaIPv6Mobile Development
0 likes · 9 min read
IPv6 Migration Architecture and Implementation for Xianyu Mobile App
Open Source Linux
Open Source Linux
Jun 12, 2020 · Fundamentals

Why IPv6 Still Lags Behind IPv4: NAT, Compatibility, and Address Management Explained

Despite IPv6 offering vastly larger address space and improved performance, its adoption remains slow due to NAT’s mitigation of IPv4 scarcity, lack of backward compatibility, and complex address management, prompting engineers to rely on dual stacks, tunneling, and resource reclamation strategies to extend IPv4’s lifespan.

Address ManagementIPv4IPv6
0 likes · 13 min read
Why IPv6 Still Lags Behind IPv4: NAT, Compatibility, and Address Management Explained
Liangxu Linux
Liangxu Linux
May 16, 2020 · Fundamentals

Master IP Basics: From Address Types to Subnetting, NAT and IPv6

This comprehensive guide explains the fundamentals of IP networking, covering IP address structure, classful and classless addressing, subnetting techniques, public and private address allocation, routing, fragmentation, IPv6 features, and essential protocols such as DNS, ARP, DHCP, NAT, ICMP and IGMP.

CIDRDHCPDNS
0 likes · 35 min read
Master IP Basics: From Address Types to Subnetting, NAT and IPv6
Tencent Cloud Developer
Tencent Cloud Developer
May 11, 2020 · Fundamentals

Understanding DHCPv6: Protocol Overview and IPv6 Address Acquisition on Tencent Cloud CVM

The article explains DHCPv6 fundamentals—including its multicast communication, message formats, and common message types—and walks through the complete IPv6 address acquisition process on Tencent Cloud CVM, detailing the Solicit‑Advertise‑Request‑Reply sequence for first‑time assignment and the Confirm‑Reply flow after a reboot.

Address AllocationCVMDHCPv6
0 likes · 10 min read
Understanding DHCPv6: Protocol Overview and IPv6 Address Acquisition on Tencent Cloud CVM
Youku Technology
Youku Technology
Apr 22, 2020 · Backend Development

Youku IPv6 Transformation Practice: Technical Challenges and Solutions

Youku completed a six‑month, full‑scale IPv6 migration in 2018, upgrading client and server stacks, deploying dual‑stack then IPv6‑only networks with 4over6, solving challenges like lack of IPv6 environments, OS module updates, MTU handling, address libraries, CDN coordination, and robust fallback, testing, and monitoring.

5GBackend ArchitectureCDN
0 likes · 14 min read
Youku IPv6 Transformation Practice: Technical Challenges and Solutions
Tencent Cloud Developer
Tencent Cloud Developer
Jan 13, 2020 · Fundamentals

Understanding ICMPv6 and the Complete Ping6 Process

The article explains ICMPv6 fundamentals, details its message format and error/informational types, then walks through a complete ping6 exchange between two cloud VMs, illustrating each OSI‑layer step—from payload creation and neighbor discovery to routing, encapsulation, reply generation, and caching.

ICMPv6IPv6Neighbor Discovery
0 likes · 11 min read
Understanding ICMPv6 and the Complete Ping6 Process
Tencent Cloud Developer
Tencent Cloud Developer
Jan 8, 2020 · Cloud Computing

Tencent Cloud CDN IPv6 Architecture and Configuration Guide

The guide explains Tencent Cloud CDN’s dual‑stack IPv6 architecture and walks users through adding an accelerated domain, enabling IPv6, configuring the origin server, creating the required CNAME record, and verifying both back‑to‑origin and public IPv6 access using command‑line tests, while noting the feature’s trial status.

CDNIPv6Network Configuration
0 likes · 5 min read
Tencent Cloud CDN IPv6 Architecture and Configuration Guide
Tencent Cloud Developer
Tencent Cloud Developer
Dec 13, 2019 · Cloud Computing

Tencent Cloud IPv6 Load Balancing Setup Guide

This guide walks you through configuring an IPv6 VPC, assigning addresses to cloud servers, deploying Nginx, creating an IPv6 Cloud Load Balancer with listeners, adding AAAA and A DNS records, and testing the setup on Tencent Cloud’s supported regions.

CLBIPv6Network Configuration
0 likes · 10 min read
Tencent Cloud IPv6 Load Balancing Setup Guide
Tencent Cloud Developer
Tencent Cloud Developer
Dec 4, 2019 · Cloud Computing

IPv6 Development in China and Tencent Cloud's Large-Scale Transformation Practice

The article traces China’s IPv6 evolution from the 1999 RIPE NCC allocation through low adoption rates, the 2017 national action plan, and the 2019 IPv4 exhaustion, while detailing Tencent Cloud’s four‑phase, dual‑stack migration—spanning over 50 products and 150 million users—driven by innovative SDN, DDoS defense, and automated address management technologies.

DDoS protectionDual-Stack NetworkIPv6
0 likes · 15 min read
IPv6 Development in China and Tencent Cloud's Large-Scale Transformation Practice
MaGe Linux Operations
MaGe Linux Operations
Nov 28, 2019 · Fundamentals

Why IPv4 Is Gone and How IPv6 Will Save the Internet

The article explains the complete exhaustion of the global IPv4 address pool, outlines the key dates when regional registries ran out of addresses, and highlights how IPv6's massive address space and technical advantages are essential for the future of the Internet and IoT.

IP addressingIPv4IPv6
0 likes · 4 min read
Why IPv4 Is Gone and How IPv6 Will Save the Internet
21CTO
21CTO
Nov 27, 2019 · Fundamentals

Why IPv4 Addresses Are Gone and How IPv6 Will Save the Internet

The article explains the complete exhaustion of the 4.3 billion IPv4 addresses, outlines the timeline of the last allocations by regional registries, and highlights IPv6’s massive address space and security benefits as the essential solution for the future internet and IoT growth.

Address ExhaustionIPv4IPv6
0 likes · 5 min read
Why IPv4 Addresses Are Gone and How IPv6 Will Save the Internet
Architects' Tech Alliance
Architects' Tech Alliance
Nov 26, 2019 · Industry Insights

Why IPv4 Addresses Are Gone and How IPv6 Will Shape the Future Internet

The article explains that the global pool of 4.3 billion IPv4 addresses has been fully allocated, outlines the historical timeline of regional exhaustion, describes mitigation techniques such as address reuse and NAT, and makes a compelling case for transitioning to IPv6 with its vastly larger address space and technical advantages.

Address ExhaustionIPv4IPv6
0 likes · 8 min read
Why IPv4 Addresses Are Gone and How IPv6 Will Shape the Future Internet
iQIYI Technical Product Team
iQIYI Technical Product Team
Aug 2, 2019 · Operations

iQIYI CDN IPv6 Deployment Architecture and Implementation

iQIYI’s CDN scheduling system was redesigned for dual‑stack IPv4/IPv6, adding Anycast DNS, IPv6‑aware probes, and hybrid CDN integration, while upgrading data‑center, backbone, and server configurations through automated SDN and management platforms, enabling over 100 million IPv6 users and gigabit‑scale traffic.

CDNIPv6Operations
0 likes · 18 min read
iQIYI CDN IPv6 Deployment Architecture and Implementation
Efficient Ops
Efficient Ops
Jul 22, 2019 · Fundamentals

How IPv6 Adoption Impacts DNS: A Practical Support Report and Test Guide

This article presents a comprehensive IPv6 support report, outlines global deployment milestones, evaluates operating‑system and application IPv6 readiness, and details DNS‑related testing in pure IPv4, dual‑stack, and IPv6‑only environments, highlighting key findings and best‑practice recommendations.

DNSHappy EyeballsIPv6
0 likes · 17 min read
How IPv6 Adoption Impacts DNS: A Practical Support Report and Test Guide
NetEase Game Operations Platform
NetEase Game Operations Platform
Jun 29, 2019 · Operations

IPv6 Support Report and DNS Testing in Dual‑Stack Environments

This technical report presents an IPv6 adoption overview, global deployment status, operating‑system and application IPv6 support, and a series of DNS and network‑stack tests—including dual‑stack scenarios, code examples, and conclusions on best practices such as using getaddrinfo over gethostbyname.

DNSDual-StackHappy Eyeballs
0 likes · 17 min read
IPv6 Support Report and DNS Testing in Dual‑Stack Environments
Efficient Ops
Efficient Ops
Jun 24, 2019 · Fundamentals

Mastering IPv6: From Basics to Mobile App Auto‑Fallback Mechanisms

This article provides a comprehensive IPv6 introduction covering core concepts, supported operating systems, address formats, and essential network tools, and also examines how mobile applications automatically downgrade from IPv6 to IPv4 in dual‑stack environments, offering practical insights and real‑world testing examples.

Dual-StackIPv6Mobile
0 likes · 16 min read
Mastering IPv6: From Basics to Mobile App Auto‑Fallback Mechanisms
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 30, 2019 · Operations

How Youku Scaled IPv6 from Zero to 500K Users in Days

This article details Youku's rapid, large‑scale IPv6 rollout—from initial pilot to half‑million users—covering the motivations, phased migration plan, technical challenges, implementation steps across client and server, gray‑release strategies, monitoring, and future outlook.

IPv6Large‑Scale DeploymentNetwork Migration
0 likes · 16 min read
How Youku Scaled IPv6 from Zero to 500K Users in Days
Youku Technology
Youku Technology
Dec 20, 2018 · Operations

Youku IPv6 Migration: Planning, Implementation, and Lessons Learned

Youku’s pioneering IPv6 migration, launched in early 2018 and completed by Double 11, progressed through external, dual‑stack internal, and IPv6‑only phases, tackled test‑environment, MTU, and library issues, employed sophisticated gray‑release and monitoring, and ultimately unlocked unlimited address space, enhanced security, and faster, scalable video delivery.

BackendIPv6Network Migration
0 likes · 15 min read
Youku IPv6 Migration: Planning, Implementation, and Lessons Learned