GS Net Academy
★ UGC NET Paper-I · ICT

Internet, Networking & Protocols

Complete tutorial: Internet, networking, protocols - TCP/IP, HTTP, HTTPS, FTP, SMTP, POP3, IMAP, DNS, DHCP, UDP, LAN, WAN, MAN, PAN, intranet, extranet, OSI model, IP addressing & more.

1

Internet — इंटरनेट

Internet एक global public network of interconnected networks है जो TCP/IP protocol का उपयोग करता है।

Internet = Network of Networks

Key Characteristics:

  • Global coverage
  • Public access
  • No single owner
  • Uses TCP/IP protocols
  • Connects billions of devices

Major Internet Services:

  • World Wide Web (WWW)
  • E-mail
  • FTP (File Transfer Protocol)
  • VoIP (Voice over IP)
  • Video conferencing
  • Instant messaging
  • Cloud services
2

Intranet & Extranet — इंट्रानेट एवं एक्स्ट्रानेट

  • Intranet — इंट्रानेट: Internet technologies पर आधारित private organisational network। Only authorised members (employees, faculty) can access। Example: University internal portal.
  • Extranet — एक्स्ट्रानेट: Private network जिसमें selected outsiders (vendors, collaborators) को भी authorised access दिया जाता है। Example: University portal accessed by authorised vendors.
BasisInternetIntranetExtranet
AccessPublicInternal authorised usersInternal + selected external users
OwnershipNo single ownerOrganisationOrganisation/partners
SecurityRelatively less controlledMore controlledControlled access
ScopeGlobalOrganisationCollaborating groups
ExamplePublic websiteEmployee portalSupplier portal
Internet = Everyone | Intranet = Employees | Extranet = Employees + Authorised outsiders
3

Internet vs World Wide Web — इंटरनेट vs वर्ल्ड वाइड वेब

  • Internet: Physical और logical network infrastructure connecting devices worldwide. (Infrastructure)
  • World Wide Web (WWW): Internet पर उपलब्ध interlinked web pages और resources की service। (Service running on the infrastructure)
Internet is the Infrastructure; WWW is a Service running on it.

Exam Trap: Internet और WWW समान concepts नहीं हैं। WWW, Internet की services में से एक है।

4

Networking Basics — नेटवर्किंग के मूल सिद्धांत

Computer Network: Interconnected computers का set जो resources share और communicate करते हैं।

Key Components:

  • Nodes: Devices connected to the network (computers, printers, routers)
  • Links: Connections between nodes (wired or wireless)
  • Protocols: Rules for communication (TCP/IP, HTTP, FTP)
  • Bandwidth: Data carrying capacity of the network
  • Latency: Delay in data transmission
5

Types of Networks — नेटवर्क के प्रकार

  • PAN (Personal Area Network): एक व्यक्ति के आसपास छोटी range (Bluetooth, smartphone-earbuds)
  • LAN (Local Area Network): छोटे geographical area (office, building, university department)
  • MAN (Metropolitan Area Network): City या metropolitan area तक
  • WAN (Wide Area Network): Large geographical area (country, world) — Internet is a WAN
  • WLAN (Wireless LAN): Wireless version of LAN (Wi-Fi)
PAN < LAN < MAN < WAN
6

Network Topologies — नेटवर्क टोपोलॉजी

  • Bus Topology: All devices connected to a single central cable (bus). Simple but single point of failure.
  • Star Topology: All devices connected to a central hub/switch. Most common in LANs.
  • Ring Topology: Devices connected in a circular loop. Data travels in one direction.
  • Mesh Topology: Every device connected to every other device. Most reliable but expensive.
  • Tree Topology: Hierarchical structure combining bus and star topologies.

Exam Point: Star topology is the most widely used in modern LANs.

7

Network Devices — नेटवर्क डिवाइस

  • Hub: Broadcasts data to all devices in the network. (Layer 1 - Physical layer)
  • Switch: Connects devices within a network; forwards data only to the intended device. (Layer 2 - Data Link layer)
  • Router: Connects different networks; routes data between networks. (Layer 3 - Network layer)
  • Modem: Converts digital to analog (and vice versa) for transmission over telephone/cable lines.
  • Bridge: Connects two LAN segments.
  • Gateway: Connects networks with different protocols.
  • Access Point (AP): Allows wireless devices to connect to a wired network (Wi-Fi).
8

OSI Model — OSI मॉडल

OSI (Open Systems Interconnection) Model: A reference model for understanding how data travels across a network.

