Lecture 13: Network Printing

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

1/27

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards summarizing the main terms and definitions presented in Lecture 13 on Network Printing.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

28 Terms

1
New cards

Network Printing

Sharing printers over a local or wide area network so multiple clients can send jobs to the same devices.

2
New cards

Direct Printing Model

Legacy approach where an application sends data straight to a printer; driver must exist in every application for each printer.

3
New cards

Modern Printing Model

Uses a print server to mediate between clients and printers, handling spooling, conversion, and driver distribution.

4
New cards

Print Server

Hardware or software service that receives, queues, converts, and forwards print jobs between clients and printers.

5
New cards

Spooling

Temporarily storing print jobs on disk or memory so they can be queued and printed in order.

6
New cards

Automatic Driver Installation

Feature (introduced with Windows NT) that automatically supplies the correct printer driver to a client when it connects to a network printer.

7
New cards

Printer Queue

A virtual line of print jobs for a specific printer; multiple queues can exist for one device with different defaults or permissions.

8
New cards

Printer Pooling

Combining several identical printers into one queue to provide load-balanced, faster throughput.

9
New cards

Print Permission

Basic right that allows a user to submit documents to a network printer.

10
New cards

Manage Documents Permission

Privilege (often given to Creator/Owner) that allows a user to cancel or reorder only their own print jobs.

11
New cards

Manage Printers Permission

Higher-level right enabling a user to cancel or reprioritize anyone’s jobs and change printer settings.

12
New cards

Serial Connection

Early physical interface (common on UNIX/mainframes) that sends data one bit at a time to a printer.

13
New cards

Parallel Connection

Legacy PC printer interface that transmits multiple bits simultaneously through a parallel port.

14
New cards

USB (for printing)

Most common consumer printer interface providing plug-and-play setup and higher throughput than serial/parallel.

15
New cards

Line Printer Remote (LPR)

Traditional TCP/IP printing protocol that sends jobs to a host/queue pair; limited ports, 4-minute timeout, one-way communication.

16
New cards

Line Printer Daemon (LPD)

Server-side service that listens for and processes LPR print jobs on UNIX and other platforms.

17
New cards

RAW Protocol

Default Windows network printing method that sends unprocessed data over a TCP port; bi-directional, no timeout or port limits.

18
New cards

Common Unix Printing System (CUPS)

De facto UNIX printing system providing spooler, scheduler, converters, and back-end connectivity to printers.

19
New cards

Page Description Language (PDL)

Programming language that describes page content to a printer; implemented by the driver and understood by the printer.

20
New cards

Printer Command Language (PCL)

HP-developed PDL (1984) that is simple, lightweight, and widely used for inkjet and many laser printers.

21
New cards

PostScript

Adobe PDL (1982) treating all output as raster images; supports scaling/rotation and underpins PDF format.

22
New cards

Graphics Device Interface (GDI)

Windows component that converts application output into device-specific commands and passes them to the print driver.

23
New cards

Printer Driver

Software module that converts GDI data into the printer’s PDL, tailoring output to device capabilities.

24
New cards

Client Spooler

Client-side service that packages and sends print jobs to the network print server.

25
New cards

Print Spooler Service

Server component that schedules incoming jobs, locates drivers, and manages the print queue.

26
New cards

Print Router

Server module that directs a print job to the appropriate print provider based on job information.

27
New cards

Local Print Provider

Server component offering printer management and job control; can operate without additional drivers or GDI.

28
New cards

Print Monitor

Module that sends jobs to physical or network ports and enables bi-directional status feedback between printer and client.