Tag

network latency

0 views collected around this technical thread.

Architect's Guide
Architect's Guide
Dec 27, 2022 · Fundamentals

Methods for Measuring Network Latency Across TCP/IP Layers

This article reviews various techniques for detecting network latency at each TCP/IP layer, including application‑layer tools like Telnet, transport‑layer utilities such as TCPPing, UDPPing and Tcproute, network‑layer protocols like ICMP with Ping and Tracert, and hardware‑based measurements at the link layer.

MTRTCP/IPnetwork latency
0 likes · 4 min read
Methods for Measuring Network Latency Across TCP/IP Layers
DaTaobao Tech
DaTaobao Tech
Oct 18, 2022 · Frontend Development

Client‑Side Interface Performance Optimization: Analysis and Solutions

Client‑side developers can boost API speed and user experience by collaborating with back‑end teams to cut server processing and network latency, using caching, concurrency, smaller or UDP‑based packets, and aggressively pruning or compressing payloads, which can shrink megabyte responses to tens of kilobytes and shave dozens of milliseconds off latency.

API optimizationFrontendasynchronous
0 likes · 9 min read
Client‑Side Interface Performance Optimization: Analysis and Solutions
Python Programming Learning Circle
Python Programming Learning Circle
Sep 23, 2022 · Fundamentals

Understanding TCP Slow Start and the 14KB Rule for Web Performance

This article explains the TCP slow‑start algorithm, how its initial 10‑packet window translates to a practical 14 KB rule for web pages, and why keeping the first‑byte payload under this size dramatically reduces latency across various network conditions.

14KB RuleSlow StartTCP
0 likes · 11 min read
Understanding TCP Slow Start and the 14KB Rule for Web Performance
Efficient Ops
Efficient Ops
Sep 15, 2022 · Operations

How to Diagnose and Fix Linux Network Latency Issues

This article explains how to identify the root causes of increased network latency on Linux servers, covering tools such as ping, traceroute, hping3, and wrk, demonstrating packet analysis with tcpdump and Wireshark, and showing how TCP delayed ACK and socket options affect response times.

LinuxTCPTroubleshooting
0 likes · 17 min read
How to Diagnose and Fix Linux Network Latency Issues
Efficient Ops
Efficient Ops
May 10, 2022 · Operations

How to Diagnose and Fix Linux Network Latency with hping3, wrk, and Wireshark

This article explains how to identify the root causes of Linux network latency—such as slow transmission, kernel processing, and application delays—by using tools like ping, traceroute, hping3, wrk, tcpdump, and Wireshark, and demonstrates practical testing with Nginx containers to analyze and mitigate latency issues.

LinuxWiresharkhping3
0 likes · 13 min read
How to Diagnose and Fix Linux Network Latency with hping3, wrk, and Wireshark
Aikesheng Open Source Community
Aikesheng Open Source Community
Mar 19, 2021 · Databases

Performance Evaluation of DTLE under Varying Network Latency and Bandwidth Conditions

This article presents a systematic performance test of the DTLE data replication tool, using sysbench, tc, and iperf3 to simulate different network latency and bandwidth scenarios, and compares DTLE's replication delay and bandwidth usage against native MySQL replication across three test cases.

BandwidthDTLEDatabase Replication
0 likes · 7 min read
Performance Evaluation of DTLE under Varying Network Latency and Bandwidth Conditions
Refining Core Development Skills
Refining Core Development Skills
Nov 8, 2020 · Backend Development

Quantifying TCP Connection Latency: Analysis, Abnormal Cases, and Optimization Strategies

This article provides a detailed quantitative analysis of TCP connection establishment latency, examining normal handshake processes, abnormal scenarios like queue overflows and TIME_WAIT exhaustion, and offering practical optimization strategies for backend systems.

Connection QueuesLinux kernelTCP Protocol
0 likes · 16 min read
Quantifying TCP Connection Latency: Analysis, Abnormal Cases, and Optimization Strategies
Aikesheng Open Source Community
Aikesheng Open Source Community
Oct 13, 2020 · Databases

Testing the Impact of group_replication_member_expel_timeout on MySQL Group Replication under Network Latency

This article investigates how the MySQL 8.0 group_replication_member_expel_timeout parameter influences node expulsion in a group replication cluster when network latency is introduced, describing the test environment, methodology, commands, observations, and configuration recommendations.

Database ClusterGroup ReplicationMySQL
0 likes · 7 min read
Testing the Impact of group_replication_member_expel_timeout on MySQL Group Replication under Network Latency
Architecture Digest
Architecture Digest
Sep 6, 2020 · Game Development

Why Game Servers Are Reluctant to Adopt Microservices Architecture

