Submitted:
03 October 2024
Posted:
04 October 2024
You are already at the latest version
Abstract
Keywords:
1. Introduction
- The research paper gives an overview of contemporary technologies used across enterprises including VPN and ZTNA, Proxy Servers, Secure Shell (SSH) Tunnels, Software-defined wide area network (SD-WAN), and Secure Access Service Edge (SASE), among others.
- The paper identifies critical concerns associated with traditional technologies, such as latency, throughput, scalability, and cyber threats, and identifies the gap to overcome these challenges.
- The paper presents a novel Zero Trust VPN (ZTVPN) framework that integrates zero trust network access with virtual private networks to create a robust cybersecurity framework for remote work environments, aiming to fortify modern enterprises’ cybersecurity and privacy.
- Finally, the paper demonstrates the effectiveness of the ZTVPN framework through various enterprise scenarios, highlighting its ability to prevent data leaks, manage access permissions, and provide seamless security transitions, thereby fortifying cybersecurity frameworks against contemporary cyber threats.
2. Background - Related Work
2.1. Virtual Private Network (VPN)
2.2. Zero Trust Network Access (ZTNA)
2.3. Proxy Servers
- When a client makes a request for a resource (such as a web page), the request is first sent to the proxy server. The proxy server then forwards the request to the target server on behalf of the client. Once the target server responds, the proxy server sends the response back to the client. This process adds a layer of separation between the client and the target server.
- Proxy servers can hide the client’s IP address by replacing it with their own. This helps protect the client’s identity and location, providing a layer of anonymity.
- Proxy servers can cache frequently requested resources. When a client requests a resource that is already cached, the proxy server can deliver it directly from its cache, reducing the time and bandwidth required to retrieve the resource from the target server.
2.4. Secure Shell (SSH) Tunnels
2.5. Software-Defined Wide Area Network (SD-WAN)
2.6. Secure Access Service Edge (SASE)
- SASE integrates networking functions, such as Software-Defined Wide Area Network (SD-WAN), with security services, including Secure Web Gateway (SWG), Cloud Access Security Broker (CASB), Firewall as a Service (FWaaS), and Zero Trust Network Access (ZTNA). This convergence allows for a more streamlined and efficient approach to managing and securing network traffic [63].
- SASE is built on a cloud-native architecture, meaning that both the networking and security functions are delivered as cloud services. This allows for greater scalability, flexibility, and ease of deployment compared to traditional on-premises solutions.
- SASE grants access based on the identity of users and devices, rather than relying on the traditional perimeter-based security model. This ensures that only authenticated and authorized users can access specific applications and resources, enhancing security.
- SASE solutions are globally distributed, meaning that they have points of presence (PoPs) around the world. This ensures that users can securely access applications and resources with low latency, regardless of their geographic location.
2.7. Literature Review
3. Proposed Framework - Design and Architecture
-
Certificate-Based Authentication: OpenVPN creates an encrypted connection between the client and server based on SSL/TLS. Certificates are employed to ensure that both the client and the server are genuine. The process is as follows: The process is as follows:
- –
- The VPN server has an independent SSL/TLS certificate and private key.
- –
- Every client gives out a distinct SSL/TLS certificate and a private key.
- –
- During the SSL/TLS negotiation, when a client connects to the server, it has to send its certificate to the server.
- –
- The server checks the client’s certificate against the list of the trusted certificates the server possesses. If the client’s certificate is valid and recognised as trustworthy by the server, then the SSL/TLS negotiation is accomplished, and the connection is established.
-
Username/Password Authentication: Apart from the certificate, the VPN can also use the names and secret codes for other recognition in addition to the use of certificates. This is particularly useful when multiple clients use the same certificate, for instance, in road warrior configurations.
- –
- Every client has a username and a password created on the VPN server.
- –
- If the client attempts a connection, it presents a certificate as mentioned above, and then the server is asked for a username and password.
- –
- It then has to verify the username and the password of the client against the list of clients and the password with which it has been configured.
- –
- If the credentials match those of the authenticated client, the client will be logged in and connected to the VPN.
-
Combining Certificate and Username/Password Authentication: Besides the certificates, OpenVPN also has options for the username and password in the second level of the authentication. This is especially useful when several clients have the same certificate (for example, for the road warriors).
- –
- Users get an account on the VPN server, which has their unique username and password.
- –
- When a client attempts to connect, it sends its certificate, as mentioned above, and the VPN server then asks for a username and password.
- –
- The server compares the given username and password with the client list and the necessary password.
- –
- If the username and password are correct, the client is authorised, and Phase 2 of the VPN connection is initiated.
- Combining Certificate and Username/Password Authentication: In practice, VPN can be configured to require both certificate-based authentication and username/password authentication for enhanced security. This ensures that clients possess the correct certificate and valid credentials to connect to the VPN server. In this, the clients go through both certificate-based authentication and username/password authentication before being granted access to the VPN server.
- The user has to put his credentials of the VPN Client, and then it will validate with the server, and then traffic goes to the Internet.
- Then the person can access the Web application; if VPN credentials aren’t validated, then it will not permit access to the Web application.
- Now, the user has to put his credentials in the web app; at this point, the user is validated with a password, and it also receives the OTP on its registered mobile number.
- In the next step, the user device OS, settings, and device health are monitored, and user logs are generated every time it performs any activity.
- There is also access management; the user is restricted to the privileges that are allowed by the admin.
| Algorithm 1: Policy Enforcement Point (PEP) |
|
| 5: |
|
| 9: |
|
| 14: |
|
| 20: |
|
| Algorithm 2: ZTNA Policy Enforcement Point (ZPE) |
|
3.1. Impliementation Case Study
4. Results and Evaluation
- Improved Security: VPNs traditionally provide a secure tunnel for remote users to access corporate resources.
- Enhanced User Experience: Integrating VPN and ZTNA allows organisations to strike a balance between security and user experience.
- Scalability and Flexibility: VPNs are typically designed to accommodate a fixed number of concurrent connections, which can be a limitation for organisations with dynamic workforces or fluctuating access demands.
- Granular Access Control: This solutions enable organisations to implement granular access controls based on user roles, device types, and other contextual factors.
- Centralized Management and Visibility: ZTNA solutions often provide centralised management consoles and comprehensive visibility into user access and activity.
4.1. Discussion and Limitations
5. Conclusion and Future Work
List of Abbreviations
| Abbreviation | Full Form |
|---|---|
| ZTVPN | Zero Trust VPN |
| ZTNA | Zero Trust Network Access |
| VPN | Virtual Private Network |
| SSH | Secure Shell |
| SD-WAN | Software-defined Wide Area Network |
| SASE | Secure Access Service Edge |
| DoS | Denial of Service |
| MFA | Multi-Factor Authentication |
| IAM | Identity and Access Management |
| PEP | Policy Enforcement Point |
| IEP | Identity Enforcement Point |
| SEP | Security Enforcement Point |
| TLS | Transport Layer Security |
| SSL | Secure Sockets Layer |
| DHCP | Dynamic Host Configuration Protocol |
| IP | Internet Protocol |
| HTTP | Hypertext Transfer Protocol |
| HTTPS | Hypertext Transfer Protocol Secure |
| PoP | Point of Presence |
| BYOD | Bring Your Own Device |
References
- Hodge, R. VPN use surges during the coronavirus lockdown, but so do security risks. CNET, April 2020, 23. [Google Scholar]
- Singer, P.W.; Friedman, A. Cybersecurity: What everyone needs to know; oup usa, 2014.
- Deibert, R.J. Subversion Inc: the age of private espionage. Journal of Democracy 2022, 33, 28–44. [Google Scholar] [CrossRef]
- Zhang, Z.; Zhang, Y.Q.; Chu, X.; Li, B. An overview of virtual private network (VPN): IP VPN and optical VPN. Photonic network communications 2004, 7, 213–225. [Google Scholar] [CrossRef]
- Baykara, M.; Gürel, Z.Z. Detection of phishing attacks. 2018 6th International Symposium on Digital Forensic and Security (ISDFS). IEEE, 2018, pp. 1–5.
- Kaur, J.; Ramkumar, K. The recent trends in cyber security: A review. Journal of King Saud University-Computer and Information Sciences 2022, 34, 5766–5781. [Google Scholar] [CrossRef]
- Ghelani, D. Cyber security, cyber threats, implications and future perspectives: A Review. Authorea Preprints 2022. [Google Scholar]
- Alkhalil, Z.; Hewage, C.; Nawaf, L.; Khan, I. Phishing attacks: A recent comprehensive study and a new anatomy. Frontiers in Computer Science 2021, 3, 563060. [Google Scholar] [CrossRef]
- O’Kane, P.; Sezer, S.; Carlin, D. Evolution of ransomware. Iet Networks 2018, 7, 321–327. [Google Scholar] [CrossRef]
- McIntosh, T.; Kayes, A.; Chen, Y.P.P.; Ng, A.; Watters, P. Ransomware mitigation in the modern era: A comprehensive review, research challenges, and future directions. ACM Computing Surveys (CSUR) 2021, 54, 1–36. [Google Scholar] [CrossRef]
- Dutkowska-Zuk, A.; Hounsel, A.; Xiong, A.; Roberts, M.; Stewart, B.; Chetty, M.; Feamster, N. Understanding how and why university students use virtual private networks. arXiv 2020, arXiv:2002.11834 2020. [Google Scholar]
- Jegede, A.; Fadele, A.; Onoja, M.; Aimufua, G.; Mazadu, I.J. Trends and future directions in automated ransomware detection. Journal of Computing and Social Informatics 2022, 1, 17–41. [Google Scholar] [CrossRef]
- Khan, E.; Sperotto, A.; van der Ham, J.; van Rijswijk-Deij, R. Stranger VPNs: Investigating the Geo-Unblocking Capabilities of Commercial VPN Providers. International Conference on Passive and Active Network Measurement. Springer, 2023, pp. 46–68.
- Santhanamahalingam, S.; Alagarsamy, S.; Subramanian, K. A study of cloud-based VPN establishment using network function virtualization technique. 2022 3rd International Conference on Smart Electronics and Communication (ICOSEC). IEEE, 2022, pp. 627–631.
- Li, Y.; Liu, Q. A comprehensive review study of cyber-attacks and cyber security; Emerging trends and recent developments. Energy Reports 2021, 7, 8176–8186. [Google Scholar] [CrossRef]
- Zhang, Z.; Al Hamadi, H.; Damiani, E.; Yeun, C.Y.; Taher, F. Explainable artificial intelligence applications in cyber security: State-of-the-art in research. IEEE Access 2022, 10, 93104–93139. [Google Scholar] [CrossRef]
- Furnell, S. The cybersecurity workforce and skills. Computers & Security 2021, 100, 102080. [Google Scholar]
- Rajasekharaiah, K.; Dule, C.S.; Sudarshan, E. Cyber security challenges and its emerging trends on latest technologies. IOP Conference Series: Materials Science and Engineering. IOP Publishing. 2020, Vol. 981, 022062. [Google Scholar]
- AL-Hawamleh, A.M. Predictions of cybersecurity experts on future cyber-attacks and related cybersecurity measures. momentum 2023, 3, 15. [Google Scholar] [CrossRef]
- Shaukat, K.; Luo, S.; Varadharajan, V.; Hameed, I.A.; Xu, M. A survey on machine learning techniques for cyber security in the last decade. IEEE access 2020, 8, 222310–222354. [Google Scholar] [CrossRef]
- Secure Remote Access Best Practices - Check Point Software — checkpoint.com. https://www.checkpoint.com/cyber-hub/network-security/what-is-vpn/covid-19-and-secure-remote-access-best-practices/. [Accessed 26-08-2024].
- Fatima, M.; Abbas, H.; Yaqoob, T.; Shafqat, N.; Ahmad, Z.; Zeeshan, R.; Muhammad, Z.; Rana, T.; Mussiraliyeva, S. A survey on common criteria (CC) evaluating schemes for security assessment of IT products. PeerJ Computer Science 2021, 7, e701. [Google Scholar] [CrossRef] [PubMed]
- Streun, F.; Wanner, J.; Perrig, A. Evaluating susceptibility of VPN implementations to DoS attacks using adversarial testing. Network and Distributed Systems Security Symposium 2022 (NDSS’22). Internet Society, 2022.
- Zhou, Y.; Zhang, K. Dos vulnerability verification of ipsec vpn. 2020 IEEE International Conference on Artificial Intelligence and Computer Applications (ICAICA). IEEE, 2020, pp. 698–702.
- Ginty, S. Discover the anatomy of an external cyberattack surface with new RiskIQ report | Microsoft Security Blog — microsoft.com. https://www.microsoft.com/en-us/security/blog/2022/04/21/discover-the-anatomy-of-an-external-cyberattack-surface-with-new-riskiq-report/?msockid=355668c01f696b823ed97c6f1e6f6a0f. [Accessed 26-08-2024].
- Singh, K.K.V.; Gupta, H. A New Approach for the Security of VPN. Proceedings of the Second International Conference on Information and Communication Technology for Competitive Strategies, 2016, pp. 1–5.
- Frahim, J.; Huang, Q. Ssl remote access vpns (network security); Cisco Press, 2008.
- Shut the Front Door: Analyzing VPN Vulnerability Exploits — mandiant.com. https://www.mandiant.com/resources/webinars/mandiant-intelligence-briefing-stories-directly-frontline. [Accessed 26-08-2024].
- Syed, N.F.; Shah, S.W.; Shaghaghi, A.; Anwar, A.; Baig, Z.; Doss, R. Zero trust architecture (zta): A comprehensive survey. IEEE access 2022, 10, 57143–57179. [Google Scholar] [CrossRef]
- Nagmote, S.U. An Overview Of Network Security Model Using Cryptography, Firewall And Vpn For Social Organization With There Benifits. International Journal of Engineering 2013, 2. [Google Scholar]
- Adeyinka, O. Analysis of problems associated with IPSec VPN Technology. 2008 Canadian Conference on Electrical and Computer Engineering. IEEE, 2008, pp. 001903–001908.
- Sombatruang, N.; Omiya, T.; Miyamoto, D.; Sasse, M.A.; Kadobayashi, Y.; Baddeley, M. Attributes affecting user decision to adopt a Virtual Private Network (VPN) app. Information and Communications Security: 22nd International Conference, ICICS 2020, Copenhagen, Denmark, August 24–26, 2020, Proceedings 22. Springer, 2020, pp. 223–242.
- Rothvoß, T.; Sanita, L. On the complexity of the asymmetric VPN problem. International Workshop on Approximation Algorithms for Combinatorial Optimization. Springer, 2009, pp. 326–338.
- Dutkowska-Zuk, A.; Hounsel, A.; Morrill, A.; Xiong, A.; Chetty, M.; Feamster, N. How and why people use virtual private networks. 31st USENIX Security Symposium (USENIX Security 22), 2022, pp. 3451–3465.
- Sawalmeh, H.; Malayshi, M.; Ahmad, S.; Awad, A. VPN remote access OSPF-based VPN security vulnerabilities and counter measurements. 2021 International Conference on Innovation and Intelligence for Informatics, Computing, and Technologies (3ICT). IEEE, 2021, pp. 236–241.
- Cheung, K.H.; Mišić, J. On virtual private networks security design issues. Computer Networks 2002, 38, 165–179. [Google Scholar] [CrossRef]
- Bansode, R.; Girdhar, A. Common vulnerabilities exposed in VPN–A survey. Journal of Physics: Conference Series. IOP Publishing. 2021, 1714, 012045. [Google Scholar]
- With everyone working from home, VPN security is now paramount — zdnet.com. https://www.zdnet.com/article/covid-19-with-everyone-working-from-home-vpn-security-has-now-become-paramount/. [Accessed 26-08-2024].
- Einler Larsson, L.; Qollakaj, K. Cybersecurity of remote work migration: A study on the VPN security landscape post covid-19 outbreak, 2023.
- VPN Access and Activity Monitoring," Sans, 2020. - Bing — bing.com. https://www.bing.com/search?q=VPN+Access+and+Activity+Monitoring%2C"+Sans%2C+2020.&qs=n&form=QBRE&sp=-1&lq=1&pq=vpn+access+and+activity+monitoring%2C"+sans%2C+2020.&sc=1-48&sk=&cvid=167E379FC8C341CCB182FAC4A95D10D3&ghsh=0&ghacc=0&ghpl=. [Accessed 26-08-2024].
- Ikram, M.; Vallina-Rodriguez, N.; Seneviratne, S.; Kaafar, M.A.; Paxson, V. An analysis of the privacy and security risks of android vpn permission-enabled apps. Proceedings of the 2016 internet measurement conference, 2016, pp. 349–364.
- Yoo, S.J. A Study on the Improvement of Security Enhancement for ZTNA. Convergence Security Journal 2024, 24, 21–26. [Google Scholar] [CrossRef]
- Nazir, A.; Iqbal, Z.; Muhammad, Z. ZTA: A Novel Zero Trust Framework for Detection and Prevention of Malicious Android Applications. 2024. [Google Scholar]
- Stafford, V. Zero trust architecture. NIST special publication 2020, 800, 207. [Google Scholar]
- Developing a framework to improve critical infrastructure cybersecurity. Available online: https://www.nist.gov/system/files/documents/2017/06/01/040513_cgi.pdf (accessed on 26 August 2024).
- Cybersecurity, C.I. Framework for improving critical infrastructure cybersecurity. URL: https://nvlpubs. nist. gov/nistpubs/CSWP/NIST. CSWP 2018, 4162018, 7. [Google Scholar]
- Malatji, M.; Marnewick, A.L.; Von Solms, S. Cybersecurity capabilities for critical infrastructure resilience. Information & Computer Security 2022, 30, 255–279. [Google Scholar]
- Zscaler’s 2022 VPN Report: As VPN Exploits Grow, 80 Percent of Organizations Shift Towards Zero Trust Security — zscaler.com. Available online: https://www.zscaler.com/press/ (accessed on 26 August 2024).
- amzetta.com. Available online: https://amzetta.com/wp-content/uploads/2021/05/AmZetta-Remote-AccessSecurity-Going-Beyond-VPN-Security-Brief.pdf (accessed on 26 August 2024).
- Pavlicek, A.; Sudzina, F. Use of virtual private networks (VPN) and proxy servers: Impact of personality and demographics. 2018 Thirteenth International Conference on Digital Information Management (ICDIM). IEEE, 2018, pp. 108–111.
- Hurkens, C.A.; Keijsper, J.C.M.; Stougie, L. Virtual private network design: A proof of the tree routing conjecture on ring networks. SIAM Journal on Discrete Mathematics 2007, 21, 482–503. [Google Scholar] [CrossRef]
- Talan, A. Zero Trust Network Access with Cybersecurity Challenges and Potential Solutions. PhD thesis, Dublin, National College of Ireland, 2022.
- Campbell, M. Beyond zero trust: Trust is a vulnerability. Computer 2020, 53, 110–113. [Google Scholar] [CrossRef]
- Sood, A.K. Empirical Cloud Security: Practical Intelligence to Evaluate Risks and Attacks. 2023. [Google Scholar]
- Jeffery, C.L.; Das, S.R.; Bernal, G.S. Proxy-sharing proxy servers. Proceedings of COM’96. First Annual Conference on Emerging Technologies and Applications in Communications. IEEE, 1996, pp. 116–119.
- Saini, K. Squid Proxy Server 3.1: beginner’s guide; Packt Publishing Ltd, 2011.
- Xu, V. MAZE: a secure cloud storage service using Moving Target Defense and Secure Shell Protocol (SSH) tunneling. PhD thesis, University of Pittsburgh, 2020.
- Dusi, M.; Gringoli, F.; Salgarelli, L. A preliminary look at the privacy of SSH tunnels. 2008 Proceedings of 17th International Conference on Computer Communications and Networks. IEEE, 2008, pp. 1–7.
- Yang, Z.; Cui, Y.; Li, B.; Liu, Y.; Xu, Y. Software-defined wide area network (SD-WAN): Architecture, advances and opportunities. 2019 28th International Conference on Computer Communication and Networks (ICCCN). IEEE, 2019, pp. 1–9.
- Yalda, K.G.; Hamad, D.J.; Ţăpuş, N. A survey on Software-defined Wide Area Network (SD-WAN) architectures. 2022 International Congress on Human-Computer Interaction, Optimization and Robotic Applications (HORA). IEEE, 2022, pp. 1–5.
- Iesar, H.; Iqbal, W.; Abbas, Y.; Umair, M.Y.; Wakeel, A.; Illahi, F.; Saleem, B.; Muhammad, Z. Revolutionizing Data Center Networks: Dynamic Load Balancing via Floodlight in SDN Environment. 2024 5th International Conference on Advancements in Computational Sciences (ICACS). IEEE, 2024, pp. 1–8.
- Islam, M.N.; Colomo-Palacios, R.; Chockalingam, S. Secure access service edge: A multivocal literature review. 2021 21st International Conference on Computational Science and Its Applications (ICCSA). IEEE, 2021, pp. 188–194.
- Yiliyaer, S.; Kim, Y. Secure access service edge: A zero trust based framework for accessing data securely. 2022 IEEE 12th Annual Computing and Communication Workshop and Conference (CCWC). IEEE, 2022, pp. 0586–0591.
- Awale, V.; Gaikwad, S. Zero Trust Architecture Using Hyperledger Fabric. 2023 14th International Conference on Computing Communication and Networking Technologies (ICCCNT). IEEE, 2023, pp. 1–4.
- Abbas, H.; Emmanuel, N.; Amjad, M.F.; Yaqoob, T.; Atiquzzaman, M.; Iqbal, Z.; Shafqat, N.; Shahid, W.B.; Tanveer, A.; Ashfaq, U. Security assessment and evaluation of VPNs: a comprehensive survey. ACM Computing Surveys 2023, 55, 1–47. [Google Scholar] [CrossRef]
- Security issues with Virtual Private Network (VPN) and proxy services - Bing — bing.com. Available online: https://www.bing.com/search? (accessed on 26 August 2024).
- Cybersecurity After COVID-19: 10 Ways to Protect Your Business and Refocus on Resilience. Available online: https://www.marshmclennan.com/assets/insights/publications/2020/june/cybersecurity_after_covid_19.pdf (accessed on 26 August 2024).
- Fuchs, J. Vishing: New Threat to VPNs — avanan.com. Available online: https://www.avanan.com/blog/vishing-new-threat-vpn (accessed on 26 August 2024).
- Odokuma, E.; Musa, M. Internet Threats and Mitigation Methods in Electronic Businesses Post Covid-19. Int. J. Comput. Appl 2022, 184, 1–4. [Google Scholar] [CrossRef]
- Purchina, O.; Poluyan, A.; Fugarov, D. Securing an Information System via the SSL Protocol. International Journal of Safety & Security Engineering 2022, 12. [Google Scholar]
- He, Y.; Huang, D.; Chen, L.; Ni, Y.; Ma, X. A survey on zero trust architecture: Challenges and future trends. Wireless Communications and Mobile Computing 2022, 2022, 6476274. [Google Scholar] [CrossRef]
- Pittman, J.M.; Alaee, S.; Crosby, C.; Honey, T.; Schaefer, G.M. Towards a model for zero trust data. American Journal of Science & Engineering 2022, 3, 18–24. [Google Scholar]
- Buck, C.; Olenberger, C.; Schweizer, A.; Völter, F.; Eymann, T. Never trust, always verify: A multivocal literature review on current knowledge and research gaps of zero-trust. Computers & Security 2021, 110, 102436. [Google Scholar]
- Ward, R.; Beyer, B. Beyondcorp: A new approach to enterprise security. ; login:: the magazine of USENIX & SAGE 2014, 39, 6–11. [Google Scholar]
- Osborn, B. Beyondcorp: Design to deployment at google. Usenix 2016, 41, 28. [Google Scholar]
- Stafford, V. Zero trust architecture. NIST special publication 2020, 800, 207. [Google Scholar]
- Cunningham, C. Zero Trust: what, why and how. 2018. [Google Scholar]
- Vensmer, A.; Kiesel, S. Dynfire: Dynamic firewalling in heterogeneous environments. World Congress on Internet Security (WorldCIS-2012). IEEE, 2012, pp. 57–58.
- Giannakou, A.; Rilling, L.; Pazat, J.L.; Morin, C. AL-SAFE: a secure self-adaptable application-level firewall for IaaS clouds. 2016 IEEE International Conference on Cloud Computing Technology and Science (CloudCom). IEEE, 2016, pp. 383–390.
- Crichigno, J.; Bou-Harb, E.; Ghani, N. A comprehensive tutorial on science DMZ. IEEE Communications Surveys & Tutorials 2018, 21, 2041–2078. [Google Scholar]
- French, A.M.; Guo, C.; Shim, J.P. Current status, issues, and future of bring your own device (BYOD). Communications of the Association for Information Systems 2014, 35, 10. [Google Scholar] [CrossRef]



