Telnet is a application layer
protocol where one system can access and use another system over a
virtual connection using Telnet Client and Telnet Server by logged into a
user's account on port number 23, if they are connected locally.
How telnet works:Let's see how it does look like, we'll use wireshark for instance.
TCP Handshake before Telent:
Telnet Server IP: 192.168.0.1
Telnet Client IP: 192.168.0.2
Telnet Server ask for login details to Telnet Client:
Telnet Client response with credentials:
UserID:
Password:
And Finally Session is closed:
No comments:
Post a Comment