Header Ads

Header ADS

Networking: TELNET, SSH, TLS, ARP, DNS

  TELNET, SSH, TLS, ARP, DNS 


📘 1. TELNET

Full Form: Telecommunication Network
Layer: Application Layer

🔹 What it does:

  • Remote login protocol

  • Access another computer and run commands

🔹 Features:

  • Username + password required

  • Gives command-line access to remote system

❌ Problem:

  • Sends data (username & password) in plain text

  • Easily intercepted (very insecure)

📌 Conclusion:

  • Not used in secure networks anymore


📘 2. SSH

Full Form: Secure Shell
Layer: Application Layer

🔹 What it does:

  • Secure remote login

  • Execute commands on remote machine

🔹 Features:

  • Encrypts username & password

  • Supports key-based authentication (more secure)

  • Used in:

    • Linux servers

    • Routers & switches

    • Cloud systems

🔐 Key Difference:

  • SSH = Secure

  • TELNET = Insecure


📘 3. TLS

Full Form: Transport Layer Security

🔹 What it does:

  • Encrypts communication between two devices

  • Provides:

    • Encryption

    • Integrity (no data change)

    • Authentication

🔹 Layer:

  • Works between Transport & Application layer

  • Practically considered Application Layer

🔹 Why needed:

Without TLS:

  • Passwords, messages, card info → plain text

  • Hackers can read data

🔹 Where used:

  1. HTTPS websites

  2. Mobile apps (API communication)

  3. Email security (SMTP, IMAP, POP3 with TLS)

🔹 How it works (simple):

  1. Client requests secure connection

  2. Server sends certificate

  3. Verify certificate

  4. Create shared key

  5. Start encrypted communication


📘 4. ARP

Full Form: Address Resolution Protocol
Layer: Network / Data Link

🔹 What it does:

  • Converts IP address → MAC address

  • Required for communication inside LAN

🔹 Why needed:

  • IP = logical address

  • MAC = physical address

  • Data transmission needs MAC

🔹 How it works:

  1. Check ARP cache

  2. If not found → Broadcast request

    • “Who has this IP?”

  3. Target replies with MAC

  4. Store in ARP table

🔹 Important:

  • Uses broadcasting

  • Works only in local network


📘 5. DNS

Full Form: Domain Name System
Layer: Application Layer

🔹 What it does:

  • Converts Domain name → IP address

  • Example:

    • google.com → 8.8.8.8

🔹 Why needed:

  • Humans remember names, not numbers

🔹 Features:

  • Hierarchical system (servers, zones)

  • Uses caching for faster response

🔹 Components:

  • Domain

  • Subdomain

  • DNS servers

🔹 Example:

  • mail.google.com → subdomain

  • google.com → domain


🔥 Quick Comparison (Exam Shortcut)

ProtocolPurposeSecurityLayer
TELNETRemote login❌ No encryptionApplication
SSHSecure remote login✅ EncryptedApplication
TLSSecure data transmission✅ EncryptedApp/Transport
ARPIP → MAC mapping❌ No encryptionNetwork/Data Link
DNSDomain → IP❌ (basic)Application

🎯 Super Important MCQ Points

  • TELNET → plain text (insecure)

  • SSH → encrypted remote login

  • TLS → used in HTTPS

  • ARP → IP → MAC conversion

  • DNS → Domain → IP conversion


 

No comments

Powered by Blogger.