Jump to first page
February 2003
slideset 1 -22
Concept: Resolvers

nResolvers ask the questions to the DNS system on behalf of the application.

nNormally implemented in a system library (e.g, libc)
ugethostbyname(char *name);
ugethostbyaddr(char *addr, int len, type);
F