美国4大移动运营商手机网络制式及频段

news/2024/10/24 6:37:40/

中国有3家,美国其实也只有4家,另外还有一些Local,只能在当地用,可以忽略,还有一些实际上是虚拟运营商,没有自己的网络,租用的都是4大的。
1.Verizon
CDMA:850MHz,1900MHz
CDMA EVDO/CDMA2000(3G):850MHz,1900MHz
LTE(FDD):700MHz(Band 13),1700Mhz(Band 4)
2.Sprint
CDMA:800MHz(Band 10),1900MHz(Band 2)
CDMA EVDO/CDMA2000(3G):1900MHz(Band 2)
LTE(FDD):800MHz(Band 26),1900MHz(优先,Band 25)
WiMAX(已终止):2500MHz
LTE(TDD):2500MHz(Band 41)
3.T-Mobile
GSM:1900MHz,850MHz
WCDMA(3G,HSPA+):1700/2100MHz(成对),1900Mhz
CDMA EVDO/CDMA2000(3G):1700/2100MHz(成对,优先),1900MHz
LTE(FDD):1700/2100MHz(成对,优先,band 4)

4.AT&T
GSM:850MHz,1900MHz(个别地区)
WCDMA(3G,HSPA+):1900MHz(优先),850MHz
LTE(FDD):1700MHz/2100MHz(成对,优先,band 4),1900MHz(Band 2),700MHz(Band 17,29)

在国内买的手机要在美国使用,需要仔细看说明,以T-Mobile为例:

2G(图标显示E):T-Mobile's GSM network operates in 850 MHz and 1900 MHz frequencies.A device is only able to use 850 MHz or 1900 MHz, it can still use T-Mobile's domestic network.

3G(图标显示3G):T-Mobile's UMTS network operates in Band IV, which uses 1700 MHz and 2100 MHz frequencies. Specifically, T-Mobile uses the 1700 MHz frequency to send information to cell sites and then uses the 2100 MHz frequency to receive information. A device must be able to use both frequencies to use T-Mobile's domestic UMTS network.

4G(图标显示H+):T-Mobile's HSPA+ network operates on the same band as our 3G network, Band IV, which uses 1700 MHz and 2100 MHz frequencies to transmit voice and data services. The 1700 MHz frequency sends information to cell sites and the 2100 MHz frequency receives information.
T-Mobile is switching some 1900 MHz frequency from EDGE to HSPA+. This will allow devices that work on 1900 MHz, such as AT&T devices, to use our 4G network.

4G LTE(真正的4G):T-Mobile’s 4G LTE network will operate on the same band as our 4G HSPA+ network, Band IV, which uses 1700 MHz and 2100 MHz frequencies to transmit data services.
4G LTE does not carry voice services, so calls will fall back to our HSPA+ network until voice over LTE (VoLTE) software is ready.
T-Mobile’s 4G LTE equipment will be the newest and most up-to-date of any carrier.

Ultra.me公司:For voice and text, you need a tri-band or quad-band phone that supports either the 850mhz or 1900mhz frequency.
Phones that support 1900mhz will get data from us at 3/4G speeds in most of our coverage areas.

由于CDMA模式的手机很多不是机卡分离的,因此,国内人到美国大部分使用AT&T和T-Mobile的网络(有一个例外,中国电信漫游到美国,4个公司的信号都可以使用,前两个信号好一些,后两个差一些,漫游费用也不一致),到美国后需要的手机(GSM/WCDMA)是这样的:

基本通话:3频及以上(900M,1800M,1900M,850M)
上网:除了以上

WCDMA(UMTS,HSPA+):除了国内所用的2100M(联通,Band1),要求至少一个1900M(Band2),最好还要有1700M(Band4)

FDD LTE:Band4(首选,甚至是必须的),Band2(1900M),Band5(850M)

美国的LTE频段有10个,分别为LTE:Bands:1/2/4/5/17/19/25/26/41


http://www.ppmy.cn/news/212846.html

相关文章

C++必背基础知识点总结

重点:不借助任何外部资料就能掌握,考试面试大概率涉及。 掌握:不借助任何外部资料就能掌握,考试面试有可能涉及。 熟悉:可以适当参考资料掌握,考试面试有可能涉及。 了解:可是参考资料掌握&…

Groovy 基本语法

一、简介 类型转换:当需要时,类型之间会自动发生类型转换: 字符串(String)、基本类型(如int) 和类型的包装类(如Integer) 类说明:如果在一个groovy 文件中没有任何类定义,它将被当做script 来处理,也就意味着这个文件将…

43324234

34234234 地方分公司答复g ;联合路口 天也热杀人犯工时费

0254345

数据透视表 学习目标 知道什么是透视表掌握Pandas透视表(pivot_table)的使用方法 1 Pandas 透视表概述 透视表是一种可以对数据动态排布并且分类汇总的表格格式。或许大多数人都在Excel使用过数据透视表,也体会到它的强大功能,…

HDU4813

//大水题 #include<bits/stdc.h> using namespace std; int main(){int T;cin>>T;while(T--){char s[1005];int n,m;scanf("%d%d",&n,&m);scanf("%s",s1);for(int i1;i<n*m;i){cout<<s[i];if(i%m0)cout<<endl;}} }

HDU 3846

RMQ算法 题目大意&#xff1a;为了证明两个集合A和B是等价的&#xff0c;我们可以先证明A是B的子集&#xff0c;然后证明B是A的子集&#xff0c;所以最后我们得到这两个集合是等价的。 你要证明N个集合是等价的&#xff0c;使用上面的方法:在每一步中&#xff0c;你可以证明一个…

Centos配置本地FTP服务器,客户端无法访问[Errno 14] FTP Error 550 - Server denied you to change to the given director

排错思路及解决方法 1、查看防火墙和SELinux是否关闭 [rootlocalhost ~]# systemctl status firewalld.service ● firewalld.serviceLoaded: masked (/dev/null; bad)Active: inactive (dead) [rootlocalhost ~]# getenforce Disabled 2、查看ftp服务器是否允许匿名用户访…

60题学会动态规划系列:动态规划算法第二讲

都是路径问题~ 文章目录 1.不同路径2.不同路径II3.礼物的最大价值4.下降路径最小和5.最小路径和 1.不同路径 力扣链接&#xff1a;力扣 一个机器人位于一个 m x n 网格的左上角 &#xff08;起始点在下图中标记为 “Start” &#xff09;。 机器人每次只能向下或者向右移动一…