Re: Kerberos UDP vs TCP



Hi Paolo

The main reason for using UDP by default is that it's lightweight compared
to TCP. Also the fact most LAN networks are reliable and UDP traffic will
normally make it through without any problems.

UDP starts having problem if the network is not reliable, i.e. busy network,
slow links, or has packet loss. The advantage of using TCP is that it uses
acknowledged delivery. The downside is the protocol overhead to support
acknowledgement mechanism, this increase the amount of traffic that is
transmitted.

One of the problem I've have seen in the past with WAN connection is VPN or
encryption over head, this reduces the overall packet size. The UDP
transmissions don't take into account reduced window size and as a result
packets can be lost. When using TCP both ends agree the max window size,
preventing packet loss.

Overall the impact on the network is an increase in traffic, however, you do
get guaranteed delivery!

Hope his helps
Gary.



"paolo valsecchi" <paolovalsecchi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:AB16D9B0-A2DA-48C0-8015-ADF6022D6FD2@xxxxxxxxxxxxxxxx
Hi everybody
I'm facing some problems with Kerberos authentication using UDP protocol.
As suggested by Microsoft using TCP protocol the problem has been solved
instead.

Questions:
Why Microsoft uses UDP by default if there are authentication problems?
What would be the global impact on the network (WAN) using Kerberos
authentication through TCP? Would it be a suitable solution?

Any help really appreciated.



.



Relevant Pages

  • Re: Stand Alone DHCP Servers and Windows 2000
    ... On our network the clients are allowed to talk to the domain controller ... Kerberos-Sec (UDP) ... Microsoft CIFS (TCP) ... which segments and which computers use specific protocols. ...
    (microsoft.public.windows.server.networking)
  • Re: Kerberos UDP vs TCP
    ... Various network devices and improperly configured network cards are what I most often see screwing up the UDP packet delivery. ... TCP does add a good amount of overhead and I would recommend doing a network impact study before considering switching whole hog to TCP. ...
    (microsoft.public.security)
  • Re: Log Out Issues
    ... > I would be quite happy to use TCP to save headaches, ... > ive read during my learning, UDP is the way to go for internet games. ... UDP is faster, in this context, mostly because it doesn't care so much about ... If the network has a little hiccup, and you're using UDP, all that happens ...
    (microsoft.public.win32.programmer.networks)
  • Re: logging in but then loss of domain connection
    ... > It sounds like the workstation is unable to find the Domain controller. ... > happens if you connect the laptop to the network using a network cable? ... We have seem issues whereby the UDP ... > Kerberos to use TCP by making a registry change. ...
    (microsoft.public.windows.server.sbs)
  • Re: Slow disk write speeds over network
    ... > way faster because the overhead was so much less. ... Even if there were no packet loss at all with UDP, ... while you can use piggy-back ACKs on the return payloads for TCP. ...
    (freebsd-performance)