Is DNS connectionless or connection-oriented

1 answer

Answer

1194988

2026-05-22 02:40

+ Follow

DHCP is a connectionless protocols.

In general, any protocol that is based on TCP port alone is a connection-oriented protocol while any protocol that is based on UDP port alone is a connectionless protocol.

And a protocols that can work on both TCP and UDP port can be either a connection-oriented or a connectionless protocol depending upon the which protocol is used (TCP or UDP).

For checking other protocols if they are connection-oriented or connectionless check

http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.