> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ko/troubleshooting/access-control-hardware-checks/verkada-access-offline-operation.md).

# 오프라인 작동

액세스 컨트롤러가 인터넷 연결을 잃으면, 일반적으로 다음과 같은 일이 발생합니다:

{% stepper %}
{% step %}
**이벤트는 인터넷이 복구될 때까지 로컬에 저장됩니다. 인터넷이 장기간 끊기더라도 액세스 컨트롤러에는 상당한 장애(기록된 이벤트 수에 따라 3\~12개월)를 견딜 수 있을 만큼 충분한 내부 저장 공간이 있습니다.**
{% endstep %}

{% step %}
**액세스 컨트롤러는 클라우드에서 마지막으로 받은 알려진 구성을 실행합니다. 즉, 인터넷 장애 이전에 액세스 컨트롤러에 적용된 모든 변경 사항은 여전히 활성 상태입니다. 이 마지막으로 알려진 구성은 컨트롤러의 전원이 꺼졌다가 다시 시작되더라도 유지됩니다.**
{% endstep %}

{% step %}
**인터넷 연결이 복구되면 클라우드의 최신 구성이 액세스 컨트롤러로 푸시되고, 그에 따라 액세스 컨트롤러는 장애 기간 동안 발생한 이벤트를 클라우드로 전송합니다.**
{% endstep %}
{% endstepper %}

### 예시 시나리오

액세스 컨트롤러의 오프라인 작동을 더 잘 이해하기 위해 다음 시나리오를 살펴보겠습니다:

* Alice는 정규직 직원이며 회사에 근무한 지 2년이 되었습니다. 그녀의 배지는 정문에서 작동합니다.
* 오전 8시: 인터넷 서비스 제공업체(ISP)에서 해당 지역에 서비스 장애가 발생했습니다. 모든 액세스 컨트롤러는 오프라인 상태이지만 전원은 켜져 있습니다(상태 LED가 파란색으로 깜박임).
* 오전 9시: 신입사원 Bob이 온보딩됩니다. 그는 배지와 정문 출입 권한을 부여받습니다.
* 오전 10시: Alice와 Bob이 정문에서 배지로 출입을 시도합니다. Alice의 배지는 작동하지만 Bob의 배지는 작동하지 않습니다.
* 오전 11시: ISP가 연결을 복구합니다. 액세스 컨트롤러가 다시 온라인 상태가 되며, 몇 초 안에 클라우드에서 새 구성을 가져옵니다. 이제 Bob의 배지가 작동합니다.

이 시나리오의 시각적 표현은 아래와 같습니다:

<div data-with-frame="true"><img src="/files/3985e5a3973837fe7d4d8ac003dbbd7c7efe35fc" alt="AC41 오프라인 작동 시각화"></div>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/access-control/ko/troubleshooting/access-control-hardware-checks/verkada-access-offline-operation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
