1.8 Operating System Types Flashcards
What was the very first version of Windows?
Windows 1.01
What is the oldest Windows OS covered in the course?
Windows 8.1
When will Windows 10 support operate until?
October 2025
Until when will Microsoft support Windows Server 2016?
January 2027
When will Windows Server 2019 be supported until?
January 2029
When will Windows Server 2022 be supported until?
Octover 2031
Describe the basic features of Linux
Made by many different people, open-source, anyone can make changes to the underlying code
How does Unix differ from Linux?
Some distributions use a subscription based model
Name some community supported distributions (Linux)
Fedora, Debbie and Mint, Arch or Cent OS
Name the two different formats for lifecycle support
Standard release model and rolling release model
Describe the rolling release model lifecycle support
No long-term support and no version numbers due to constant updates
Give two characteristics of Android’s development
- Based on Linux
- Each manufacturer can make their own version
Who first released Android?
The open handset Alliance, which is primarily backed and driven by Google
How long is the Android OS lifecycle?
Shorter than desktop and server environments
Give four characteristics of ChromeOS
- Proprietary operating system created by Google
- Designed to run on specific hardware
- Stripped down operating system
- Primarily uses web applications and supports Android apps
What do filesystem types do?
Organise data and information on a hard drive, SSD, or other storage device
Which OS uses APFS?
macOS
Linux uses which filesystem types?
ext3, ext4, or exFAT
Which filesystem types does Windows use?
NTFS, FAT32, or exFAT
Which OS can read NTFS by default and why?
Windows, because Microsoft developed it
Which filesystem has a higher security level and allows you access to audit trails, quota management, and an encrypting filesystem?
NTFS
Is NTFS case sensitive?
Yes on Linux/Unix
No on Windows
Name 6 features of NTFS
Journaling
Snapshots
Security
POSIX compliance
Indexing
Dynamic discs
What do snapshots allow you to do?
Make a read-only copy of a file even if it is locked
What is the maximum file size and drive size of FAT32?
4GB and 2TB
Which OSs support FAT32?
All of them
Where is FAT32 usually used?
Removable drives
ext3 and ext4 are supported by default on which two OSs?
Linux and Unix
Give the maximum volume and file size for ext3
Volume: 32TB
File: 2TB
Give the maximum volume and file size for ext4
Volume: 1EB
File: 16TB
Give two characteristics of APFS.
Considered a journaled filesystem
Higher level of performance with SSD over HDD
Name three benefits of using a journaled filesystem
Faster recovery
Data integrity
Consistency
What is the max volume and file size of exFAT?
Volume: 128PB
File: 16EB
What is special about exFAT?
It can be used on all four main OSs
How do computers with different OSs communicate?
By using TCP/IP