📚 College Credit Guide ✓ UPI Study 🕐 8 min read

What Are VPN Deployment Models and Architectures?

This article explains VPN deployment models, how site-to-site and remote access architectures work, and how to spot each one in real network diagrams.

US
UPI Study Team Member
📅 September 08, 2026
📖 8 min read
US
About the Author
The UPI Study team works directly with students on credit transfer, degree planning, and course selection. We've helped thousands of students figure out what counts toward their degree and how to finish faster without paying more than they have to. This post is written the way we'd explain it to you directly.
🦉

VPN deployment models describe how a VPN creates encrypted tunnels between users and networks. The main difference is straightforward: site-to-site VPNs connect entire networks, while remote access VPNs link one person's device to a central headend. This choice affects who starts the tunnel, what traffic can pass through, and how much control the security team maintains. In a branch office setup, a gateway in Chicago may keep a tunnel open to headquarters in Dallas for 24 hours a day. In a remote access setup, a laptop in Toronto may connect only after a login, then disconnect after 8 hours. Those details matter. They influence routing, logging, access rules, and the impact if one device gets stolen. Students in network and systems security must recognize these patterns quickly because diagrams often hide them in plain sight. A cloud icon, a firewall, and two dashed lines can mean very different things based on whether the tunnel ends on a router, a VPN concentrator, or a client app. Once you understand the pattern, the rest becomes easier. You can identify who trusts whom, which side owns the keys, and whether the design serves 1 user, 2 branches, or 20 sites.

Network and System Security
College credit · ACE & NCCRS reviewed · self-paced
View course
Close-up of server racks in a data center highlighting modern technology infrastructure — UPI Study

What Are VPN Deployment Models in Security?

VPN deployment models are the blueprints for who starts an encrypted tunnel, what it connects, and how much of the network it exposes. A site-to-site model usually links 2 gateways and carries traffic for whole subnets, while a remote access model links 1 user device to a central headend for per-user access.

That difference sounds small, but it changes the entire security story. A branch VPN might move packets between a 10.0.1.0/24 office network and a 10.0.2.0/24 data center network all day long. A remote access VPN might only allow one laptop to reach 3 internal apps, not the entire 500-user LAN. The tunnel shape tells you the trust shape.

The catch: The same word, “VPN,” hides 2 very different habits: network-to-network transport and user-to-network login. In a network and systems security course, that distinction shows up in router configs, firewall rules, and diagrams from Cisco, Palo Alto, or Fortinet labs. My take: students often memorize the label and miss the traffic pattern, which is the part that actually matters.

Architecture also tells you who owns the control point. A concentrator, firewall, or VPN gateway can terminate 1, 5, or 50 tunnels, and that choice affects routing, authentication, and logging. A model that works for a 2-office company may look clumsy in a 30-branch company, because scale changes the cost of every new tunnel.

How Does Site-to-Site VPN Architecture Work?

Site-to-site VPN architecture uses 2 gateways to build a persistent tunnel between entire networks, such as a branch office in Seattle and headquarters in Atlanta. The tunnel stays up most of the time, so users at each site move traffic across it without logging in every morning.

Reality check: This model fits always-on network links, not individual people. A policy may allow all traffic from 192.168.10.0/24 to 192.168.20.0/24, or it may allow only 443 and 53 if the security team wants tighter control. Route-based VPNs push traffic by route tables, while policy-based VPNs match traffic with rules. That difference shows up in how you write the config, not just in the name.

Site-to-site makes sense when 2 offices need shared file servers, VoIP, or an ERP system with 24/7 traffic. It gets awkward when the goal is “let 1 contractor in for 3 hours,” because the model assumes a network on each end, not a person on a phone. That is why I think site-to-site stays boring in the best way: it does one job well, and it does not pretend to be a user login tool.

A hub-and-spoke version is common. One central data center acts as the hub, and 5, 12, or 50 branches act as spokes. That cuts the number of tunnels compared with full mesh, but it also puts more pressure on the hub if the main link fails.

How Does Remote Access VPN Architecture Work?

Remote access VPN architecture starts when a laptop, tablet, or phone reaches a central VPN headend and proves identity before the tunnel opens. The client software checks credentials, the server checks policy, and the session then routes only the traffic that the user profile allows, often with MFA and a fixed timeout such as 8 hours.

What this means: The user experience feels simple, but the mechanics stay strict: device, identity, tunnel, policy. A student in a lab can see this in 4 moving parts, and the details matter more than the brand name on the client.

Remote access fits people who work from home, travel, or use a shared campus network. It also creates a sharper attack point, because the headend must handle many logins, many devices, and many trust decisions at once. A stolen laptop matters more here than in a pure site link, because one user account can open a door into internal systems.

