일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 공정능력
- Java
- tomcat
- MSSQL
- plugin
- xPlatform
- NPM
- vaadin
- Spring
- SPC
- Eclipse
- 보조정렬
- mybatis
- Express
- Sqoop
- es6
- Android
- react
- JavaScript
- SSL
- Kotlin
- hadoop
- window
- GIT
- Python
- IntelliJ
- R
- mapreduce
- SQL
- table
- Today
- Total
DBILITY
AVD network speed 본문
For Mobile Data Link I am afraid that you can only check TelefonyManager.getNetworkType() to determine the current Mobile Data Link type. You should then aproximate to actual speed by link type (i.e. for GPRS up to 128 kbps, for EDGE up to 236.8 kpbs, for 3G up to 2 Mbps, for HSDPA up to 7.2 Mbps). Take into consideration that this is only an aproximation. Your could be conneting using HSDPA but your carrier limiting the top speed to 2 Mbps
Theoretical maximum speeds of 4G LTE reach 100Mbps... However, actual performance of mobile data is much lower, considering signal strength, frequencies used, congestion, etc.
Here are the real-life speed ranges of the various mobile wireless strandards commonly used in the US today:
GSM (Global System for Mobile Communications) 2G -- 9.6Kbps
GPRS (General packet radio services) 2.5G -- 35Kbps to 171kbps
EDGE (Enhanced Data rates for GSM Evolution) 2.75G -- 120Kbps to 384Kbps
UMTS (Universal Mobile Telecommunications System) 3G -- 384Kbps to 2Mbps
HSPA (software upgrade to UMTS, theoretical 42Mbps) 3.5G -- 600Kbps to 10Mbps, averages 1-3Mbps
WiMAX/LTE "4G" (theoretical 100Mbps) -- 3Mbps to 10Mbps average, 20Mbps+ peak download speeds.
https://www.speedguide.net/faq/what-are-the-actual-speeds-of-gprs-edge-umts-hspa-366
https://blog.naver.com/hymp9800/222167492864
위 블로그에서 다운받은 것임.
'android' 카테고리의 다른 글
theme (0) | 2024.05.04 |
---|---|
android avd localhost (0) | 2024.05.01 |
android external library register (0) | 2024.04.02 |
공휴일 api 제공 site (0) | 2024.04.01 |
android version catalog (0) | 2024.03.29 |