Glossary
Active SIM
When a SIM is in the active state, the charges for the SIM are applied. The device can send and receive data and SMS.
APN - Access point name
A gateway between a GSM, GPRS, 3G, or 4G mobile network and another computer network, usually the public Internet.
The APN needs to be configured on the device. For emnify, it is em
or emnify
.
Application token
A unique identification key used to authenticate emnify's APIs. Also used when authenticating the OpenVPN service.
A2P SMS - Application–to–peer SMS
SMS between an application and a device or vice-versa.
Assigned SIM
SIM that has been assigned to an endpoint.
AT+CREG AT command
Gives information about the registration status and access technology of the serving cell.
AuC - Authentication center
A part of GSM infrastructure, validates any SIM card attempting network connection when a phone has a live network signal.
BIC - Batch identification code
A unique code for ordered SIM cards used to register the SIM cards on the SIM Inventory page of the emnify Portal.
Callback URL
URL that will be called by a service to send and receive data related to an event that caused this action.
Carrier-agnostic network
A network that does not limit or prefer any specific network in a country and establishes a connection over any network that is transparent to the device.
Connectivity status
This is the connectivity status of an endpoint. It can be set to:
- Online: Device is transmitting or can transmit data through a data tunnel.
- Attached: Device is attached to a network but has not established a data tunnel.
- Offline: Device isn’t attached to a network.
- Blocked
Data RX
Data received by the device.
Data session
A session between opening and closing a data connection to the network.
Data TX
Data transmitted by the device.
Data usage (volume)
The data that has been used by an endpoint, both transmitted and received.
DDoS - Distributed denial of service attack
An attack where the attacker sends multiple requests to a web resource with the aim of exceeding the website’s capacity to handle multiple requests and prevent the website from functioning correctly.
DNS - Domain name system
A hierarchical decentralized naming system for computers, services, or any resource connected to the Internet or a private network to map a hostname to an IP address.
Dynamic IP
An IP that changes over time.
eDRX - Extended discontinuous reception
A device configuration that specifies the periodicity in which the device listens for incoming data on the radio. Instead of using a periodicity of 2.56ms (DRX) it can be increased up to 40mins, thus reducing power consumption.
EID - eUICC Identifier
The eUICC Identifier (EID) provides a unique global serial number for an eUICC. It has a fixed length of 32 digits, as indicated in the following diagram:
The EUM specific identification number (ESIN) and check digits are for example purposes only, and the values aren't real.
Unlike the ICCID, the EID remains the same throughout the life of the eSIM. Therefore, you can use it as a permanent identifier to keep track of your SIM cards.
Endpoint
A representation of the device which has a SIM installed.
Endpoint status
The current state of the endpoint: Enabled or Disabled.
eSIM - Embedded SIM
Because of the "e" (for embedded) in its name, eSIM is sometimes incorrectly used for referring to the MFF2 physical form factor of an eUICC chip that is designed to be permanently surface-mounted inside a device. Within the IoT industry, eSIM refers to the entire solution that is comprised of an eUICC-equipped SIM along with the software platform for OTA provisioning. Although eSIMs can be embedded directly in a device, they are also manufactured as pluggable SIM cards. The emnify eSIM has capabilities not available with other eSIMs.
eUICC - Embedded universal integrated circuit card
The embedded universal integrated circuit card (eUICC) is a component of a SIM card. It allows consumers and IoT manufacturers to provision the SIM with a new operator profile over-the-air.
Learn more about the eUICC in our blog post: What is an eUICC and why does it matter?
Event log
A log that stores all endpoint events.
Form factor
The form factor of a SIM card represents the SIM card format. SIM cards vary in size (Mini vs. Micro vs. Nano), function (embedded vs. standard), and quality (industrial grade vs. standard):
- 2FF: Mini SIM card
- 3FF: Micro SIM card
- 4FF: Nano SIM card
GGSN - Gateway GPRS support node
Part of the GSM infrastructure, the GGSN is responsible for the interworking between the GPRS network and external packet switched networks.
Globally–distributed infrastructure
Cloud infrastructure that is distributed globally, with several local breakout points for better traffic handling.
GSM - Global system for mobile communications
A standard developed by the European Telecommunications Standards Institute to describe the protocols for second-generation digital cellular networks used by mobile devices.
HLR - Home location register
A database from a mobile network in which information from all mobile subscribers is stored. Part of GSM infrastructure.
HTTP POST request
A request method supported by the HTTP protocol, which typically includes data in the request body.
IC - Integrated circuit
A semiconductor chip containing a large number of extremely small electronic components, e.g., a CPU, the chips on computer memory cards, the electronic part of a SIM card, an eUICC, etc.
ICCID - Integrated circuit card identifier
The integrated circuit card identifier (ICCID) is a 20-digit code used to identify a SIM card. It includes a SIM card's country, home network, and identification number, as indicated in the following diagram:
Following the introduction of eUICC SIM cards in 2021, there are situations where the ICCID can no longer be unique. For example, the ICCID value can change when a different SIM profile is provisioned on the eSIM.
IMEI - International mobile equipment identification number
A unique number used to identify cellular modems.
IMEI lock
The practice of strictly associating a SIM to the device with a certain IMEI number.
IMSI - International mobile subscriber identity
A unique number used to identify a GSM subscriber.
IPsec
A protocol suite for Secure Internet Protocol (IP) communications that works by authenticating and encrypting each IP packet of a communication session.
IP subnet
A logical subdivision of an IP network.
JSON - JavaScript object notation
A lightweight data-interchange format. It is easier for humans to read and write compared to other formats. It is easy for machines to parse and generate.
LAC - Location area code
A unique 16-digit fixed-length location area identity code that identifies a phone number’s location area.
MFA Key
A combination generated by an external device or a service that is used to authenticate the user.
MSISDN - Mobile station international subscriber directory number
A unique number used to identify a mobile phone number internationally.
MSC - Mobile Switching Center
The part of GSM architecture that controls the network switching subsystem elements.
OTA - Over–the–air
A method of wireless distribution of the software, configuration settings, or encryption keys.
OTA Provisioning
A technology that allows changes to the SIM memory over–the–air.
OpenVPN
An open-source software application that implements virtual private network (VPN) techniques for creating secure point–to–point or site–to–site connections in routed or bridged configurations and remote access facilities.
emnify hosts an OpenVPN service that allows you to establish a private network between a device and any remote client location.
P2P SMS - Peer–to–Peer SMS
SMS exchanged between devices.
PDP context
Data structure present on both the serving GPRS support node (SGSN) and the gateway GPRS support node (GGSN), which contains the subscriber’s session information when the subscriber has an active session.
Private IP
An IP address that is not reachable from the public Internet but only through a local or virtual network. Dynamic private IPs keep changing, whereas static private IP addresses don't change.
PSM - Power saving mode
While in PSM, the device tells the network that it will power off for a specific time and will send periodic updates in longer-than-usual intervals. When the device comes back online, it does not need to reattach to a network but can use an already-created PDP context, thus saving power.
Public IP
An IP address accessible from the public Internet.
RESTful API
The representational state transfer application programming interface allows you to integrate services with your applications.
SASE - Secure access service edge
SASE is a term coined by Gartner which combines software-defined networking (SDN) and security and serves it as cloud-based Security-as-a-Service.
SDN - Software–defined networking
An approach that allows network administrators to programmatically initialize, control, change and manage network behavior dynamically via open interfaces.
Service profile
A profile that defines the services and functionality of a device managed through the emnify platform.
SIM - Subscriber identification module
A subscriber identification module (SIM) contains an integrated circuit (IC) that is often mounted on a plastic card. Pluggable SIMs mounted on plastic cards are offered in various form factors. A SIM stores data used to identify a subscriber (IMSI) along with other network information for connecting and authenticating with a mobile network operator (MNO). See also eSIM - Embedded SIM.
SIM batch
A collection of SIM cards that can be registered with a single BIC code.
SMS firewall
A firewall that controls the SMS flow.
SIM hosting fee
Monthly fee for an active SIM.
SIM profile
The mobile network operator (MNO) ID information stored in the SIM’s memory.
SIM repository
All SIMs assigned to your organization.
SMPP - Short Message Peer–to–Peer
A protocol used by the telecommunications industry for exchanging SMS messages between short message service centers (SMSC) and/or external short messaging entities (ESME).
SMS console
An interface to send A2P SMS from the platform to the SIM card.
SMS MO
SMS originating from the device.
SMS MT
SMS terminated (received) by the device.
Source address
The address of the SMS sender as displayed on the receiving device.
Static IP
An IP that doesn’t change over time.
Tariff profile
A profile that defines which networks or countries SIM should operate in.
Traffic pooling
A term used to describe the service model when various endpoints utilize the same data pool.
Unassigned SIM
SIM that had been unassigned from an endpoint.
Usage limit
User–defined limit of consumption of a certain service (data, SMS) per endpoint.
User–defined coverage
An ability to select which operator the customer’s SIM connects to.
User–defined networking
An approach that enables users to create their own virtual mobile network, define service and security policies and provision tariff profiles and data packages.
USSD - Unstructured supplementary service data
A protocol used to communicate with the service provider’s computers.
USSD gateway
The collection of hardware and software required to interconnect two or more disparate networks, including performing protocol conversion.
VPC - Virtual private cloud
A secure private cloud hosted within a public cloud where you can host websites, store data, run applications, etc.
VPN - Virtual private network
A service that protects your internet connection and privacy online.