Tagged articles
7 articles
Page 1 of 1
Top Architect
Top Architect
May 15, 2022 · Backend Development

Differences Between LVS and Nginx Load Balancing: A Technical Comparison

This article compares LVS and Nginx load balancing, explaining their layer differences, performance characteristics, configuration flexibility, health‑check capabilities, and typical use‑cases, while also discussing related concepts such as forward/reverse proxy, static‑dynamic separation, and practical deployment considerations.

Backend DevelopmentLVSNginx
0 likes · 11 min read
Differences Between LVS and Nginx Load Balancing: A Technical Comparison
ITPUB
ITPUB
Jan 4, 2021 · Fundamentals

Understanding the Network Layer: Routing, Forwarding, and IP Protocols

This article provides a comprehensive overview of the OSI network layer, explaining its role in host‑to‑host communication, the mechanisms of packet forwarding and routing selection, router architecture, queueing strategies, and the details of IPv4 and IPv6 protocols, including migration techniques.

IP protocolIPv4IPv6
0 likes · 34 min read
Understanding the Network Layer: Routing, Forwarding, and IP Protocols
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jan 11, 2017 · Mobile Development

How to Design a Robust iOS App Architecture: Key Principles and Practices

This article shares practical insights on iOS app architecture, covering network API handling, page presentation, local data persistence, dynamic deployment, team collaboration, and a step‑by‑step methodology that emphasizes problem definition, modularization, dependency management, future‑proofing, testing, and performance optimization.

App ArchitectureMobile DevelopmentPerformance Optimization
0 likes · 26 min read
How to Design a Robust iOS App Architecture: Key Principles and Practices
Java High-Performance Architecture
Java High-Performance Architecture
Sep 25, 2015 · Operations

Understanding Load Balancing: HTTP Redirects, Reverse Proxies, IP & DNS Methods

Load balancing distributes traffic across multiple servers using techniques such as HTTP redirects, reverse‑proxy (layer‑7) routing, IP‑based (layer‑4) balancing, and DNS round‑robin, each with distinct advantages and drawbacks regarding performance, scalability, configuration complexity, and fault tolerance.

Application LayerDNSIPVS
0 likes · 5 min read
Understanding Load Balancing: HTTP Redirects, Reverse Proxies, IP & DNS Methods