23
what osi layers use telnet connections for remote use
Telnet use port number 23,and connected to TCP
The firewall blocks it. Almost all router have telnet port blocked because it's considered dangerous.
TELNET operates at Application Layer in TCP/IP Model. It's an Application to establish a connection to TCP Port Number 23, where a Telnet server application (telnetd) is listening.
Telnet operates over TCP Port 23.
Telnet use port number 23,and connected to TCP
Telnet.
telnet hostname.com 1521
TELNET
A single port can be configured to listen for UDP or TCP inbound connection requests (or both). Telnet uses TCP. So when you telnet to a specific IP:port, telnet will attempt to make a TCP connection. If there is no TCP listener on the port you specify, then the connection request will be refused. It matters not if you have a UDP listener on the port. Telnet will not be able to establish a connection to a UDP port.
FTP and Telnet are considered OSI layer 7 protocols. If you are blocking the service, then layer 3 or 4 (network or transport) is responsible.
port 23