| Checklist | VPN | ZTNA |
|---|---|---|
| Security Features | Creates an encrypted tunnel for data transfer between the user’s device and the company’s network. However, it may be vulnerable to attacks if misconfigured or if outdated encryption standards are used. | Provides customizable access control settings with a more granular security approach, including micro-segmentation and adaptive trust, which minimizes lateral movement within the network. |
| Trust Model | Trust is established once when the user connects to the network, after which they have access to all resources. | Employs a zero-trust model, verifying identity and access permissions continuously, ensuring that only authorized users can access specific resources. |
| Access Security Model | After authentication, users have broad access to the network, potentially increasing the risk if credentials are compromised. | Users can only access specific applications or data as defined by granular policies. Access is determined based on factors such as user identity, device posture, and application sensitivity. |
| Performance | Can introduce latency as all traffic is routed through a central server, creating a single point of congestion, especially under heavy load. Performance can degrade with increased distance from the server. | Traffic is routed directly to the application or service, reducing latency and avoiding bottlenecks. It also allows local breakout, which improves user experience. |
| Authent- ication | Typically uses basic methods like username and password. Additional security layers like MFA (Multi-Factor Authentication) are optional and may not be consistently enforced. | Enforces robust authentication methods, including MFA, device identity verification, and contextual factors like geolocation and time of access. |
| Deployment Complexity | Generally straightforward to deploy, especially for small to medium-sized networks. Requires configuration of VPN servers and client software on user devices. | Deployment can be complex, requiring integration with identity providers, defining granular policies, and ensuring compatibility with existing applications and network infrastructure. |
| Scalability | Scalability can be challenging as VPN servers need to handle all traffic, which may require significant infrastructure investment as the user base grows. | Designed for scalability, as it does not route all traffic through a central point. Easily supports a growing user base and can integrate with cloud services seamlessly. |
| Use Cases | Suitable for remote access to internal resources, secure communication over public networks, and when centralized control over network traffic is needed. | Ideal for secure access to cloud applications, enforcing least privilege principles, and protecting against insider threats by restricting lateral movement. |
| Technology | Security | Trust Model | Performance | Use Case | Scalability |
|---|---|---|---|---|---|
| VPN | Encrypted tunnel, risk of broad access | Trust established once | Latency due to centralized routing | Secure remote access to internal resources | Limited scalability due to server capacity |
| ZTNA | Granular access, continuous verification | Zero-trust, continuous | Direct routing, low latency | Securing cloud and hybrid environments | Highly scalable, supports cloud integration |
| Proxy Servers | Basic anonymity, web filtering | Basic credentials, no internal security | May introduce latency | Content filtering, anonymity | Scales for web traffic, not for internal security |
| SSH Tunnels | Strong encryption, secure remote access | Single-session access | Minimal impact | Secure remote management, tunneling | Not scalable for large user bases |
| SD-WAN | Integrated security options, optimized routing | Secure site-to-site | Dynamic routing, optimized traffic | Connecting branches, performance optimization | Scales for large networks, complex deployment |
| SASE | Comprehensive security, zero-trust | Zero-trust, granular | Optimized, low latency | Cloud-native, remote workforce security | Highly scalable, complex implementation |
| Criteria | Google BeyondCorp [74,75] | NIST Zero Trust Architecture (SP 800-207) [76] | Forrester Zero Trust Model [77] |
|---|---|---|---|
| Primary Focus | Device and user authentication | Continuous verification and micro-segmentation | Data-centric security and continuous monitoring |
| Implementation Complexity | High, complex outside of Google ecosystem | High, due to comprehensive guidelines | Moderate, adaptable but requires significant changes |
| Flexibility | Limited, tailored to Google infrastructure | High, vendor-neutral | Moderate, adaptable to various environments |
| Device Management | Centralized control, strong device verification | Device posture checks | Focus on endpoint security |
| User Authentication | Strong emphasis on SSO and MFA | Multi-factor authentication | Continuous identity verification |
| Network Access | No inherent trust, direct access to applications | Micro-segmentation, network isolation | Micro-segmentation, no trust within network |
| Data Protection | Focus on securing access to data through identity and device state | Policy-based data protection | Strong emphasis on data protection |
| Monitoring and Logging | Centralized monitoring, comprehensive logging | Continuous monitoring | Continuous monitoring and incident response |
| Maturity | High, well-established in large-scale environments | High, comprehensive and widely accepted | High, influential in industry standards |
| Support and Documentation | Extensive support and documentation from Google | Detailed guidelines and government backing | Extensive industry literature and best practices |
| Best Suited For | Large enterprises, especially those using Google infrastructure | Government agencies, large enterprises | Enterprises prioritizing data security and adaptable solutions |
| Author(s) | Principal Remark | A | B | C | D |
|---|---|---|---|---|---|
| He et al. [71] | The technologies forming the framework of Zero Trust are investigated and reviewed. | Y | Y | Y | X |
| Syed et al. [29] | Discussion as to how ZT interferes with access control and authentication in distinct situations. | Y | Y | P | P |
| Pittman et al. [72] | ZT tenets as a methodology implemented on data objects rather than data access avenues | Y | X | X | P |
| Buck et al.[73] | Analysis of industrial and academic knowledge gaps, as well as a compilation of works based on the Zero Trust principle | Y | X | X | P |
| This Article | ZTV/VPN-based ZTNA, OpenSource and ZTNA-based evaluation. ZTNA vendor-assisted adoption. | Y | Y | Y | Y |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).