What is the IPP (Internet Printing Protocol), which port does it use, and when would you expect to see it on a corporate network?
- A.IPP uses TCP port 9100 which is the standard raw print (JetDirect) protocol port.
- B.IPP uses UDP port 631 for broadcast discovery of network printers.
- C.IPP (Internet Printing Protocol) uses TCP port 631. It is used for submitting print jobs to network printers, managing printers, and querying printer status. On corporate networks, IPP traffic on TCP 631 is expected from workstations to print servers or directly to network printers. IPP over TLS (IPPS) also uses port 631 with an 'ipps://' URI.
- D.IPP uses TCP port 515, the same as the older LPD/LPR printing protocol.
Why C is correct