Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Mobile network operators run a subscriber database, the <a href="http://en.wikipedia.org/wiki/Home_Location_Register#Home_location_register_.28HLR.29" rel="noreferrer">HLR</a>. </p> <p>Every SIM has a unique identity, the <a href="http://en.wikipedia.org/wiki/International_mobile_subscriber_identity" rel="noreferrer">IMSI</a>. The HLR associates an IMSI with a subscriber by storing IMSI and subscriber data together.</p> <p>When switching on a mobile phone, and afterwards in regular intervals, the phone registers its SIM with the network (a "location update" in telco speech). During the register procedure, the mobile network performs authentication and authorization against the HLR and marks the IMSI as being active. The authorization will fail if an IMSI is already marked as active. If the authorization failed, the network won't allow the mobile to access its services.</p> <p>This has been built on purpose into the network architecture:</p> <ul> <li><p>since the network can deliver a call to one device only. There is no default functionality to have several devices ringing for calling a single number. (This is possible, but requires additional systems.)</p></li> <li><p>to prevent hostile take-over of numbers (delivering a call to a party it is not intended for).</p></li> <li><p>to prevent fraud, e.g. by not being a paying subscriber at all or, in your case, by using two devices on one contract.</p></li> </ul> <p>Some network operators offer special products to overcome this on-purpose limitation. For example you may get an additional SIM, coded to your telephone number, which disables your first SIM when switched on. This is useful if you have a phone installed in your car requiring a separate SIM. In this case, there is logic in the HLR which supports switching SIMs.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload