| 5G Category | Full Name | Primary Use Case |
|---|---|---|
| eMBB | Enhanced Mobile Broadband | Smartphones, consumer mobile data, streaming |
| URLLC | Ultra-Reliable Low-Latency Communications | Autonomous vehicles, remote surgery, industrial automation |
| mMTC | Massive Machine Type Communications | IoT sensors, smart city infrastructure, meter reading |
| Update | Full Name | What It Controls |
|---|---|---|
| Baseband OS | Baseband Operating System | All wireless communications on the device (cellular, GPS, Bluetooth) |
| SIM OS | SIM Card Operating System | Data transfer between the phone and the SIM chip; authentication with carrier |
| PRI | Product Release Instruction | Carrier-specific configuration settings (network parameters, APN, roaming settings) |
| PRL | Preferred Roaming List | Directs the phone to connect to the correct tower when outside the home carrier area |
| Acronym | Full Name | Digits | Identifies |
|---|---|---|---|
| IMEI | International Mobile Equipment Identity | 15 | The physical phone hardware; used to block stolen devices |
| MEID | Mobile Equipment Identifier | 14 | Same purpose as IMEI; matches first 14 digits of IMEI; used on CDMA devices |
| IMSI | International Mobile Subscriber Identity | 15 (on SIM) | The subscriber and their network; stored on the SIM card |
| ICCID | Integrated Circuit Card Identifier | 19–20 (on SIM) | The SIM card itself; global SIM serial number |
| SEID | Secure Element Identifier | Hex code | Secure applications: NFC payments, Apple Pay, digital wallets |
| VPN Protocol | iOS | Android | Notes |
|---|---|---|---|
| IKEv2 | Yes | Yes | Current standard, fast reconnection, widely supported |
| IPsec | Yes | Yes | Layer 3 encryption; often paired with IKEv2 or L2TP |
| L2TP | Yes | Yes | Older; typically used with IPsec for encryption |
| PPTP | No | Yes | Deprecated, weak security; Android only — exam-tested |
| System | Country / Organization | Satellites | Accuracy |
|---|---|---|---|
| GPS | United States (DoD) | 24 | 3–5 m (SPS) / <1 m (PPS) |
| GLONASS | Russia | 24 | ~5 m |
| Galileo | European Space Agency | 30 | <1 m (commercial) |
| BeiDou (BDS) | China | 35 | 1.5–2.5 m |
| IRNSS | India | 7 | <20 m (regional) |
| Protocol | Purpose | Default Port | Secure Port |
|---|---|---|---|
| SMTP | Send mail (outbound push) | 25 | 465 (SSL) / 587 (STARTTLS) |
| POP3 | Retrieve mail — downloads and typically deletes from server | 110 | 995 |
| IMAP | Retrieve mail — syncs across multiple devices, keeps on server | 143 | 993 |
| Platform | Local Sync | Cloud Sync |
|---|---|---|
| iOS | Finder (macOS) / iTunes (Windows) | iCloud — email, contacts, calendar, photos, backup |
| Android | Manufacturer tools (Samsung Smart Switch, etc.) | Google Drive — contacts, calendar, photos, backup |
| Protocol | Port | Direction | Security |
|---|---|---|---|
| SMTP | 25 | Outbound (send) | Unencrypted relay |
| SMTP SSL | 465 | Outbound (send) | SSL/TLS |
| SMTP TLS | 587 | Outbound (submit) | STARTTLS (modern standard) |
| POP3 | 110 | Inbound (retrieve) | Unencrypted |
| POP3 SSL | 995 | Inbound (retrieve) | SSL/TLS |
| IMAP | 143 | Inbound (sync) | Unencrypted |
| IMAP SSL | 993 | Inbound (sync) | SSL/TLS |