<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Network - 标签 - 研发日志 · R&amp;D Log</title><link>https://rd163.visword.com/tags/network/</link><description>Network - 标签 - 研发日志 · R&amp;D Log</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>whutluohui@gmail.com (小智晖)</managingEditor><webMaster>whutluohui@gmail.com (小智晖)</webMaster><copyright>本作品采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。</copyright><lastBuildDate>Sun, 12 Jan 2025 00:00:00 +0800</lastBuildDate><atom:link href="https://rd163.visword.com/tags/network/" rel="self" type="application/rss+xml"/><item><title>DNS 全局负载均衡（GSLB）介绍</title><link>https://rd163.visword.com/posts/dns-gslb/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/dns-gslb/</guid><description><![CDATA[<h2 id="什么是-gslb" class="headerLink">
    <a href="#%e4%bb%80%e4%b9%88%e6%98%af-gslb" class="header-mark"></a>什么是 GSLB</h2><p><strong>GSLB（Global Server Load Balancing，全局服务器负载均衡）</strong> 是一种跨多个地理区域、多个数据中心进行流量调度与分发的技术。它在标准 DNS 解析链路中插入一层智能调度，根据用户来源、节点健康状态、链路质量等条件，将请求导向&quot;最优&quot;的服务节点。</p>]]></description></item><item><title>Linux 网络负载均衡</title><link>https://rd163.visword.com/posts/linux-net-lb/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/linux-net-lb/</guid><description><![CDATA[<h2 id="什么是负载均衡" class="headerLink">
    <a href="#%e4%bb%80%e4%b9%88%e6%98%af%e8%b4%9f%e8%bd%bd%e5%9d%87%e8%a1%a1" class="header-mark"></a>什么是负载均衡</h2><p><strong>负载均衡（Load Balancing）</strong> 是指将大量并发请求或数据流量按某种策略分发到多台后端节点上分别处理，从而提升系统的整体吞吐能力、可用性与可扩展性。它的本质是在客户端和服务端之间引入一个&quot;分发层&quot;,对外暴露统一入口，对内把流量调度到一组真实服务器。</p>]]></description></item><item><title>Linux 网络命名空间</title><link>https://rd163.visword.com/posts/linux-net-namespace/</link><pubDate>Sun, 12 Jan 2025 00:00:00 +0800</pubDate><author><name>小智晖</name></author><guid>https://rd163.visword.com/posts/linux-net-namespace/</guid><description><![CDATA[<p>网络命名空间（network namespace，常缩写为 netns）是 Linux 内核提供的一种资源隔离机制。它让不同进程看到完全独立的网络栈：网卡接口、路由表、防火墙规则、ARP 表、端口号乃至 <code>/proc/net</code> 与 <code>/sys/class/net</code> 的视图，彼此互不干扰。</p>]]></description></item></channel></rss>