> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/connection-classic.md).

# 接続（クラシック）

\_接続\_とは、ネットワークリソースを使用してデバイスと目的地間でリンクを作成することです。 使用される通信のトランスポートプロトコルによって、接続には2つのタイプがあります。

TCP

接続には[ステータス](/platform/ja/references/references-classic/database-information-and-organization-classic/status-of-tcp-connections-classic.md)があります。

UDP

接続は[ステートレス](/platform/ja/references/references-classic/database-information-and-organization-classic/status-of-udp-connections-classic.md)です。

TCP接続においては、Nexthinkが接続を記録するために、デバイスと目的地間のリンクが完全に確立されている必要はありません。 UDP接続では、プロトコルの特性上、接続が確立されたかどうかを知ることはできません。 したがって、どのプロトコルにおいても、Nexthinkが検出したすべての接続試行は、接続が成功したかどうかにかかわらずNexthinkのデータベースに記録されます。

いくつかの短命の反復接続は、ネットワークのスキャンが検出されると一つの集約された接続に自動的にグループ化されます。

ネットワークスキャン

複数の目的地の同じポートへの接続を繰り返し試みます。

ポートスキャン

同じ目的地の異なるポートへの接続を繰り返し試みます。

ネットワークおよびポートスキャンは正当なプロセスによって開始されることもありますが、ネットワーク内の悪意のある活動の存在を示す可能性もあります。 1台または複数のコンピュータで通信ポートをスキャンすることは、コンピュータネットワークの脆弱性を検出するために広く使用される方法です。

同じトランスポートプロトコルを使用している接続のみが、一つのスキャン接続にグループ化される可能性があります。 したがって、スキャン接続には4つのタイプがあります。

| プロトコル \ タイプ | ネットワーク        | ポート        |
| ----------- | ------------- | ---------- |
| TCP         | TCPネットワークスキャン | TCPポートスキャン |
| UDP         | UDPネットワークスキャン | UDPポートスキャン |

NexthinkがTCPとUDP接続のセットをスキャン操作と見なす条件については、[ネットワークおよびポートスキャンの条件](/platform/ja/references/references-classic/database-information-and-organization-classic/network-and-port-scan-conditions-classic.md)を参照してください。

***

関連概念

* [アクティビティ](/platform/ja/references/references-classic/glossary-classic/activity-classic.md)
* [ポート](/platform/ja/references/references-classic/glossary-classic/port-classic.md)
* [デバイス](/platform/ja/references/references-classic/glossary-classic/device-classic.md)
* [目的地](/platform/ja/references/references-classic/glossary-classic/destination-classic.md)

関連参照

* [TCP接続のステータス](/platform/ja/references/references-classic/database-information-and-organization-classic/status-of-tcp-connections-classic.md)
* [UDP接続のステータス](/platform/ja/references/references-classic/database-information-and-organization-classic/status-of-udp-connections-classic.md)
* [ネットワークおよびポートスキャンの条件](/platform/ja/references/references-classic/database-information-and-organization-classic/network-and-port-scan-conditions-classic.md)


---

# 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://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/connection-classic.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.
