Electronic Mail

 ई-मेल (E-Mail – Electronic Mail)- आविष्कार Ray Tomlinson

E-Mail (Electronic Mail) एक इलेक्ट्रॉनिक माध्यम हैजिसके द्वारा इंटरनेट की सहायता से संदेशचित्रदस्तावेज़ऑडियोवीडियो आदि को एक कंप्यूटर/मोबाइल से दूसरे कंप्यूटर/मोबाइल पर भेजा जा सकता है।

Hotmail (1996) को Sabeer Bhatia और Jack Smith ने शुरू किया था और बाद में Microsoft ने खरीदा। Hotmail भारत में बहुत लोकप्रिय पहला Free Web-Mail Service रहा।

निःशुल्क ई-मेल सेवा प्रदान करने वाली प्रमुख वेबसाइटें

·         Yahoo Mail – http://mail.yahoo.com

·         Outlook / Hotmail – http://www.outlook.com

·         Gmail – http://www.gmail.com

·         Rediff Mail – http://www.rediff.com

·         MailCity – http://www.mailcity.com

·         Sify– http://www.sify.com

ई-मेल एड्रेस (E-Mail Address)

ई-मेल एड्रेस दो भागों से मिलकर बना होता है और इन्हें @ (At the Rate) चिन्ह द्वारा अलग किया जाता है।

ई-मेल एड्रेस के भाग

1.       User Name

2.       Domain Name

👉 उदाहरण: pcinstitute1@gmail.com

·         pcinstitute1  User Name

·         gmail.com  Domain Name

ई-मेल संदेश के भाग (Parts of an E-Mail Message)

1.       From– मेल भेजने वाले व्यक्ति का ई-मेल पता

2.       To– जिस व्यक्ति को ई-मेल भेजा जा रहा है

3.       Cc (Carbon Copy)– किसी अन्य प्राप्तकर्ता को ई-मेल की प्रति भेजने के लिए

4.       Bcc (Blind Carbon Copy)– प्राप्तकर्ता को बिना बताए किसी और को मेल भेजने के लिए

5.       Subject– ई-मेल का विषय (मेल किस बारे में है)

6.       Inbox– प्राप्त (Received) ई-मेल यहाँ आते हैं

7.       Draft– अधूरा लिखा हुआ ई-मेल जो बाद में भेजा जाएगा

8.       Outbox– भेजे जाने की प्रक्रिया में या असफल (Unsent) ई-मेल

9.       Trash– डिलीट किए गए ई-मेल

10.   Spam– अवांछित (Unwanted / Junk) ई-मेल

11.   Attachment – ई-मेल के साथ फ़ाइल जोड़ना

ई-मेल प्रोटोकॉल (E-Mail Protocols)

1. SMTP (Simple Mail Transfer Protocol)

·         ई-मेल भेजने (Send) के लिए उपयोग किया जाता है

·         ASCII डेटा को सपोर्ट करता है

2. MIME (Multipurpose Internet Mail Extensions)

·         SMTP का विस्तार (Extension) है

o    Non-ASCII डेटा जैसे: Image, Audio, Video, Application Files भेजने की सुविधा देता है

3. POP3 (Post Office Protocol Version 3)

·         ई-मेल प्राप्त (Receive) करने के लिए

·         मेल को सर्वर से डाउनलोड कर लेता है

4. IMAP (Internet Message Access Protocol)

·         ई-मेल को Server पर ही स्टोर रखता है

·         किसी भी डिवाइस से लॉग-इन कर मेल एक्सेस किया जा सकता है

·         आज के समय में सबसे अधिक उपयोग किया जाने वाला प्रोटोकॉल

ई-मेल क्लाइंट (E-Mail Client Software)

·         Outlook Express– Windows OS में उपयोग होने वाला ई-मेल क्लाइंट

·         Mozilla Thunderbird– Ubuntu / Linux OS में उपयोग होने वाला ई-मेल क्लाइंट

वेब ब्राउज़र (Web Browser)

·         Microsoft Edge– Windows OS का Default Browser

·         Mozilla Firefox– Ubuntu OS का Default Browser

🔑 अतिरिक्त महत्वपूर्ण बिंदु (Added for Exam)

·         ई-मेल Paperless Communication है

·         एक साथ कई लोगों को मेल भेजा जा सकता है

·         ई-मेल तेज़सस्ता और सुरक्षित माध्यम है

·         ई-मेल के बिना इंटरनेट आधारित सेवाएँ अधूरी हैं

Important Ubuntu Commands

 

Ubuntu / Linux

Ubuntu एक Linux आधारित Operating System है जिसमें कार्य Commands द्वारा किए जाते हैं।

APT Commands

APT – Advanced Package Tool

·         apt-get update Package List Update

·         apt-get upgrade Installed Software Update

·         apt-get install Software Install

·         apt-get remove Software Remove

·         apt-get purge Software + Config Remove

·         apt-get clean Cache Clear

