Data resolution
Division of application data encoding in up to two levels
-
Addressable by the interface
(i.e., files via FTP, record column
values via ODBC)
-
Not addressable by
the interface (i.e., the FTP
interface to retrieve an XML file,
but FTP doesn't provide specific element
extraction from that XML file.)
Applications may have some freedom about where
to encode information. For example, a FTP
server for image files could serve one file per
image (with a helpful filename), or could
serve just one .zip file which must be opened
by the client to choose the desired image
file.