Guide - Part 8: System Management Flashcards
What are the four primary peripheral bus technologies supported by Mac computers running OS X?
The four primary peripheral bus technologies supported by OS X are:
- Universal Serial Bus (USB)
- FireWire
- Thunderbolt
- Bluetooth wireless
Which action must take place for a Mac to communicate with a Bluetooth peripheral? Where can this be configured?
Bluetooth devices must be paired to each other for communication to occur. Bluetooth preferences in the System Preference application is responsible for pairing your Mac with Bluetooth peripherals. You can quickly open Bluetooth preferences from the Bluetooth status menu.
What’s a device driver? Which three primary types of device drivers are there?
A device driver is software specially designed to facilitate the communication between OS X and a peripheral. Device drivers can be kernel extensions, framework plug-ins, or standalone applications.
How does OS X support third-party devices without needing third-party device drivers?
OS X uses built-in generic drivers based on each device class. For example, there are generic drivers for scanners and printers that can be used instead of official third-party drivers.
What can you infer about a connected peripheral if it doesn’t appear in the System Information application?
If a connected peripheral doesn’t appear in System Information, the issue is likely to be hardware related. Troubleshoot accordingly.
What does CUPS do?
Common UNIX Printing System (CUPS) manages all printing for OS X, including both local and shared printing.
What are PPD files responsible for?
PostScript Printer Description (PPD) files are printer driver files that instruct the CUPS system on how to communicate with specific printer models.
What’s the best source for acquiring printer drivers for OS X?
The Apple print drivers are the best source for configuring OS X printers. One method is to let the software update system automatically download and install the appropriate printer drivers. Or you can manually download and install printer drivers from the Apple support website.
Under what circumstances can a standard (nonadministrative) user configure a printer?
Assuming the default settings for OS X, a standard user can only configure directly attached or local network printers from the Print dialog. Also, the appropriate drivers must be installed before the standard user configures the printer.
How do you share printers with other users?
You can enable printer sharing from Print & Scan or Sharing preferences. Note that Windows clients may need additional drivers to access the Mac computer’s shared printers via the IPP protocol.
How can you select a new printer driver for a configured
printer?
It depends on the printer. From Printing & Scanning preferences, sometimes you can simply select a new printer driver from the Options & Supplies dialog. In many cases though, to select a new printer driver for a configured printer you must delete and then add the printer again.
If it appears that all configured printers are having problems, what’s a potential quick fix?
If all printers appear to be having problems, a quick fix is to reset the entire printing system by using secondary (or Control-) click in the printer list and then choosing “Reset printing system.”
What are the primary system initialization stages in OS X? What are the visual and audible cues of these items?
Each primary stage of system initialization can be indicated by the following: firmware, startup chime or bright flash of the power-on light, followed by a light-gray screen on the primary display; booter, a dark-gray Apple logo on the primary display; kernel, a small dark-gray spinning gear or spinning Earth icon below the Apple logo; and system launchd, a white screen on all displays followed by the login screen.
What does the firmware do? What’s the POST?
The firmware initializes the Mac computer’s hardware and locates the booter file on a system volume. The Power-On Self-Test (POST) checks for basic hardware functionality when the Mac powers on.
What role does the system launchd process serve during
system startup?
The system launchd process is ultimately responsible for starting every system process. It also manages system initialization and starts the loginwindow process.