Subscriber Identity Module

Subscriber Identity Module
A typical SIM Card
A mini-SIM card next to its electrical contacts in a Nokia 6233
A Tracfone Wireless SIM Card has no distinctive carrier markings and is only marked as a "SIM CARD"

A subscriber identity module or subscriber identification module (SIM) is an integrated circuit that securely stores the International Mobile Subscriber Identity (IMSI) and the related key used to identify and authenticate subscriber on mobile telephony devices (such as mobile phones and computers).

A SIM is held on a removable SIM card, which can be transferred between different mobile devices. SIM cards were first made the same size as a credit card (85.60 mm × 53.98 mm × 0.76 mm). The development of physically smaller mobile devices prompted the development of a smaller SIM card, the mini-SIM card. Mini-SIM cards have the same thickness as full-size cards, but their length and width are reduced to 25 mm × 15 mm.

A SIM card contains its unique serial number (ICCID), internationally unique number of the mobile user (IMSI), security authentication and ciphering information, temporary information related to the local network, a list of the services the user has access to and two passwords (PIN for usual use and PUK for PIN unlocking).

Contents

History

The first SIM card was made in 1991 by Munich smart card maker Giesecke & Devrient, who sold the first 300 SIM cards to Finnish wireless network operator Radiolinja.[1]

The specification that standardized the micro-SIM form factor continues to evolve. Some features introduced recently[when?] include:

  • A micro-SIM form factor
  • Allowance for multiple simultaneous applications accessing the card through logical channels
  • Mutual authentication as a way to eliminate carrier spoofing by allowing the SIM card to authenticate the cell tower to which it is connecting
  • PIN protection with hierarchical PIN management with a universal PIN, an application PIN and a local PIN
  • Expanded phonebook storage on the SIM card with entries for email, second name, and groups[2]

Design

SIM chip structure and packaging

There are three operating voltages for SIM cards: 5 V, 3 V and 1.8 V (ISO/IEC 7816-3 classes A, B and C, respectively). The operating voltage of the majority of SIM cards launched before 1998 was 5 V. SIM cards produced subsequently are compatible with 3 V and 5 V or with 1.8 V and 3 V.

Dual SIM phones are now made by some mobile phone manufacturers, which save the user from carrying around a separate phone for every number. There are two types: the first allows one to switch between the SIMs, whilst the second allows both SIMs to be active simultaneously.

SIM operating systems come in two main types: native and Java Card. Native SIMs are based on proprietary, vendor-specific software, whereas the Java Card SIMs are based on standards, particularly Java Card, which is a subset of the Java programming language specifically targeted at embedded devices.[3] Java Card allows the SIM to contain programs that are hardware independent and interoperable.

Data

SIM cards store network-specific information used to authenticate and identify subscribers on the network. The most important of these are the ICCID, IMSI, Authentication Key (Ki), Local Area Identity (LAI) and Operator-Specific Emergency Number. The SIM also stores other carrier-specific data such as the SMSC (Short Message Service Center) number, Service Provider Name (SPN), Service Dialing Numbers (SDN), Advice-Of-Charge parameters and Value Added Service (VAS) applications. (look to GSM 11.11)

ICCID

Each SIM is internationally identified by its integrated circuit card identifier (ICCID). ICCIDs are stored in the SIM cards and are also engraved or printed on the SIM card body during a process called personalization. The ICCID is defined by the ITU-T recommendation E.118 as the Primary Account Number.[4] Its layout is based on ISO/IEC 7812. According to E.118, the number is up to 19 digits long, including a single check digit calculated using the Luhn algorithm. However, the GSM Phase 1[5] defined the ICCID length as 10 octets with operator-specific structure.

The number is composed of the following subparts:

Issuer identification number (IIN)

Maximum of seven digits:

  • Major industry identifier (MII), 2 fixed digits, 89 for telecommunication purposes.
  • Country code, 1-3 digits, as defined by ITU-T recommendation E.164.
  • Issuer identifier, 1-4 digits.
Individual account identification
  • Individual account identification number. Its length is variable but every number under one IIN will have the same length.
Check digit
  • Single digit calculated from the other digits using the Luhn algorithm.

With the GSM Phase 1 specification using 10 octets into which ICCID is stored as packed BCD, the data field has room for 20 digits with hexadecimal 'F' being used as filler when necessary.

