Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

7
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

通信プロトコル ftp http https の違い

Last updated at Posted at 2019-11-14

目的

  • 実はあまりわかってないftp http httpsについての基礎知識をまとめる。

通信プロトコルとは?

  • 通信を行う際の共通のルールのことである。
  • OSや端末は違っても一定の通信が行えるように規格化されたものである。

ftpとは?

  • ftpはFile Transfer Protocolの略である。
  • インターネットの誕生と共に使用され始めた古の頃からの歴史ある技術である。
  • ファイルを転送するための通信プロトコルである。
  • インターネットを使用してファイルを送受信するための仕組みである。
  • ftpを使って通信をするコンピュータやソフトを「ftpクライアント」と呼ぶ。
  • ftpを使って通信を受け入れる側のコンピュータ(接続先)を「ftpサーバ」と呼ぶ。
  • ファイルをやり取りする時に使用するftpクライアント側のソフトを「ftpソフト」と呼ぶ。

httpとは?

  • httpはHyper Text Transfer Protocolの略である。
  • Webページを構成するHTMLなどのコンテンツの送受信に用いられている。
  • World Wide Webにおいて、 WebブラウザとWebサーバ間での転送に用いられる。
  • ハイパーテキストを転送するための通信プロトコルである。
  • ハイパーテキストだけでなく、バイナリ形式の画像、音声などの様々なデータを転送可能である。

httpsとは?

  • httpsはHyper Text Transfer Protocol Secureの略である。
  • 基本的な用途や概要はhttpと一緒である。
  • 厳密に言うとhttpsは通信プロトコルではないらしい。SSL/TLSプロトコルを用いて行われるhttp通信を指す。
  • 通信内容がTSL(Transport Layer Security)によって暗号化されている。
  • セキュアで安心である。
7
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Qiita Conference 2025 Autumn will be held!: 11/5(Wed) - 11/7(Fri)

Qiita Conference is Qiita's largest tech conference, dedicated to engineers in the age of AI!

Keynote Speaker

piacere, Tsuyoshi Ushio, Esteban Suarez, Takuto Wada, seya, MinoDriven, Toshihiro Ichitani, Karaage, Matz, Minorun

View event details
7
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?