• 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.

FS port

tho

Member
Im abit confused with the port number allocation. If i have FS(file server) and have two telnet clients c1 and c2, connecting to it, what will be source and destination port for client s1 and client s2. From memory, only telnet server allows connection through port 23. This means that the destination port for s1 and s2 cannot be port 23 because they are only clients.

any help would be highly and greatly appreciated 🙂
 
The destination port is 23 for both clients. The source port should be different for each one, and should be a random port between 1024 and ~65535.
 
Because 23 is the official telnet port. 80 is the standard port for http. If a site you have never heard of is running a webserver on a different port, how will you know about it? You probably wouldn't, so there are standards.

The server will be able to differentiate between the clients based on ip addresses, and an identification number included in the packets.
 
Back
Top