Why aren’t iPhone viruses more common? What does Apple do that makes iPhones so secure virus-wise?

1.96K views

Why aren’t iPhone viruses more common? What does Apple do that makes iPhones so secure virus-wise?

In: Technology

5 Answers

Anonymous 0 Comments

There’s also the fact that phone OSs are just much more resistant to viruses than normal computers. Computers are (generally speaking) designed to allow any program to affect any part of the computers memory. When security became an issue OSs were designed to check whether a program had permission to access the areas of memory. If a virus can access an unprotected area in memory, or can find a flaw in the checking process or (worst case scenario) gets real permission from the user, then it can do major damage.

iPhone and android are both designed differently. On a phone memory is heavily restricted. Each app is given a set portion of the memory and is never allowed to access the memory of other apps no matter what. This heavily restricts what apps can do, but you’re probably just too used to it to notice. There are some applications that need to be able to share their data. Namely the camera, pictures, location, wifi et cetera. As an added layer of security, your phone asks you if you want to give those permissions to that app, and THEN only allows the app to access those resources through an API which heavily restricts the things that app can do with those resources.

Vulnerabilities still exist, and viruses still propagate, but its significantly less likely, and causes far less damage.

You are viewing 1 out of 5 answers, click here to view all answers.