<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Network on TinyChen's Blog</title><link>https://tinychen.com/categories/network/</link><description>Recent content in Network on TinyChen's Blog</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 22 Jul 2026 20:00:00 +0800</lastBuildDate><atom:link href="https://tinychen.com/categories/network/index.xml" rel="self" type="application/rss+xml"/><item><title>CoreDNS篇11-高可用部署思路</title><link>https://tinychen.com/20220805-dns-14-coredns-11-highly-available-deployment/</link><pubDate>Fri, 05 Aug 2022 11:00:00 +0800</pubDate><guid>https://tinychen.com/20220805-dns-14-coredns-11-highly-available-deployment/</guid><description>&lt;p&gt;本文主要以 CoreDNS 为例，介绍 DNS 高可用常见部署形态，重点说明 Anycast（含基于 BGP 的「类 Anycast」）为何适合 DNS，以及在落地时需要注意的边界条件。&lt;/p&gt;</description></item><item><title>Wireshark对IMAP抓包分析</title><link>https://tinychen.com/20200513-wireshark-analysis-imap/</link><pubDate>Wed, 13 May 2020 10:00:00 +0800</pubDate><guid>https://tinychen.com/20200513-wireshark-analysis-imap/</guid><description>&lt;p&gt;本文主要使用Wireshark对邮件客户端使用IMAP协议接收邮件的过程进行抓包分析并使用telnet命令进行简单操作。&lt;/p&gt;</description></item><item><title>Wireshark对pop3抓包分析</title><link>https://tinychen.com/20200511-wireshark-analysis-pop3/</link><pubDate>Mon, 11 May 2020 10:00:00 +0800</pubDate><guid>https://tinychen.com/20200511-wireshark-analysis-pop3/</guid><description>&lt;p&gt;本文主要使用Wireshark对邮件客户端使用POP3协议收取邮件的过程进行抓包分析并使用telnet命令进行简单操作。&lt;/p&gt;</description></item><item><title>RFC8314文档中对465端口和587端口的阐述</title><link>https://tinychen.com/20200508-rfc8314-465-587-part-translation/</link><pubDate>Fri, 08 May 2020 10:00:00 +0800</pubDate><guid>https://tinychen.com/20200508-rfc8314-465-587-part-translation/</guid><description>&lt;p&gt;最近在学习SMTP的时候发现SMTP在使用加密传输的时候涉及到465和587两个端口，网上对两者之间的区别众说纷纭，后来查到了RFC官方文档中对于这个争论较久的问题的定义和详细说明，这里做转载和翻译用于记录。&lt;/p&gt;</description></item><item><title>Wireshark对SMTP抓包分析</title><link>https://tinychen.com/20200507-wireshark-analysis-smtp/</link><pubDate>Thu, 07 May 2020 10:00:00 +0800</pubDate><guid>https://tinychen.com/20200507-wireshark-analysis-smtp/</guid><description>&lt;p&gt;本文主要使用Wireshark对邮件客户端使用SMTP协议发送邮件的过程进行抓包分析并使用telnet命令进行简单操作。&lt;/p&gt;</description></item><item><title>iptables的四表五链与NAT工作原理</title><link>https://tinychen.com/20200414-iptables-principle-introduction/</link><pubDate>Tue, 14 Apr 2020 10:00:00 +0800</pubDate><guid>https://tinychen.com/20200414-iptables-principle-introduction/</guid><description>&lt;p&gt;本文主要介绍了iptables的基本工作原理和四表五链等基本概念以及NAT的工作原理。&lt;/p&gt;</description></item><item><title>Nginx篇06-Sendfile指令及其原理</title><link>https://tinychen.com/20200323-nginx-06-sendfile/</link><pubDate>Mon, 23 Mar 2020 14:00:00 +0800</pubDate><guid>https://tinychen.com/20200323-nginx-06-sendfile/</guid><description>&lt;p&gt;nginx中http模块中的sendfile指令及其原理。&lt;/p&gt;</description></item><item><title>Windows更改MSTSC的远程端口号</title><link>https://tinychen.com/20200125-windows-change-mstsc-port/</link><pubDate>Sat, 25 Jan 2020 11:00:00 +0800</pubDate><guid>https://tinychen.com/20200125-windows-change-mstsc-port/</guid><description>&lt;p&gt;通过修改注册表来修改windows远程的3389端口号从而提升一定的安全性。&lt;/p&gt;</description></item><item><title>常用网络服务及默认端口</title><link>https://tinychen.com/20191027-common-server-port/</link><pubDate>Sun, 27 Oct 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20191027-common-server-port/</guid><description>&lt;p&gt;Windows中常用的一些服务和默认的端口。&lt;/p&gt;</description></item><item><title>Frp内网穿透实现MS远程桌面和SSH</title><link>https://tinychen.com/20190706-frp/</link><pubDate>Sat, 06 Jul 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190706-frp/</guid><description>&lt;p&gt;使用github上面的开源项目Frp和一台有公网IP的主机来实现反向代理（内网穿透），从而达到使用微软自带的远程桌面mstsc来远程没有公网IP的windows电脑和使用ssh远程Linux系统（Centos和Ubuntu）的效果。&lt;/p&gt;
&lt;p&gt;本文不涉及反向代理的具体理论知识，使用的公网IP主机为阿里云主机（十块钱一个月的学生版），由于使用的阿里云主机带宽有限，因此使用远程桌面的效果可能比较一般，但是对于SSH远程来说肯定是足够了的。&lt;/p&gt;
&lt;p&gt;需要注意的是，如果你的电脑本身所处的网络是有动态公网IP的，建议直接在路由器中设置DDNS，效果要比这个好很多，这个仅适用于那些没有公网IP的电脑。&lt;/p&gt;</description></item><item><title>Wireshark抓包分析DHCP以及路由干扰过程</title><link>https://tinychen.com/20190609-wireshark-dhcp/</link><pubDate>Sun, 09 Jun 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190609-wireshark-dhcp/</guid><description>&lt;p&gt;使用Wireshark抓包分析DHCP过程，并分析在同一广播域中存在多个DHCP服务器的产生的路由干扰过程。&lt;/p&gt;</description></item><item><title>Wireshark抓包分析校园网登录过程</title><link>https://tinychen.com/20190608-wireshark-stu/</link><pubDate>Sat, 08 Jun 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190608-wireshark-stu/</guid><description>&lt;p&gt;使用Wireshark抓包分析校园网登录过程，并使用curl实现模拟登录。&lt;/p&gt;</description></item><item><title>Optimizing Gradual SDN Upgrades in ISP Networks</title><link>https://tinychen.com/20190601-isp-upgrade-sdn/</link><pubDate>Sat, 01 Jun 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190601-isp-upgrade-sdn/</guid><description>&lt;p&gt;因为作业要求，最近拜读了IEEE上面的一篇&lt;a href="https://ieeexplore.ieee.org/document/8610160"&gt;关于ISP升级到SDN的方法&lt;/a&gt;的研究文章，然后记录了文章的一些要点和对一些自己不懂的知识进行补充。&lt;/p&gt;</description></item><item><title>iperf3安装配置使用踩坑记录</title><link>https://tinychen.com/20190409-iperf3/</link><pubDate>Tue, 09 Apr 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190409-iperf3/</guid><description>&lt;p&gt;iperf3是一个开源的多平台测速工具，涵盖了Windows，Android，Linux，iOS，MacOS等主流操作系统。本文以Windows为例记录一下在使用iperf3的过程中踩的一些坑。&lt;/p&gt;</description></item><item><title>直通线和交叉线的制作</title><link>https://tinychen.com/20190404-make-cat6-cable/</link><pubDate>Thu, 04 Apr 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190404-make-cat6-cable/</guid><description>&lt;p&gt;使用六类网线和六类水晶头制作直通线和交叉线，多图预警。&lt;/p&gt;</description></item><item><title>100条计算机网络基本知识（下）</title><link>https://tinychen.com/20190331-base-know-of-cn-2/</link><pubDate>Sun, 31 Mar 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190331-base-know-of-cn-2/</guid><description>&lt;p&gt;简单介绍一百条关于计算机网络的基本知识。由于太长了，分成了上下两篇，每篇50条。&lt;/p&gt;</description></item><item><title>100条计算机网络基本知识（上）</title><link>https://tinychen.com/20190330-base-know-of-cn-1/</link><pubDate>Sat, 30 Mar 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190330-base-know-of-cn-1/</guid><description>&lt;p&gt;简单介绍一百条关于计算机网络的基本知识。由于太长了，分成了上下两篇，每篇50条。&lt;/p&gt;</description></item><item><title>计算机中的一些特殊IP地址</title><link>https://tinychen.com/20190227-special-ip/</link><pubDate>Wed, 27 Feb 2019 15:00:00 +0800</pubDate><guid>https://tinychen.com/20190227-special-ip/</guid><description>&lt;p&gt;记录一些特殊的IP地址，排查网络故障的时候有利于快速定位问题。&lt;/p&gt;</description></item><item><title>第六代Wi-Fi协议的前世今生</title><link>https://tinychen.com/20180109-wifi-dev/</link><pubDate>Tue, 09 Jan 2018 15:00:00 +0800</pubDate><guid>https://tinychen.com/20180109-wifi-dev/</guid><description>&lt;p&gt;本周，英特尔宣布：将从今年（2018）开始添加对802.11ax的支持，包括路由芯片和消费级零售产品。其实早在去年，通信行业巨头博通就发布了三款支持802.11ax的芯片BCM43684/43694/4375，高通也宣布了IPQ8074/QCA6290。至此，三家芯片巨头都表明了对802.11ax协议的支持，802.11ax也终于是坐稳了第六代Wi-Fi协议的位置了。&lt;/p&gt;</description></item></channel></rss>