what is the difference between ISIM and USIM in VoLTE/LTE/4G scope? What is its use in SIP REGISTRATION process? Why we need two type of it, and does it depend on operator?
What is the difference between ISIM and USIM?
21.7k Views Asked by roottraveller At
1
There are 1 best solutions below
Related Questions in SIP
- How to transfer value from char variable to char array in c
- C++ string and char* manipulation acting weird
- I made a for loop to swap two indiv char variables in a string
- How do char and int work in C++
- java string to char array and inverse leads to wrong result
- Program to print the alphabets before and after the blank space in a sentence
- Strings are not sequence of characters in java?
- Read an ifstream word for word into char*
- Pass vector of char vectors to char**
- Increase the maximum size of char array
Related Questions in LTE
- How to transfer value from char variable to char array in c
- C++ string and char* manipulation acting weird
- I made a for loop to swap two indiv char variables in a string
- How do char and int work in C++
- java string to char array and inverse leads to wrong result
- Program to print the alphabets before and after the blank space in a sentence
- Strings are not sequence of characters in java?
- Read an ifstream word for word into char*
- Pass vector of char vectors to char**
- Increase the maximum size of char array
Related Questions in 4G
- How to transfer value from char variable to char array in c
- C++ string and char* manipulation acting weird
- I made a for loop to swap two indiv char variables in a string
- How do char and int work in C++
- java string to char array and inverse leads to wrong result
- Program to print the alphabets before and after the blank space in a sentence
- Strings are not sequence of characters in java?
- Read an ifstream word for word into char*
- Pass vector of char vectors to char**
- Increase the maximum size of char array
Related Questions in IMS
- How to transfer value from char variable to char array in c
- C++ string and char* manipulation acting weird
- I made a for loop to swap two indiv char variables in a string
- How do char and int work in C++
- java string to char array and inverse leads to wrong result
- Program to print the alphabets before and after the blank space in a sentence
- Strings are not sequence of characters in java?
- Read an ifstream word for word into char*
- Pass vector of char vectors to char**
- Increase the maximum size of char array
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
USIM - Universal Subscriber Identity Module
ISIM - IP Multimedia Services Identity Module
ISIM and USIM are applications which run in your simcard. Both application are responsible (among other things) to perform security procedures such as authenticate the network. They also carry your identity and security keys used to encrypt the information transmitted over-the-air.
ISIM carry a lot of information(files) used in SIP protocols such as your IP Multimedia Private Identity (IMPI), domain, IP Multimedia Public Identity (IMPU) and cypher keys (used to encryp information. So, this application is used for SIP/IMS procedures - consequently, VoLTE calls.
USIM does not have those kind of information. It has instead IMSI, SPN, Cyphering and Authentication keys used during registration in UMTS/LTE networks.
In a simple way, ISIM is used during SIP/IMS procedures as long as USIM is used during NAS/RRC/MM/GMM procedures.
Even then, I believe that you don't need a ISIM to register in IMS (and make a VoLTE call). 3GPP defines standards which make possible to create a IMPI/IMPU using keys from your USIM.
Even then, as I observed, most part of network carriers replace their old SIMCard which has only the USIM application by a new SIMCard which has both applications (since they can co-exist in same SIMCard).