# OSDP と Wiegand

WiegandとOpen Supervised Device Protocol（OSDP）は、アクセス方法（カード、フォブなど）、リーダー、コントローラーを含むアクセスコントロールシステムで使用される技術です。

***

## Wiegand

Wiegandは、1970年代に [John Wiegand](https://en.wikipedia.org/wiki/John_R._Wiegand) によって発明された技術で、1980年代にはアクセスコントロールシステムの不可欠な一部となりました。用語 *Wiegand* は実際にはさまざまなもの（ [Wiegand effect](https://en.wikipedia.org/wiki/Wiegand_effect)、 [Wiegand wiring standard](https://en.wikipedia.org/wiki/Wiegand_interface#Physical_layer)、そして [Wiegand protocol](https://en.wikipedia.org/wiki/Wiegand_interface#Protocol)）を指しますが、この記事ではWiegand wiring standardに焦点を当てます。この標準は、アクセスコントロールのリーダーがドアコントローラーとどのように通信するかを説明しています。

### 仕組み

{% stepper %}
{% step %}
**Wiegand形式のアクセスカード（たとえば26ビット、37ビットなど）を対応するリーダーの近くにかざすと、リーダーはカード上の小さな集積回路にエンコードされた情報を受信します。これは通常、施設コードとカードのシリアル番号です。カード上のこのデータ（1と0の列）はカードに恒久的に書き込まれており、変更できません。**
{% endstep %}

{% step %}
**その後、リーダーはその1と0の列を** [**Wiegand interface**](https://en.wikipedia.org/wiki/Wiegand_interface#Physical_layer) **標準に従って電気パルスに変換します。この標準は、共通グラウンド、DATA0（別名 Data Low）、DATA1（別名 Data High）の3本のワイヤで構成されています。**
{% endstep %}

{% step %}
**1と0をコントローラーに送信するため、リーダーはそれぞれのDATAワイヤの電圧を急速に順番に下げます。DATA1では1、DATA0では0が送られます。**
{% endstep %}

{% step %}
**コントローラーはこれらの電圧変化を検出し、ファームウェア内で1と0として再解釈します。**
{% endstep %}
{% endstepper %}

***

## OSDP

[Security Industry Association（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リーダーはカードデータをコントローラーに送信し、コントローラーはOSDPリーダーの状態をモニターしたり、リーダーの配線が改ざんされたかどうかを検出したりするために、リーダーと通信することもできます。**
{% endstep %}

{% step %}
**OSDPバージョン2は、AES 128ビット暗号化を使用してコントローラーと安全に通信できるため、攻撃者がコントローラーに送信中のカードデータを「盗聴」する可能性を排除します。**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
現在、Verkada AC41はOSDPを使用する場合、Verkadaリーダーのみをサポートしています。
{% endhint %}

***

## 違いは何ですか？

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

***

## WiegandとOSDPに対するVerkadaサポート

Verkadaのアクセスドアコントローラーは、WiegandリーダーとVerkada AD31の両方をサポートしています。図に示すように、AC41の各ドアカセットには、OSDPを使用するVerkadaリーダーとWiegandリーダー用の接続ポイントがあります。

<div align="left" data-with-frame="true"><img src="/files/a5e6d7b585a0f18a156a4c52ed05a9995ecbb58b" 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/ja/yzto/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.
