Back to all projects
Computer Science

ZERO-TRUST ARCHITECTURE IMPLEMENTATION MODEL FOR SMALL BUSINESS NETWORKS

Admin 0 views 0 downloadsBSc/BA

Notice: This is a sample project for study and reference. Submitting it as your own work violates most universities' academic integrity policies.

Abstract

About This Research Topic

For much of history of enterprise networking information security architecture organised around trusted internal network perimeter defended by firewalls, VPNs, intrusion detection systems positioned at boundary on implicit assumption any user or device successfully authenticated onto internal network can subsequently be trusted to interact relatively freely with internal resources. This perimeter-based trust but verify once model reasonably well matched to era employees worked from fixed office locations using company-owned devices connecting to on-premises servers. Zero-Trust Architecture implementation model for small business networks Operating environment has changed substantially. Proliferation of cloud-hosted business applications, normalisation of remote and hybrid work arrangements, and widespread adoption of BYOD practices mean traditional network perimeter has become porous, distributed, and in many organisations difficult to meaningfully define. Small businesses particularly affected: constrained IT budgets and limited dedicated security staffing mean many small business networks continue to rely on legacy perimeter-based controls single firewall and VPN even as actual usage patterns cloud application access, remote work, personal device use have moved well beyond assumptions model depends.

Zero-Trust Architecture responds to mismatch by discarding assumption of implicit trust based on network location entirely. Under Zero-Trust model formalised authoritatively in NIST Special Publication 800-207, every access request regardless of whether originates inside or outside traditional perimeter evaluated per-request against policy considering requesting identity, device posture, sensitivity of requested resource, and relevant contextual signals with access granted on least-privilege basis for specific transaction rather than standing grant of broad network access. While conceptual case for Zero-Trust well established and increasingly mandated in large enterprise and government contexts, practical implementation historically associated with level of architectural complexity and licensing cost placing comprehensive ZTA adoption largely out of reach for small business IT environments operating with limited budgets and generalist rather than security-specialist technical staff.

This study addresses gap by designing, implementing, and evaluating Zero-Trust implementation model specifically scoped and cost-engineered for small business network constraints built predominantly on open-source and low-cost commercial components and organised around phased adoption roadmap intended to make meaningful Zero-Trust security gains achievable without budget and staffing levels typically associated with enterprise ZTA deployments.

Main Abstract

Small businesses increasingly rely on cloud-hosted applications, remote and hybrid work arrangements, and bring-your-own-device (BYOD) practices, yet typically continue to rely on legacy perimeter-based network security models that implicitly trust any user or device once granted access to the internal network. This structural mismatch leaves small business networks disproportionately exposed to credential-based intrusion, lateral movement, and ransomware propagation, while the substantial cost and complexity historically associated with Zero-Trust security models have placed such architectures largely out of reach for resource-constrained small business information technology environments.

This study presents the design, implementation, and evaluation of a practical, cost-conscious Zero-Trust Architecture (ZTA) implementation model tailored specifically to small business network constraints, grounded in the National Institute of Standards and Technology (NIST) Special Publication 800-207 Zero Trust Architecture reference framework. The study adopted a Design Science Research methodology to translate the seven NIST ZTA tenets into a concrete, implementable reference architecture comprising identity-centric access control, device posture verification, micro-segmentation, and continuous policy evaluation, implemented using predominantly open-source and low-cost commercial components suited to small business budgets, including a self-hosted identity provider, a software-defined perimeter/policy engine, and endpoint posture agents.

A functional testbed was implemented, simulating a representative 25-endpoint small business network spanning cloud application access, an on-premises file server, and remote/BYOD endpoints, and was evaluated against an equivalent conventional perimeter/VPN-based baseline network in terms of lateral movement containment, unauthorised access prevention, policy enforcement latency, and administrative overhead. Results showed that the Zero-Trust testbed successfully contained 47 of 50 simulated lateral movement attempts following an initial single-endpoint compromise (94% containment), compared to 11 of 50 (22% containment) for the conventional baseline network, while introducing a modest average authentication/authorisation latency overhead of 180 milliseconds per access request, assessed as acceptable relative to the security gain. Usability and administrability evaluation conducted with 15 respondents (small business IT administrators and staff users) using a Likert-scale questionnaire yielded a mean System Usability Scale (SUS)-equivalent score of 72.4.

