> 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/service-classic.md).

# サービス（クラシック）

\_サービス\_は、メールサービスやディレクトリサービスのような組織内のITサービスを表します。 Nexthinkでは、エンドユーザーの認識に基づいてITサービスの品質を測定できます。

しかし、メールのようなよく知られたITサービスの監視に限定されません。 Nexthinkを使用すると、動作に必要なリソースを指定して監視したいサービスを定義できます。 これらのリソースは、各サービスを特徴づけ、識別します。 このようにして、独自の定義に合致する任意のサービスを監視できます。 エンドユーザーの接続性や、実際にどのようにサービスを使用しているのか、サービスが正常に機能しない場合に影響を受けるユーザーを把握できるため、Nexthinkのユーザー中心のアプローチは他のサーバー中心のソリューションにはない利点を提供します。

Nexthinkでは、サービスは\_接続ベースのサービス\_と\_webベースのサービス\_に分かれています。

接続ベースのサービス

トランスポートレベル（TCP）の接続を監視します。 接続ベースのサービスは単にサービスとして知られています。

Webベースのサービス

アプリケーションレベルでwebリクエスト（HTTP/TLS）とレスポンス（HTTP）を監視し、それに関連する接続を詳細に調査できます。

Webベースのサービスの監視はWindowsデバイスにのみ対応しています。

### 接続ベースのサービス <a href="#service-classic-connection-basedservices" id="service-classic-connection-basedservices"></a>

その動作にTCPネットワーキングが必要なあらゆるITサービスは、Nexthinkにおいてサービスとしてモデル化することに適しています。 Nexthinkサービスを使用すると、導入済みのITサービスの状態を一目で監督できます。 詳細なデータを調べたいときには、サービスを詳しく掘り下げて次の情報を取得できます。

* サービスに関連するネットワークトラフィック。
* 各サーバーがサポートする負荷。
* サービスへのクライアントコンピュータの接続性。
* サービスに関連するアプリケーションのクラッシュ。
* サービス障害の場合に影響を受けるユーザー。
* サービス全般のパフォーマンス。

ITサービスは、アクセスに必要なリソースによって特徴づけられます：このサービスへのアクセスに必要とされるクライアントアプリケーション、サービスへの接続に予約される可能性のあるネットワークポート、サービス提供に専用される可能性のある組織のサーバー。 Nexthinkでは、これらのリソースの1つ以上を組み合わせてサービスを正確に定義します。

* Device
* 実行可能ファイル
* TCPポート
* 行き先

Nexthinkは、サービスの定義に一致するすべての接続または接続試行をそれに関連付けます。

### Webベースのサービス <a href="#service-classic-web-basedservices" id="service-classic-web-basedservices"></a>

デバイス、実行可能ファイル、ポート、行き先に加えて、webベースのサービスはドメインによっても特徴付けられます。

Webベースのサービスは、アプリケーション（HTTP）レベルでリクエストエラーを検出します。

***

関連タスク

* [サービス品質を分析する](/platform/ja/user-guide/using-finder-classic/monitoring-it-services-classic/analyzing-service-quality-classic.md)
* [サービスを作成する](/platform/ja/user-guide/using-finder-classic/monitoring-it-services-classic/creating-a-service-with-finder-classic.md)

関連リファレンス

* [サービスエラーと警告](/platform/ja/references/references-classic/search-and-information-display-classic/service-errors-and-warnings-classic.md)

関連概念

* [デバイス](/platform/ja/references/references-classic/glossary-classic/device-classic.md)
* [実行可能ファイル](/platform/ja/references/references-classic/glossary-classic/executable-classic.md)
* [ポート](/platform/ja/references/references-classic/glossary-classic/port-classic.md)
* [行き先](/platform/ja/references/references-classic/glossary-classic/destination-classic.md)
* [接続](/platform/ja/references/references-classic/glossary-classic/connection-classic.md)
* [ドメイン](/platform/ja/references/references-classic/glossary-classic/connection-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/service-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.
