System Management Flashcards
What are the 4 primary peripheral bus technologies supported by Mac computers running OS X
Universal Serial Bus (USB)
FireWire
Thunderbolt
Bluetooth wireless
Which action must take place in order 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 (or the Bluetooth status menu if enabled)
What’s a device driver? Which 3 primary types of device drivers are there?
It is software specially designed to facilitate the communication between OS X and a peripheral.
Kernel extensions
Framework Plug-ins
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.
What can you infer about a connected peripheral if it doesn’t appear in the System Information application?
The issue is likely hardware related.
What does CUPS do?
Common UNIX Printing Systems manages all printing for OS X, including both local and shared printing
What are PPD files responsible for?
PostScript Printer Description 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 drives for OS X? (2 things)
Allow Software update system automatically download and install the appropriate printer drivers.
Manually download and install printer drivers from the Apple support website.
Under what circumstances can a standard (nonadministrative) user configure a printer?
A standard user can only configure directly attached or local network printers from the Print dialog (appropriate drivers must be installed).
How do you share printers with other users?
By enabling printer sharing from Print & Scan or Sharing preferences.
How can you select a new printer driver for a configured printer? (2 ways)
It depends on the printer. Sometimes Printer and Scanning preferences allow you to simply select a new printer driver from the Options and Supplies dialog. In many cases you must delete and then re-add the printer.
If it appears that all configured printers are having problems, what’s a potential quick fix?
Reset the entire printing system by using secondary 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 systems?
Firmware: a 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
System launchd: a white screen on all displays followed by the login screen
What does the firmware do? What’s the POST?
The firmware initialized the Mac computer’s hardware and locates the booted 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 launched process is ultimately responsible for starting every system process. It also manages system initialization and starts the loginwindow process.