# Scenarios

## Layer 2 Network​

| Scenario         | Fabric​ (Backbone) | Access (Last Mile) | Access (Last Mile) | Access (Last Mile) | OnRamp​ (First Mile) |
| ---------------- | ------------------ | ------------------ | ------------------ | ------------------ | -------------------- |
|                  | Private Connect​   | Port               | Cross Connect      | Local Loop         | Cloud Connect​       |
| IDC to IDC​      | √                  | √                  | √                  |                    |                      |
| Office to IDC​   | √                  | √                  | √                  | √                  |                      |
| IDC to Cloud​    | √                  | √                  | √                  |                    | √                    |
| Office to Cloud​ | √                  | √                  |                    | √                  | √                    |

## Layer 3 Network

| Scenario         | Fabric​ (Backbone) | Access (Last Mile) | Access (Last Mile) | Access (Last Mile) | Access (Last Mile) | OnRamp​ (First Mile) |
| ---------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | -------------------- |
|                  | Cloud Router​      | Port               | Cross Connect      | Local Loop         | Virtual Edge       | Cloud Connect​       |
| IDC to IDC​      | √                  | √                  | √                  |                    |                    |                      |
| Office to IDC​   | √                  | √                  | √                  |                    | √                  |                      |
| IDC to Cloud​    | √                  | √                  | √                  |                    |                    | √                    |
| Office to Cloud​ | √                  |                    |                    |                    | √                  | √                    |

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

* <mark style="color:blue;">IDC refers to Internet Data Center.</mark>
* <mark style="color:blue;">If your data center is too far to establish cross connect to the equipment port in our SDN POP, you can choose to deploy a local loop.</mark>
  {% endhint %}

***


---

# 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.console.zenlayer.com/welcome/cloud-networking/overview/scenarios.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.
