Tuesday, 17 November 2015

MMC (Microsoft Management Console) for Windows 10 In hindi

What is MMC ( Microsoft Management Console) and how to install and enable Remote Server Administration Tools on windows 10 in Hindi


MMC windows network administrator के काम का टूल है जिसकी हेल्प से विंडोज के हार्डवेयर, सॉफ्टवेयर एवं नेटवर्क components को मैनेज किया जाता है | इसको snap-ins भी बोलते है | MMC मे नेटवर्क एडमिनिस्ट्रेटर्स के लिए बहुत सारे administrative tools होते है जो की माइक्रोसॉफ्ट एवं other vendors के बनाये टूल्स का combination होते है | 

To install Remote Server Administration Tools and MMC for Windows 10 - 

1. Download appropriate package from Microsoft Website, install it and reboot when prompt. 

All tools are enabled by default and you do not need to go to control panel to enable them.  See below -

Remote Server Administration MMC for windows 10


Once PC Rebooted - You can open MMC from "c:\windows\System32\mmc" Path - 

Now configure required tools from MMC - > File - > Add / Remove snap in - See below 

MMC Snap in Windows 10
MMC Snap in Windows 10






Sunday, 15 November 2015

What is ADSL (asymmetric digital subscriber line) in Hindi

In Hindi - What is ADSL Router 

Asymmetric Digital Subscriber line, ADSL का शार्ट फॉर्म है | 

ADSL, DSL की एक category है जो copper telephone lines की हेल्प से fast internet कनेक्ट मे हेल्प करता है | ADSL, copper telephone lines मे faster डेटा ट्रांसमिशन सपोर्ट करता है compare to ट्रेडिशनल voiceband modem | जो भी telephone subscriber voice and ADSL एक साथ use करना चाहते है उनके पास एक special filter या splitter, called a microfilter  इनस्टॉल किया जाता है | ADSL requires a special ADSL modem and router to be able to connect internet. 
What is ADSL (asymmetric digital subscriber line) in Hindi
What is ADSL (asymmetric digital subscriber line) in Hindi


Difference between NTFS and FAT file systems

In Hindi -What is the difference between FAT32 and NTFS

Comparison between NTFS and FAT FileSystem

File System :-  फाइल सिस्टम, हार्ड डिस्क मे डेटा को organize करते हुए data store करने का एक method होता है | जब आप एक नयी हार्ड डिस्क को फॉर्मेट करके partition create करते है तो आपको फाइल सिस्टम decide करना होता है | Microsoft Windows मे main three फाइल सिस्टम है - old FAT16, FAT32 and NTFS - 

FAT32 :- FAT is short form of File Allocation Table जो की 1977 मे introduce हुआ था जबकि FAT32 MS-DOS 7.1 / Windows 95 OSR2 के साथ 1996 मे introduce हुआ था | FAT32 मे 32 बताता है number of bits needed to keep track of the files | जब तक 4GB हार्ड डिस्क नहीं आई थी FAT16 बहुत पॉपुलर था उसके बाद FAT32 use मे आने लगा | FAT32 मे "4 GB minus 1 byte" or 4,294,967,295 (232 − 1) bytes सबसे बड़ी फाइल साइज पॉसिबल है | 

क्योकि boot Sector, sector count के लिए 32-Bit फील्ड use करता है, FAT32 का volume size (hard disk) 2 TB (with sector size of 512 bytes) ज्यादा नहीं हो सकता एंड 16 TB maximum है 4,096 bytes के sector size के लिए | 

Difference between FAT32 and NTFS

1. NTFS मे Disk related error से रिकवर करने कि capability FAT32 से जयदा होती है | 
2. NTFS ज्यादा बड़ी hard disk साइज को सपोर्ट कर सकता है |
3. NTFS मे FAT32 से ज्यादा security होती है क्योकि NTFS मे permission and encryption options है जो की फाइल्स एंड फ़ोल्डर्स access को restrict कर सकता है | 
4. FAT32 मे फाइल साइज लिमिटेशन है जो की NTFS नहीं है | Windows के FAT32 मे 32 GB से बड़ा partition एवं 4 GB से बड़ी फाइल स्टोर नहीं कर सकते | 
5.  FAT32 can be converted to NTFS but it is not so easy to convert NTFS back to FAT

What is MAC Address Physical address

What is Physical Address / MAC Address 

MAC Address example

How to know MAC Address in Windows


MAC Address is short from of media access control Address | यह एक नेटवर्क Address होता है जो की each network node को uniquely identify करने के लिए काम मे आता है | क्योकि यह एड्रेस network interface को assign किया जाता है यह physical address segment मे कम्युनिकेशन के लिए काम मे आता है | MAC Address को ज्यादातर IEEE 802 network टेक्नोलॉजीज (including Ethernet and WiFI) मे Network Address के लिए use करते है |  Logically, MAC addresses are used in the media access control protocol sublayer of the OSI reference model.  

MAC Address network इश्यूज को troubleshoot करने लिए बहुत काम मे आ सकता है क्योकि ये कभी चेंज नहीं होता compare to dynamic IP address (in private or public domain) | एक नेटवर्क एडमिनिस्ट्रेटर के लिए MAC बहुत रिलाएबल source होता है ये जानने के लिए की नेटवर्क मे किसी भी packet का sender and receiver कौन है | 

