Operating Systems 1.7-1.9

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

1/51

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

52 Terms

1
New cards

System requirements for applications (32-bit vs. 64-bit dependent

application requirements)

  • 32 bit apps can run on 64 bit, but 64 bit cannot run on 32 bit

  • 64 bit can access much more memory than 32 bit

  • Hardware drivers are specific to 32 and 64

  • In windows, it separates where 32 and 64 bit apps are stored (program files or program files x86)

2
New cards

System requirements for applications (Dedicated graphics card vs.

integrated)

  • Integrated = CPU and GPU are on the same chip

    • Uses system memory for graphics

    • Common in laptops

  • Dedicated

    • Also called discrete card

    • Uses its own VRAM

    • Used for high-end graphics requirements

3
New cards

System requirements for applications (Video random-access memory (VRAM) requirements)

4
New cards

System requirements for applications (RAM requirements)

  • Critical spec, the app might not run normally or at all if you don’t have enough

  • Goes above and beyond the requirements of your OS

5
New cards

System requirements for applications (Central processing unit (CPU)

requirements)

  • Processing speed (GHz)

  • GHz is a broad measurement for CPU speed

6
New cards

System requirements for applications (External hardware tokens)

  • Used to authorize applications by making the user plug it in to the computer before the app can run

  • Most commonly used on very expensive software to prevent pirating

7
New cards

System requirements for applications (Storage requirements)

  • Needs enough space to be able to install the app

  • Most are small, some are large

8
New cards

OS requirements for applications (Application to OS compatibility)

???

9
New cards

OS requirements for applications (32-bit vs. 64-bit OS)

???

10
New cards

Distribution methods (Physical media vs. downloadable)

  • Downloadable

    • Things like an app store or a direct download from their website

  • Physical media

    • Things like USB drives that contain the application on it

    • Game discs for consoles

11
New cards

Distribution methods (ISO mountable)

  • Optical Disk Image

    • A single ISO fie / ISO image

    • Contains files and folders

    • ISOs use the standardized 9660 file system

    • Mount in the OS, appears as a separate drive

12
New cards

Other considerations for new applications (Impact to device)

  • Application upgrade stops working on your OS

  • Slowdowns

  • Deleted files

13
New cards

Other considerations for new applications (Impact to network)

  • High amounts of traffic

  • Access to internal services

  • Rights and permissions to file shares

14
New cards

Other considerations for new applications (Impact to operation)

  • Updating an application can take time away from time-sensitive jobs

  • Application can break and someone might not be able to do their job

  • Users may need to be retrained

15
New cards

Other considerations for new applications (Impact to business)

  • Critical processes are sensitive to downtime and outages

  • A change to an application can create significant issues

  • Other parts of the business may rely on this application

16
New cards

Workstation OSs (Windows)

  • Many versions available (windows server, windows 11, etc)

  • Large industry support

  • Large install

  • Large target for security exploitation

17
New cards

Workstation OSs (Linux)

  • Open source software

  • Some distributions are general use desktop OSs and others have specific functions like kali linux for hacking

  • It’s free, works on a lot of hardware

  • Extensive support

  • Limited support on drivers and less common to have access to as many applications as other OSs

18
New cards

Workstation OSs (macOS)

  • Runs on apple hardware

  • Easy to use, fewer security concerns

  • Less industry support than the PC platform

  • Higher initial hardware cost

  • Less self-repairing options

19
New cards

Workstation OSs (Chrome OS)

  • Google’s OS based on linux kernel

  • Centers around Chrome browser

  • Minimum hardware

  • Often requires cloud services to be enabled

20
New cards

Cell phone/tablet OSs (iPadOS)

  • Variant of iOS

  • Has a browser

  • Can be used as a second monitor

  • Has keyboard support

21
New cards

Cell phone/tablet OSs (iOS)

  • iOS is apple’s iPhone OS

  • Based on Unix

  • Closed source

  • Exclusive to Apple products

  • Apps are developed with iOS SDK on macOS

  • Apps must be approved by Apple before release

22
New cards

Cell phone/tablet OSs (Android)

  • Open source OS based on linux by Google

  • Apps can be developed on many OSs

  • Apps available from Google Play

  • Apps can be downloaded from third party sites or sideloaded

23
New cards

Various filesystem types (New Technology File System

(NTFS))

  • NT File system

  • Many improvements over FAT32

24
New cards

Various filesystem types (File Allocation Table 32 (FAT32))

  • 2 TB volume sizes

  • Max file size of 4 GB

25
New cards

Various filesystem types (Third extended filesystem (ext3))

26
New cards

