Networking - Define Telnet

Define Telnet

- Telnet is the main Internet protocol for creating a connection to a remote server.
- It is a command and an underlying TCP/IP protocol which is used for accessing remote computers.
- By using telnet the administrator can access anyones computer remotely.
- It is mostly used by developers who need to access certain applications from a particular host computer.
Networking - Define SMTP
Define SMTP - SMTP - Short for Simple Mail Transfer Protocol, a protocol for sending e-mail messages between servers.........
Networking - What is a MAC Address?
What is a MAC Address? - MAC (Media Access Control) addresses are globally unique addressed that are written into hardware at the time of manufacture.........
Networking - MAC vs. IP Addressing
MAC vs. IP Addressing - Whereas MAC addressing works at the data link layer, IP addressing functions at the network layer (layer 3).........
Post your comment
Discussion Board
Networking
TELNET : Terminal Emulation for LAN. TELNET is the option which is configured on the Routers and the Switches to reach from One device to another device.

Port No: 23

Configuration:

# Conf t
# Username Cisco Password Cisco
#line vty 0 15
# timeout exec 0 30
#login local
# logging synchronous
#exit

# Conf t
# enable secret cisco


now telnet a device with IP or host name : 192.168.1.2

telnet 192.168.1.2

Enter the User and Password

Regards,
Raja
Raja 10-27-2015