7 Layers (Bottom to Top):

  • 7. Application: User interface (HTTP, FTP, SMTP, DNS)
  • 6. Presentation: Data formatting, encryption, compression
  • 5. Session: Connection establishment, management, termination
  • 4. Transport: End-to-end communication, error control (TCP, UDP)
  • 3. Network: Routing, addressing (IP)
  • 2. Data Link: Framing, error detection (MAC addresses)
  • 1. Physical: Physical transmission of raw bits

Memory Formula: All People Seem To Need Data Processing (Application, Presentation, Session, Transport, Network, Data Link, Physical)

9

TCP/IP Model — TCP/IP मॉडल

TCP/IP Model: The actual protocol suite used by the Internet.

4 Layers:

  • Application: HTTP, FTP, SMTP, DNS, etc.
  • Transport: TCP, UDP
  • Internet: IP (addressing and routing)
  • Network Access/Link: Physical and data link layers

OSI vs TCP/IP:

  • OSI has 7 layers; TCP/IP has 4 layers
  • OSI is conceptual; TCP/IP is practical/implemented
  • TCP/IP is the actual model used on the Internet
10

IP Addressing — IP एड्रेसिंग

IP Address: Unique identifier for each device on a network.

IPv4: 32-bit address, 4 octets (e.g., 192.168.1.1). About 4.3 billion addresses.

  • Class A: 0.0.0.0 to 127.255.255.255 (Large networks)
  • Class B: 128.0.0.0 to 191.255.255.255 (Medium networks)
  • Class C: 192.0.0.0 to 223.255.255.255 (Small networks)
  • Class D: 224.0.0.0 to 239.255.255.255 (Multicast)
  • Class E: 240.0.0.0 to 255.255.255.255 (Reserved)

IPv6: 128-bit address, 8 groups of 4 hexadecimal digits (e.g., 2001:0db8:85a3:0000:0000:8a2e:0370:7334). Developed to solve IPv4 address exhaustion.

Public vs Private IP:

  • Public: Routable on the Internet
  • Private: Used within local networks (192.168.x.x, 10.x.x.x, 172.16.x.x to 172.31.x.x)
11

Protocols — प्रोटोकॉल

Protocol: A set of rules that govern communication between devices on a network.

Protocol = Rules + Standards + Format for Communication

Major Protocol Categories:

  • Application Layer: HTTP, HTTPS, FTP, SMTP, POP3, IMAP, DNS, DHCP
  • Transport Layer: TCP, UDP
  • Network Layer: IP
12

HTTP & HTTPS — HTTP एवं HTTPS

  • HTTP (Hypertext Transfer Protocol): Transfers web pages from server to browser. Port 80. No encryption (not secure).
  • HTTPS (Hypertext Transfer Protocol Secure): Encrypted version of HTTP using SSL/TLS. Port 443. Secure.
HTTP = No Encryption | HTTPS = Encrypted (Secure)

Exam Trap: HTTPS adds encryption; it does not guarantee that every website is trustworthy.

13

FTP & SFTP — FTP एवं SFTP

  • FTP (File Transfer Protocol): Transfers files between computers. Ports 20 (data), 21 (control). No encryption.
  • SFTP (Secure File Transfer Protocol): Secure version of FTP using SSH. Encrypted file transfer.

Exam Point: FTP is used for file transfer; SFTP is the secure version.

14

E-mail Protocols — ईमेल प्रोटोकॉल

  • SMTP (Simple Mail Transfer Protocol): Sending e-mail from client to server and between servers. Port 25.
  • POP3 (Post Office Protocol Version 3): Retrieving e-mail from server to client. Downloads and removes from server (usually). Port 110.
  • IMAP (Internet Message Access Protocol): Synchronising and managing e-mail on the server. Keeps messages on server; syncs across devices. Port 143.
SMTP Sends | POP3 Pulls/Downloads | IMAP Synchronises

POP3 vs IMAP: POP3 downloads to one device; IMAP syncs across multiple devices.

15

DNS (Domain Name System) — डोमेन नेम सिस्टम

DNS translates human-readable domain names (e.g., google.com) into IP addresses (e.g., 142.250.185.46).

DNS = Domain Name → IP Address

Key Points:

  • Port 53
  • Distributed hierarchical system
  • Cache stores translations for faster access
  • Essential for using domain names instead of numeric IPs
16

DHCP (Dynamic Host Configuration Protocol) — DHCP

DHCP automatically assigns IP addresses to devices on a network.

DHCP = Automatically Assigns IP Addresses

Key Points:

  • Reduces manual configuration
  • Manages IP address pool
  • Assigns temporary/leased IP addresses
  • Essential for large networks
