> 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/ja/yzto/commission-access-control-cards/osdp-and-wiegand.md).

# OSDP と Wiegand

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

***

## 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ワイヤの電圧を素早く順番に下げます。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は以前から開発が進められていましたが、 [IEC規格](https://www.iec.ch/dyn/www/f?p=103:38:4892262727330::::FSP_ORG_ID,FSP_APEX_PAGE,FSP_PROJECT_ID:1269,23,23397) として2020年7月に公布されました。

### 仕組み

{% 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
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/ja/yzto/commission-access-control-cards/osdp-and-wiegand.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.
