SSHがモデルOSIのセッション層にあるのに、HTTPがアプリケーション層にあるのはなぜだろうか。
私が見ているように、どちらもTCP / IP通信を介して機能しているのに、なぜ2つのプロトコルを2つの異なる層に区別するのでしょうか。
質問する
2373 次
1 に答える
3
HTTP does not care what way it is sent, it simly consists of text, which can then be parsed by an application "speaking" HTTP, whereas SSH creates a "virtal connection" (session) over an existing network and allows higher-level protocolls (like HTTP) to pass more securely
于 2012-12-17T10:12:24.097 に答える