CHAPTER TWELVE: OS TYPES Flashcards

(28 cards)

1
Q

What is an Operating System (OS)?

A

An Operating System (OS) is the main software that runs on your computer, phone, or tablet. It tells the hardware (like your keyboard, screen, or printer) how to work with the apps you use. Think of it like the boss of your device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Types of Operating Systems

A

There are four main types of OSs, based on what kind of device and situation they’re used for:

  1. Business Client OS
    This is made for office computers that connect to a company network. It works well in a centrally managed system (like where IT people control what happens on each machine).
  2. Network Operating System (NOS)
    This OS is for servers (big powerful computers) in business networks. It helps run websites, company emails, file sharing, and more.
  3. Home Client OS
    These are OSs meant for personal computers at home or small offices. They’re simpler than business systems.
  4. Cell Phone/Tablet OS
    These are specially made for touchscreen devices like smartphones and tablets. Everything is made to work with your finger or a stylus (pen).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Microsoft Windows

A

Windows is the most popular OS made by Microsoft. It covers all four types mentioned above:

Windows 10/11: Used on home and office PCs. They can work with a mouse, keyboard, or touchscreen.
Windows Server 2019/2022: These are the NOS versions, used for company servers.
Touch support: Windows works on tablets and laptops with touchscreens.
Phones? Microsoft tried making Windows phones, but they stopped.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

macOS (Apple Computers)

A

macOS runs only on Apple computers (like MacBook or iMac). It’s based on something called UNIX but Apple added its own graphical interface (the look and feel of your screen) and utilities (tools).

It works with a Magic Trackpad (like a fancy touchpad), but not with touchscreens.
You get free updates, but not all Macs can install the latest version.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

UNIX

A

UNIX is one of the oldest OSs, made in the 1960s.

It’s used on all kinds of devices, from PCs to supercomputers.

It has a kernel (core part that controls memory, processor, and hardware) and a shell (user interface or command line you can type into).

It’s very portable, which means it runs on a huge variety of hardware.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Linux

A

Linux is a free, open-source version of UNIX.
It was created by Linus Torvalds.
mes in different “flavors” called distributions (distros), like:

  • Ubuntu
  • Debian
  • Red Hat
  • Fedora
  • Mint
  • Arch

Some are free (like Ubuntu), while others offer paid support (like Red Hat).

Two types of updates:

  1. Standard versioning (numbered updates)
  2. Rolling release (always gets the latest updates automatically)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Chrome OS

A

Made by Google, based on Linux.

Runs on Chromebooks (cheap laptops) and Chromeboxes.

Very simple OS that focuses on using web applications (apps that run in a browser).

Most of the work happens on the Internet, not on your computer.

Great for education and budget-friendly use.

Can also run offline apps and Android apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

iOS (Apple)

A

Runs on iPhones and older iPads.

Based on UNIX, just like macOS.

Closed-source – only Apple can change it or install it.

You get a new version almost every year, like version 15.

Free updates, but older phones might not get new features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Android

A

Made by the Open Handset Alliance (mainly Google).

Based on Linux.

Open-source – anyone can modify it, which is why many phone brands use it:

Samsung, LG, Xiaomi, Motorola, etc.

Each brand can make its own custom Android version.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

High-level formatting

A

When you get a new hard drive (or memory card, or USB stick), your computer needs to get it ready before it can save files. That process is called formatting.

High-level formatting means your computer sets up a “file system” so it knows how to organize stuff on that drive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Windows mostly uses three kinds of file systems:

A

NTFS (New Technology File System)
FAT32
exFAT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

NTFS (New Technology File System)

A

This is the main file system used by Windows. It’s the smartest and most advanced.

  1. 64-bit addressing: It can handle really big files and drives—up to 16 exabytes (that’s crazy huge, think millions of terabytes). In real life, Windows limits it to about 256 terabytes depending on settings.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

key features of NTFS

A
  • journaling: NTFS keeps a log (or journal) of changes. So if your computer crashes or loses power, it can recover faster and knows which parts of the disk are messed up.
  • snapshot (Volume Shadow Copy): This lets the system take a “picture” of your files at a certain moment, even if you’re using the file. So you can go back to an earlier version.
  • security
    File permissions: You can say who can see or change a file.
    Audit trails: It can log who accessed a file and when.
    Quotas: You can set space limits for different users.
    EFS (Encrypting File System): You can encrypt (lock) files so only certain people can open them.
  • POSIX compliance: This means NTFS can play nicely with Linux/UNIX apps by supporting things like:

Case-sensitive names (e.g. “file.txt” ≠ “File.txt”)
Hard links (shortcuts that act like real files)

  • indexing: NTFS keeps a catalog of all files to speed up searches.
  • Dynamic disks: Lets you combine multiple physical drives into one big virtual drive.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Downsides to NTFS

A

Not all systems support NTFS well.

macOS can read but not write to NTFS drives.
Linux sometimes works, but not perfectly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

FAT32 (File Allocation Table - 32-bit)

A

