Web Servers

Web Servers 
A web server is a remote database which provides information to the user via web browsers requested.
वेब सर्वर एक रिमोट डेटाबेस होता है जो किसी इन्टरनेट यूजर के वेब ब्राउजर द्वारा भेजे गए रिक्वेस्ट के आधार पर सम्बंधित सूचनाओं को प्रदान करता है।
Working with website – वेबसाइट के साथ काम करना
How the Website Works? वेबसाइट कैसे काम करती है?
These web pages are usually located on a web server that is linked to the Internet. The web server is a computer that has been built exclusively to host websites. Finally, the web server is an internet connected computer that receives the request for a web page sent by browser. The browser connects your computer to the server through an IP address or domain name.
ये वेब पेज आमतौर पर एक वेब सर्वर पर स्थित होते हैं जो इंटरनेट से जुड़ा होता है। वेब सर्वर एक कंप्यूटर है जिसे विशेष रूप से वेबसाइटों को होस्ट करने के लिए बनाया गया है। अंत में, वेब सर्वर एक इंटरनेट से जुड़ा कंप्यूटर है जो ब्राउजर द्वारा भेजे गए वेब पेज के लिए अनुरोध प्राप्त करता है। ब्राउजर आपके कंप्यूटर को IP पते या डोमेन नाम के माध्यम से सर्वर से जोड़ता है।
The following diagram demonstrates what happens each time you view a website.
निम्न डॉयग्राम दर्शाता है कि हर बार जब आप किसी वेबसाइट को देखते हैं तो क्या होता है।
For example, if you type “www.google.com” into your browser, we requested to the web server, please provide the details of related website. Here web server takes your request and search it, if given request is available in web server then it replies accordingly in your web browser else it replies error message.
उदाहरण के लिए, यदि आप अपने ब्राउजर में “www.google.com” टाइप करते हैं, तो यह माना जाता है, कि हमने वेब सर्वर से अनुरोध किया, कि कृपया संबंधित वेबसाइट का विवरण प्रदान करें। यहाँ वेब सर्वर आपका अनुरोध लेता है और इसे खोजता है, यदि दिया गया अनुरोध वेब सर्वर में उपलब्ध है तो यह आपके वेब ब्राउजर के अनुसार उत्तर देता है अन्यथा यह त्रुटि संदेश का जवाब देता है।
Web pages – वेब पेजेज
Web page is a document on internet written and constructed using HTML and are translated by your Web browser. Web pages can either be static or dynamic. Static pages show the match content each time they are viewed. Dynamic pages have content that can be changed.
वेबपेज एचटीएमएल (हाइपर टेक्स्ट मार्कअप लैंग्वेज) पर लिखा हुआ डाक्यूमेंट्स होता है जो आपके वेब ब्राउजर द्वारा ट्रांसलेट होता है। वेब पेज दो प्रकार के होते है- स्टैटिक और डाइनेमिक। स्टैटिक पेज प्रत्येक बार देखे जाने पर समान सामग्री दिखाते हैं। डायनेमिक पेज में ऐसी सामग्री होती है जिसे बदला जा सकता है।
In other words Electronic document created with HTML and therefore, accessible with a browser. In addition to text and graphics, web pages may also contain downloadable data files, audio and video files and hyperlinks to other pages or sites. There are multiple types of information that could be presented on web pages, which could be divided into two main groups – perceived information (visible to the website visitor) and hidden information (hidden from the visitor’s eye). Depending on the purpose and target audience of a website, its perceived information could be textual, non-textual and interactive.
दूसरे शब्दों में, HTML के साथ बनाया गया इलेक्ट्रॉनिक डाक्यूमेंट है और इसलिए, एक ब्राउजर के साथ एक्सेसिबल है। टेक्स्ट और ग्राफिक्स के अलावा, वेब पेजों में डाउनलोड करने योग्य डेटा फाइलें, ऑडियो और वीडियो फाइलें और हाइपरलिंक्स अन्य पेजों या साइटों पर भी हो सकती हैं। वेब पेजों पर कई प्रकार की जानकारी प्रस्तुत की जा सकती है, जिन्हें दो मुख्य समूहों में विभाजित किया जा सकता है- दिखने वाली सूचना (वेबसाइट यूजर को दिखाई देने वाली) और छिपी हुई जानकारी (यूजर की आंख से छिपी हुई)। किसी वेबसाइट के उद्देश्य और लक्ष्य उसके यूजर के आधार पर, इसकी कथित जानकारी टेक्स्ट वाली, बिना टेक्स्ट वाली और इंटरैक्टिव हो सकती है।
The non-textual information includes static images (e.g. GIF, JPEG, PNG or TIFF), animated images (e.g. animated GIF, Flash, Shockwave, Java Applet), vector formats (e.g. Flash, SVG), audio file formats (MIDI, WAV, MP3, Java Applets), video files (WMV, RM, FLV, MPG, MOV). Interactive content on web pages could be displayed via DHTML, interactive illustrations, script orchestration or DHTML based buttons. For interaction between the content on separate pages developers use hyperlinks and forms. The hidden information on web pages includes comments, metadata, charset details, CSS visual specifications, scripts (e.g. JavaScript, Ajax).
बिना टेक्स्ट वाली जानकारी में स्टैटिक इमेज (जैसे GIF, JPEG, PNG या TIFF), एनिमेटेड इमेजेस (जैसे एनिमेटेड GIF, Flash, Shockwave, Java Applet), वेक्टर प्रारूप (जैसे Flash, SVG), ऑडियो फाइल प्रारूप (MIDI, WAV, MP3, Java Applet), वीडियो फाइल्स (WMV, RM, FLV, MPG, MOV) शामिल हैं। वेब पेजों पर इंटरएक्टिव सामग्री को DHTML, इंटरएक्टिव इलुस्ट्रेसन, स्क्रिप्ट ऑर्केस्ट्रेशन या DHTML आधारित बटन के माध्यम से प्रदर्शित किया जा सकता है। विभिन्न पेजों पर सामग्री के बीच इन्टरफेस के लिए डेवलपर्स हाइपरलिंक्स और फॉर्म का उपयोग करते हैं। वेब पेजों पर छिपी जानकारी में कमेन्ट्स, मेटाडेटा, कैरसेट विवरण, सीएसएस विजुअल स्पेसिफिकेशन, स्क्रिप्ट (उदाहरण के लिए जावास्क्रिप्ट, अजैक्स) शामिल हैं ।
Depending on the type of information, a web page could be qualified as being static and dynamic. Static web pages contain static text files that are displayed on the screen the way they are stored on the web server. Dynamic web pages, in turn, are retrieved by the browser in accordance with the interactivity instructions set for the particular web page, mostly by the use of Database.
जानकारी के प्रकार के आधार पर, एक वेब पेज स्टैटिक और डायनामिक हो सकता है। स्टैटिक वेब पेजों में फाइलें उसी प्रकार दिखती हैं, जैसी कि सर्वर पर संग्रहित की जाती हैं। डायनामिक वेब पेज, बदले में, विशेष वेब पेज के लिए निर्धारित निर्देशों के अनुसार ब्राउजर द्वारा प्राप्त किए जाते हैं, अधिकतर डेटाबेस के उपयोग द्वारा इनको बनाया जाता है।
URL (Uniform Resource Locator) – यूआरएल (यूनिफार्म रिसोर्स लोकेटर)
About me