Content deleted Content added
fixing dupe cats using AWB |
m format RFCs |
||
(66 intermediate revisions by 48 users not shown) | |||
Line 1:
{{Short description|Network printing protocol}}
{{Infobox networking protocol
|purpose=Submitting print jobs to a remote printer
|rfcs={{IETF RFC|1179|plainlink=yes}}
|ports=515
|date={{Start date and age|1983}}
|based on=[[Berkeley printing system]]
}}
The '''Line Printer Daemon protocol/Line Printer Remote protocol''' (or '''LPD''', '''LPR''')
==Usage ==▼
A server for the LPD protocol listens for requests on TCP port 515.{{Ref RFC|1179}} A request begins with a byte containing the request code, followed by the arguments to the request, and is terminated by an ASCII [[Newline|LF]] character.
An LPD printer is identified by the [[IP address]] of the
A printer that supports LPD/LPR is sometimes referred to as a "TCP/IP printer" ([[Internet protocol suite|TCP/IP]] is used to establish connections between printers and
▲==Usage==
==See also ==▼
▲An LPD printer is identified by the IP address of the [[personal computer|PC]] (or network printer or server) and the queue name. Many different queue names may exist in one LPD server, with each queue having unique settings. Note that the LPD queue name is case sensitive. Some modern implementations of LPD on network printers might ignore the case or queue name altogether and send all jobs to the same printer. Others has the option to automatically create a new queue when a print job with a new queue name is received. This helps to simplify the setup of the LPD server.<ref>[http://gpvno.co.za/ Winet]'s InetLPD server documentation.</ref> Some companies{{fix|link=Wikipedia:Contents|text=who?}} have a tradition of calling the queue name “lpt1” or “LPT1”.
▲A printer that supports LPD/LPR is sometimes referred to as a "TCP/IP printer" ([[Internet protocol suite|TCP/IP]] is used to establish connections between printers and workstations on a network), although that term seems equally applicable to a printer that supports CUPS.
{{Reflist}}▼
▲==See also==
*[[Lp (Unix)]]
Line 30 ⟶ 23:
*[[Legacy printing]]
*[[Common Unix Printing System|Common Unix Printing System (CUPS)]]
*[[System V printing system]]
*[[Spooling]]
*[[Print server]]
Line 38 ⟶ 29:
*[[Foomatic]]
==
▲{{Reflist}}
==External links ==
* [https://www.freebsd.org/cgi/man.cgi?query=lpd&sektion=8 FreeBSD LPD Man Page]
[[Category:Computer printing]]▼
[[Category:Unix]]
▲[[Category:Network protocols]]
▲[[Category:Computer printing]]
{{Network-software-stub}}
▲[[pl:Line Printer Daemon]]
|