# OSDP와 Wiegand

Wiegand와 Open Supervised Device Protocol(OSDP)는 출입 통제 시스템에서 사용되는 기술로, 출입 방식(카드, fob 등), 리더, 컨트롤러를 포함합니다.

***

## Wiegand

Wiegand는 1970년대에 [John Wiegand](https://en.wikipedia.org/wiki/John_R._Wiegand) 가 발명한 기술로, 1980년대에 출입 통제 시스템의 필수적인 부분이 되었습니다. 하지만 *Wiegand* 라는 용어는 실제로 여러 가지를 가리키며( [Wiegand 효과](https://en.wikipedia.org/wiki/Wiegand_effect), [Wiegand 배선 표준](https://en.wikipedia.org/wiki/Wiegand_interface#Physical_layer), 그리고 [Wiegand 프로토콜](https://en.wikipedia.org/wiki/Wiegand_interface#Protocol)), 이 글에서는 Wiegand 배선 표준에 중점을 둡니다. 이 표준은 출입 통제 리더가 도어 컨트롤러와 어떻게 통신하는지 설명합니다.

### 작동 방식

{% stepper %}
{% step %}
**Wiegand 형식의 출입 카드(예: 26비트, 37비트 등)를 호환되는 리더 가까이에 대면, 리더는 카드의 작은 집적 회로에 인코딩된 정보를 수신합니다. 이는 일반적으로 시설 코드와 카드 일련번호입니다. 카드의 이 데이터(1과 0의 연속)는 카드에 영구적으로 기록되며 변경할 수 없습니다.**
{% endstep %}

{% step %}
**그런 다음 리더는 해당 1과 0의 연속을** [**Wiegand 인터페이스**](https://en.wikipedia.org/wiki/Wiegand_interface#Physical_layer) **표준에 따라 전기 펄스로 변환합니다. 이 표준은 공통 접지, DATA0(일명 Data Low), DATA1(일명 Data High)의 3개 와이어로 구성됩니다.**
{% endstep %}

{% step %}
**컨트롤러로 1과 0을 보내기 위해, 리더는 각각의 DATA 와이어 전압을 빠르게 순차적으로 낮춥니다. 1은 DATA1을 통해, 0은 DATA0을 통해 전송됩니다.**
{% endstep %}

{% step %}
**컨트롤러는 이러한 전압 변화를 감지하고 이를 펌웨어에서 1과 0으로 다시 해석합니다.**
{% endstep %}
{% endstepper %}

***

## OSDP

[보안산업협회(SIA)에 따르면](https://www.securityindustry.org/industry-standards/open-supervised-device-protocol/), "Open Supervised Device Protocol(OSDP)은 \[SIA]가 출입 통제 및 보안 제품 간의 상호 운용성을 향상시키기 위해 개발한 출입 통제 통신 표준입니다." OSDP는 한동안 개발 중이었지만, 2020년 7월에 마침내 [IEC 표준](https://www.iec.ch/dyn/www/f?p=103:38:4892262727330::::FSP_ORG_ID,FSP_APEX_PAGE,FSP_PROJECT_ID:1269,23,23397) 으로 발행되었습니다.

### 작동 방식

{% stepper %}
{% step %}
**본질적으로 기본적인 단방향 통신 장치인 Wiegand 리더와 달리, OSDP 리더는 컨트롤러와 통신할 수도 있고 컨트롤러로부터 통신을 수신할 수도 있는 "스마트" 장치입니다.**
{% endstep %}

{% step %}
**OSDP 리더는 카드 데이터를 컨트롤러로 전송하며, 컨트롤러는 또한 리더의 상태를 모니터링하고 리더 배선이 변조되었는지 감지하기 위해 리더와 통신할 수 있습니다.**
{% endstep %}

{% step %}
**OSDP 버전 2는 AES 128비트 암호화를 사용하여 컨트롤러와 안전하게 통신할 수 있으며, 이로 인해 카드 데이터가 컨트롤러로 전송되는 동안 공격자가 이를 "가로채는(sniffing)" 가능성이 제거됩니다.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Verkada AC41은 현재 OSDP를 사용할 때 Verkada 리더만 지원합니다.
{% endhint %}

***

## 차이점은 무엇인가요?

<div align="left" data-with-frame="true"><img src="/files/9a57b92552c4d37fe73d874e4655df2dd1ffa021" alt=""></div>

***

## Wiegand 및 OSDP에 대한 Verkada 지원

Verkada 출입 도어 컨트롤러는 Wiegand 리더와 Verkada AD31을 모두 지원합니다. 그림에서 보듯이 AC41의 각 도어 카세트에는 OSDP를 사용하는 Verkada 리더와 Wiegand 리더를 위한 연결 지점이 있습니다.

<div align="left" data-with-frame="true"><img src="/files/34a13ac1ca678a5cd525b5f0ec5b0b31bf6630f3" alt=""></div>


---

# 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://help.verkada.com/access-control/ko/users-and-credentials/commission-access-control-cards/osdp-and-wiegand.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.
