# 目的地（クラシック）

destination\_ はネットワーク接続を受け入れるコンピュータです。 したがって、行き先はクライアント・サーバー通信モデルの中でサーバーの役割を果たします。 一方で、デバイスは通常クライアントの役割を果たします。 しかし、場合によっては、デバイスもサーバーとして機能することができます。 接続を受け入れるデバイスは、それゆえデバイスとしても行き先としてもリストされます。

{% hint style="info" %}
適用対象プラットフォーム | Windows | macOS |
{% endhint %}

行き先はそのIPアドレスによって特定されます。 特別な種類の行き先が2つあります：

外部

Engineが監視するネットワーク外にある行き先。

複数

ネットワークスキャニングを表す仮想的な行き先。

***

関連コンセプト

* [接続](/platform/ja/references/references-classic/glossary-classic/connection-classic.md)
* [デバイス](/platform/ja/references/references-classic/glossary-classic/device-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:

```
GET https://docs.nexthink.com/platform/ja/references/references-classic/glossary-classic/destination-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.
