ipv6-study/chapters/cloud.tex
2024-08-15 19:39:56 +08:00

23 lines
1.3 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

% !TeX root = ../main.tex
\chapter{云服务商与运营商侧}
云服务商是企业与政府客户的供应商。互联网服务供应商英语Internet Service Provider简称ISP常称网络运营商则提供网络服务。
\section{常见改造方式}
IPv6改造工作是基于企业、云服务商和运营商通力合作的这里介绍一些云服务商与运营商侧的工作。
\subsection{IPv6网关}
使用IPv6负载均衡SLB将来自IPv6客户端的访问请求转发至后端IPv4云服务器。
此方案使应用系统无需进行代码和架构改造便可为IPv6客户端提供访问是一种快速、成本较低的过渡方案。
如2022年阿里云提供的负载均衡ALB服务宣布支持IPv6转换\footnote{来源:\href{https://www.aliyun.com/product/news/detail?id=22919}{https://www.aliyun.com/product/news/detail?id=22919}}
\subsection{隧道代理Tunnel Broker}
隧道中间人将IPv6流量封装在IPv4互联网的传输链接中在IPv4互联网上建立起IPv6隧道以打通两个互联网之间的连接。
一些无法接入IPv6网络的用户通过专用隧道软件使用IPv6服务。
如知名互联网服务供应商Hurricane Electric公司对用户提供免费的IPv6隧道代理\footnote{该服务仍在运行: \href{https://tunnelbroker.net}{https://tunnelbroker.net}}