The study concludes that a right-sized, phased Zero-Trust implementation model, built substantially on open-source tooling, is both technically achievable and operationally viable for small business networks, and provides a phased adoption roadmap intended to lower the practical barrier to Zero-Trust adoption in resource-constrained organisational contexts.

Keywords: Zero-Trust Architecture, NIST SP 800-207, micro-segmentation, identity-centric security, small business networks, lateral movement containment, software-defined perimeter

Chapter One Preview

Background

For much of history of enterprise networking information security architecture organised around concept of trusted internal network perimeter defended by firewalls, VPNs, intrusion detection systems positioned at network boundary on implicit assumption any user or device that has successfully authenticated onto internal network can subsequently be trusted to interact relatively freely with internal resources. This perimeter-based trust but verify once model reasonably well matched to era in which employees worked from fixed office locations using company-owned devices connecting to on-premises servers.

Operating environment changed substantially. Proliferation of cloud-hosted business applications, normalisation of remote and hybrid work arrangements, widespread adoption of BYOD practices mean traditional network perimeter has become porous, distributed, and in many organisations difficult to meaningfully define. Small businesses particularly affected by shift: constrained IT budgets and limited dedicated security staffing mean many small business networks continue to rely on legacy perimeter-based controls single firewall and VPN even as actual usage patterns cloud application access, remote work, personal device use have moved well beyond assumptions on which that model depends.

Zero-Trust Architecture responds to mismatch by discarding assumption of implicit trust based on network location entirely. Under Zero-Trust model formalised authoritatively in United States NIST Special Publication 800-207, every access request regardless of whether originates from inside or outside traditional network perimeter evaluated on per-request basis against policy that considers requesting identity, device's security posture, sensitivity of requested resource, and relevant contextual signals with access granted on least-privilege basis for specific transaction rather than standing grant of broad network access. While conceptual case for Zero-Trust well established and increasingly mandated in large enterprise and government contexts, practical implementation historically associated with level of architectural complexity and licensing cost placing comprehensive ZTA adoption largely out of reach for small business IT environments operating with limited budgets and generalist rather than security-specialist technical staff.

This study addresses gap by designing, implementing, and evaluating Zero-Trust implementation model specifically scoped and cost-engineered for small business network constraints built predominantly on open-source and low-cost commercial components and organised around phased adoption roadmap intended to make meaningful Zero-Trust security gains achievable without budget and staffing levels typically associated with enterprise ZTA deployments.

Zero-Trust and cybersecurity project topics | External: NIST SP 800-207 Zero Trust Architecture, CISA - Zero Trust Maturity Model, MIT - Zero Trust Security

Statement of Problem

Small business networks predominantly rely on legacy perimeter/VPN-based security models that grant broad implicit trust to any authenticated device on internal network creating significant exposure to lateral movement following single compromised endpoint. Comprehensive enterprise Zero-Trust platforms frequently priced and architected for large organisations with dedicated security teams placing them out of practical reach for small business budgets and staffing levels.

Proliferation of cloud application access, remote work, and BYOD practices among small businesses has outpaced security architecture typically deployed to govern that access. Limited practical empirically evaluated guidance specifically addressing how NIST SP 800-207 Zero-Trust tenets can be implemented cost-effectively within small business resource constraints as most published ZTA case studies and vendor guidance target large-enterprise deployments. Ransomware and credential-based intrusion incidents affecting small businesses frequently exploit exactly lateral-movement freedom that perimeter-based model permits once initial foothold achieved.

This study evaluates containment improvement: Zero-Trust testbed 47 of 50 simulated lateral movement attempts contained 94% vs 11 of 50 22% conventional baseline following initial single-endpoint compromise; modest average authentication/authorisation latency overhead 180 ms per request acceptable relative to security gain; usability SUS-equivalent 72.4 from 15 respondents IT admins and staff users.

Aim and Objectives

Aim: to design, implement, and evaluate cost-conscious Zero-Trust Architecture implementation model suited to small business network constraints grounded in NIST SP 800-207 reference framework.

