Important Notice:

IPv6 (Internet Protocol Version 6)

IPv6 (Internet Protocol Version 6)

10 views 1 min read

IPv6 (Internet Protocol Version 6) :-

 
IPv6 (Internet Protocol Version 6), Internet Protocol का नया और advanced version है, जिसमें किसी device या network interface की पहचान (Identification) के लिए 128-bit IP address का उपयोग किया जाता है। IPv6 address को 8 groups (blocks) में divide किया जाता है, और हर group 16 bits का होता है। इसे सामान्यतः Hexadecimal Notation में लिखा जाता है, जिसमें आठों groups को colon (:) से अलग किया जाता है। IPv6 को इसलिए लाया गया क्योंकि IPv4 addresses limited (लगभग 4.3 अरब) थे और तेज़ी से बढ़ते Internet-connected devices (mobiles, IoT आदि) के लिए पर्याप्त नहीं थे।
 
English:
IPv6 (Internet Protocol Version 6) is the newer, advanced version of the Internet Protocol that uses a 128-bit IP address to identify a device or network interface. An IPv6 address is divided into 8 groups (blocks), and each group contains 16 bits. It is normally written in Hexadecimal Notation, where the eight groups are separated by a colon (:). IPv6 was introduced because IPv4 addresses (about 4.3 billion) were limited and insufficient for the rapidly growing number of Internet-connected devices (mobiles, IoT, etc.).

 

Example:
2001:0db8:85a3:0000:0000:8a2e:0370:7334
 
इसमें:
2001 : 0db8 : 85a3 : 0000 : 0000 : 8a2e : 0370 : 7334
 ↓       ↓       ↓       ↓       ↓       ↓       ↓       ↓
Block   Block   Block   Block   Block   Block   Block   Block
(16-bit hexadecimal groups — कुल 8 blocks × 16 bits = 128 bits)

 

Note: लगातार आने वाले zero blocks को short करने के लिए double colon (::) का उपयोग किया जाता है — जैसे 2001:db8:85a3::8a2e:370:7334 (सिर्फ एक बार पूरे address में इस्तेमाल हो सकता है)।

Related Notes