Match each enterprise mobile application security requirement or synchronization scenario on the left with the corresponding technical protocol, policy setting, or management scope on the right.
- Restricting the manual installation of unverified third-party application packages (.apk files) on Android smartphones.Disabling application sideloading / Unknown Sources policy settings.
- Securing incoming mobile email traffic using SSL/TLS encryption over standard dedicated port assignments.IMAPS using TCP port 993.
- Removing corporate email and application data from a BYOD mobile device while leaving personal files intact.Selective wipe within a Mobile Application Management (MAM) container.
- Providing full two-way push synchronization of mobile email, contacts, and calendar items over HTTPS.Exchange ActiveSync (EAS) protocol.
Answer
1. Restricting manual installation of unverified APKs matches with Disabling application sideloading / Unknown Sources policy settings.
2. Securing incoming mobile email traffic via SSL/TLS matches with IMAPS using TCP port 993.
3. Removing corporate app data while leaving personal files intact matches with Selective wipe within a Mobile Application Management (MAM) container.
4. Providing full two-way push synchronization of email, contacts, and calendar items matches with Exchange ActiveSync (EAS) protocol.
2. Securing incoming mobile email traffic via SSL/TLS matches with IMAPS using TCP port 993.
3. Removing corporate app data while leaving personal files intact matches with Selective wipe within a Mobile Application Management (MAM) container.
4. Providing full two-way push synchronization of email, contacts, and calendar items matches with Exchange ActiveSync (EAS) protocol.
Each requirement correctly aligns with its corresponding technology: Sideloading restrictions block unauthorized APK installation; IMAPS on TCP port 993 provides encrypted incoming email retrieval; MAM selective wiping isolates and removes corporate data on BYOD endpoints; and Exchange ActiveSync handles multi-data real-time synchronization.
Step-by-Step Solution
Key Concept
Mobile Application Security and Mail Synchronization Protocols