·         Review existing perimeter-based and Zero-Trust network security models, and NIST SP 800-207 Zero-Trust Architecture reference framework specifically.

·         Design Zero-Trust reference architecture for small business networks incorporating identity-centric access control, device posture verification, micro-segmentation, and continuous policy evaluation using predominantly open-source and low-cost components.

·         Implement functional testbed simulating representative small business network approximately 25 endpoints spanning cloud, on-premises, and remote/BYOD access applying proposed Zero-Trust model.

·         Evaluate testbed's effectiveness at containing simulated lateral movement following initial single-endpoint compromise benchmarked against conventional perimeter/VPN-based baseline network.

·         Evaluate policy enforcement performance overhead and administrative burden introduced by proposed model relative to baseline.

·         Evaluate usability and administrability of proposed model from perspective of small business IT administrators and end users.

·         Produce phased adoption roadmap for small businesses seeking to migrate incrementally from perimeter-based to Zero-Trust security model.

Research Questions

·         What are structural weaknesses of perimeter/VPN-based network security model typically deployed by small businesses relative to NIST SP 800-207 Zero-Trust tenets?

·         How can Zero-Trust reference architecture be designed and implemented using predominantly open-source and low-cost components suited to small business budgets?

·         To what extent does proposed Zero-Trust model improve containment of simulated lateral movement relative to conventional perimeter/VPN baseline?

·         What performance overhead and administrative burden does proposed model introduce relative to baseline?

·         What is perceived usability and administrability of proposed model among small business IT administrators and end users?

Significance

Significant to small business owners and IT administrators seeking to improve organisation's security posture against increasingly prevalent ransomware and credential-based intrusion threats without budget or staffing associated with enterprise-scale security programmes. Significant to broader cybersecurity practitioner community as documented empirically evaluated reference implementation demonstrating meaningful Zero-Trust security gains achievable using accessible predominantly open-source tooling. Academically contributes to literature on Zero-Trust adoption specific resource-constrained implementation case study with empirical containment and performance data area in which existing literature comparatively weighted toward large-enterprise deployment contexts.

Results: Zero-Trust testbed successfully contained 47 of 50 simulated lateral movement attempts following initial single-endpoint compromise 94% containment compared to 11 of 50 22% for conventional baseline network while introducing modest average authentication/authorisation latency overhead 180 ms per access request assessed as acceptable relative to security gain; usability SUS-equivalent 72.4 from 15 respondents; right-sized phased model built substantially on open-source tooling technically achievable and operationally viable for small business networks with phased adoption roadmap lowering practical barrier to adoption in resource-constrained contexts.

Network security project topics | Computer networks project topics

Scope and Limitations

Limited to design, implementation, and evaluation of Zero-Trust reference architecture within simulated testbed network representative of small business approximately 25 endpoints rather than deployment within live production small business network in view of operational risk and access constraints associated with modifying production network's security architecture as part of academic study. Proposed model addresses identity-centric access control, device posture verification, micro-segmentation, and continuous policy evaluation for network and application access; does not address physical security controls, email/phishing-specific defences, or data loss prevention tooling in detail treated as complementary but out-of-scope security domains.

Limitations: evaluation conducted on simulated testbed rather than live production small business network which may not capture all operational complexities legacy application compatibility, existing vendor contracts present in real deployment. Testbed scaled to approximately 25 endpoints; results may not directly generalise to substantially larger small-to-medium enterprise networks without further validation. Lateral movement simulation conducted using defined published attack technique set aligned to common MITRE ATT&CK lateral movement techniques rather than exhaustive enumeration of all possible attack paths. Cost estimates reflect tooling licensing/hosting costs at time of writing and subject to change; should be treated as indicative rather than definitive procurement quotation.

Operational Definitions

Zero-Trust Architecture: Security model in which no user or device implicitly trusted based on network location; every access request evaluated individually against policy - grounded in NIST SP 800-207 seven tenets.

Policy Decision Point: Component evaluating access request against policy and issuing allow/deny decision per NIST SP 800-207 terminology.

Policy Enforcement Point: Component enforcing PDP's decision permitting or blocking actual access attempt.

Micro-Segmentation: Practice dividing network into small isolated segments each independently access-controlled to limit lateral movement - key to 94% containment vs 22% baseline.