This is the “grandpa” of file systems. It’s very old but still used for compatibility.

  1. File Allocation Table: Think of it like a table of contents telling the computer where each piece of your file is stored.
  2. 32-bit: That’s how big the “table” is. It can handle volumes (drives) up to 2 TB (terabytes).
  3. Max file size: You can’t store anything larger than 4 GB - 1 byte. So, no big video files.

FAT32 has no:
Journaling (no crash recovery help)
Security features (anyone can access files)
Encryption

17
Q

FAT32 is great for what?

A

USB drives, SD cards, and other stuff that needs to work on many devices (Windows, Macs, smart TVs, etc.)

System boot partitions (a small part of your hard drive that helps Windows start)

18
Q

exFAT (Extended File Allocation Table)

A

This is like FAT32’s modern cousin. It was designed for flash drives and removable storage.

  1. 64-bit version of FAT: Bigger file sizes (up to 16 exabytes) and drive sizes (up to 128 petabytes).
  2. Permissions: You can control who accesses files, but it doesn’t do encryption like NTFS.

exFAT is a sweet spot:

Works well with both Windows and macOS
Handles large files (great for videos, backups, etc.)
Good for USB sticks and external drives

19
Q

Linux File Systems

A

Linux commonly uses the ext family—ext3 and ext4.

ext3: Older, supports journaling (which is like keeping a log of changes to prevent data loss during crashes).
ext4: Newer and faster—better performance and also uses journaling.

Linux can also understand FAT and FAT32 (older Windows formats) and calls them VFAT.
Linux can use NFS (Network File System), which is like having a shared folder from another computer show up like it’s part of your own system.

20
Q

macOS File System

A

Mac computers use APFS (Apple File System).
It’s built for Apple devices and includes features like:

Journaling (logs changes for safety),
Snapshots (you can “rewind” to earlier file versions),
Permissions (controls who can open or change files),
Encryption (locks files with a password).

21
Q

OS Compatibility Issues (Making Sure Stuff Works Together)

A

Devices and software don’t always “get along” when they use different operating systems.

Compatibility concerns come in a few types:

  1. Hardware Compatibility:
    Your computer must be strong enough (fast processor, enough memory) to handle a new OS version.
    Sometimes old hardware just can’t run new software properly.
  2. Software Compatibility:
    Apps are built for specific operating systems.
    Example: An app made for iPhone (iOS) won’t work on an Android phone unless the developer makes a separate version.
  3. Network Compatibility:
    Devices on different operating systems still need to share files or chat over a network.
    They must speak the same “language” (network protocols like TCP/IP) to understand each other.
  4. User Training:
    New OS = new look and new controls.
    If users aren’t trained, they might get frustrated or waste time.
    That’s why businesses train employees and provide support before switching.
22
Q

Vendor Life-Cycle Limitations (How Long a Company Supports an OS)

A

Every operating system goes through life stages:

Beta Phase:
Early testers try the software and report bugs.
Microsoft’s “Insider Program” lets you try early versions of Windows.

Supported Phase:
OS is officially released and actively updated with new features and bug fixes.

Extended Support:
OS isn’t sold anymore but still gets security updates.
It might not work with the latest hardware or features

End of Life (EOL):
The company stops supporting it—no more updates.
If you’re still using it, you’re at risk of hacks and viruses.

23
Q

Windows Versions

A

Windows has had lots of different versions over the years—like Windows XP, Windows 7, Windows 10, and Windows 11.
Each new version usually comes with a new look (called the user interface or “UI”), new features, and support for newer hardware (like newer printers or graphics cards).

24
Q

windows editions

A

“Editions” are like trim levels of that car. For example, Windows Home and Windows Pro are both Windows 10, but they’re built for different needs.

25
32-bit vs. 64-bit (Also called x86 vs. x64)
32-bit Windows works only on a 32-bit CPU (a type of computer brain). 64-bit Windows works on a 64-bit CPU, and can also run 32-bit apps (but not the other way around). If your Windows is 32-bit, you can only use up to 4 GB of RAM (computer memory). If you have 64-bit Windows, you can use a lot more RAM, depending on which edition you have. Drivers (small pieces of software that help your hardware talk to Windows) must be 64-bit for 64-bit Windows. If they aren’t, your hardware (like a printer or camera) might not work.
26
Desktop Styles (What You See on the Screen)
Windows uses a UI (user interface) with a desktop, Start menu, taskbar, and notification area. These have stayed mostly the same over the years, but the design changes a bit with each version. Example: Windows once had a Start menu that took up the full screen with live tiles (like animated app boxes). Windows 10 added dark mode in version 1607, and newer updates keep improving it. Windows 11 changed things more: it centered the taskbar, redesigned the Start menu, and added better support for multiple desktops (so you can organize apps separately for work, school, gaming, etc.).
27
Windows Home Edition
This version is made for home users—people who just want to browse the internet, play games, watch videos, and maybe work from home. It has basic features, but not the fancy business tools. You can’t join a domain (a kind of network used in offices). It’s great for things like family sharing, smart devices, and gaming.
28