F
F
fir1st2014-04-14 15:19:48
Domain Name System
fir1st, 2014-04-14 15:19:48

How is RPC used in DNS?

For example, the Browser, in order to find out the IP address of the site, does not send requests somewhere itself, it simply calls a procedure like getIPbyNAME. But in fact, this procedure is performed on the DNS server where the computer sent the DNS request. Correctly? How about more details? And if the list of all procedures?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2014-04-14
@OLS

RPC has nothing to do with it.
What you are interested in is called API - a programming interface provided by the operating system (more often) or some third-party service / library (less often), which hides the process technique from you (forms a request in accordance with RFC, sends it to the network, receives a response , perhaps caches it, provides the program with a response, etc.).
If we're talking about Windows, here's a list of its networking APIs:
msdn.microsoft.com/en-us/library/ee663286%28v=vs.8... Pick
a section and "get in".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question