In practice, this means that on GSM SIM cards there are 20-digit (19+1) and 19-digit (18+1) ICCIDs in use, depending upon the issuer. However, a single issuer always uses the same size for its ICCIDs.

To confuse matters more, SIM factories seem to have varying ways of delivering electronic copy of SIM personalization datasets. Some datasets are without the ICCID checksum digit, others are with the digit.

As required by E.118, The ITU regularly publishes an Operational Bulletin No. 757[6], which contains a list of all internationally assigned IIN codes.

International mobile subscriber identity (IMSI)

SIM cards are identified on their individual operator networks by a unique IMSI. Mobile operators connect mobile phone calls and communicate with their market SIM cards using their IMSIs. The format is:

  • The first 3 digits represent the Mobile Country Code (MCC).
  • The next 2 or 3 digits represent the Mobile Network Code (MNC). 3-digit MNC codes are allowed by E.212 but are mainly used in the United States and Canada.
  • The next digits represent the mobile station identification number. Normally there will be 10 digits but would be fewer in the case of a 3-digit MNC or if national regulations indicate that the total length of the IMSI should be less than 15 digits.

Authentication key (Ki)

The Ki is a 128-bit value used in authenticating the SIMs on the mobile network. Each SIM holds a unique Ki assigned to it by the operator during the personalization process. The Ki is also stored in a database (known as Authentication Center or AuC) on the carrier's network.

The SIM card is designed not to allow the Ki to be obtained using the smart-card interface. Instead, the SIM card provides a function, Run GSM Algorithm, that allows the phone to pass data to the SIM card to be signed with the Ki. This, by design, makes usage of the SIM card mandatory unless the Ki can be extracted from the SIM card, or the carrier is willing to reveal the Ki. In practice, the GSM cryptographic algorithm for computing SRES_2 (see step 4, below) from the Ki has certain vulnerabilities [7] that can allow the extraction of the Ki from a SIM card and the making of a duplicate SIM card.

Authentication process:

  1. When the Mobile Equipment starts up, it obtains the International Mobile Subscriber Identity (IMSI) from the SIM card, and passes this to the mobile operator requesting access and authentication. The Mobile Equipment may have to pass a PIN to the SIM card before the SIM card will reveal this information.
  2. The operator network searches its database for the incoming IMSI and its associated Ki.
  3. The operator network then generates a Random Number (RAND, which is a nonce) and signs it with the Ki associated with the IMSI (and stored on the SIM card), computing another number known as Signed Response 1 (SRES_1).
  4. The operator network then sends the RAND to the Mobile Equipment, which passes it to the SIM card. The SIM card signs it with its Ki, producing SRES_2, which it gives to the Mobile Equipment along with encryption key Kc. The Mobile Equipment passes SRES_2 on to the operator network.
  5. The operator network then compares its computed SRES_1 with the computed SRES_2 that the Mobile Equipment returned. If the two numbers match, the SIM is authenticated and the Mobile Equipment is granted access to the operator's network. Kc is used to encrypt all further communications between the Mobile Equipment and the network.

Location area identity

The SIM stores network state information, which is received from the Location Area Identity (LAI). Operator networks are divided into Location Areas, each having a unique LAI number. When the device changes locations, it stores the new LAI to the SIM and sends it back to the operator network with its new location. If the device is power cycled, it will take data off the SIM, and search for the previous LAI. This saves time by avoiding having to search the whole list of frequencies that the telephone normally would.

SMS messages and contacts

Most SIM cards will orthogonally store a number of SMS messages and phone book contacts. The contacts are stored in simple 'Name and number' pairs: entries containing multiple phone numbers and additional phone numbers will usually not be stored on the SIM card. When a user tries to copy such entries to a SIM the handset's software will break them up into multiple entries, discarding any information that isn't a phone number. The number of contacts and messages stored depends on the SIM; early models would store as few as 5 messages and 20 contacts while modern SIM cards can usually store over 250 contacts.[citation needed]

Formats

Micro-SIM and mini-SIM, as normally supplied in full-sized carrier cards.
Micro-SIM with mini-SIM and full SIM brackets from Telia in Sweden
The memory film from a micro SIM card without the plastic backing plate, next to a US dime

