| 释义 |
tunneling A transmission method used in internetworks whereby a packet of one type is encapsulated in a packet of another type, in essence becoming the payload of the encapsulating packet. For example, an IPv6 packet can be encapsulated in an IPv4 packet in order to transit an intermediate IPv4 network, which otherwise would not accept it due to numerous incompatibilities.Tunneling is used extensively in IP-based virtual private networks (VPNs). In this application, the payload packet is encrypted and encapsulated in another packet.The encapsulating packet insulates the payload packet, shielding it from view and protecting it as it transits the network. See also encapsulate, encryption, IPv4, IPv6, packet, payload, and VPN. |