17

TCP & UDP — TCP एवं UDP

TCPUDP
Connection-orientedConnectionless
Reliable deliveryDelivery guarantee नहीं
Error checking and sequencingLower overhead
Comparatively slowerFaster
Web, e-mail, file transferLive streaming, gaming, VoIP

Exam Trap: UDP का fast होना यह नहीं दर्शाता कि वह TCP से अधिक reliable है।

18

Protocols Summary — प्रोटोकॉल सारांश

ProtocolFunctionPort
HTTPWeb pages transfer80
HTTPSSecure web communication443
SMTPSending e-mail25
POP3Downloading/retrieving e-mail110
IMAPServer-based e-mail synchronisation143
FTPFile transfer20, 21
DNSDomain name → IP address53
DHCPAuto-assign IP address67, 68
TCPReliable connection-oriented delivery-
UDPFast connectionless delivery-
19

Common Exam Traps — सामान्य परीक्षा जाल

  • Trap 1: Internet and WWW are not synonymous.
  • Trap 2: Router = connects devices within a network → ❌ Router connects networks; Switch connects devices.
  • Trap 3: SMTP = receiving e-mail → ❌ SMTP sends e-mail; POP3/IMAP retrieve/access it.
  • Trap 4: DNS = assigns IP addresses → ❌ DNS translates domain names to IP addresses; DHCP assigns IP addresses.
  • Trap 5: HTTP = secure → ❌ HTTP is not secure; HTTPS is secure.
  • Trap 6: UDP = more reliable than TCP → ❌ TCP is more reliable; UDP is faster.
  • Trap 7: LAN = large network → ❌ LAN is local; WAN is large.
  • Trap 8: POP3 = syncs across devices → ❌ IMAP syncs across devices; POP3 downloads to one device.
20

Practice Questions — अभ्यास प्रश्न

Question 1

A university portal accessible only to employees and registered faculty members is an example of:

  • A. Internet
  • B. Intranet
  • C. Extranet
  • D. World Wide Web
Answer: B. Intranet

Explanation: Restricted organisational network for internal members.

Question 2

Which protocol is used to send e-mail?

  • A. POP3
  • B. IMAP
  • C. SMTP
  • D. FTP
Answer: C. SMTP

Explanation: SMTP is used for sending e-mail. POP3 and IMAP are for receiving/accessing e-mail.

Question 3

Which protocol translates domain names to IP addresses?

  • A. DHCP
  • B. DNS
  • C. HTTP
  • D. FTP
Answer: B. DNS

Explanation: DNS translates domain names to IP addresses. DHCP assigns IP addresses automatically.

Question 4

Which network topology is most commonly used in modern LANs?

  • A. Bus
  • B. Ring
  • C. Star
  • D. Mesh
Answer: C. Star

Explanation: Star topology is the most widely used in modern LANs, with all devices connected to a central switch.

Question 5

Which device connects different networks and routes data between them?

  • A. Hub
  • B. Switch
  • C. Router
  • D. Modem
Answer: C. Router

Explanation: A router connects different networks and routes data between them. A switch connects devices within a network.

Question 6

Which layer of the OSI model is responsible for routing and addressing?

  • A. Data Link
  • B. Transport
  • C. Network
  • D. Application
Answer: C. Network

Explanation: The Network layer (Layer 3) handles routing and addressing (IP).

Question 7

What is the default port for HTTPS?

  • A. 80
  • B. 443
  • C. 21
  • D. 25
Answer: B. 443

Explanation: HTTPS uses port 443; HTTP uses port 80; FTP uses port 21; SMTP uses port 25.

21

One-Page Revision — एक पेज में पुनरावृत्ति

Internet = Public network of networks | Intranet = Private organisational network | Extranet = Private + authorised outsiders
SMTP → Send mail | POP3/IMAP → Receive/access mail | HTTP/HTTPS → Web | FTP → Files | DNS → Name to IP | DHCP → Assign IP
TCP = Reliable (connection-oriented) | UDP = Fast (connectionless)
LAN < MAN < WAN | Hub < Switch < Router

OSI Layers (Memory): All People Seem To Need Data Processing (Application, Presentation, Session, Transport, Network, Data Link, Physical)

Exam Formula:

Protocol → Function → Port → Example → Distinction

UGC NET में Internet, Networking & Protocols के questions protocol functions, port numbers, network types, devices और OSI model पर based होते हैं।

Join the Paper-1 Batch

Course fee FREE — ₹500 registration & academic/logistics contribution. Classes daily at 6:30 PM.

✓ JOIN BATCH @ ₹500