Device Posture: Assessment of device's security state patch level, disk encryption, antivirus status used as input to access decisions.

Lateral Movement: Technique by which attacker having compromised one endpoint moves to additional systems within same network - 50 simulated attempts evaluated 47/50 contained ZTA vs 11/50 baseline.

Least Privilege: Principle granting user or device only minimum access necessary to perform specific task.

Software-Defined Perimeter: Approach dynamically creating individualised encrypted network connections between verified user/device and specific resource rather than granting broad network access - includes self-hosted identity provider, SDP/policy engine, endpoint posture agents predominantly open-source. Overhead 180ms per request, SUS 72.4 from 15 respondents.

Conclusion

Functional testbed implemented simulating representative 25-endpoint small business network spanning cloud application access, on-premises file server, and remote/BYOD endpoints evaluated against equivalent conventional perimeter/VPN-based baseline network in terms of lateral movement containment, unauthorised access prevention, policy enforcement latency, and administrative overhead.

Results: Zero-Trust testbed successfully contained 47 of 50 simulated lateral movement attempts following initial single-endpoint compromise 94% containment compared to 11 of 50 22% for conventional baseline network while introducing modest average authentication/authorisation latency overhead 180 milliseconds per access request assessed acceptable relative to security gain. Usability and administrability evaluation 15 respondents small business IT administrators and staff users using Likert-scale questionnaire yielded mean SUS-equivalent score 72.4.

Conclusion: right-sized phased Zero-Trust implementation model built substantially on open-source tooling both technically achievable and operationally viable for small business networks and provides phased adoption roadmap intended to lower practical barrier to Zero-Trust adoption in resource-constrained organisational contexts. Phased approach allows meaningful security gains without budget and staffing levels typically associated with enterprise ZTA deployments.

FAQs

What is Zero-Trust Architecture for small business networks?

Security model where no user or device implicitly trusted based on network location; every access request evaluated per-request against policy considering identity, device posture, resource sensitivity, contextual signals with least-privilege grant - grounded in NIST SP 800-207 seven tenets.

How does ZTA improve lateral movement containment?

Testbed 25 endpoints simulated 50 lateral movement attempts following initial compromise: ZTA contained 47/50 94% vs conventional perimeter/VPN baseline 11/50 22% due to micro-segmentation, identity-centric access, continuous policy evaluation limiting freedom after foothold.

What components were used for cost-conscious implementation?

Predominantly open-source and low-cost commercial components suited to small business budgets including self-hosted identity provider, software-defined perimeter/policy engine PDP/PEP, endpoint posture agents assessing patch level, encryption, antivirus status.

What performance overhead does Zero-Trust introduce?

Modest average authentication/authorisation latency overhead 180 milliseconds per access request assessed as acceptable relative to security gain of 94% vs 22% containment improvement.

What is usability of proposed model?

Usability and administrability evaluation 15 respondents small business IT administrators and staff users Likert-scale yielded mean SUS-equivalent score 72.4 indicating acceptable usability for small business context.

Why are small businesses vulnerable under perimeter model?

Legacy perimeter/VPN grants broad implicit trust to any authenticated device on internal network creating exposure to lateral movement, ransomware propagation, credential-based intrusion especially with cloud, remote/hybrid work, BYOD outpacing architecture.

What is micro-segmentation?

Practice dividing network into small isolated segments each independently access-controlled to limit lateral movement - core to achieving 94% containment vs 22% baseline.

What is phased adoption roadmap?

Incremental migration from perimeter-based to Zero-Trust lowering practical barrier - start with identity provider, then micro-segmentation for critical resources, then device posture verification, then continuous policy evaluation using open-source tooling.

What are limitations of study evaluation?

Simulated testbed 25 endpoints not live production may not capture legacy compatibility, vendor contracts; lateral movement simulation using defined MITRE ATT&CK techniques not exhaustive; cost estimates indicative at time of writing; results may not directly generalise to larger SME networks.

What is least privilege and PDP/PEP?

Least privilege grants only minimum access necessary for specific task; Policy Decision Point evaluates request against policy issues allow/deny; Policy Enforcement Point enforces decision permitting or blocking actual access per NIST SP 800-207 terminology.

Purchase to unlock the full material.