# 트래픽 계산 방법

## 1. 가상서버

### (1) 기본 제공 트래픽

#### a. 가상서버에 시간당 제공되는 무료 트래픽은 <mark style="color:blue;">1.4GB</mark>입니다.

#### b. 시간당 무료 트래픽을 초과 사용 시, 초과 트래픽으로 정산됩니다.&#x20;

* 예시1) 가상서버 1시간 사용 시, 1.4GB 트래픽을 사용 : **초과 트래픽 0GB**
* 예시2) 가상서버 1시간 사용 시, 2.4GB 트래픽을 사용 : **초과 트래픽 1GB**
* 예시3) 가상서버 2시간 사용 시, 2.4GB 트래픽을 사용 : **초과 트래픽 0GB** <mark style="color:blue;">(2시간 가상서버 사용에 따라 무료 제공 트래픽이 2.8GB로 증가)</mark>

#### c. 가상서버 삭제 시, 삭제한 시점까지 사용한 시간을 기준으로 정산합니다.

* 예시1) 가상서버 2일 12시간 사용 시, 84GB까지는 초과 트래픽이 발생하지 않습니다. <mark style="color:blue;">(1.4GB X (48시간+12시간) = 84GB)</mark>

### (2) 초과 트래픽

|  구간 |      트래픽 용량      | 가격 (부가세 별도) |
| :-: | :--------------: | :---------: |
| 1구간 |   1GB \~ 1000GB  |  1GB / 150원 |
| 2구간 | 1001GB \~ 2000GB |  1GB / 140원 |
| 3구간 | 2001GB \~ 3000GB |  1GB / 130원 |
| 4구간 | 3001GB \~ 4000GB |  1GB / 120원 |
| 5구간 |     4001GB \~    |  1GB / 110원 |

#### a.  기본 제공량을 넘어선 초과 트래픽 요금은 **1구간 요금 + 2구간 요금 + 3구간 요금 + 4구간 요금 + 5구간 요금**으로 산정됩니다.

* 예시1) 초과 트래픽을 4000GB 사용했을 경우, 1구간 + 2구간 + 3구간 + 4구간의 요금을 합산합니다. <mark style="color:blue;">(150 X 1000 + 140 X 1000 + 130 X 1000 + 120 X 1000 = 540000원)</mark>

## 2. 로드밸런서

로드밸런서의 초과 트래픽은 가상서버와 동일한 정책을 따릅니다.


---

# 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.cafe24cloud.com/home/payment/traffic.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.
