From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/cdn/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 files/ja/glossary/cdn/index.html (limited to 'files/ja/glossary/cdn') diff --git a/files/ja/glossary/cdn/index.html b/files/ja/glossary/cdn/index.html new file mode 100644 index 0000000000..9f6ccc7225 --- /dev/null +++ b/files/ja/glossary/cdn/index.html @@ -0,0 +1,17 @@ +--- +title: CDN +slug: Glossary/CDN +tags: + - Glossary + - Infrastructure +translation_of: Glossary/CDN +--- +

CDN (Content Delivery Network、コンテンツ配信ネットワーク)は、様々な地域に分散されたサーバーの集まりです。これらのサーバーは同じ内容のデータのコピーを保有し、各ユーザーに最も近いサーバーからデータへの要求に応えることが可能になっています。 CDN は通信量の影響を受けにくい高速なサービスを実現します。 + +

CDN は、 Bootstrap や jQuery など、スタイルシートや JavaScript ファイル(静的ファイル)からなるライブラリを配信するために広く用いられています。これらのサードパーティライブラリの配信に CDN を用いることが有効な理由はいくつかあります。

+ + -- cgit v1.2.3-54-g00ecf