1.0 Mobile Devices Detailed Flashcards
What form factors do SSDs come in?
2.5 inch and 1.8 inch form factors (1.8 inch is rarer and found on older laptops)
What 3 types of hard drives will you see in a laptop?
- SSDs (Solid-State Drives) which are faster, more expensive, and use flash memory.
- SSHD (Solid State Hybrid Drives) Flash memory and hard drive storage. SSD caches the hard drive data
- MAGNETIC DISK with traditional spinning platters
What are the two types of memory you are most likely to find in a laptop?
- SO-DIMM (Small Outline Dual In-Line Memory Module)
2. Micro-DIMM (Micro-Dual In-Line Memory Module)
What are two types of PCI cards used in laptops?
- Mini PCIe
2. Mini PCI Express
What are two types of screens you are likely to see on modern mobile devices?
LCD (liquid crystal display) and OLED (organic light-emitting diode)
How do LCD displays work?
Backlight shines through liquid crystals
What do you call displays that allow you to write directly on them?
Digitizers
What is the difference between virtual reality and augmented reality?
Virtual reality replaces the physical world with a computer-generated one. Augmented reality overlays a virtual reality over the physical world
What is the display technology commonly used in e-readers?
Electronic paper
What does GPS stand for?
Global positioning system
What are two types of laptop AC adapters?
Auto-switching or fixed input, both convert AC to DC
What voltages can a laptop AC adapter support?
110 volts and 220 volts
What do we call a type of display that allows us to use a pen-like device as input?
Digitizer
What are the types of mobile connections standardized by the EU?
Micro-USB (more commong) and mini-USB
What is the proprietary connector used in most Apple mobile devices called?
Lightning Connector
Advantages: Higher power output, can be inserted either way
What is the difference between tethering and a hotspot?
Tethering physically connects a device to your mobile phone to use the internet/data connection.
Hotspots turn your phone into your own personal router which allows devices to connect to it via wifi.
What is the name of the technology that allows you to send small amounts of data wirelessly over a limited area? e.g. payment systems, transportation, in-person information exchange
NFC (Near Field Communication)
What’s another name for a PAN (Personal Area Network)? This allows for high speed communication over short distances.
Bluetooth
What would you use if you wanted to increase the storage capacity of your smartphone/tablet? Hint: there are two types, and are not available for use on iOS devices.
SD Memory Card and microSD memory card (more common nowadays)
What is a common mobile functionality that allows you to turn off all radios (cellular, wifi, bluetooth, nfc, etc.)
Airplane mode
What is the approximate range for bluetooth connectivity?
About 10 meters (32 feet)
What is the name for the component of your phone that is required to connect your phone to the cellular network?
BASEBAND RADIO PROCESSOR
Cellular networks are connected via radio signals - in order for your phone to connect to the cellular network it requires this network interface to enable radio connectivity
What component of a mobile phone tells your phone which cellular towers to connect to?
PRL updates
(Preferred Roaming List)
Often updated OTA (over the air, i.e. you are not aware that it is being updated)
What component of your phone is required in order to update ID numbers, network codes, country codes, etc?
PRI updates (preferred release instructions) Often updated OTA (over the air, i.e. you are not aware that it is being updated)
Every phone has a unique ID that identifies the actual physical device. What is this called?
IMEI
- International Mobile Station Equipment Identity
Phones must have a way to identify the specific user. Often a SIM card can be swapped with another phone to transfer ownership of a physical device. What is this called?
IMSI
- International Mobile Subscriber Identity
What is a technology you can enable on your phone to secure/encrypt communication?
VPN
What email protocol is used for SENDING email to our email server?
SMTP (Simple Mail Transfer Protocol)
What are two email protocols used for RECEIVING email from an email server?
- POP3 (Post Office Protocol 3)
* IMAP4 (Internet Message Access Protocol)
SMTP Port Numbers:
- SMTP (no authentication, relatively unused): tcp/25
* SMTP with authentication: tcp/587
POP3 Port Numbers:
- POP3: tcp/110
* SSL (Secure Socket Layer) settings - POP3S: tcp/995
IMAP Port Numbers:
- IMAP: tcp/143
* SSL (Secure Socket Layer) settings - IMAPS: tcp/993