# UDP接続の状態（クラシック）

UDP はステートレスプロトコルであるため、厳密な意味でのステータスはありません。 それでも、TCP 接続に類似させるために、UDP 接続にも *ステータス* フィールドが含まれています。

UDP プロトコルの特性上、UDP 接続のステータスは配送の成功または失敗を示すものではありません。 しかし、システムは接続がまだ継続中であるのか、期限切れであるのかを推測することができます。 したがって、UDP 接続のステータスには次の 2 つの可能性があります:

**確立済み**\
イベントが同じ接続に集約され（そのカーディナリティが増加する場合）、システムは接続が依然として開いていると見なします。 それはデバイスが同じ UDP ポートを介して同じ宛先にデータグラムを送り続けていることを意味します。

**閉鎖済み**\
集約時間が経過し、接続に追加する新しいイベントがない場合、システムは UDP 接続を閉鎖済みと見なします。

集約時間は、イベントの集約に関する設定（最低 5 分）に依存します。 詳細なイベント情報と履歴の長さの間の最適なトレードオフを得るために、4 つの集約戦略から選択します。 より詳しい情報が必要な場合は、[Nexthink サポート](https://support.nexthink.com/)にお問い合わせください。<br>


---

# 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.nexthink.com/platform/ja/references/references-classic/database-information-and-organization-classic/status-of-udp-connections-classic.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.
