Firewall blocked port telnet 23

I have an one firewall table with several entries. Among these one entry is with destination port 23. I don't understand what's the meaning to block destination port 23. After asking my teacher to know that meaning,who said that " This firewall will not allow system in the internet for remotely contacting a particular client because telnet port is blocked. " What did he mean? According to my understanding ,my system isn't allowed to contact with the system where the telnet service that is running on because destination port is 23. Please help me to understand.

1

1 Answer

Telnet is a remote connection tool similar to SSH, but without the security of SSH. It uses client/server model - a telnet client connects to a telnet server using TCP port 23. Due to lack of security usage of telnet is discouraged in most situations, and firewalls routinely block port 23 to prevent incoming telnet connections.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like