SIM cards are available in three standard sizes; full-size, mini-SIM, and micro-SIM. The first to appear was the full-size and is the size of a credit card (85.60 mm × 53.98 mm × 0.76 mm). A newer, more popular, version has the same thickness but has a length of 25 mm and a width of 15 mm, and has one of its corners truncated (chamfered) to prevent misinsertion. The newest incarnation, known as the micro-SIM or 3FF, has dimensions of 15 mm × 12 mm.

The mini-SIM card has the same contact arrangement as the full-size SIM card and is normally supplied within a full-size card carrier, attached by a number of linking pieces. This arrangement (defined in ISO/IEC 7810 as ID-1/000) allows for such a card to be used in a device requiring a full-size card, or to be used in a device requiring a mini-SIM card after cleanly breaking the scorings manufactured in the outline of a mini-SIM card.

For use in even smaller devices, the 3FF card or micro-SIM cards have the same thickness and contact arrangements, but the length and width are further reduced to 15 mm × 12 mm. The specifications for the 3FF card or micro-SIM also include additional functionality beyond changing the physical card size.

SIM card sizes
SIM card Standard reference Length (mm) Width (mm) Thickness (mm)
Full-size ISO/IEC 7810:2003, ID-1 85.60 53.98 0.76
Mini-SIM ISO/IEC 7810:2003, ID-000 25.00 15.00 0.76
Micro-SIM ETSI TS 102 221 V9.0.0, Mini-UICC 15.00 12.00 0.76

The micro-SIM was developed by the European Telecommunications Standards Institute (ETSI) along with SCP, 3GPP (UTRAN/GERAN), 3GPP2 (CDMA2000), ARIB, GSM Association (GSMA SCaG and GSMNA), GlobalPlatform, Liberty Alliance, and the Open Mobile Alliance (OMA) for the purpose of fitting into devices otherwise too small for a mini-SIM card.[2][8]

The form factor was mentioned in the Dec 1998 3GPP SMG9 UMTS Working Party, which is the standards-setting body for GSM SIM cards,[9] and the form factor was agreed upon in late 2003.[10]

The micro-SIM was created with backwards compatibility in mind. The major issue with backwards compatibility was the contact area of the chip. Retaining the same contact area allows the micro-SIM to be compatible with the previous, larger SIM readers through the use of plastic cutout surrounds. The SIM was also designed to run at the same speed (5 MHz) as the previous version. The same size and positions of pins resulted in numerous "How-to" tutorials and YouTube video with detailed instructions how to cut a mini-SIM card to micro-SIM size with a sharp knife or scissors. These tutorials became very popular among first owners of iPad 3G after its release on April 30, 2010 and iPhone 4 on June 24, 2010.[11]

The chairman of EP SCP, Dr. Klaus Vedder, said[10]

"With this decision, we can see that ETSI has responded to a market need from ETSI customers, but additionally there is a strong desire not to invalidate, overnight, the existing interface, nor reduce the performance of the cards. EP SCP expect to finalise the technical realisation for the third form factor at the next SCP plenary meeting, scheduled for February 2004."

Developments of SIM

A virtual SIM is a mobile phone number provided by a mobile network operator that does not require a SIM card to connect phone calls to a user's mobile phone.

USIM (Universal Subscriber Identity Module) is an application for UMTS mobile telephony running on a UICC smart card which is inserted in a 3G mobile phone. There is a common misconception to call the UICC itself a USIM, but the USIM is merely a logical entity on the physical card. It stores user subscriber information, authentication information and provides storage space for text messages and phone book contacts. The phone book on a UICC has been greatly enhanced. For authentication purposes, the USIM stores a long-term pre-shared secret key, which is shared with the Authentication Center (AuC) in the network. The USIM also verifies a sequence number that must be within a range using a window mechanism to avoid replay attacks, and is in charge of generating the session keys to be used in the confidentiality and integrity algorithms of the KASUMI block cipher in UMTS. The equivalent of USIM on CDMA networks is CSIM.

Usage in mobile phone standards

SIM card for Thuraya satellite phone

The use of SIM cards is mandatory in GSM devices.

