What enables a Telnet connection between devices when you enter the device name?
Telnet reaches a remote device by IP address, so entering a device name works only when that name can be resolved to the correct IP address. DNS lookup provides that hostname-to-IP resolution. SNMP is used for network management, syslog for message logging, and NTP for clock synchronization.
Community Discussion