·         apt-get autoremove Unwanted Packages Remove

4. Terminal / Process Control

·         Ctrl + C Process Stop

·         Ctrl + Z Process Suspend

·         Ctrl + Shift + C / V Copy / Paste

·         Ctrl + Alt + T Terminal Open

5. File & Directory Commands

·         pwd (Present Working Directory) Current Path

·         ls (List) Files List

·         cd (Change Directory) Directory Change

·         cd .. One Level Up

·         cd ~ Home Directory

·         cp (Copy) File Copy

·         mv (Move) Move / Rename

·         rm (Remove) Delete File

·         mkdir New Folder

·         rmdir Empty Folder Delete

6. File Editing Commands

·         nano Text Editor

·         sudo nano Super User Edit

·         gedit GUI Text Editor

·         sudo – Super User Do

7. User & Permission Commands

·         adduser New User

·         passwd Change Password

chmod (Change Mode)

·         777 Full Permission

·         755 Owner Full

·         644 Read Only for Others

8. Networking & Disk Commands

·         ftp (File Transfer Protocol)         File Transfer

·         SSH (Secure Shell)                    Remote Login

·         df (Disk Free)                           Disk Space

·         du (Disk Usage)                                    Disk Usage

·         fdisk                                                     Disk Partition

·         chown                                       Change Owner

9. Other Important Commands

·         cat File Content Show

·         more Page by Page View

·         diff Compare Files

·         grep (Global Regular Expression Print) Search Text

·         wc (Word Count) Count Words

·         curl Data Transfer

·         wget Internet Download

·         ping Network Test

·         date / cal Date & Calendar

Cyber Security (साइबर सुरक्षा)

 

Cyber Security (साइबर सुरक्षा)

Cyber Security का अर्थ है कंप्यूटर सिस्टम, नेटवर्क, डेटा और प्रोग्राम को डिजिटल हमलों से सुरक्षित रखना।

Cyber Security के मुख्य घटक

·         Confidentiality – गोपनीयता

·         Integrity – डेटा की शुद्धता

·         Availability – उपलब्धता

·         Authentication – पहचान सत्यापन

·         Non-Repudiation – इंकार न कर पाना

·         Access Control – पहुँच नियंत्रण

Malware (Malicious Software– हानिकारक सॉफ्टवेयर)

Malware वह सॉफ्टवेयर है जो कंप्यूटर सिस्टम को नुकसान पहुँचाता है।

Malware के प्रकार

·         Virus – स्वयं को फैलाता है

·         Worm – नेटवर्क के माध्यम से फैलता है

·         Trojan Horse – उपयोगी दिखकर नुकसान करता है

·         Spyware – गुप्त जानकारी चुराता है

·         Adware – अवांछित विज्ञापन दिखाता है

·         Ransomware – डेटा लॉक कर फिरौती मांगता है

·         Botnet – संक्रमित कंप्यूटरों का समूह

·         Rootkit – सिस्टम के अंदर छिपा रहता है

4. Cyber Attacks / Threats

·         Phishing – फर्जी ईमेल/वेबसाइट से जानकारी चुराना

·         Spoofing – नकली पहचान बनाना

·         Hacking – अनधिकृत प्रवेश

·         Cracking – सुरक्षा तोड़ना

·         Cyber Stalking – ऑनलाइन पीछा करना

·         Denial of Service (DoS) – सेवा बंद करना

·         DDoS (Distributed Denial of Service) – कई सिस्टम से हमला

 5. Security Technologies (सुरक्षा तकनीकें)

·         SSL – Secure Socket Layer

·         TLS – Transport Layer Security

·         IDS – Intrusion Detection System

·         IPS – Intrusion Prevention System

·         VPN – Virtual Private Network

·         Firewall – अनधिकृत ट्रैफिक रोकता है

·         Encryption – डेटा को कोड में बदलना

·         Hashing – डेटा की पहचान के लिए

 6. Computer Security Solutions

·         Strong Password

·         Biometric Authentication

·         CAPTCHA– Completely Automated Public Turing test to tell Computers and Humans Apart

·         Two-Step Verification

·         Digital Signature

·         Trusted Software only

·         Antivirus का नियमित उपयोग

 7. Securing Smartphone (मोबाइल सुरक्षा)

·         Screen Lock / Fingerprint

·         Trusted Source से App डाउनलोड

·         Phone Bill जाँचें

·         Data Backup रखें

·         App Permissions समझकर दें

·         Phone बेचने से पहले Data Wipe करें

 8. Antivirus (एंटीवायरस)

Antivirus ऐसा सॉफ्टवेयर है जो वायरस को पहचानता, रोकता और हटाता है।

 प्रमुख एंटीवायरस- AVIRA, AVG, Quick Heal, Norton, McAfee, Kaspersky

·         Creeper (1971) – पहला कंप्यूटर वायरस

·         Elk Cloner (1982) – पहला PC Virus

·         Brain (1986) – पहला Boot Sector Virus