Re: IPP> Re: IPP Scheme

Keith Moore <moore@cs.utk.edu> Tue, 14 July 1998 19:09 UTC

Delivery-Date: Tue, 14 Jul 1998 15:09:10 -0400
Return-Path: ipp-owner@pwg.org
Received: from cnri.reston.va.us (ns [132.151.1.1]) by ietf.org (8.8.5/8.8.7a) with ESMTP id PAA09096 for <ietf-archive@ietf.org>; Tue, 14 Jul 1998 15:09:09 -0400 (EDT)
Received: from lists.underscore.com (uscore-1.mv.com [199.125.85.30]) by cnri.reston.va.us (8.8.5/8.8.7a) with ESMTP id PAA10767 for <ietf-archive@cnri.reston.va.us>; Tue, 14 Jul 1998 15:09:07 -0400 (EDT)
Received: from localhost (daemon@localhost) by lists.underscore.com (8.7.5/8.7.3) with SMTP id PAA00665 for <ietf-archive@cnri.reston.va.us>; Tue, 14 Jul 1998 15:09:07 -0400 (EDT)
Received: by pwg.org (bulk_mailer v1.5); Tue, 14 Jul 1998 15:05:00 -0400
Received: (from daemon@localhost) by lists.underscore.com (8.7.5/8.7.3) id PAA00057 for ipp-outgoing; Tue, 14 Jul 1998 15:01:41 -0400 (EDT)
Message-Id: <199807141900.PAA10692@spot.cs.utk.edu>
X-URI: http://www.cs.utk.edu/~moore/
From: Keith Moore <moore@cs.utk.edu>
To: don@lexmark.com
cc: Keith Moore <moore@cs.utk.edu>, Rich Gray <Richg@Digital-Controls.Com>, Ipp@pwg.org, moore@cs.utk.edu
Subject: Re: IPP> Re: IPP Scheme
In-reply-to: Your message of "Tue, 14 Jul 1998 12:46:55 EDT." <199807141659.AA02191@interlock2.lexmark.com>
Date: Tue, 14 Jul 1998 15:00:37 -0400
Sender: owner-ipp@pwg.org

> >The problem with using http: for printers is that it hides the fact
> >that the resource is a printer.
> 
> ... and the problem with "ipp:" is that it hides the fact that
> the protocol is really HTTP!!!

I guess I consider it more important for the URL to describe the
end resource that it's providing, than for it to describe the
underlying protocol(s).  We don't have tcp: or ip: URLs; we have 
URLs for higher level services.  Some URL schemes don't imply a 
particular protocol.  However, for every URL scheme that uses the 
name of a protocol, the URL names the highest layer protocol 
on the stack, rather than some lower layer.

Keith