Most Often MAC Address, network interface controller (NIC) के मैन्युफैक्चरर द्वारा assign किया जाता है एवं इसके हार्डवेयर मे स्टोर किया जाता है जैसे की card's read-only memory या कोई और firmware मैकेनिज्म द्वारा अगर मैन्युफैक्चरर assign करता है तो मैन्युफैक्चरर, MAC Address मे manufacturer's registered identification नंबर भी encode कर देता है जिसको की  burned-in address (BIA) भी कहा जाता है | मैक एड्रेस को बनाने के लिए नंबरिंग NAME SPACE के रूल (इन तीनो मे से - MAC-48, EUI-48, and EUI-64) फॉलो किये जाते है जो की the Institute of Electrical and Electronics Engineers (IEEE) के दवारा मैनेज होता है | 

How to check my computer MAC Address :- 

Click Start - > open run (or search) ->type cmd

On command Prompt - Type :>ipconfig /all 

MAC Address or Physical Address
MAC Address or Physical Address


Private IP Address vs Public IP Address

In Hindi -What is difference between Private IP Address 
and Public IP address

Private IP Address and Public IP address ranges


Public IP एड्रेस वो IP एड्रेस होता है जो की इंटरनेट से एक्सेस होता है | जब आपका कंप्यूटर इंटरनेट से कनेक्ट होता है तब आपके कंप्यूटर को एक IP एड्रेस मिलता है उस IP एड्रेस को Public IP Address कहते है | यह एक globally unique IP एड्रेस होता है जो की पुरे internet network मे यूनिक होता है एवं इसके बिना आपका कंप्यूटर या डिवाइस इंटरनेट से कनेक्ट नहीं हो सकता |


Private IP एड्रेस आपके कंप्यूटर को एक लोकल एरिया नेटवर्क मे कनेक्ट करने मे हेल्प करता है जो की इंटरनेट से directly expose नहीं होता है | जैसे की आप अपने घर मे कुछ कंप्यूटर use कर रहे है और वो आपस मे नेटवर्क से कनेक्टेड है तो उनको एक IP एड्रेस की जरुरत होती है यह होता है Private IP एड्रेस | इस case मे अगर इन कम्प्यूटर्स को इंटरनेट से भी कनेक्ट करना हो तो एक राऊटर को प्राइवेट नेटवर्क से कनेक्ट किया जाता है जिसको एक पब्लिक IP address मिलता है (ISP से) यह router इंटरनेट एवं आपके कम्प्यूटर्स के बीच मे होता है एवं कम्प्यूटर्स को इंटरनेट से कनेक्ट करने के लिए काम करता है | इस प्रकार, Network Information Center (InterNIC) ने सभी organization के लिए एक प्राइवेट IP एड्रेस रेंज ब्लॉक की हुई है जो की organizations अपने इंटरनल नेटवर्क मे without any cost use कर सकती है The following IP blocks are reserved for private IP addresses - 

Private IP Address Range
Private IP Address Range



Saturday, 14 November 2015

What is APIPA (Automatic Private IP Addressing) in Hindi

What is APIPA and its IP Address range -In Hindi

Automatic Private IP Addressing (APIPA) assigns a class B 

IP address range from 169.254.0.0 to 169.254.255.255


APIPA Range
APIPA Range


APIPA, Automatic Private IP Addressing का short form है | APIPA windows OS का एक feature है जिसमे की नेटवर्क मे DHCP client machine APIPA के लिए सेल्फ configured होती है | किसी भी नेटवर्क मे जब कोई DHCP client मशीन boot होती है तो वो DHCP सर्वर को देखती है जिससे की एक valid नेटवर्क IP एड्रेस मिल सके | लकिन जब DHCP server नहीं मिलता तो विंडोज मशीन APIPA फीचर को use करते हुए एक specified range (जो की रिज़र्व होती है) मे से IP address मशीन को दे देती है | 

APIPA की IP address range है - 169.254.0.1 through 169.254.255.254 with class B subnet mask 255.255.0.0 |  According to Microsoft APIPA service regularly check( every five minutes) DHCP server in network | जैसे ही APIPA को DHCP Server सर्वर मिलता है APIPA सर्विस बंद हो जाती है एवं APIPA address को DHCP सर्वर से मिले हुए IP address से replace कर दिया जाता है | 


Thursday, 12 November 2015

what is inetcpl.cpl

What is inetcpl.cpl and is it spam ?

inetcpl.cpl Windows के internet explorer का पार्ट है जिसको की माइक्रोसॉफ्ट ने बनाया है | इसकी फुल फॉर्म होती है "internet control panel" | This is not spam and not a virus. 


You can open internet control panel by ( three methods) :- 

1. Open Internet Explorer and select "internet options" from menu item

2. Start -> Run (or search) -> type inetcpl.cpl 

or 

3. Start - > run ( or search) -> cmd - > type inetcpl.cpl

inetcpl.cpl
inetcpl.cpl