M
M
Mlsx P992015-03-23 20:39:41
Computer networks
Mlsx P99, 2015-03-23 20:39:41

At what point is DNS connected?

Between the transport and network layers of the OSI model?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vlad Zhivotnev, 2015-03-23
@inkvizitor68sl

DNS - L7 protocol, if you're talking about OSI.
Another issue is that after dns issues a response, a new connection begins (already to the http server, for example), which again goes through the entire stack.

A
Alexey Cheremisin, 2015-03-23
@leahch

DNS does not connect if it is not asked programmatically. Enough IP addressing. Actually, DNS is the same as SSH or HTTP, it does not differ from them, except that it runs over UDP. Accordingly, this is an application protocol (OSI 7).
Usually built into the standard network library (for convenience) - calls to GetHostAddresses (mastday) or gethostbyname (trueway).

S
Sergey Kutylev, 2015-03-26
@sakutylev

because The 7-level osi model is artificial and far-fetched, so it can be attributed to the session :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question