Setting up a home PC often means you just sign in and start using it. In an office, you usually log in with a company account and see shared printers and folders right away. For CompTIA A+ Core 2 (220-1202), Domain 1, Objective 1.7, that contrast matters because it frames how Windows systems connect, share, and get managed.
A domain joined computer connects to a centralized domain (typically Active Directory) and uses domain accounts, policies, and permissions managed by an admin. A workgroup computer uses local accounts and local settings, with no central sign-in or management server. Because of that, a domain usually fits larger environments, while a workgroup often suits small, informal setups.
By the end of this guide, you'll be able to explain the difference in plain terms, choose the right option for a given scenario, and link each choice to shared resources, including printers, file servers, and mapped drives. You'll also know what changes for access control and day-to-day support when a device moves from a workgroup to a domain, or the other way around.
Domain Joined vs Workgroup
For CompTIA A+ Core 2 (220-1202), Domain 1, Objective 1.7, the simplest way to think about this is who "owns" your login and who "pushes" the rules. A domain joined PC checks in with a central identity system (often Active Directory), so users and permissions live in one place. A workgroup is the opposite, each computer stands alone, and sharing depends on what each PC allows.
In plain English, a domain works like a building with a front desk that recognizes you anywhere you go. A workgroup works like separate cabins, you can share keys, but each door still has its own lock.
How sign-in works in each setup
In a domain, your account is stored centrally. That means your username and password represent the same identity across many computers. You can sit down at a different domain joined PC, sign in, and the system still recognizes you as the same person, with the same group memberships and access rights.
In a workgroup, your account is usually a local account, which exists only on that one PC. The password rules, group membership, and access rights are tied to that device. As a result, moving to another computer often means you need a separate account there, even if the username looks the same.
Here's the practical difference when you switch computers:
- Domain account: Your identity follows you because the PC checks the domain for your account.
- Local account: Your identity stops at the machine because the account database is local.
A simple example helps. Imagine Sam works in a small office with five PCs and one file server.
- In a domain, Sam signs in as
COMPANY\sam. On Monday, Sam uses PC-1. On Tuesday, Sam uses PC-3. In both cases, the login points to the same domain account, so access to shared folders and mapped drives stays consistent. - In a workgroup, Sam might have
samon PC-1 and a differentsamon PC-3. Even if the passwords match, Windows treats them as separate accounts. Sam may lose access to a shared folder until someone grants permission again or uses stored credentials.
If users move between PCs often, domains reduce friction because the account lives in one place.
Who controls settings and security
A domain centralizes control. Admins set security rules once and apply them to many computers. In Windows environments, this often happens through Group Policy, which is a set of rules that domain joined PCs download and enforce. Users still work locally, but many settings come from the organization.
A workgroup has no central policy engine. Each PC keeps its own local security policy and configuration. That means an admin must configure settings per device, or rely on manual habits and checklists. Consistency becomes harder as the number of PCs grows.
This shows up fast in real outcomes:
- Password rules: In a domain, admins can require longer passwords, lockout thresholds, and expiration rules across all PCs. In a workgroup, each machine can end up with different standards unless someone configures them one by one.
- Desktop restrictions: Domains can limit Control Panel access, block certain settings, or control which apps can run. In a workgroup, you handle these controls locally, and users may have more room to change things.
- Updates: A domain environment often coordinates update behavior (for example, update timing and reboot rules) so devices do not patch at random. In a workgroup, Windows Update settings vary by PC unless someone checks them regularly.
- Software installs: Domains can restrict who installs software and can standardize tools across many systems. In a workgroup, one PC might stay clean while another fills with unapproved apps.
On a domain joined PC, security feels more "automatic" because policies re-apply even after changes. On a workgroup PC, security depends more on local admin attention.
What "centralized management" looks like day to day
Centralized management sounds abstract until you picture the daily workload. In a domain, many routine tasks happen in one admin console, then flow out to devices. In a workgroup, the same tasks repeat on every computer, and small differences pile up over time.
Common domain tasks tend to look like this:
- Add a user once: Create an account centrally, then the user can sign in on any domain joined PC.
- Reset a password quickly: Fix a lockout or forgotten password in one place, no need to touch the user's computer.
- Join a device to the domain: Connect a new PC, place it in the right group, and it starts receiving standard settings.
- Apply a standard configuration: Push consistent rules for passwords, firewall settings, mapped drives, and printer connections.
In contrast, workgroup administration usually means repeating the same steps:
- Create the same username and password on multiple PCs (or manage many different credentials).
- Set sharing and permissions per computer and per folder.
- Map drives and add printers manually on each device.
- Troubleshoot "why it works on one PC but not another" more often, because settings drift.
Time cost is the key difference. With five computers, manual work is annoying but possible. With fifty, it becomes a steady source of misconfigurations. Consistency also improves in domains because policies refresh. When a user or device changes, the domain pulls it back into the standard pattern.
Sharing Resources
For CompTIA A+ Core 2 (220-1202), Domain 1, Objective 1.7, shared resources are where the domain vs workgroup choice becomes very practical. Printing, file access, and mapped drives all work in both models, but the setup and support effort differs. In a workgroup, each PC acts on its own rules and local accounts. In a domain, a central server and directory (such as Active Directory) can standardize access, drivers, and connections across many users.
Printers: shared printer vs. print server
In a workgroup, a common approach is to connect a printer to one PC and share it from that PC. That host PC becomes the "middleman" for everyone else. As a result, that PC must be powered on, signed in, and connected to the network for others to print. If it sleeps, reboots, or loses Wi-Fi, printing stops for everyone who depends on it.
Driver handling also tends to be more manual in a workgroup. Each client PC may prompt for a driver when it connects to the shared printer. Sometimes Windows finds a driver automatically, but mixed device types (Windows 10 vs Windows 11, or ARM vs x64) can cause prompts and failures. Access control is also local. The host PC decides who can print, often based on local accounts or saved credentials.
In a domain, organizations often use a print server. The printer connects to the network, and the server publishes it for users. Since the server stays online, clients do not depend on a random workstation being awake. Admins can also manage queues, defaults, and permissions in one place.