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

More than 5 years have passed since last update.

トンネリングについて理解する(初学者自分めも)

0
Posted at

概要

トンネリングとはなにかを調べました。

※ご注意点

ご覧頂きありがとうございます。
初学者のため、内容について確実に正しいものでない可能性があります。
申し訳ございませんが、その点につきましてご了承ください!!

トンネリングとはなにか

トンネリングとは、「拠点間で通信するために仮想的な通信路をつくること」です。
私はVPN(Virtual Private Network)をイメージするとわかり安いと感じました。

どういうときに使うか

主に事業者からサービスとして提供されるものですが、会社と自宅を専用線で接続する際などに使用されます。

カプセリングとはなにか

トンネリングで通信経路をつくったあと、その経路上で安全に通信するために「カプセリング」を行います。
通常の規格とは異なるものを使用することで、外部のネットワークの影響を受けずにすむというものです。

通常ネットワークにおける通信では、EthernetフレームをIPパケットでカプセル化し、それをTCPパケット→HTTPメッセージのようにカプセル化して通信を行いますが、そのように「カプセリング」することで、各階層で他の階層を意識せずに通信を行うことができます。

まとめ

・トンネリングとは仮想的な通信路をつくること
・カプセリングという外部の影響を受けずに通信する方法を用いる

参考サイト

以下のページを参考にさせていただきました!
https://xtech.nikkei.com/it/atcl/column/17/011900625/011900006/

0
0
1

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