Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between sim operator and network operator

Tags:

android

I was going through the Telephony manager API in android and came across these two functions :

getNetworkOperatorName : Returns the alphabetic name of current registered operator. getSimOperatorName() : Returns the Service Provider Name

My understanding is not so clear on these terms. What is the difference betwen these two? Please give some examples if possible.

like image 778
Ankit Avatar asked Jul 21 '14 09:07

Ankit


People also ask

Who is Network Operator?

A Network Operator is a provider of wired and wireless communications services that owns or controls the infrastructure necessary to sell and deliver services to Mobile Network Operators (MO), Virtual Network Operators, and end users.

What is my mobile network operator?

Open your device's Settings app. Tap About phone. To find manufacturer info, tap Model & hardware. To find carrier info, tap SIM status and check under "Network."

What's the difference between carrier and operator?

Generally, a "mobile network carrier" refers to a services/companies that moves your mobile communications from point A to point B. "mobile network operator" could be the operating company of the phone service or a person you speak to for assistance with your service or placing a call.

How is automatic selection of network done?

In an Android device Choose 'Mobile networks' of 'SIM & Network'. If you have more than one SIM card in your device, select the Mobile Vikings SIM card. Choose 'Network operators' of 'Mobile providers'. Make sure 'Automatic' is switched ON.


1 Answers

The network operator is the carrier. The one that physically delivers the data.

The SIM operator is the provider of your data. You probably have only one provider associated with your SIM card. But if you travel around the world then you will encounter many different carriers.

like image 167
Jens Wirth Avatar answered Sep 19 '22 06:09

Jens Wirth