Hi I have a program for DUP client and server in java. when i run the UDPServer and type netstat in the cmd it dosen't show any open port for UDP. why is this? is it because it is a connectionless protocol?
appreciate any commnts
Hi I have a program for DUP client and server in java. when i run the UDPServer and type netstat in the cmd it dosen't show any open port for UDP. why is this? is it because it is a connectionless protocol?
appreciate any commnts
TCP AND UDP both require ports, difference is only reliability. Paste ur UDP server code here so i we check whats wrong with your app..
type netstat -a... :)
Hope this help
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.