📜  域和工作组之间的区别

📅  最后修改于: 2021-08-25 17:29:54             🧑  作者: Mango

1.域:
域是客户端/服务器网络,用户可以在其中从办公室的任何设备登录。也称为远程登录。它具有集中管理功能,并且可以从集中设备管理所有设备。它更喜欢使用集中式存储,并且所有用户数据都存储在可以是NAS或SAN的集中式存储设备上。

2.工作组:
工作组是Windows对等Windows计算机网络,用户只能在其系统上使用他的登录凭据,而在其他系统上则不能使用。它具有分布式管理,其中每个用户都可以独立管理他的计算机。大多数存储是分布式的。每个设备都有自己的专用存储。

域和工作组之间的区别:

S.NO. Domain Workgroup
1. The computers in a domain have a centralized database. The computers in workgroup mainly has its own local database.
2. A domain is mainly to transfer and share sensitive and important data only. A Workgroup is used to share less secure and personal data only due to less security.
3. A domain is mainly preferred for large public and business networks. A workgroup is mainly preferred for small local area networks like schools, colleges, buildings, etc.
4. A domain is used to transfer and share sensitive and important data due to security. A workgroup is used to share personal data as it is less secure.
5. A domain can work better for large numbers of devices. A workgroup works better for fewer computers.
6. The domain names are provided by domain controller on the basis of IP address. In workgroup there is no dependencies on any hardware components and server for assigning the name.
7. Data can be recovered in a domain from the centralized storage. Data recovery is not possible in a workgroup due to the local storage of each device.
8. A Domain can be formed using the devices of one or more different networks domain and adding all the intended devices to it. The devices of the same network can only be added to a workgroup.