Internet Domain UDP Sockets Datagram sockets unreliable , full duplex , packet oriented communication channel unreliable means there is no sequence numbering no connection establishment server has only one socket , no master socket like tcp , only has data socket Connection-Orietned Datagram Sockets = but client can call connect method , with this state you don't have to specify server address U..