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

TCP connection のステータスは以下のいずれかです：

**確立済み (established)**\
リモート側がTCP connectionを受け入れ、まだアクティブです。

**閉じられた (closed)**\
システムはTCP connection が正常に確立された後で閉じました。

**サービスなし (no service)**\
リモート側は最初のSYNメッセージに対してRSTメッセージで応答しました。たとえば、リモート側は存在していますが、リクエストポートにサービスがバインドされていない場合です。 ほとんどのpersonal computerは、安全なポートスキャンを防ぐためにRSTメッセージを破棄するファイアウォールで保護されています。

**ホストなし (no host)**\
リモート側はSYNメッセージに応答しません、たとえばリモート側が存在しない、またはファイアウォールによって保護されている場合です。

**拒否された (rejected)**\
operating system 自体がTCP connectionを拒否しました、たぶんセキュリティ設定のためです。


---

# 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-tcp-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.
