Jump to first page
February 2003
slideset 1
-
22
Concept: Resolvers
n
Resolvers ask the questions to the DNS system
on behalf of the application.
n
Normally implemented in a system library (e.g,
libc)
u
gethostbyname(char *name);
u
gethostbyaddr(char *addr, int len,
type);
F