Netprog 2002 - Client/Server Issues
9
UDP Client Design
lEstablish server address (IP and port).
lAllocate a socket.
lSpecify that any valid local port and IP  address can be used. lCommunicate with server (send, receive)
lClose the socket.