Telnet क्या है? पूरी जानकारी हिंदी में

Networking की दुनिया में Telnet एक बहुत पुराना Protocol है। पहले के समय में जब SSH नहीं था तब Telnet से ही Remote Computers को Control किया जाता था। आज भी Networking सीखने वाले Students और IT Professionals को Telnet की जानकारी होना जरूरी है। आइए विस्तार से जानते हैं।
Telnet क्या है?
Telnet (Telecommunications Network) एक Network Protocol है जो TCP/IP पर काम करता है और किसी Remote Computer को Command Line Interface (CLI) के जरिए Operate करने की सुविधा देता है।
सरल भाषा में: मान लीजिए आपका एक Computer है और आप किसी दूसरे शहर में बैठकर उसे Control करना चाहते हैं — यह काम Telnet करता है। आप दूर बैठे हुए उस Computer के Terminal की तरह Commands चला सकते हैं।
Full Form: Telecommunications Network
Protocol: TCP/IP
Port: 23
निर्माण: 1969
उपयोग: Remote Login, Network Testing, Router Configuration
Telnet कैसे काम करता है?
Step 1: Telnet Client पर यह Command Type करें: telnet server_ip_address
Step 2: Remote Server से Connection Request जाती है (Port 23 पर)।
Step 3: Server Username और Password मांगता है।
Step 4: Login होने के बाद आप Remote Computer पर Commands चला सकते हैं।
Step 5: सभी Commands Remote Server पर Execute होती हैं।
Telnet के उपयोग
Telnet का उपयोग इन कामों के लिए होता था और होता है:
- Remote Server Administration: दूर से Server को Manage करना
- Router और Switch Configuration: Network Devices को Configure करना
- Network Testing: किसी Port को Test करना कि वो Open है या नहीं
- Email Server Testing: SMTP Server को Manually Test करना
- Legacy Systems: पुराने Systems जो SSH Support नहीं करते
Telnet से Network Testing कैसे करें?
Telnet का एक बहुत उपयोगी काम है किसी Server के Port को Test करना:
किसी Website का Port 80 (HTTP) Test करना:
telnet google.com 80
अगर Connection हो गया तो Port Open है। अगर नहीं हुआ तो Port Blocked है।
Email Server (SMTP) Test करना:
telnet mail.server.com 25
Telnet vs SSH — क्या अंतर है?
| Feature | Telnet | SSH |
|---|---|---|
| Security | Unencrypted (असुरक्षित) | Fully Encrypted (सुरक्षित) |
| Port | 23 | 22 |
| Data Transfer | Plain Text | Encrypted |
| Password Protection | Plain Text में जाता है | Encrypted होकर जाता है |
| आजकल उपयोग | बहुत कम | Standard Practice |
Windows में Telnet कैसे Enable करें?
Step 1: Windows Button → Control Panel → Programs → Turn Windows features on or off
Step 2: Telnet Client को Checkbox करें।
Step 3: OK करें और Wait करें।
Step 4: Command Prompt खोलें और telnet command use करें।
Telnet का Alternative — SSH
SSH (Secure Shell) Telnet का Modern और Secure Alternative है। आजकल सभी Server Administrators SSH का उपयोग करते हैं। Linux पर SSH Command:
ssh username@server_ip
Example: ssh root@192.168.1.1
what is etherchannel in networking
ReplyDeleteEtherChannel is a port link aggregation technology or port-channel architecture used primarily on Cisco switches.
Deletewhat is switch login in telnet and ssh diffraction..
ReplyDelete