इस chapter में आप सीखेंगे Computer Networks, Internet & WWW, IP Address, ISP, Web Browsers और Search Engines — bilingual (Hindi + English) format में, NIELIT O Level syllabus के अनुसार।
Computer Network एक ऐसी प्रणाली है जिसमें कई computers और digital devices एक-दूसरे से connected रहते हैं ताकि वे data, information, files, hardware resources और internet connectivity को आपस में साझा (share) कर सकें। यह users को communication, resource sharing और centralized management की सुविधा देता है।
| Type | Full Form | Coverage Area | Example |
|---|---|---|---|
| PAN | Personal Area Network | 1 व्यक्ति के आसपास | Bluetooth, Hotspot |
| LAN | Local Area Network | एक building या office तक | School lab network |
| MAN | Metropolitan Area Network | पूरा शहर या campus | City Wi-Fi |
| WAN | Wide Area Network | देश या महाद्वीप | Internet |
| SAN | Storage Area Network | Servers के बीच data storage | Data centers |
| VPN | Virtual Private Network | Secure remote network | Corporate VPN |
Network topology बताती है कि devices network में किस तरह connected हैं।
| Topology | Structure | Advantage | Disadvantage |
|---|---|---|---|
| Bus | सभी devices एक shared cable से जुड़े हैं। | कम लागत, सरल डिजाइन | एक cable फेल होने पर पूरा network बंद। |
| Star | सभी nodes एक central hub से जुड़े हैं। | Manage करना आसान | Hub fail होने पर network बंद। |
| Ring | प्रत्येक node दो nodes से जुड़ा है (एक circle बनता है)। | Equal access | किसी एक node की failure से पूरा network प्रभावित। |
| Mesh | हर device बाकी सभी से जुड़ा होता है। | High reliability | ज्यादा wiring और लागत। |
| Hybrid | दो या अधिक topologies का मिश्रण। | Flexible और scalable | Complex design। |
Network communication दो मुख्य models पर आधारित होती है:
www.google.com खोलते हैं, तो DNS उसे IP में बदलता है और HTTP web page को load करता है।
Internet ने networking की दुनिया को global बना दिया। अब information sharing, online communication, remote working, और IoT (Internet of Things) जैसी technologies संभव हो पाई हैं।
World Wide Web (WWW) इंटरनेट की सबसे महत्वपूर्ण सेवा है, जो web pages, websites और multimedia content को आपस में जोड़ती है। WWW को 1989 में Sir Tim Berners-Lee ने विकसित किया था। यह hyperlinks और web browsers के माध्यम से information access करने की सुविधा देता है।
https://www.wikipedia.org खोलते हैं, तो आप WWW के माध्यम से Wikipedia web server से जुड़ते हैं।
WWW का काम Client-Server Model पर आधारित है। जब कोई user browser में किसी वेबसाइट का URL डालता है, तो browser उस request को web server तक भेजता है। Server उस URL से जुड़ा web page खोजकर वापस user के browser को भेज देता है।
https://www.example.com)।www.google.com खोलते हैं → DNS IP address ढूंढता है → Server से HTML data आता है → Browser उसे दिखाता है।
Website कई interconnected web pages का समूह होती है जो एक domain name के अंतर्गत रहते हैं। Website किसी व्यक्ति, संस्था, या कंपनी की online पहचान होती है। वेबसाइट में text, images, video, audio, forms और hyperlinks जैसे elements हो सकते हैं।
https://www.amazon.in एक e-commerce website है जिसमें हजारों interconnected pages हैं।
Web Page एक individual document होता है जो किसी website का हिस्सा होता है। Web page HTML में लिखा जाता है और browser पर दिखाई देता है। यह static या dynamic दोनों हो सकता है।
https://www.wikipedia.org/about.html एक web page है जो Wikipedia website का हिस्सा है।
हर website का एक unique address होता है जिसे URL (Uniform Resource Locator) कहा जाता है। यह browser को बताता है कि कौन-सी resource किस server पर है। URL, web address की technical पहचान है।
https://www.google.com/search?q=network
यह एक complete URL है जो बताता है — protocol (https), domain (google.com), और page (/search)।
एक URL कई हिस्सों में बँटा होता है:
| Part | Description | Example |
|---|---|---|
| 1. Protocol | किस method से data transfer होगा। | https:// |
| 2. Domain Name | Website का मुख्य नाम। | www.example.com |
| 3. Subdomain | Domain का अलग section। | blog.example.com |
| 4. Path | Specific page या file का location। | /about/contact.html |
| 5. Parameters | Dynamic data pass करने के लिए। | ?id=12 |
| 6. Anchor | Page के किसी section तक direct पहुंच। | #section2 |
https://blog.example.com/about.html?id=12#team
→ HTTPS (protocol) + blog (subdomain) + example.com (domain) + /about.html (path) + id=12 (parameter) + #team (anchor)
Domain Name एक unique name होता है जो किसी website की पहचान कराता है। हर domain DNS (Domain Name System) के जरिए एक IP address से जुड़ा होता है।
| Type | Description | Example |
|---|---|---|
| TLD (Top-Level Domain) | Domain का अंतिम भाग। | .com, .org, .edu, .gov |
| ccTLD (Country Code) | Country-specific domain। | .in (India), .us (USA), .uk (UK) |
| Subdomain | मुख्य domain के अंतर्गत भाग। | blog.example.com |
www.cbse.gov.in में:
- “cbse” → Second Level Domain
- “gov” → Category
- “.in” → Country code (India)
हर device जो internet या network से जुड़ता है, उसे एक unique पहचान (identity) दी जाती है — इसी पहचान को IP Address (Internet Protocol Address) कहा जाता है। इसके माध्यम से devices एक-दूसरे से communication करते हैं। Internet access कराने का काम ISP (Internet Service Provider) करता है, और data transfer के लिए कुछ नियम या standards बनाए गए हैं जिन्हें Internet Protocols कहा जाता है।
IP Address एक numerical label होता है जो किसी device की पहचान बताता है जो नेटवर्क से जुड़ा है। इसका प्रयोग data packets को सही destination तक पहुँचाने के लिए किया जाता है। यह किसी घर के पते (address) की तरह काम करता है ताकि information सही जगह पहुँच सके।
192.168.1.1 —
इसी से router जान पाता है कि data किस device को भेजना है।
IP address दो हिस्सों में बँटा होता है:
उदाहरण के लिए — 192.168.1.5 में 192.168.1 → Network part और 5 → Host part है।
मुख्यतः IP Address के दो versions उपयोग में आते हैं:
| Version | Full Form | Format | Total Addresses | Example |
|---|---|---|---|---|
| IPv4 | Internet Protocol version 4 | 32-bit (4 octets) | ≈ 4.3 billion | 192.168.1.1 |
| IPv6 | Internet Protocol version 6 | 128-bit (8 groups of hexadecimal) | ≈ 3.4×10³⁸ (almost unlimited) | 2001:0db8:85a3:0000:0000:8a2e:0370:7334 |
IPv4 address को 5 classes में divide किया गया है:
| Class | Range | Usage |
|---|---|---|
| A | 1.0.0.0 – 126.255.255.255 | Large Networks (Government, ISP) |
| B | 128.0.0.0 – 191.255.255.255 | Medium Networks (Universities) |
| C | 192.0.0.0 – 223.255.255.255 | Small Networks (Offices, Home) |
| D | 224.0.0.0 – 239.255.255.255 | Multicasting |
| E | 240.0.0.0 – 255.255.255.255 | Experimental use |
ISP वह company या organization होती है जो users को internet connection उपलब्ध कराती है। यह users को IP addresses assign करती है और data packets को internet तक पहुँचाने का माध्यम बनती है।
Internet Protocol एक set of rules है जो बताता है कि data packets network में कैसे travel करेंगे। यह sender से receiver तक information को सही path से पहुँचाता है।
www.google.com डालते हैं, DNS उसे IP address में बदलता है —
फिर router उस address पर request भेजता है।
Internet से जुड़ने के लिए कई प्रकार के connection methods (modes) का उपयोग किया जाता है। इन माध्यमों से हम अपने devices (जैसे Computer, Laptop, Smartphone, Smart TV आदि) को Internet से connect करते हैं। हर mode की अपनी speed, range, cost, portability और technology अलग होती है।
Broadly Internet connections को दो मुख्य श्रेणियों में बाँटा जा सकता है:
Wi-Fi एक wireless networking technology है जो radio signals के माध्यम से Internet connection प्रदान करती है। यह routers और access points के माध्यम से कार्य करता है। Wi-Fi का उपयोग Home, Office, School, Café और Airports जैसे स्थानों में किया जाता है।
Hotspot वह feature है जिससे कोई mobile device अपना Internet connection share कर सकता है। यह एक Wi-Fi network की तरह काम करता है जहाँ अन्य devices जुड़कर Internet access कर सकते हैं।
LAN (Local Area Network) cable के माध्यम से devices को connect करता है। इसमें RJ-45 connectors और Ethernet cables का उपयोग होता है। LAN सबसे stable और fast connection mode माना जाता है।
Broadband high-speed Internet connection होता है जो हमेशा active रहता है। यह DSL (Digital Subscriber Line), Fiber Optic, Cable या Satellite के माध्यम से प्रदान किया जा सकता है।
USB Tethering वह तरीका है जिसमें mobile phone को USB cable से computer से जोड़ा जाता है और mobile का Internet computer पर share किया जाता है। यह hotspot से तेज और secure माना जाता है।
Mobile Data cellular networks (2G, 3G, 4G, 5G) के माध्यम से Internet access प्रदान करता है। यह सबसे portable और commonly used method है।
Fiber Optic सबसे तेज Internet technology है जो glass fibers के माध्यम से data को light pulses में भेजती है। इसकी bandwidth बहुत high होती है और signal loss लगभग शून्य होता है।
यह Internet connection telephone line के माध्यम से connect होता था। Data transmission speed बहुत धीमी (56 Kbps) होती थी। अब इसे Broadband और Fiber technology ने replace कर दिया है।
| Mode | Type | Speed | Mobility | Example |
|---|---|---|---|---|
| Wi-Fi | Wireless | Up to 1 Gbps | Medium | Home Router |
| Hotspot | Wireless | Depends on 4G/5G | High | Mobile Hotspot |
| LAN Cable | Wired | Up to 10 Gbps | Low | Office LAN |
| Broadband | Wired | Up to 1 Gbps | Low | JioFiber, Airtel |
| USB Tethering | Wired | Up to 100 Mbps | Medium | Mobile to PC |
| Mobile Data | Wireless | Up to 1 Gbps (5G) | High | 4G/5G SIM |
| Fiber Optic | Wired | Up to 10 Gbps | Low | Optical Fiber |
Web Browser वह software है जो हमें Internet की दुनिया में ले जाता है। इसकी मदद से हम websites, web pages, images, videos और documents को देख, पढ़, और उपयोग कर सकते हैं। Browser, user और World Wide Web के बीच एक bridge की तरह काम करता है।
https://www.google.com browser में खोलते हैं, तो browser server से data लेकर
उसे सुंदर format में web page के रूप में दिखाता है।
पहला वेब ब्राउज़र WorldWideWeb (अब Nexus) था, जिसे 1990 में Sir Tim Berners-Lee ने बनाया। इसके बाद Mosaic, Netscape, Internet Explorer, Firefox, Chrome, और Edge जैसे browsers विकसित हुए।
| Browser Name | Developer / Company | Launch Year |
|---|---|---|
| WorldWideWeb (Nexus) | Tim Berners-Lee | 1990 |
| Netscape Navigator | Netscape Communications | 1994 |
| Internet Explorer | Microsoft | 1995 |
| Mozilla Firefox | Mozilla Foundation | 2002 |
| Google Chrome | Google Inc. | 2008 |
| Microsoft Edge | Microsoft | 2015 |
| Safari | Apple Inc. | 2003 |
Browser एक client application है जो user की request को Internet पर web server तक भेजता है और server से प्राप्त HTML, CSS, और JavaScript data को user-friendly format में दिखाता है। यह process HTTP/HTTPS protocol पर आधारित होता है।
https://www.example.com)www.wikipedia.org खोलते हैं → DNS lookup होता है →
Server HTML भेजता है → Browser उसे render करता है।
https://google.com)।| Browser | Developer | Key Features |
|---|---|---|
| Google Chrome | Fast speed, Sync with Google account, Extensions | |
| Mozilla Firefox | Mozilla Foundation | Open-source, Privacy-focused, Customizable |
| Microsoft Edge | Microsoft | Built-in security, Performance optimization |
| Safari | Apple | Optimized for macOS and iOS, Battery efficient |
| Opera | Opera Software | Built-in VPN, Speed dial, Ad blocker |
| Brave | Brave Software | Ad-free browsing, Privacy protection |
Web Surfing का अर्थ है — विभिन्न websites पर navigate करना और Internet से information प्राप्त करना। यह process browsing, searching, reading, और exploring से जुड़ी होती है।
| Search Engine | Developer | Special Feature |
|---|---|---|
| Google Inc. | Most accurate results, AI-based ranking | |
| Bing | Microsoft | Image search, rewards program |
| Yahoo | Yahoo Inc. | Integrated email & news |
| DuckDuckGo | DuckDuckGo LLC | No tracking, privacy focus |
Browser websites के कुछ data को temporary memory (cache) में store करता है ताकि अगली बार site जल्दी खुले। साथ ही cookies user preference और login data को store करती हैं।
Internet का उपयोग करते समय हम कई बार किसी जानकारी को डाउनलोड या प्रिंट करना चाहते हैं ताकि उसे बाद में पढ़ सकें। साथ ही History और Bookmarks browser के ऐसे tools हैं जो हमारे browsing experience को आसान और productive बनाते हैं। इन सभी features को समझना web browsing के लिए आवश्यक है।
Browser में किसी भी web page को offline पढ़ने या backup के लिए download किया जा सकता है। Downloading से page आपके computer या mobile में HTML या PDF format में save हो जाता है।
https://www.w3schools.com/html को “Ctrl + S” से save करते हैं,
तो पूरी HTML page और उसकी images आपके PC में download हो जाती हैं।
Browser में किसी भी page को सीधे printer से print या PDF में save किया जा सकता है। यह सुविधा महत्वपूर्ण होती है जब आपको कोई document, article या receipt की hard copy चाहिए।
History browser का वह feature है जो आपने पहले visit की गई websites की list को store करता है। इससे आप किसी previously visited page को आसानी से दोबारा खोल सकते हैं।
Bookmark किसी website या page का saved shortcut होता है, जिससे आप उसे बार-बार बिना URL टाइप किए खोल सकते हैं। यह आपका personal quick access link होता है।
| Function | Windows Shortcut | Mac Shortcut |
|---|---|---|
| Open New Tab | Ctrl + T | Command + T |
| Open New Window | Ctrl + N | Command + N |
| Open New Incognito / Private Window | Ctrl + Shift + N | Command + Shift + N |
| Close Current Tab | Ctrl + W | Command + W |
| Reopen Closed Tab | Ctrl + Shift + T | Command + Shift + T |
| Open History | Ctrl + H | Command + Y |
| Open Downloads | Ctrl + J | Command + Option + L |
| Bookmark Current Page | Ctrl + D | Command + D |
| Show/Hide Bookmarks Bar | Ctrl + Shift + B | Command + Shift + B |
| Refresh Page | Ctrl + R / F5 | Command + R |
| Find on Page | Ctrl + F | Command + F |
| Print Page | Ctrl + P | Command + P |
| Save Page | Ctrl + S | Command + S |
| Zoom In / Out | Ctrl + + / - | Command + + / - |
| Open Developer Tools | Ctrl + Shift + I / F12 | Command + Option + I |
Internet पर जानकारी (information) प्राप्त करने का सबसे तेज़ और आसान तरीका है Search Engine का उपयोग करना। जब हम कोई query (प्रश्न) लिखते हैं, तो Search Engine उस query से संबंधित लाखों websites में से सबसे उपयुक्त परिणाम (results) ढूंढता है और हमें दिखाता है। इसे ही Web Searching या Internet Searching कहते हैं।
Search Engine एक web-based tool है जो users को Internet पर information खोजने में मदद करता है। यह programs और algorithms के माध्यम से billions of web pages को index और rank करता है ताकि सबसे relevant results दिखाए जा सकें।
| Type | Description (विवरण) | Examples |
|---|---|---|
| Crawler-Based Search Engine | ये स्वतः websites crawl और index करते हैं। | Google, Bing, Baidu, Yandex |
| Human-Powered Directory | इनमें data manually submit किया जाता है। | DMOZ (अब बंद), Yahoo Directory |
| Meta Search Engine | ये कई search engines से combined results दिखाते हैं। | Dogpile, StartPage, DuckDuckGo |
| Specialized Search Engine | विशिष्ट विषय (Topic) या format पर आधारित। | YouTube (videos), PubMed (research), Amazon (products) |
| Search Engine | Developer / Owner | Key Features |
|---|---|---|
| Google Inc. | AI-based ranking, Fast, Accurate, Voice search | |
| Bing | Microsoft | Beautiful interface, Rewards, Image search |
| Yahoo | Verizon Media | Email + Search + News integration |
| DuckDuckGo | DuckDuckGo Inc. | No tracking, Privacy-focused |
| Baidu | Baidu, China | Chinese market focus, multimedia results |
| Yandex | Russia | AI image recognition, cloud storage |
filetype:pdf AND "O Level Web Design" → केवल PDF format में O Level से जुड़ी जानकारी दिखाएगा।
| Operator | Function | Example |
|---|---|---|
| AND | दोनों शब्दों वाले परिणाम दिखाएगा। | HTML AND CSS |
| OR | किसी एक शब्द वाले परिणाम दिखाएगा। | Webpage OR Website |
| NOT | दिए गए शब्द को exclude करेगा। | Internet NOT Social Media |
| “ ” | Exact phrase search के लिए। | “World Wide Web” |
| * | Wildcard character – missing word के लिए। | History of * browser |
site:wikipedia.org HTML)filetype:pdf Web Design Notes)define:protocol)related:youtube.com)intitle:HTML)| Function | Windows Shortcut | Mac Shortcut |
|---|---|---|
| Open Search Bar / Address Bar | Ctrl + L / Alt + D | Command + L |
| Find on Page | Ctrl + F | Command + F |
| Search Selected Text | Right Click → Search Google for “text” | Same |
| Open New Tab | Ctrl + T | Command + T |
| Reopen Closed Tab | Ctrl + Shift + T | Command + Shift + T |
Internet केवल जानकारी पढ़ने का माध्यम नहीं है — यह हमें data, images, software, videos आदि डाउनलोड करने और web pages को explore या print करने की सुविधा भी देता है। यह topic इन्हीं महत्वपूर्ण प्रक्रियाओं को detail में समझाता है।
File Downloading का अर्थ है — Internet से किसी remote server से data को अपने local device (computer या mobile) में लाना। यह files audio, video, document, image या software किसी भी format में हो सकती हैं।
| File Type | Extension | Example |
|---|---|---|
| Document | .pdf, .docx, .txt | Notes.pdf, Resume.docx |
| Image | .jpg, .png, .gif | photo.png, logo.jpg |
| Audio | .mp3, .wav | song.mp3 |
| Video | .mp4, .mkv, .avi | lecture.mp4 |
| Compressed | .zip, .rar | project.zip |
| Software | .exe, .apk | setup.exe, app.apk |
Web Exploration का मतलब है — किसी website को detail में देखना, उसके links, images, text और multimedia को analyze करना। Browser में कई tools और options होते हैं जो हमें यह सुविधा देते हैं।
किसी भी web page को आप print या PDF में save कर सकते हैं। Browser में built-in print function होता है जो page को paper या digital format में बदल देता है।
| Function | Windows Shortcut | Mac Shortcut |
|---|---|---|
| Download File | Alt + Click (on link) | Option + Click |
| Open Download Manager | Ctrl + J | Command + Option + L |
| Save Page As | Ctrl + S | Command + S |
| Print Page | Ctrl + P | Command + P |
| View Page Source | Ctrl + U | Command + Option + U |
| Find Text on Page | Ctrl + F | Command + F |
| Zoom In / Out | Ctrl + + / - | Command + + / - |
| Open New Tab | Ctrl + T | Command + T |
| Close Current Tab | Ctrl + W | Command + W |