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

Recommended Answers

All 3 Replies

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.