Skip to main content

How Whatsapp Earns

Whatsapp!!! Such a thing that it has added to the list of our day to day need. It's been a long time Whatsapp has been in the market and it's still FREE. So, ever thought how does Whatsapp earn money, it has no adds, nothing, but still earns a lot. The answer lies in the word "DATA".

Yes, it's only our data that gets Whatsapp earning so much. You may have seen that Whatsapp says that you need to pay $0.99 after a year of free usage, but have you or anyone you know have paid it ? Nah, even I haven't paid it, so this is surely not the option of earning revenue for such a big company.

The other way apps make money is the Ad way, but Whatsapp founder already stated that No adds, No games, No gimmicks. So Ad way isn't the way through which whatsapp earn.

As said, it's our data that makes Whatsapp wealthy. Yes, you read it right, even after not paying a single Penny, we are helping Whatsapp to grow millions of it. This concept is called Big Data or Data management.

We chat, send pics or videos that clearly depict our views likes dislikes. This whole conversation is stored in the Whatsapp server as it is in our local storage. Even a  DBMS expert can tell what a person likes and dislikes with such huge amount of amount, so imagine what Big Firms might get when so much info is in their hand? A lot !!!

This is how Whatsapp earns, it sells the backup data to big firms at a great value. This data helps firms in targeting people with same interest and field. That's the simple reason why, Face Book purchased whatsapp!!

Not only data, but the Geo location details that we send via Whatsapp is also of great use. Ever thought, on Face Book why we get offers, hotel ads, etc.. Of only places near our home location? This is cause the data whatsapp is giving to Face Book that reveals our information.

Don't worry your data might be exposed but it's still with the genuine guys, so sit back and enjoy What-sapping !! :)

Comments

Popular posts from this blog

VLSI viva compilation

All the below stuff is a compiled post from google of all the viva questions asked on vlsi and avlsi , do take a look  I've actually made this for me :P ( Last minute Reading Stuff :) ;) ) 1. Why does the present VLSI circuits use MOSFETs instead of BJTs? Compared to BJTs, MOSFETs can be made very small as they occupy very small silicon area on IC chip and are relatively simple in terms of manufacturing. Moreover digital and memory ICs can be implemented with circuits that use only MOSFETs i.e. no resistors, diodes, etc. 2. What are the various regions of operation of MOSFET? How are those regions used? MOSFET has three regions of operation: the cut-off region, the triode region, and the saturation region. The cut-off region and the triode region are used to operate as switch. The saturation region is used to operate as amplifier. 3. What is threshold voltage? The value of voltage between Gate and Source i.e. V GS at which a sufficient number of mobile e...

Pylove

For the PyLovers , here we bring more coding examples. Written and tested by us, today we have 5 of the codes from basic to moderate that would help you get more attract towards #Python. Here are some codes that we have been practicing. Hope you try them too!!! Don't just copy+paste, edit too and see what changes can be done :) 1. Stringers: In this code, we have created a function that will take any string as a input and perform various string operations using the inbuilt string function as follows: 1. length of string using len 2. First occurrence of a char in string using  .index 3. Counting the number of times the char as appeared using .count 4. Convert string to upper and lower case using .upper and .lower respectively 5. Checking if the string starts and ends with a particular letter using .startswith and .endswith  6. Splitting the string using .split and storing it in a list. THE CODE: def stringers():     s=input('Enter ...

Microsoft BizTalk Server | Interview Questions | Set 1

Hi Folks, Below is list of Some important questions that you may want to go through for a Biztalk developer role opening. Sharing the set 1 now just with questions. Will be sharing more soon. What is BizTalk Server? List down components of Biztalk server Biztalk architecture how is it? Types of schemas Document schema vs Envelope schema How to create envelope schema and its properties What is Property schema , how to create and its basic properties Purpose of using Flat file schema How to create a Flat file schema What do you mean by Canonical Schema What's is a message type Can a schema be without namespace What is min max and group min max property in a schema Explain Block default property Property promotion and types Distinguished field vs Promoted field Is it possible to promote XML record of complex content What is <Any> element in a schema Max length Promoted field and distinguished field What's Auto mapping and Default mapping  Can w...