Lesson 3: Identifying OS Types and Features Flashcards
The market for operating systems is divided into 4 mainstream types:
- Business client
- Home Client
- Network Operating System (NOS)
- Cellphone (smartphone)/tablet
Business client—An OS designed to work as a client in centrally managed business domain networks.
Network Operating System (NOS)—An OS designed to run servers in business networks.
Home client—An OS designed to work as a standalone machine or in a workgroup network in a home or small office.
Cell phone (smartphone)/Tablet—An OS designed to work with a handheld portable device. This type of OS must have a touch-operated interface.
key NTFS features (6)
- Journaling
- Snapshots
- Security
- POSIX Compliance
- Indexing
- Dynamic Disks
Journaling—When data is written to an NTFS volume, it is re-read, verified, and logged. In the event of a problem, the sector concerned is marked as bad and the data relocated. Journaling makes recovery after power outages and crashes faster and more reliable.
Snapshots—This allows the Volume Shadow Copy Service to make read-only copies of files at given points in time even if the file is locked by another process. This file version history allows users to revert changes more easily and also supports backup operations.
Security—Features such as file permissions and ownership, file access audit trails, quota management, and encrypting file system (EFS) allow administrators to ensure only authorized users can read/modify file data.
POSIX Compliance—To support UNIX/Linux compatibility, Microsoft engineered NTFS to support case-sensitive naming, hard links, and other key features required by UNIX/Linux applications. Although the file system is case-sensitive capable and preserves case, Windows does not insist upon case-sensitive naming.
Indexing—The Indexing Service creates a catalog of file and folder locations and properties, speeding up searches.
Dynamic Disks—This disk management feature allows space on multiple physical disks to be combined into volumes.
OS Compatibility Issues (4)
- Update Limitations
- Software & Hardware Compatibility
- Network Compatibility
- User Training and Support
A customer asks whether an iOS app that your company developed will also work on her Apple macOS computer. What issue does this raise, and what answer might you give?
The issue here is compatibility between different operating systems. Even though both are produced by Apple, iOS and macOS use different environments, so the iOS app cannot necessarily be installed directly.
Your company might make a macOS version.
What feature of modern file systems assists recovery after power outages or OS crash events?
Journaling means that the file system keeps a log of updates that it can use to recover damaged data. The OS might also make use of snapshot capability to maintain a file-version history or perform continuous backups.
Apart from Windows and macOS, what operating system options are there for client PCs installed to a local network? (3)
- One of the distributions of Linux
- Some sort of UNIX
- Chrome OS is installed on Chromebox PCs. These are often used by educational institutions and businesses that rely primarily on web applications rather than locally installed desktop software.
You are advising a customer with an older-model Android smartphone. The customer wants to update to the latest version of Android, but using the update option results in a “No updates available” message. What type of issue is this, and what advice can you provide?
This is an issue with update limitations. Android is quite a fragmented market, and customers must depend on the handset vendor to implement OS updates for a particular model. The customer can only check the handset vendor’s website or helpline to find out if a version update will ever be supported for that model.
Editions of Windows? (5)
- Windows Home
- Windows Pro
- Windows Pro for workstations
- Windows Enterprise
- Windows Education/Education Pro
Pro and Education editions of Windows are restricted to how many TB?
2 TB
Pro for Workstations and Enterprise editions are restricted to how many TB
6 TB
2-way multiprocessing and up to 128 cores support
Pro and Education editions
4-way multiprocessing and up to 256 cores support
Pro for Workstations and Enterprise editions
In terms of system hardware, what is the main advantage of a 64-bit version of Windows?
More RAM–Support for more than 4 GB RAM
You are advising a business that needs to provision video-editing workstations with 4-way multiprocessing. Which retail Windows edition will allow them to make full use of this hardware?
Windows Pro for Workstations supports 4-way multiprocessing (four CPUs installed to separate sockets) and up to 6 TB RAM. Windows Enterprise has the same hardware limits but is not available via a retail channel.
You are advising a customer whose business is expanding. The business owner needs to provision an additional 30 desktop computers, some of which will be installed at a second office location. The business is currently run with a workgroup network of five Windows 10 Home Premium desktop computers and one file server. Why might you suggest licenses for an edition of Windows 10 that supports corporate needs for the new computers and has upgrades for the old computers? Which specific edition(s) could you recommend?
Domain network environment – Windows 10 Pro or Windows 10 Enterprise
Without a domain, accounts must be configured on each computer individually. With more than 30 computers to manage at two locations, this would be a substantial task, so switching to a domain network, where the accounts can be configured on the server, is likely to save costs in the long term. You can suggest either Windows 10 Pro or Windows 10 Enterprise for use on a domain.