The satellite phone networks Iridium, Thuraya and Inmarsat's BGAN also use SIM cards. Sometimes these SIM cards work in regular GSM phones and also allow GSM customers to roam in satellite networks by using their own SIM card in a satellite phone.

Grameenphone's SIM card
KDDI's au IC-Card

Japan's 2G PDC system (which will be completely shut down by 2012; SoftBank Mobile has already shut down PDC from March 31, 2010) also specifies a SIM, but this has never been implemented commercially. The specification of the interface between the Mobile Equipment and the SIM is given in the RCR STD-27 annex 4. The Subscriber Identity Module Expert Group was a committee of specialists assembled by the European Telecommunications Standards Institute (ETSI) to draw up the specifications (GSM 11.11) for interfacing between smart cards and mobile telephones. In 1994, the name SIMEG was changed to SMG9.

Japan's current and next generation cellular systems are based on W-CDMA (UMTS) and CDMA2000 and all use SIM cards.

CDMA-based devices originally did not use a removable card, and the service for these phones bound to a unique identifier contained in the handset itself. This is most prevalent in operators in the Americas. The first publication of the TIA-820 standard (also known as 3GPP2 C.S0023) in 2000 defined the Removable User Identity Module (R-UIM). Card-based CDMA devices are most prevalent in Asia.

The equivalent of a SIM in UMTS is called the Universal Integrated Circuit Card (UICC), which runs a USIM application. The UICC is still colloquially called a SIM card.[citation needed]

SIM and carriers

The SIM card introduced a new and significant business opportunity of mobile telecoms operator/carrier business of the mobile virtual network operator (MVNO) which does not own or operate a cellular telecoms network, but which leases capacity from one of the network operators, and only provides a SIM card to its customers. MVNOs first appeared in Denmark, Hong Kong, Finland and the UK and today exist in over 50 countries, including most of Europe, USA, Canada, Australia and parts of Asia, and account for approximately 10% of all mobile phone subscribers around the world.

On some networks, the mobile phone is locked to its carrier SIM card, meaning that only the specific carrier's SIM cards will work. This is more common in markets where mobile phones are heavily subsidised by the carriers, and the business model depends on the customer staying with the service provider for a minimum term (typically, 12 or 24 months). Common examples are the GSM networks in the USA, Canada, Australia, the UK and Poland. Many businesses offer the ability to remove the SIM lock from a phone, effectively making it possible to then use the phone on any network by inserting a different SIM card. Mostly, GSM and 3G mobile handsets can easily be unlocked and used on any suitable network with any SIM card.

In countries where the phones are not subsidised e.g. Italy, India and Belgium, all phones are unlocked. Where the phone is not locked to its SIM card, the users can easily switch networks by simply replacing the SIM card of one network with that of another while using only one phone. This is typical, for example, among users who may want to optimise their telecoms traffic by different tariffs to different friends on different networks, or when traveling internationally.

See also

References

  1. ^ History of Giesecke & Devrient
  2. ^ a b Gaby Lenhart, Project leader: ETSI Technical Committee Smart Card Platform (TB SCP) (2006-04-01). "The Smart Card Platform". ETSI Technical Committee Smart Card Platform (TB SCP). http://docbox.etsi.org//Workshop/2006/Salud%20Mexico/Gaby%20Lenhart%20-%20CENETEC_2006_04.ppt. Retrieved 30 January 2010. "SCP is co-operating on both technical and service aspects with a number of other committees both within and outside the telecommunications sector." 
  3. ^ "The Java Card 3 Platform". August 2008. Sun Microsystems. http://java.sun.com/javacard/3.0/javacard3_whitepaper.pdf. Retrieved 13 August 2011. 
  4. ^ ITU-T, ITU-T Recommendation E.118, The international telecommunication charge card, Revision history, Revision "05/2006"
  5. ^ ETSI, ETSI Recommendation GSM 11.11, Specifications of the SIM-ME Interface, Version 3.16.0
  6. ^ ITU-T Operational Bulletin No. 757 [1]
  7. ^ "Hackers crack open mobile network". 31 December 2010 (bbc.co.uk). 20 April 2011. http://www.bbc.co.uk/news/technology-13013577. Retrieved 13 August 2011. 
  8. ^ Segan, Sascha (2010-01-27). "Inside the iPad Lurks the 'Micro SIM'". PC Magazine. http://www.pcmag.com/article2/0,2817,2358489,00.asp. Retrieved 30 January 2010. 
  9. ^ "DRAFT Report of the SMG9 UMTS Working Party, meeting #7 hosted by Nokia in Copenhagen, 15.-16- December 1998". 3GPP. 25 January 1999. http://www.3gpp.org/ftp/TSG_T/WG3_USIM/TSGT3_01/docs/t3-99003.pdf. Retrieved 27 January 2010. "One manufacturer stated that it may be difficult to meeting ISO mechanical standards for a combined ID-1/micro-SIM card." 
  10. ^ a b Antipolis, Sophia (2003-12-08). "New form factor for smart cards introduced". SmartCard Trends. http://www.smartcardstrends.com/det_atc.php?idu=287. Retrieved 30 January 2010. "The work item for the so-called Third Form Factor, "3FF", was agreed, after intensive discussions, at the SCP meeting held last week in London." 
  11. ^ "How to make MicroSIM". http://www.youtube.com/watch?v=6B0G_qjebJY. 

