1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Webサーバーの仕組み

Posted at

はじめに

Webサーバーの仕組みについてまとめてみました。

概要

 Webサーバーは利用者側の各Webブラウザをクライアント、Webサーバーをサーバーとして、クライアント-サーバー通信を行う。このとき、ブラウザとWebサーバー間では、HTTPやHTTPSというプロトコルを用いてさまざまなデータのやりとりが行われる。クライアントがWebサイトに必要なデータをサーバーに要求し、その要求に応じてサーバーがデータを返す。
 この際にWebサーバーが扱うデータは多岐にわたるが、次表に代表的な例を記載する。Webサイトのコンテンツ構成を定義するHTMLを中心として、サイト自体のデザインや、そこで実行されるプログラムがサーバー上に存在する。

Webサーバーが扱う主なデータ

image.png

おわりに

ここまで読んでいただきありがとうございます!

参考文献

・図解 Amazon Web Servicesの仕組みとサービスがたった1日でよくわかる 単行本(ソフトカバー) – 2022/2/2
NRIネットコム株式会社 (著), 上野 史瑛 (著), 小林 恭平 (著), 尾澤 公亮 (著), 高梨 友之 (著)
p.53

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?