Lee Duna@lemmy.nz to Animemes@ani.socialEnglish · 2 months agoExplanation of TCP and UDPlemmy.nzimagemessage-square25linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageExplanation of TCP and UDPlemmy.nzLee Duna@lemmy.nz to Animemes@ani.socialEnglish · 2 months agomessage-square25linkfedilink
minus-squareThunderwolf@lemmy.worldlinkfedilinkarrow-up0·2 months agoUDP by itself has no state management, but some protocols will do state management at higher levels while using UDP as the transport
minus-squareScoopta@programming.devlinkfedilinkarrow-up0·2 months agoYeah, because ultimately UDP is just IP with ports and a checksum added on top, you can do anything with it you can do with plain IP, including reliable transport.
UDP by itself has no state management, but some protocols will do state management at higher levels while using UDP as the transport
Yeah, because ultimately UDP is just IP with ports and a checksum added on top, you can do anything with it you can do with plain IP, including reliable transport.