11. Sim Card Cloning

External links

  • ETSI Smart Card standards (102 221)
  • GSM 11.11 - Specification of the Subscriber Identity Module — Mobile Equipment (SIM — ME) interface.
  • GSM 11.14 - Specification of the SIM Application Toolkit for the Subscriber Identity Module — Mobile Equipment (SIM — ME) interface
  • GSM 03.48 - Specification of the security mechanisms for SIM application toolkit.
  • GSM 03.48 Java API - API and realization of GSM 03.48 in Java.
  • ITU-T E.118 - The International Telecommunication Charge Card. 2006 ITU-T.

Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • subscriber identity module — UK US noun [C] (ABBREVIATION SIM) IT, COMMUNICATIONS ► the technology in a SIM CARD(Cf. ↑SIM card) …   Financial and business terms

  • Subscriber Identity Module — /* */ Subscriber Identity Module Pour les articles homonymes …   Wikipédia en Français

  • Subscriber Identity Module — SIM Karten Die SIM Karte (Subscriber Identity Module) ist eine Chipkarte, die in ein Mobiltelefon eingesteckt wird und zur Identifikation des Nutzers im Netz dient. Mit ihr stellen Mobilfunkanbieter Teilnehmern mobile Telefonanschlüsse und… …   Deutsch Wikipedia

  • Subscriber Identity Module — SIM карта, Модуль идентификации абонента (от англ. Subscriber Identification Module)  идентификационный модуль абонента, применяемый в мобильной связи. SIM карта SIM карты применяются преимущественно в сетях 3G, новое поколение мобильных сетей,… …   Википедия

  • Universal Subscriber Identity Module — USIM est un sigle qui signifie en anglais, Universal Subscriber Identity Module. Par abus de language on dit qu il s’agit d’une carte à puce, version améliorée de la SIM, dédiée à la téléphonie 3G. Il s agit en réalité d une application stockée… …   Wikipédia en Français

  • Subscriber Identity Module — noun a component on a SIM card that stores information to identify a mobile phone user …   Wiktionary

  • Removable User Identity Module — (R UIM) is a card developed for CDMA handsets that extends the GSM SIM card to CDMA phones and networks. To work in CDMA networks, the R UIM contains an early version of the CSIM application. The card also contains SIM (GSM) application, so it… …   Wikipedia

  • International Mobile Subscriber Identity — Die International Mobile Subscriber Identity (IMSI) dient in GSM und UMTS Mobilfunknetzen der eindeutigen Identifizierung von Netzteilnehmern (interne Teilnehmerkennung). Neben weiteren Daten wird die IMSI auf einer speziellen Chipkarte, dem so… …   Deutsch Wikipedia

  • CDMA Subscriber Identify Module — A CDMA Subscriber Identify Module (CSIM) is an application that runs on a removable smart card. Originally, a subset of the CSIM application ran on an R UIM card. Recently, the application has been ported to the UICC (Universal Integrated Circuit …   Wikipedia

  • Location Area Identity — Each location area of a public land mobile network (PLMN) has its own unique identifier which is known as Location Area Identity (LAI). This internationally unique identifier is comprised of a three decimal digit Country Code (CC), a two digit… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”