The article explains that game servers, especially real‑time multiplayer titles, avoid microservices because the added network overhead, stateful communication requirements, and strict latency constraints make monolithic or tightly coupled designs more suitable for high‑performance gameplay.

architecturegame servermicroservices
0 likes · 8 min read
Why Game Servers Are Reluctant to Adopt Microservices Architecture
iQIYI Technical Product Team
iQIYI Technical Product Team
Mar 6, 2020 · Cloud Computing

Understanding 5G Network Latency and the Role of MEC

While 5G’s radio link can reach about 1 ms, true end‑to‑end latency remains dominated by core and internet delays, so 4G, 5G‑NSA and 5G‑SA differ only modestly; however, combining 5G Standalone with Multi‑access Edge Computing can cut total latency below 10 ms, enabling ultra‑reliable low‑latency applications.

5GMECedge computing
0 likes · 8 min read
Understanding 5G Network Latency and the Role of MEC
Architects' Tech Alliance
Architects' Tech Alliance
Aug 23, 2019 · Operations

IO Performance Evaluation, Monitoring, and Optimization Guide

This article explains how to assess, monitor, and tune system I/O performance by defining I/O models, selecting appropriate evaluation tools, tracking key metrics for disk and network I/O, and applying practical optimization strategies for both storage and network bottlenecks.

Capacity PlanningDisk I/OIO performance
0 likes · 15 min read
IO Performance Evaluation, Monitoring, and Optimization Guide
Architects' Tech Alliance
Architects' Tech Alliance
Jul 26, 2019 · Operations

IO Performance Evaluation, Tools, Metrics, and Optimization Strategies

This article explains how to assess and improve system I/O performance by defining I/O models, selecting appropriate evaluation tools for disk and network, monitoring key metrics such as IOPS, bandwidth and latency, and applying host, network, and storage‑side optimization techniques for high‑throughput and low‑latency workloads.

IO performancePerformance TuningStorage Optimization
0 likes · 16 min read
IO Performance Evaluation, Tools, Metrics, and Optimization Strategies
Tencent Cloud Developer
Tencent Cloud Developer
Mar 12, 2019 · Cloud Native

Understanding Active-Active Disaster Recovery Architecture: Challenges and Implementation Strategies

The article argues that cold backup and active‑passive setups provide false security and outlines how true active‑active disaster‑recovery requires local‑datacenter request handling, business‑driven data sharding, and low‑latency cross‑site synchronization, recommending a staged rollout from city‑level to cross‑region architectures while weighing ROI.

active-active-architecturecloud-nativedata consistency
0 likes · 9 min read
Understanding Active-Active Disaster Recovery Architecture: Challenges and Implementation Strategies
Efficient Ops
Efficient Ops
Sep 9, 2018 · Operations

How to Evaluate and Optimize System I/O Performance: Models, Tools, and Best Practices

This article explains how to assess I/O capabilities, choose appropriate evaluation tools, monitor key performance metrics, and apply targeted optimization techniques for both disk and network I/O to improve system throughput and latency.

Capacity PlanningIO performanceStorage Optimization
0 likes · 18 min read
How to Evaluate and Optimize System I/O Performance: Models, Tools, and Best Practices
High Availability Architecture
High Availability Architecture
Sep 20, 2017 · Operations

Optimizing Web Servers for High Throughput and Low Latency – Insights from Dropbox’s Edge Network

This article presents a comprehensive, data‑driven guide to reducing latency and increasing throughput of Nginx‑based web servers by covering hardware selection, low‑level OS tuning, network‑stack adjustments, TLS optimizations, and application‑level configurations, all illustrated with real‑world Dropbox experience.

LinuxNginxPerformance Optimization
0 likes · 32 min read
Optimizing Web Servers for High Throughput and Low Latency – Insights from Dropbox’s Edge Network
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jun 17, 2016 · Fundamentals

Why CDNs Provide Little Acceleration for Mobile Clients

The article explains that traditional CDNs deliver limited performance gains for mobile users because the dominant last‑mile latency of wireless networks overshadows CDN benefits, and it explores data, misconceptions, cost considerations, and possible strategies for improving mobile content delivery.

CDNLast-mileMobile
0 likes · 11 min read
Why CDNs Provide Little Acceleration for Mobile Clients
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Apr 10, 2015 · Operations

Why CDNs Provide Little Acceleration for Mobile Clients

The article analyzes Ilya Grigorik's findings that traditional CDNs deliver minimal performance gains for mobile users due to high last‑mile latency, outlines latency components, presents comparative data, and discusses the operational challenges of deploying mobile‑optimized edge caching.

CDNOperationsedge computing
0 likes · 11 min read
Why CDNs Provide Little Acceleration for Mobile Clients