For an Network and Systems Security lab, the tell is usually a client icon on a laptop, a login box, and a central concentrator with 1-to-many access rules. If you see per-user authentication and split access, you are looking at remote access, not a branch tunnel.

A strict policy can say: MFA every login, 8-hour max session, and reauth after device sleep. That kind of exact rule shows how real deployments treat identity as a moving target, not a one-time stamp.

Network And System Security UPI Study Course

Learn Network And System Security Online for College Credit

This is one topic inside the full Network And System Security course on UPI Study — a self-paced, online class that earns real college credit. Credits are ACE and NCCRS evaluated and transfer to partner colleges across the US and Canada. Courses start at $250 with no deadlines and lifetime access.

Browse Network Security Course →

Which Hub-and-Spoke VPN Design Should You Use?

Hub-and-spoke design puts 1 central hub in the middle and sends all traffic through it, while the spokes connect to that hub instead of to each other. It matters because the same shape can support 12 branch offices or 12,000 remote users, but the tradeoffs change fast.

ThingHub-and-Spoke Site-to-SiteHub-and-Spoke Remote Access
Who connectsBranch networksIndividual users
Hub roleGateway or routerVPN concentrator
Traffic patternSite to siteUser to network
Scale5-50 branches10-10,000 users
Weak pointHub outage stops many sitesHeadend overload at login peak
Best fitShared services between officesManaged access for people on the move

The tradeoff is clear. Hub-and-spoke keeps control simple and cuts tunnel sprawl, but it also makes the hub a choke point. A full mesh gives lower latency between peers, yet it grows into a mess after 6, 8, or 10 sites.

Why Do VPN Architectures Change Security Risk?

A VPN design changes risk because it decides where trust starts and where it stops. A single concentrator can become the one place that sees 100% of remote logins, branch routes, and logs, so its failure or compromise hits hard.

For network and systems security work, students should notice whether the architecture narrows access or spreads it. That judgment matters more than the logo on the VPN box.

I have a strong opinion here: split tunneling should never get a free pass. It can help with bandwidth, but it also creates a second path that security teams must watch.

How Can Students Recognize VPN Models in Practice?

Students can spot VPN models by asking 3 questions: where does the tunnel end, who starts it, and does the traffic move user to network or network to network. A diagram with 2 firewalls and 1 dashed line between sites usually points to site-to-site, while a laptop icon pointing at a VPN headend usually points to remote access.

A real lab screenshot often gives away the answer with small clues. If the policy says “allow 10.1.0.0/16 to 10.2.0.0/16,” that smells like site-to-site. If the policy says “group Finance gets access to 4 internal apps after MFA,” that points to remote access. Those 2 cases look similar on paper, but the control model differs a lot.

In a network and systems security course, you will often see concentrator, firewall, and client software named in the same diagram. A concentrator usually means many users or branches land on 1 central point, and that central point makes the trust rules. A lab with 2 routers and a persistent tunnel, by contrast, usually shows site-to-site behavior.

Worth knowing: The easiest exam trick is to look for scale words: 1 user, 2 branches, 8 hours, 24/7, or 50 sites. Those numbers tell you whether the design serves people, offices, or both. My take: if you can read the verbs in the policy, you can read the architecture.

Frequently Asked Questions about VPN Architectures

Final Thoughts on VPN Architectures

VPN deployment models are not just tech labels. They indicate who connects, what gets protected, and how much damage one failure can cause. Site-to-site VPNs suit branch links and shared services. Remote access VPNs fit people, devices, and per-user rules. Hub-and-spoke sits in the middle and trades simplicity for a single point of strain. That is the skill students need in a network and systems security class. Do not stop at the word “VPN.” Read the diagram. Read the policy. Read the tunnel endpoints. If you see 2 sites and a persistent gateway-to-gateway link, you are likely looking at site-to-site. If you see a laptop, MFA, and a central headend, you are looking at remote access. Security teams make these choices for practical reasons, and practical reasons drive the world: scale, logging, trust, and who gets access to what. A design that works for 2 branches can fall apart at 20. A design that feels handy for 1 user can become messy when 500 people log in at 9 a.m. Students who can spot those patterns quickly perform better in labs, exams, and real jobs. Start with the tunnel, then ask who owns it, who can cross it, and what happens if it breaks.

How UPI Study credits actually work

Ready to Earn College Credit?

ACE & NCCRS approved · Self-paced · Transfer to colleges · $250/course or $99/month

More on Network And System Security
© UPI Study. This article and its educational content are solely owned by UPI Study and licensed under CC BY-NC-ND 4.0. It is not free to reuse or modify. Any citation must credit UPI Study with a direct link to this page.