> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/welcome/elastic-compute/ddos-protection/06-feature-comparison.md).

# Feature Comparison

The table below covers the primary differences between DDoS Protection and EIP Blocked Rules. For a full list of configurable options within each layer, see the [DDoS Protection Configuration Guide](/welcome/elastic-compute/ddos-protection/09-configuration-guide.md).

| Feature                   | DDoS Protection                                | EIP Blocked Rules                         |
| ------------------------- | ---------------------------------------------- | ----------------------------------------- |
| **Availability**          | Select regions                                 | All regions                               |
| **Pipeline Position**     | First layer (upstream)                         | Second layer (downstream)                 |
| **Monitored Metrics**     | BPS, PPS, InCPS                                | BPS, PPS, InCPS, OutCPS                   |
| **Attack Mitigation**     | Traffic cleaning via BGP diversion + scrubbing | Threshold-based blackhole / NIC blocking  |
| **Traffic Cleaning**      | Yes — separates legitimate from attack traffic | No — block/allow only                     |
| **Fingerprint Detection** | Yes — payload-pattern matching                 | No                                        |
| **Protocol Filtering**    | Yes — TCP, UDP, ICMP analysis                  | No                                        |
| **Geo-blocking**          | Yes — country-level filtering                  | No                                        |
| **IP Allow/Block Lists**  | Yes                                            | No                                        |
| **Blackhole Routing**     | Yes (escalation from cleaning)                 | Yes (primary action)                      |
| **Outbound Protection**   | No                                             | Yes — NIC-level blocking on OutCPS breach |
| **Custom Thresholds**     | Yes — per-policy configuration                 | Yes — per-EIP configuration               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.console.zenlayer.com/welcome/elastic-compute/ddos-protection/06-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.
