# Feature Comparison

Trong bối cảnh thị trường năng động của điện toán đám mây, Load Balancer là công cụ quan trọng để nâng cao hiệu suất ứng dụng và đảm bảo trải nghiệm người dùng liền mạch. Tại GreenNode, chúng tôi cung cấp hai loại Load Balancer chính: Application Load Balancer (ALB) và Network Load Balancer (NLB). Tài liệu này sẽ giúp người dùng hiểu được sự khác biệt và điểm mạnh của các loại Load Balancer này, từ đó đưa ra quyết định sáng suốt về loại nào phù hợp nhất với yêu cầu cho từng ứng dụng cụ thể.

<table><thead><tr><th width="252">Thuộc tính/Tính năng</th><th>Application Load Balancer</th><th>Network Load Balancer</th></tr></thead><tbody><tr><td>Layer</td><td>Layer 7</td><td>Layer 4</td></tr><tr><td>Scheme</td><td>Internet-facing, Internal</td><td>Internet-facing, Internal</td></tr><tr><td>Deployment Mode</td><td>Active/StandBy</td><td>Active/StandBy</td></tr><tr><td>IAM Permission</td><td>Full IAM Support</td><td>Full IAM Support</td></tr><tr><td><strong>Listener Configurations</strong></td><td></td><td></td></tr><tr><td>Protocol</td><td>HTTP, HTTPS</td><td>TCP, UDP</td></tr><tr><td>Host &#x26; Path Routing</td><td>Yes</td><td>No</td></tr><tr><td>HTTP Header-Based Routing</td><td>No</td><td>No</td></tr><tr><td>Server Name Indication (SNI)</td><td>Yes</td><td>No</td></tr><tr><td>Enable Client CA (HTTPS Only)</td><td>Yes</td><td>No</td></tr><tr><td>Timeout</td><td>Yes</td><td>Yes</td></tr><tr><td>Whitelist IP Source</td><td>Yes</td><td>Yes</td></tr><tr><td><strong>Pool Configurations</strong></td><td></td><td></td></tr><tr><td>Algorithm</td><td>Round Robin, Least Connections, Source IP</td><td>Round Robin, Least Connections, Source IP</td></tr><tr><td>Pool Protocol</td><td>HTTP</td><td>TCP, Proxy, UDP</td></tr><tr><td>Enable Sticky Session</td><td>Yes</td><td>No</td></tr><tr><td>Enable TLS encryption</td><td>Yes</td><td>No</td></tr><tr><td>Health Check</td><td>TCP, HTTP</td><td>TCP, HTTP, HTTPS, Ping&#x26;UDP</td></tr><tr><td>Target type</td><td>IP, Instance</td><td>IP, Instance</td></tr><tr><td><strong>vMonitor-platform Integration</strong></td><td></td><td></td></tr><tr><td>Metric</td><td>Yes</td><td>Yes</td></tr><tr><td>Audit Log</td><td>Yes</td><td>Yes</td></tr><tr><td>Access Log</td><td>Yes</td><td>Yes</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/vn/vlb-load-balancer-new-version/feature-comparison.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
