Windows Server 1.1 : Domain and workgroup environments part 1
The first thing to grasp about Windows networking is that there are two membership models for a machine: workgroup and domain. The moment you install Windows, the computer is automatically joined to a workgroup — usually one named simply WORKGROUP. You can confirm this by opening Control Panel → System and Security → System: at the bottom of the page Windows shows the computer name and the workgroup or domain it belongs to.
Where to change it
From that same System page, click Change settings. You can then rename the computer or join either a domain or a workgroup. Two paths exist to join a domain:
- Through the wizard — Windows asks you to describe your network. Pick This computer is part of a business network; I use it to connect to other computers at work, then the option that says the company network uses a domain. The wizard then lists what you will need: username, password, domain name, computer name and possibly a computer domain account. If you do not have this information, you must contact your network administrator.
- Manually — in the same dialog, click Change, tick Domain and type the domain name (for example
adamtech.local). If the domain exists, Windows prompts for credentials with sufficient rights to join the machine; if it does not exist, the join fails immediately.
For now, since we have not built a domain yet, we cannot complete the join. The key takeaway is simply how to spot which model your machine is in and how to switch from one to the other from the System control panel. The next video will dive into the technical differences between the two modes.
Summary
This lesson explains the two fundamental network environments in Windows Server: workgroups and domains. Workgroups are the default local network configuration assigned automatically during OS installation, suitable for small private networks, while domains are centralized network environments designed for enterprise use. The lesson demonstrates how to access network settings through Control Panel and outlines the requirements for joining a computer to a domain, including necessary credentials and administrator information.
Key points
- Computers automatically join a workgroup upon Windows installation; this is the default network environment for private use
- Workgroups vs. Domains: workgroups are decentralized (peer-to-peer) for small networks, while domains are centralized for enterprise environments requiring centralized authentication and management
- Access network configuration via Control Panel > System and Security > System to view or modify workgroup and domain membership settings
- Joining a domain requires username, password, domain name, and computer name; users may need to contact their network administrator for these credentials
- Domain joining can be initiated through an assistant wizard that guides users through the process and validates network requirements
FAQ
What is the difference between a workgroup and a domain environment?
A workgroup is a decentralized network environment automatically assigned to computers for private or small-network use, where each computer manages its own user accounts. A domain is a centralized network environment used in enterprises where a domain controller manages user authentication, permissions, and resources for all connected computers.
What information do I need to join a computer to a domain?
To join a domain, you need your username, password, domain name, and computer name. If you do not have this information, contact your network administrator who can provide the necessary credentials and domain details.
Can I change from a workgroup to a domain after installation?
Yes, you can modify your network configuration after installation by accessing System settings in Control Panel and using the change options to join a domain or modify your workgroup membership.