Networking

Latency

The time delay between sending a request and receiving a response. Network latency is measured in milliseconds and affected by physical distance, routing hops, server processing time, and network congestion. High latency can cause timeout errors (HTTP 408 or 504) and poor user experience. CDNs and edge computing reduce latency by serving content from locations closer to the user.

関連プロトコル

ガイドで言及されています

HTTP Caching: Cache-Control, ETags, and 304 Responses HTTP Fundamentals
HTTP Request Lifecycle: From URL to Response HTTP Fundamentals
Implementing Webhooks: A Complete Guide API Design & Best Practices
Debugging WebSocket Disconnections Debugging & Troubleshooting
Subresource Integrity (SRI): Protecting CDN-Hosted Scripts Security & Authentication
Email Header Analysis: Tracing Delivery Path Email Delivery
DNS TTL: How to Set TTL Values and Avoid Propagation Delays DNS & Networking
DNS-Based Failover and High Availability DNS & Networking
DNS over HTTPS (DoH) and DNS over TLS (DoT): Encrypted DNS Explained DNS & Networking
TCP Three-Way Handshake and Connection Lifecycle DNS & Networking
Essential Network Debugging Tools: ping, traceroute, mtr, and tcpdump DNS & Networking
WebSocket vs Server-Sent Events: Choosing the Right Protocol Real-Time Protocols
gRPC Streaming vs REST Polling: Real-Time Data Delivery Real-Time Protocols
MQTT Protocol: Lightweight Messaging for IoT and Real-Time Systems Real-Time Protocols
Bulkhead Pattern: Isolating Failures in Distributed Systems Error Handling Patterns
Saga Pattern: Managing Distributed Transactions with Compensating Actions Error Handling Patterns
Error Budgets and SLOs: When to Accept Errors Error Handling Patterns
HTTP Caching Strategy for APIs Performance & Optimization
Reducing Time to First Byte (TTFB) Performance & Optimization
Resource Hints: Preload, Prefetch, Preconnect, and DNS-Prefetch Performance & Optimization
API Response Time Optimization: From Database to Wire Performance & Optimization
Taming Tail Latency: Why P99 Matters More Than Average Performance & Optimization
RFC 6455: WebSocket Protocol Deep Dive Protocol Deep Dives
RFC 9114: HTTP/3 Protocol Deep Dive Protocol Deep Dives
RFC 3261: SIP Protocol Deep Dive Protocol Deep Dives
QUIC Protocol: The Transport Layer Behind HTTP/3 Protocol Deep Dives
TLS 1.3: Faster, Simpler, More Secure Protocol Deep Dives
Migrating from HTTP/1.1 to HTTP/2 Migration & Upgrades
Migrating from REST to gRPC Migration & Upgrades
Migrating from HTTP/2 to HTTP/3: QUIC Deployment Guide Migration & Upgrades
Migrating from WebSocket to Server-Sent Events Migration & Upgrades
Migrating from TLS 1.2 to TLS 1.3: Configuration and Compatibility Migration & Upgrades
Zero-Downtime Deployments: Blue-Green, Canary, and Rolling Updates Production Infrastructure
Observability for HTTP Status Codes: Metrics, Logs, and Alerts Production Infrastructure
API Gateway Patterns: Architecture and Use Cases API Gateway Patterns
API Gateway Rate Limiting Patterns: Token Bucket, Sliding Window, and Quotas API Gateway Patterns
Circuit Breaker Pattern at the API Gateway API Gateway Patterns
Authentication at the API Gateway: JWT Validation, OAuth, and API Keys API Gateway Patterns
Request and Response Transformation at the API Gateway API Gateway Patterns
API Gateway Retry and Timeout Policies API Gateway Patterns
API Gateway Logging and Analytics API Gateway Patterns
Load Testing APIs: k6, Locust, and Artillery Testing & Mocking
Chaos Engineering for APIs: Injecting Faults and Status Codes Testing & Mocking
Testing Error Scenarios: Simulating 4xx and 5xx Responses Testing & Mocking
API Performance Benchmarking: Establishing and Tracking Baselines Testing & Mocking

関連シナリオ

定義元

関連項目