• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FTP/Kazaa uses which ports?

jvang125

Senior member
what port or port ranges does the upload and download stream of a FTP connection use? also what port ranges does Kazaa Lite uses? are both of these using UDP, TCP or both?
 
FTP servers commonly specify incomming ports but default is 21. 20 is outgoing (From the server) I think.
 
FTP generally uses TCP/21 inbound to the server, but then opens up another set of ports above 1024 (ie hard to secure w/ packet inspection) ... KaZaa uses TCP/1214 for most of it's features but the newer versions change ports if they find the port closed (also not fun for a network admin :-( )

randal
 
Back
Top