Tại sao đường hầm mạng lại gọi là “Đường hầm”?

Mục lục:

Tại sao đường hầm mạng lại gọi là “Đường hầm”?
Tại sao đường hầm mạng lại gọi là “Đường hầm”?

Video: Tại sao đường hầm mạng lại gọi là “Đường hầm”?

Video: Tại sao đường hầm mạng lại gọi là “Đường hầm”?
Video: Thiết kế âm thanh để video cinematic hơn| Sound Design| Làm Phim Cùng Nam Trịnh - YouTube 2024, Tháng tư
Anonim
Thuật ngữ mà người ta gặp phải khi vào thế giới máy tính có vẻ kỳ quặc hoặc khiến bạn bối rối vào những lúc, tự hỏi làm thế nào và tại sao những thuật ngữ này được sử dụng. Với ý nghĩ đó, bài đăng Hỏi và Đáp của SuperUser hôm nay có câu trả lời cho câu hỏi của người đọc bị nhầm lẫn.
Thuật ngữ mà người ta gặp phải khi vào thế giới máy tính có vẻ kỳ quặc hoặc khiến bạn bối rối vào những lúc, tự hỏi làm thế nào và tại sao những thuật ngữ này được sử dụng. Với ý nghĩ đó, bài đăng Hỏi và Đáp của SuperUser hôm nay có câu trả lời cho câu hỏi của người đọc bị nhầm lẫn.

Phiên Hỏi & Đáp hôm nay đến với chúng tôi theo lịch sự của SuperUser - một phân khu của Stack Exchange, một nhóm các trang web Hỏi & Đáp do cộng đồng điều hành.

Câu hỏi

Người dùng SuperUser reader7681202 muốn biết tại sao một đường hầm mạng được gọi là "đường hầm":

I do not understand why the “tunnel” metaphor is used to describe a networking tunnel.

At first, I thought the reason was because the data was sent in an encrypted form so that an eavesdropper would not be able to see the data (seeing the data wrapped in a tunnel instead).

But what of the tunneling protocols that do not use encryption? Why are they also called “tunnels”?

Tại sao một đường hầm mạng được gọi là "đường hầm"?

Câu trả lời

Những người đóng góp của SuperUser Mokubai và DavidPostill có câu trả lời cho chúng tôi. Đầu tiên, Mokubai:

In the case of roads, a real world tunnel is a constructed passage that allows you to pass directly from point A to point B instead of taking a route that is longer and/or has more things to slow you down. Examples include tunnels through mountains that you might otherwise have to go around, underpasses that let you get to the other side of the road without walking across it, and subway tunnels that let trains move around a city without the need to contend with roads and buildings.

In each of these cases, a tunnel provides a direct path that avoids some type of complexity you would otherwise have to deal with. In networking, it is used in the same way.

An IPv4 over IPv6 tunnel allows IPv4 to pass through an IPv6 network into another IPv4 network, something that would otherwise not be possible without the originating computer understanding the IPv6 network.

A VPN is a tunnel specifically intended for connecting two private networks without the overhead of translating the IP addresses between private and public addresses at each end.

An example that combines the two is game VPN software like Hamachi that could be used to play “over the Internet” games which used old protocols like IPX or relied on local discovery to find other players.

Tiếp theo là câu trả lời từ DavidPostill:

Why is a network tunnel called a “tunnel”?

The phrase was first used (as far as I can tell) in the RFC 1075 Distance Vector Multicast Routing Protocol, where it is defined as follows:

And…
And…
Although the above states, “We consider tunnels to be a transitional hack.”, tunneling is still used today with essentially the same meaning. The data sent through a tunnel is encapsulated so that it can be transmitted via a protocol that would otherwise not support the transmission:
Although the above states, “We consider tunnels to be a transitional hack.”, tunneling is still used today with essentially the same meaning. The data sent through a tunnel is encapsulated so that it can be transmitted via a protocol that would otherwise not support the transmission:
Image
Image

Source: Networking 101 – Understanding Tunneling

Có cái gì để thêm vào lời giải thích? Tắt âm thanh trong các ý kiến. Bạn muốn đọc thêm câu trả lời từ những người dùng Stack Exchange có hiểu biết công nghệ khác? Xem toàn bộ chuỗi thảo luận tại đây.

Hình ảnh tín dụng: mattthewafflecat (Pixabay)

Đề xuất: