Best of NetworkingJuly 2025

  1. 1
    Article
    Avatar of systemdesignnewsSystem Design Newsletter·45w

    Forward Proxy vs Reverse Proxy ✨

    Forward proxies sit between clients and the internet, filtering requests and providing anonymity, while reverse proxies sit between the internet and servers, handling load balancing, security, and caching. Forward proxies require client configuration and are commonly used in corporate networks for access control, whereas reverse proxies are transparent to clients and provide server-side benefits like TLS termination, DDoS protection, and traffic distribution across multiple servers.

  2. 2
    Article
    Avatar of tailscaleTailscale·46w

    Tailscale and RustDesk: Secure Remote Access to All Your Desktops

    RustDesk is an open-source remote desktop tool that can be enhanced with Tailscale for secure, direct connections between devices. By enabling direct IP access in RustDesk and using Tailscale's encrypted network, users can skip complex server setups and connect remotely using Tailnet IP addresses. This combination provides a free alternative to paid services like TeamViewer, offering features like file transfers, remote restarts, and screen sharing across Windows, Mac, Linux, and mobile platforms.

  3. 3
    Article
    Avatar of cloudflareCloudflare·45w

    Cloudflare 1.1.1.1 Incident on July 14, 2025

    Cloudflare's 1.1.1.1 DNS resolver experienced a 62-minute global outage on July 14, 2025, caused by an internal configuration error that inadvertently linked the resolver's IP prefixes to a non-production Data Localization Suite service. The issue originated from a dormant misconfiguration made on June 6, which was triggered when changes were made to the test service on July 14, causing BGP route withdrawals globally. The outage affected most DNS resolution methods except DNS-over-HTTPS traffic using the cloudflare-dns.com domain. Cloudflare is addressing the root cause by deprecating legacy systems and implementing staged deployment methodologies.

  4. 4
    Article
    Avatar of cncfCNCF·47w

    Kmesh v1.1.0 Officially Released!

    Kmesh v1.1.0 introduces significant improvements to the sidecarless service mesh solution, including a redesigned website built with React and Docusaurus, enhanced observability with long connection metrics, DNS module refactoring for better dual-engine mode support, and optimized kernel-native mode with reduced intrusive kernel modifications. The release validates compatibility with Istio 1.25 and resolves critical bugs including the persistent TestKmeshRestart E2E test flakiness.

  5. 5
    Article
    Avatar of larablogLarablog·47w

    What Is Latency

    Network latency refers to the round-trip time required for data to travel from its source to destination and back. Understanding latency is crucial for developers working on performance optimization and network-dependent applications.