MAC पता जनरेटर
परीक्षण और विकास के लिए रैंडम MAC पते उत्पन्न करें
उत्पन्न करें
संबंधित उपकरण
IP सबनेट कैलकुलेटर
सबनेट, CIDR और नेटवर्क रेंज की गणना करें
Chmod कैलकुलेटर
प्रतीकात्मक और संख्यात्मक नोटेशन में Unix फ़ाइल अनुमतियों की गणना करें
IPv4 पता कनवर्टर
IPv4 पतों को दशमलव, बाइनरी, हेक्साडेसिमल और इंटीजर प्रारूपों के बीच रूपांतरित करें
WiFi QR कोड जनरेटर
WiFi नेटवर्क क्रेडेंशियल के लिए QR कोड उत्पन्न करें
User Agent पार्सर
ब्राउज़र, OS, डिवाइस और इंजन की पहचान के लिए User Agent स्ट्रिंग का विश्लेषण करें
JSON फ़ॉर्मेटर
JSON डेटा को सुंदर बनाएँ, छोटा करें और मान्य करें
उपयोग कैसे करें
अपने मान दर्ज करें
इनपुट फ़ील्ड में अपनी संख्याएँ या पैरामीटर भरें।
तुरंत परिणाम पाएँ
जैसे ही आप टाइप करते हैं परिणाम स्वचालित रूप से अपडेट होते हैं — कोई सबमिट बटन ज़रूरी नहीं।
कॉपी या सेव करें
परिणामों को क्लिपबोर्ड में कॉपी करें या अपने वर्कफ़्लो में उपयोग करें।
यह टूल क्यों उपयोग करें
100% मुफ़्त
कोई छिपी लागत नहीं, कोई प्रीमियम टियर नहीं — हर फ़ीचर मुफ़्त है।
कोई इंस्टॉलेशन नहीं
पूरी तरह से आपके ब्राउज़र में चलता है। कोई सॉफ़्टवेयर डाउनलोड या इंस्टॉल करने की ज़रूरत नहीं।
प्राइवेट और सुरक्षित
आपका डेटा कभी आपके डिवाइस से बाहर नहीं जाता। किसी भी सर्वर पर कुछ भी अपलोड नहीं होता।
मोबाइल पर काम करता है
पूरी तरह से रेस्पॉन्सिव — अपने फ़ोन, टैबलेट या डेस्कटॉप पर उपयोग करें।
MAC Addresses: Hardware Identification in Networks
Key Takeaways
- MAC (Media Access Control) addresses are 48-bit hardware identifiers assigned to network interface cards for Layer 2 communication.
- The first 3 bytes (OUI) identify the manufacturer, while the last 3 bytes are device-specific — except in randomly generated addresses.
- All MAC address generation is performed in your browser — no addresses are stored or transmitted.
MAC addresses are the physical identity of network devices, operating at Layer 2 of the OSI model. Every Ethernet frame and WiFi packet uses MAC addresses for local network delivery. Understanding MAC address structure is essential for network administration, security (MAC filtering), virtualization (VM network config), and troubleshooting connectivity issues at the data link layer.
The 48-bit MAC address space supports 281 trillion unique addresses — enough for every networked device on Earth.
Address Space
Key Concepts
MAC Address Structure
A MAC address has 6 octets (e.g., AA:BB:CC:DD:EE:FF). The first 3 octets form the OUI (Organizationally Unique Identifier) assigned to manufacturers. The last 3 are device-specific.
Unicast vs. Multicast Bit
The least significant bit of the first octet determines if the address is unicast (0, single device) or multicast (1, group of devices). Randomly generated addresses should set this bit to 0.
Local vs. Universal Bit
The second least significant bit of the first octet indicates whether the address is universally administered (0, manufacturer-assigned) or locally administered (1, custom/random).
MAC Address Randomization
Modern operating systems (iOS, Android, Windows) randomize MAC addresses when scanning for WiFi networks to prevent tracking. This uses the locally administered bit to distinguish from real hardware addresses.
Pro Tips
Set the locally administered bit (second-least significant bit of first octet) when generating random MAC addresses to avoid conflicting with real hardware.
Use consistent MAC addresses for VMs and containers in development to avoid DHCP lease issues when recreating environments.
MAC filtering provides minimal security — MAC addresses can be easily spoofed. Use 802.1X authentication for real network access control.
Common MAC address formats include colon-separated (AA:BB:CC:DD:EE:FF), hyphen-separated (AA-BB-CC-DD-EE-FF), and Cisco format (AABB.CCDD.EEFF).
All MAC address generation is performed entirely in your browser. No generated addresses are stored, logged, or transmitted to any server. Generated addresses are random and not associated with any real hardware.