Various filesystem types (Fourth extended filesystem (ext4))

27
New cards

Various filesystem types (Apple File System (APFS))

28
New cards

Various filesystem types (Extensible File Allocation Table (exFAT))

  • Microsoft flash drive file system

  • Files can be larger than 4 GB

  • Compatible across many OSs

29
New cards

Vendor life-cycle limitations (End-of-life (EOL))

  • Deciding when the support of a product is going to end

  • Set by vendor

30
New cards

Vendor life-cycle limitations (Update limitations)

  • This determines when updates are no longer being rolled out on an OS

  • Can be a hardware limitation or a processor logic limitation

31
New cards

Compatibility concerns between OSs

  • Sometimes, vendors will allow compatibility between new releases and old ones

  • Not a lot of compatibility between applications

32
New cards

Boot methods(USB)

  • USB must be bootable

  • Computer must support booting from USB

33
New cards

Boot methods(Optical media)

  • CD-ROM and DVD-ROM

34
New cards

Boot methods(Network)

  • PXE (“Pixie”) - Preboot eXecution environment

    • Perform a remote network installation

    • Computer must support booting with PXE

35
New cards

Boot methods(Solid-state/flash drives)

  • Things like hard drives or SSDs

36
New cards

Boot methods(Internet-based)

  • Linux distributions, macOS recovery installation, windows updates etc

  • Gotten from an online server

37
New cards

Boot methods(External/hot-swappable drive)

  • Some external drives can mount an ISO image

  • Boot from USB

38
New cards

Boot methods(Internal hard drive (partition))

  • Install and boot from separate drive

  • Create and boot from a new partition

39
New cards

Types of installations(Upgrade)

  • In-place upgrade

    • Maintain existing applications and data

40
New cards

Types of installations(Recovery partition)

  • Hidden partition with installation files

  • Start the installation from recovery partition

41
New cards

Types of installations(Clean install)

  • Wipe the system

  • Some OSs have migration tools to do a backup and upload for you

42
New cards

Types of installations(Image deployment)

  • Deploy a clone on every computer

  • Relatively quick

  • Can be completed automatically

43
New cards

Types of installations(Repair installation)

  • Fix problems with the Windows OS

  • Does not modify user files

44
New cards

Types of installations(Remote network installation)

  • Local server or shared drive

  • Install across the internet

45
New cards

Types of installations(Other considerations)

  • Third-party drivers

    • Disk controller drivers, etc

    • Your OS may have a way to install these automatically during the OS installation

46
New cards

Partitioning(GUID [globally unique identifier] Partition Table (GPT))

  • Separates the physical drive into logical pieces

  • Useful to keep data separated

  • Multiple partitions are not always necessary

  • Useful for maintaining separate OSs

  • On windows, these partitions are called volumes

  • Modern partition styles are GPTs (GUID (Gloablly Unique Identifier) partition table)

  • GPTs can have up to 128 partitions and the maximum partition size is 9 billion TB. Windows max is 256 TB

47
New cards

Partitioning(Master boot record (MBR))

  • Master Boot Record

  • Older OSs have these

  • Limit to 2 TB size

  • Primary Partition

    • OSs must be located on the primary partition

    • Max of 4 primaries per hard disk

    • One of the primaries can be marked as active

  • Extended Partition

    • Allows you to extend the number of partitions

    • One extended partition per hard disk (optional)

    • Contains additional logic partitions

    • Not bootable

48
New cards

Drive format

  • Quick format

    • Creates a new file table

    • Looks like data is erased, but it’s not

    • No additional checks

    • Default format on Windows

  • Full format

    • Writes 0s to the whole disk

    • Your data is unrecoverable

    • Checks the disk for bad sectors (time consuming)

49
New cards

Upgrade considerations(Backup files and user preferences)

  • Upgrade: Keep files in place

  • Install: Start over completely fresh

  • Upgrades can save hours of time and keeps user settings

50
New cards

Upgrade considerations(Application and driver support/ backward compatibility)

  • Upgrade keeps existing OS

  • Keeps applications, documents, and settings

  • Starts the setup from the existing OS

  • Clean install wipes everything and reloads

  • Clean install needs to be booted from installation media

  • Check with app developers / hardware manufactures to see if drivers are compatible with the OS

51
New cards

Upgrade considerations(Hardware compatibility)

  • (Windows) Run a hardware compatibility check

    • Run manually from the windows setup screen

    • Windows 10 upgrade checker, PC health checker for Windows 11

52
New cards

Feature updates(Product life cycle)

  • Quality updates and bug fixes

  • Feature updates that gives you more capabilities

  • Support is offered up to 36 months from OS release