Part 8 System Management Lesson 25 - 27 Flashcards
What are the four primary peripheral bus technologies supported by Mac computers running OS X?
- 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?
Devices must be paired to each other. Bluetooth preferences (from status menu as well)
What’s a device driver? Which three primary types of device drivers are there?
Software specially designed to facilitate the communication between OS X and a peripheral.
1) kernel extensions,
2) framework plug-ins
3) standalone applications.
How does OS X support third-party devices without needing third-party device drivers?
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 to be hardware related.
What does CUPS do?
Manages all printing for OS X, including both local and shared printing.
What are PPD files responsible for?
Instruct the CUPS system on how to communicate with specific printer models.
What’s the best source for acquiring printer drivers for OS X?
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?
Can only configure directly attached or local network printers from the Print dialog.
How do you share printers with other users?
From Print & Scan or Sharing preferences.
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?
Reset the entire printing system by using secondary (or Control-) click in the printer list and then choosing “Reset printing system.”
What are the 4 primary system initialization stages (with the visual and audible cues) in OS X?
1) firmware, startup chime or bright flash of the power-on light, followed by a light-gray screen on the primary display;
2) booter, a dark-gray Apple logo on the primary display;
3) kernel, a small dark-gray spinning gear or spinning Earth icon below the Apple logo;
4) system launchd, a white screen on all displays followed by the login screen.
What does the firmware do? What’s the POST?
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?
ultimately responsible for starting every system process. It also manages system initialization and starts the loginwindow process.