Introduction
आज के digital दौर में Internet हमारी जिंदगी का एक जरूरी हिस्सा बन चुका है। हम रोज़ाना इसका इस्तेमाल करते हैं—जैसे Google पर search करना, YouTube पर videos देखना, Instagram चलाना या online classes attend करना। लेकिन क्या आपने कभी सोचा है कि ये सब actually कैसे काम करता है?
यहीं से Internet Basics की जरूरत पड़ती है।
Web Designing सीखने वाले students के लिए यह chapter बहुत important है, क्योंकि website बनाना सिर्फ coding तक सीमित नहीं है—बल्कि यह समझना भी जरूरी है कि वह website Internet पर कैसे run होती है, user तक कैसे पहुँचती है और data कैसे transfer होता है।
Simple शब्दों में, Internet एक ऐसा system है जो दुनिया भर के computers, mobiles और servers को जोड़ता है, ताकि वे आपस में information share कर सकें। जब आप कोई website open करते हैं, तो आपका device (client) एक request भेजता है और server उस request का response देता है—यही basic working है Internet की।
इस chapter में आप step-by-step यह समझेंगे:
- Internet actually क्या है
- यह कैसे काम करता है
- Data एक जगह से दूसरी जगह कैसे जाता है
- और web designing में इसका क्या role है
Definition
Internet एक global network है जो multiple networks को जोड़कर data communication और information sharing को संभव बनाता है।
Concept
1. Network of Networks
Internet को network of networks कहा जाता है क्योंकि:
- यह कई छोटे networks का combination है
- हर network एक दूसरे से connected होता है
- सभी networks मिलकर एक बड़ा system बनाते हैं
2. Protocols (Communication Rules)
Internet पर communication predefined rules के अनुसार होता है
सबसे important protocol है:
TCP/IP
- यह data transmission को control करता है
- Devices के बीच communication को standard बनाता है
3. World Wide Web (WWW)
- WWW Internet का एक हिस्सा है
- यह web pages और websites का collection है
- Browser (Chrome, Edge) से access किया जाता है
4. Client-Server Model
Internet client-server architecture पर काम करता है
- Client: User का device
- Server: Data store करने वाला system
Flow:
Client → Request → Server → Response
5. IP Address
- हर device का unique address होता है
- इसे IP Address कहते हैं
- Example: 192.168.1.1
यह Internet पर device की पहचान करता है
6. Domain Name
- IP Address को आसान बनाने के लिए domain name use किया जाता है
- Example: google.com
- यह human-friendly address होता है
7. Data Transmission (Packet Switching)
- Data छोटे packets में divide होता है
- अलग-अलग routes से travel करता है
- destination पर combine होता है
8. Internet Services
Internet कई services provide करता है:
- Web browsing
- File transfer
- Online communication
- Cloud services
Example
जब आप browser में कोई website open करते हैं:
- Domain name enter करते हैं
- वह IP address में convert होता है
- Server request को process करता है
- Web page load हो जाता है
Important Points
- Internet = Network of Networks
- TCP/IP communication का base है
- Client और Server interaction जरूरी है
- IP Address unique identification देता है
- Domain name user-friendly address होता है
निष्कर्ष
Basic Concepts of Internet Web Designing का पहला और सबसे जरूरी chapter है। इसे समझने से आप जान पाते हैं कि website actually कैसे काम करती है और data Internet पर कैसे travel करता है।