Siksha Sarovar

Siksha Sarovar (sikshasarovar.com) is a free educational web application that helps students in India learn programming and prepare for academic and competitive exams. The platform offers structured coding courses (C, C++, Python, Java, HTML, CSS, PHP, Power BI, AI, Machine Learning, Data Science), complete university curriculum notes for BCA/MCA students with previous year question papers, Class 10 and Class 12 CBSE/HBSE school notes, and dedicated preparation material for SSC, UPSC, Banking, Railway and other government exams. Browsing the site is completely free and requires no account. Users may optionally sign in with Google solely to save their learning progress, quiz scores and personal preferences across devices.

Privacy Policy | Terms of Service | Contact Siksha Sarovar | About Siksha Sarovar

v4.0.9 · PWA
Siksha Sarovar logo
Siksha Sarovar
Your Learning Universe

Siksha Sarovar is a free e-learning platform for coding courses, BCA university notes and competitive exam preparation. Optional Google sign-in saves your learning progress across devices.

Initializing knowledge base…
Compiling modules 0%

Unit 4: Internet — Terminologies & Technologies

Lesson 32 of 34 in the free Fundamentals of IT & Computers notes on Siksha Sarovar, written by Rohit Jangra.

Unit IV — Internet: Terminologies & Technologies

The Internet is the world's largest Wide Area Network (WAN) — a global network of interconnected computers and servers communicating using standardised protocols. Understanding internet terminology and core technologies is essential for every computing student.

---

Key Internet Terminologies

TermDefinition
InternetGlobal network of networks using TCP/IP protocols
IntranetA private network (like the internet) within an organisation
ExtranetAn intranet extended to authorised external users (partners, clients)
ProtocolSet of rules governing communication (e.g., TCP/IP, HTTP, FTP)
IP AddressUnique numerical identifier for each device on a network (e.g., 192.168.1.1)
Domain NameHuman-readable address mapped to an IP address (e.g., www.google.com)
DNSDomain Name System — translates domain names to IP addresses
URLUniform Resource Locator — complete address of a web resource (e.g., https://www.google.com/search)
WWWWorld Wide Web — a system of interlinked hypertext documents accessed via browsers
HTTP/HTTPSHyperText Transfer Protocol (Secure) — protocol for web communication
FTPFile Transfer Protocol — for uploading/downloading files
SMTP/POP3/IMAPEmail protocols for sending and receiving mail
BrowserSoftware to access the WWW (Chrome, Firefox, Edge)

---

Internet Connection Types

TypeTechnologySpeedDescription
Dial-UpTelephone line + modemUp to 56 KbpsObsolete; very slow
DSLDigital Subscriber Line1–100 MbpsUses existing telephone lines
Cable InternetCoaxial cable TV network10–500 MbpsShared bandwidth
Fiber OpticFiber optic cable100 Mbps–10 GbpsFastest wired connection
Wi-FiIEEE 802.11 wireless54 Mbps–9.6 GbpsWireless LAN
Mobile (4G/5G)Cellular radio10 Mbps–1 GbpsWireless WAN
SatelliteGeostationary satellites10–100 MbpsRemote areas; high latency

---

Client-Server Model

In the client-server model, network functionality is split:

  • Client — Requests services (your browser requesting a webpage).
  • Server — Provides services (web server sending back the page).

This is the dominant model for the WWW, email, and databases.

Alternative: Peer-to-Peer (P2P) — Each node can be both client and server (BitTorrent, blockchain).

---

Search Engines

A search engine is a web service that indexes and searches the web. Examples: Google, Bing, DuckDuckGo.

  • Uses crawlers (spiders) to index web pages.
  • Returns results ranked by relevance algorithms (PageRank).

---

VoIP — Voice over Internet Protocol

  • Transmits voice calls over the internet instead of traditional telephone networks.
  • Examples: Skype, Zoom, WhatsApp calls, Teams.
  • Converts voice to digital packets → transmitted via IP → reassembled at destination.
  • Cost-effective for international calls.

---

Networking Devices

DeviceFunction
RepeaterAmplifies/regenerates signals to extend network range (Layer 1)
HubBroadcasts data to all devices (Layer 1); dumb device
SwitchForwards data only to the intended device using MAC addresses (Layer 2); smart
BridgeConnects two network segments; filters traffic using MAC addresses (Layer 2)
RouterRoutes packets between different networks using IP addresses (Layer 3); connects LAN to WAN/internet
GatewayConnects networks using different protocols; acts as a protocol translator
FirewallMonitors and controls incoming/outgoing network traffic based on security rules
ModemModulates/demodulates signals to convert between digital and analog

---

Bluetooth Technology

  • Short-range wireless technology (IEEE 802.15.1) operating at 2.4 GHz.
  • Range: typically 10 metres (Class 2); up to 100 m (Class 1).
  • Speed: Bluetooth 5.0 — up to 2 Mbps.
  • Uses: Wireless headsets, keyboards, mice, file transfer, IoT devices.
  • Forms a Personal Area Network (PAN).
Key Takeaway: The internet is built on TCP/IP protocols, DNS, and the client-server model. Key terminologies (URL, IP, DNS, HTTP, WWW) are frequently tested. For networking devices: remember the OSI layer for each — hub/repeater (L1), bridge/switch (L2), router (L3), gateway (L3+). Bluetooth = 2.4 GHz short-range PAN.