Tag

concurrent connections

0 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Nov 10, 2024 · Frontend Development

Understanding Browser Concurrent Connection Limits and Optimization Techniques

The article explains why browsers limit concurrent connections per domain for performance and security reasons, compares HTTP/1.1 and HTTP/2 handling of these limits, and outlines practical frontend optimization strategies such as domain sharding, CDN usage, resource bundling, and lazy loading.

HTTP/2browserconcurrent connections
0 likes · 5 min read
Understanding Browser Concurrent Connection Limits and Optimization Techniques
Architect's Guide
Architect's Guide
Sep 28, 2023 · Fundamentals

Understanding the Maximum Concurrent TCP Connections and the Meaning of Port 65535

This article explains how TCP connections are identified by a four‑tuple, clarifies why the theoretical limit of 65,535 ports does not restrict server concurrency, and discusses the practical factors such as memory and file descriptor limits that determine the real maximum number of simultaneous TCP connections on a Linux system.

LinuxNetworkingTCP
0 likes · 11 min read
Understanding the Maximum Concurrent TCP Connections and the Meaning of Port 65535
Architect
Architect
Mar 2, 2023 · Fundamentals

Understanding the Maximum Concurrent TCP Connections and the Origin of the 65535 Limit

The article explains how TCP connections are identified by a four‑tuple, why the theoretical maximum client connections are 65,535 due to port limits, how servers can theoretically handle up to 2⁴⁸ connections, and why real‑world concurrency is constrained by memory, file descriptors and port reuse rather than the 65535 port count.

LinuxNetworkingPort Numbers
0 likes · 12 min read
Understanding the Maximum Concurrent TCP Connections and the Origin of the 65535 Limit