Skip to main content

Tips to use antivirus on your Android phone to keep it safe, use these tips

Having an antivirus in your phone makes your phone secure against malware but there are other ways also to ensure better safety of your phone against malicious attacks. This is probably the most debated topic in the world of smartphones.
And if you're an Android user, the next question that you'll be charged with is whether to use antivirus or not. Studies have shown that mobile malware or virus target Android than i OS due to its open approach and more number of users on the platform than i OS.

Android is an open platform which is used by hundreds of mobile phone manufacturers across the world. This gives the developers freedom to mess with the core system files to make it unique and offer never-seen before features. According to My Broadband report, the average severity of vulnerabilities on Android was 7.3 while on i OS it was 6.3 between 2009-2018.

When we talk about checking the phone malware s, Antivirus is the first option that pops in our head. Having an antivirus in your phone makes your phone secure against malware's but there are other ways also to ensure better safety of your phone against malicious attacks. Here are some of these ways, take a look:

1. Download apps only from reliable sources: This is the first promise you should make to yourself for securing your phone. Be careful from where you get your apps. Always download apps from authentic sources like the Google Play Store.

2. Keep your Google Play Protect on: Play Protect is a security system offered by Google that keeps your phone safe by scanning the apps you download from the Play Store. You can turn it on by going to Settings > Security > Play Protect.


Watch your app permissions: When downloading an app, read the permissions carefully and grant permission to only those which you feel are important. If an app looks suspicious, don't grant permission.

4. Never click on suspicious links and mails: Never click on suspicious mails and links. Many a times clicking on suspicious links can lead to downloading of malwares to your phone.

5. Keep your OS updated: Make sure to keep your phones's operating system updated as soon as a new version becomes available. Using an outdated OS weakens your phone's defence system and puts it at the risk of malware attacks.

6. Avoid visiting suspicious websites: Web has a dark side to it which should be not visited. Avoid visiting websites that look dubious.

7. Make sure to log out of app and services: While staying logged in your apps and services makes it fast to access, it also means that someone who has your handset can get inside those services. So make sure to log out of all the apps and services once you are done with it.

8. Never connect your phone to unknown or unlocked WiFi network: Avoid connecting to those unknown and strangely named WiFi connections. A hacker or cyber criminal can set up his own rogue WiFi hotspot that appears legitimate but when you use it, the hacker can not only see what you're seeing, he can also remotely alter what you're seeing.

9. Use VPN: Use VPN or Virtual Private Network when using free WiFi. It establishes a secure connection that prevents outsiders from snooping.

10. Use good and intelligent passwords: Don't be that person who has same password for all services. Never repeat passwords and always good passwords to lock your phone or any app.
courtesy: India today

Comments

Popular posts from this blog

SAP HANA In Memory Strategy

SAP HANA has many processes running on the SUSE Linux Server. SUSE Linux server manages the reservation of memory to all process. When SAP HANA starts up, Linux OS reserves memory for the program code, program stack, and static data. OS can dynamically reserve additional data memory upon request from the SAP HANA Server. SAP HANA create a memory pool for managing and tracking the consumption of memory. The memory pool is used to store all the in-memory data and system tables, thread stack, temporary computations and all other data structure required for managing the database. When more memory is required for table growth or temporary computations, the SAP HANA memory manager obtains this from the pool. For an overview, check out the Memory Overview feature of the SAP HANA studio. To access it, right-click on a System ->Configuration and Monitoring -> Open Memory Overview in the context menu, as follows:

SAP HANA Architecture

Data is compressed by different compression techniques (e.g. dictionary encoding, run length encoding, sparse encoding, cluster encoding, indirect encoding) in SAP HANA Column store. When main memory limit is reached in SAP HANA, the whole database objects (table, view,etc.) that are not used will be unloaded from the main memory and saved into the disk. These objects names are defined by application semantic and reloaded into main memory from the disk when required again. Under normal circumstances SAP HANA database manages unloading and loading of data automatically. However, the user can load and unload data from individual table manually by selecting a table in SAP HANA studio in respective Schema- by right-clicking and selecting the option "Unload/Load". SAP HANA Server consists of : Index Server Preprocessor Server Name Server Statistics Server XS Engine SAP HANA Index Server: SAP HANA Database Main server are index server. Detail of each server i...

SAP HANA Advantages

Below are advantages of SAP HANA - By In-Memory Technology user can explore and analyze all transaction and analytic data in real time from virtually any data source. Data can be aggregated from many sources. Real-time replication services can be used to access and replicate data from SAP ERP. SQL and MDX interface from third party support. It provides information modeling and design environment.