1 / 13

Mobile Security

Mobile Security for Bachelor two

schibelenje
Télécharger la présentation

Mobile Security

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Mobile Security By: Chibelenje Stanley Everything that man does in his symbolic world is an attempt to deny and overcome his grotesque fate. (Ernst Becker)

  2. Introduction • The explosive growth of mobile devices in the workplace creates new opportunities for business innovation, while also introducing new risks. • The challenge enterprises face today is how to make mobile devices and apps secure for business use. Institute of Accountancy Arusha

  3. Cont… • Security is always one of the biggest concerns when designing any application, but particularly distributed applications. • Distributed applications operate over networks, involve multiple users, and have many other properties that make them more vulnerable to security breaches. • Though there are stand-alone mobile applications, as we have discussed earlier in this text, most mobile applications, at their core, are distributed applications. • Unfortunately, to date, there remain many unsolved problems with security concerns of mobile applications. Institute of Accountancy Arusha

  4. As the number of mobile devices increases every year, the idea of mobile security becomes more important than ever. Mobile security is the protection of portable devices such as smartphones, smart watches, and tablets from threats and vulnerabilities. People are now commonly using mobile devices for tasks that involve classified data like credit card numbers, social security numbers, and important banking information. • This makes us fully dependent on mobile devices with our sensitive data being transported all over. • As a result, mobile security is one of the most important concepts to take in consideration. Institute of Accountancy Arusha

  5. Cont…. • According to the Federal Reserve, 39% of all mobile phone users are using online banking, up from 29% in 2012. This creates a larger target for hackers and a larger collection of private data to be stolen. • There are different levels of security that a wireless network can provide. • Building on levels of security a network can provide, there are multiple types of encryption. Institute of Accountancy Arusha

  6. Taxonomy of Mobile Security Problems We need security for two reasons: • To keep out those malicious parties who are trying to get access to things that they are not allowed to access and • To ensure that information and system access are not inadvertently given to parties not actively seeking a system breach Note: So, the goal is to keep data and system access from being exposed to parties who should not access them, whether or not those parties are actively seeking a breach Institute of Accountancy Arusha

  7. Cont……. • Such a breach can happen at different points: hardware, software, and communication channels. • Because of this, we can use the OSImodel and its taxonomy to group the various types of security concerns for mobile applications. Institute of Accountancy Arusha

  8. Application Layer Security: This is the most important layer for securing our mobile application. As software application developers, practically speaking, we have the most control at this layer. Assuming that all other layers below this one are not secure, we can still build a secure application if we exercise due caution at this layer. For example, for a simple Palm application that uses no networking, the security concerns may entail encrypting all of the data and using sufficient usernames and passwords for authentication and authorization in the application. Institute of Accountancy Arusha

  9. Presentation Layer and Session Layer Security: SSL (Secured Socket Layer) is probably the most important technology of interest here. Though there are other possible techniques that use public and private keys for secure transfer of data, SSL is by far the most popular and the one for which nearly all platforms provide support Institute of Accountancy Arusha

  10. Transport Layer and Network Layer Security (IPSec): These layers are, respectively, the home of TCP and IP (as well as other equivalent protocols). Whereas SSL assures that all communications are secure, IPSec assures that the nodes that are communicating are not malicious and masquerading as nodes that they are not. Institute of Accountancy Arusha

  11. Data Link Layer Security: • This is where things like MAC (Medium Access Con-trol) addresses belong. It is tough to cause a security breach through the data link layer because it is typically hardware implemented. Institute of Accountancy Arusha

  12. Physical Layer Security • Wired Systems, whether fiber-optic cable , UPT or Coaxial cables limit access to the bits and bytes travelling across the communication channels that they provide inside their physical medium. • However, bits and bytes are all over the space between two wireless nodes waiting to be read as there is no limiting “conduit” in the wireless communication. Institute of Accountancy Arusha

  13. Mobile Security issues – to be continued • Secure authentication and authorization of nodes • Secure communication between the authenticated and authorized nodes of the network over a wireless connection (at various OSI layers using the correspondingly appropriate techniques such as SSL at the presentation/session layer. • Secure deployment of an application on the targeted device • Secure storage and retrieval of information on the mobile device. Institute of Accountancy Arusha

More Related