Skip to main content

Posts

Showing posts with the label Telnet

What is SSH and TELNET? - Difference between SSH and TELNET

What is the Difference between Telnet and SSH Telnet and SSH are the network protocols used to connect remote servers. Both protocol has widely and different point at the ways. Telnet is the original protocol that was used when the internet was first launched in 1969. It was developed to be used in private networks and has no security measures, making it irrelevant when used on public networks. This is the main reason why SSH was developed as a replacement for Telnet. What is TELNET? Telnet is a remote protocol that allows a user to communicate with a remote device. It is an abbreviation for: Terminal Network, Telecommunication Network or Teletype network, depending on the source. It was originally built to be a form of remote control to manage mainframe computers from distant terminals. Telnet is a text-based computer protocol, meaning it does not contain a GUI (e.g. Graphical User Interface). The three types of basic services that Telnet offers are: De...

What is Latency? - How to reduce Latency?

What is Latency? Now a Days, Latency is a command word for all the users as whoever using internet. We only know about the good things related to the high speed of internet. In terms of Network latency means the network packet will take some times with request to travel from sender to receiver and from receiver to process the request. But in terms of simple words The Round trip time from one browser to the servers.  Network latency is used to indicate any kind of delay that happens in data communication over a network. Network connections in which small delays occur are called low-latency networks whereas network connections which suffers from long delays are called high-latency networks. High latency creates bottlenecks in any network communication. It prevents the data from taking full advantage of the network pipe and effectively decreases the communication bandwidth. The impact of latency on network bandwidth can be temporary or persistent based on t...