Network Operating Systems, Clients, and Servers

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/39

flashcard set

Earn XP

Description and Tags

Flashcards reviewing key vocabulary related to network operating systems, clients, servers, user accounts, and related concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

Network Operating System (NOS)

A computer operating system designed primarily to support workstations, personal computers, and older terminals connected on a local area network (LAN).

2
New cards

Network Operating System (NOS) Software

Enhances a basic operating system by adding networking features.

3
New cards

Basic Operating System Features of NOS

Protocol support, processor support, hardware detection, and multiprocessing support for applications.

4
New cards

Security Features of NOS

Authentication, restrictions, authorizations, and access control.

5
New cards

Service Features of NOS

File, web service, printing, and replication features.

6
New cards

Management Features of NOS

Directory and name services management.

7
New cards

User Management Features of NOS

User management features along with provisions for remote access and system management.

8
New cards

Internetworking Features of NOS

Routing and WAN ports.

9
New cards

Clustering Capabilities of NOS

Capabilities include clustering.

10
New cards

Common Tasks of NOS

User administration tasks.

11
New cards

Maintenance Tasks of NOS

System maintenance activities like backup.

12
New cards

File Management Tasks of NOS

Tasks associated with file management.

13
New cards

Security Monitoring Tasks of NOS

Security monitoring on all resources in the network.

14
New cards

Print Job Tasks of NOS

Setting priority to print jobs in the network.

15
New cards

Client

A piece of computer hardware or software that accesses a service made available by a server.

16
New cards

Client Role

The requesting program or user in a client/server relationship.

17
New cards

Server

A computer or computer program that manages access to a centralized resource or service in a network.

18
New cards

Server (Networking)

A computer designed to process requests and deliver data to other (client) computers over a local network or the Internet.

19
New cards

Windows Server

A group of operating systems designed by Microsoft that supports enterprise-level management, data storage, applications, and communications.

20
New cards

Windows Servers

More powerful versions of desktop operating systems designed to efficiently handle corporate networking, Internet/intranet hosting, databases, enterprise-scale messaging, and similar functions.

21
New cards

Previous Versions of Windows Server

Focuses on stability, security, networking, and various improvements to the file system.

22
New cards

Windows Server STANDARD

Up to 2 virtual machines per physical server. Development and a testing environment

23
New cards

Windows Server DATACENTER

Unlimited number of VMs. Live migrations and additional security shields.

24
New cards

Linux Server

A high-powered variant of the Linux open-source operating system designed to handle the more demanding needs of business applications.

25
New cards

Applications for Linux Server

Network and system administration, database management, and web services.

26
New cards

Advantages of Linux Server

stability, security and flexibility

27
New cards

Peer-to-Peer Network Operating System

Peer-to-peer network operating system users are allowed to share resources and files located on their computers and access shared resources from others. This system is not based with having a file server or centralized management source.

28
New cards

Client/Server Network Operating Systems

Client/server network operating systems allow the network to centralize functions and applications in one or more dedicated file servers. The server is the center of the system, allowing access to resources and instituting security.

29
New cards

Homegroup

Simplified networking, allows users on a home network to share the contents of their libraries without creating user accounts and permissions.

30
New cards

Domain

A group of computers and devices on a network that are administered as a unit with common rules and procedures.

31
New cards

Workgroup

A collection of computers on a local area network (LAN) that share common resources and responsibilities.

32
New cards

Local User Accounts

Provide access to resources on the local computer, are created only on computers that are not in a domain, are created in the local security database.

33
New cards

Domain User Accounts

Provide access to network resources, provide the access token for authentication, are created in Active Directory directory services on a domain controller.

34
New cards

Groups

Collections of user accounts; members receive permissions given to groups; users can be members of multiple groups; groups can be members of other groups.

35
New cards

User Profile

A set of data that is used to re-create the user's environment each time a user logs on. It includes several folders such as Contacts, Cookies, Desktop, Downloads, Favorites, and more.

36
New cards

Local profile

Stored only on the device. Every user logging on to a Windows endpoint will normally receive a local profile unless another type is defined for them.

37
New cards

Roaming profile

Stored on a file server share and is copied down to the device at logon and back to the share at logoff, allowing users to persist their profile changes. This is defined in AD.

38
New cards

Mandatory profile

A roaming profile that is not saved back to the file share and discarded at logoff. Users cannot persist profile changes and always receive the same profile settings.

39
New cards

Temporary profile

If there is a problem loading a profile or the user's profile is unavailable, then the system will create a temporary profile for the user which is discarded at logoff.

40
New cards

User Account Control (UAC)

Administrators are issued two access tokens—1 standard token and 1 administrative token.