Jump to content

. . . 4th Lecture - Networking . . .


k2s

Interested Please Vote  

24 members have voted

You do not have permission to vote in this poll, or see the poll results. Please sign in or register to vote in this poll.

Recommended Posts

  • Replies 67
  • Created
  • Last Reply

Top Posters In This Topic

  • k2s

    43

  • Chocolateboy

    7

  • kakatiya

    5

  • krldr871

    4

Top Posters In This Topic

IPv6 Address Notation

IPv6 addresses are denoted by eight groups of hexadecimal quartets separated by colons in between them.

Following is an example of a valid IPv6 address: 2001:cdba:0000:0000:0000:0000:3257:9652

Any four-digit group of zeroes within an IPv6 address may be reduced to a single zero or altogether omitted. Therefore, the following IPv6 addresses are similar and equally valid:

2001:cdba:0000:0000:0000:0000:3257:9652
2001:cdba:0:0:0:0:3257:9652
2001:cdba::3257:9652

Link to comment
Share on other sites

[quote author=kakatiya link=topic=236491.msg2944246#msg2944246 date=1315858793]
sare bhayya ipv6 lo oka excersice chesi chupiyu
[/quote]
nuvvu presently use chese computer lo start--->run--->cmd open chesi "ipconfig /all" ani kotti aa output ikkada veyi........
note : to copy the text in terminal use right-click select all & ctrl+c

Link to comment
Share on other sites

I am using linux, to view what IP address ur computer has -
For example:

Red color is IPv6 address, Blue is IPv4 address


[root@l-User ~]# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:13:72:9B:5B:16 
          inet addr:[color=blue]172.23.221.7[/color]  Bcast:172.23.223.255  Mask:255.255.252.0
          inet6 addr: [color=red]fe80::213:72ff:fe9b:5b16/64[/color] Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:199748 errors:0 dropped:0 overruns:0 frame:0
          TX packets:122950 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:207577125 (197.9 MiB)  TX bytes:15502512 (14.7 MiB)
          Interrupt:16

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:195 errors:0 dropped:0 overruns:0 frame:0
          TX packets:195 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:18366 (17.9 KiB)  TX bytes:18366 (17.9 KiB

Link to comment
Share on other sites

[quote author=ChittiNaidu link=topic=236491.msg2944308#msg2944308 date=1315859359]
packet lo details marchi....packet ela pampinchalo cheppu.... [img]http://lh3.ggpht.com/_8xtfDMugwRY/TJKthYEP_aI/AAAAAAAAAHY/bhr9lq0cJxM/ayithe.gif[/img]
[/quote]nuvvey cheppu

Link to comment
Share on other sites

[quote author=ChittiNaidu link=topic=236491.msg2944329#msg2944329 date=1315859474]
[img]http://i54.tinypic.com/2zhlaon.gif[/img]  nuvvu undanga nenu enduku saami....nuvvu kaani.....nenu vinta....


Tools vada mani seppaku....  s%H# s%H# s%H#
[/quote]

I am not sure... nenu eppudu change cheyyaledu....... when i go next topic " IP PAcket review" - konni fields ela change cheyyochu, anedi cheptha

Link to comment
Share on other sites

Special Addresses in IPv6

::/96 The zero prefix denotes addresses that are compatible with the previously used IPv4 protocol.

::/128 An IPv6 address with all zeroes in it is referred to as an unspecified address and is used for addressing purposes within a software.

::1/128 This is called the loop back address and is used to refer to the local host. An application sending a packet to this address will get the packet back after it is looped back by the IPv6 stack. The local host address in the IPv4 was 127.0.0.1.

2001:db8::/32 This is a documentation prefix allowed in the IPv6. All the examples of IPv6 addresses should ideally use this prefix to indicate that it is an example.

fec0::/10 This is a site-local prefix offered by IPv6. This address prefix signifies that the address is valid only within the local organization. Subsequently, the usage of this prefix has been discouraged by the RFC.

fc00::/7 This is called the Unique Local Address (ULA). These addresses are routed only within a set of cooperating sites. These were introduced in the IPv6 to replace the site-local addresses. These addresses also provide a 40-bit pseudorandom number that reduces the risk of address conflicts.

ff00::/8 This prefix is offered by IPv6 to denote the multicast addresses. Any address carrying this prefix is automatically understood to be a multicast address.

fe80::/10 This is a link-local prefix offered by IPv6. This address prefix signifies that the address is valid only in the local physical link.

Link to comment
Share on other sites

[quote author=shakkku link=topic=236491.msg2944339#msg2944339 date=1315859532]
K2S,
IPV6 lo subnetting ela chestaro chupinchu oka IP teesukuni.
[/quote]subnetting concept is same for IPv6 .

nuvvu oka example thesukoni ivvu..... will elaborate

Link to comment
Share on other sites

[quote author=ChittiNaidu link=topic=236491.msg2944362#msg2944362 date=1315859697]
F@#da F@#da F@#da F@#da  adi hacking ki vadukovachu...  s%H# s%H# s%H# s%H#
[/quote]u library nunchi yahoo servers hacker

Link to comment
Share on other sites

*=: *=: *=:[quote author=k2s link=topic=236491.msg2944358#msg2944358 date=1315859666]
Special Addresses in IPv6

::/96 The zero prefix denotes addresses that are compatible with the previously used IPv4 protocol.

::/128 An IPv6 address with all zeroes in it is referred to as an unspecified address and is used for addressing purposes within a software.

::1/128 This is called the loop back address and is used to refer to the local host. An application sending a packet to this address will get the packet back after it is looped back by the IPv6 stack. The local host address in the IPv4 was 127.0.0.1.

2001:db8::/32 This is a documentation prefix allowed in the IPv6. All the examples of IPv6 addresses should ideally use this prefix to indicate that it is an example.

fec0::/10 This is a site-local prefix offered by IPv6. This address prefix signifies that the address is valid only within the local organization. Subsequently, the usage of this prefix has been discouraged by the RFC.

fc00::/7 This is called the Unique Local Address (ULA). These addresses are routed only within a set of cooperating sites. These were introduced in the IPv6 to replace the site-local addresses. These addresses also provide a 40-bit pseudorandom number that reduces the risk of address conflicts.

ff00::/8 This prefix is offered by IPv6 to denote the multicast addresses. Any address carrying this prefix is automatically understood to be a multicast address.

fe80::/10 This is a link-local prefix offered by IPv6. This address prefix signifies that the address is valid only in the local physical link.
[/quote]

Link to comment
Share on other sites

[quote author=k2s link=topic=236491.msg2944358#msg2944358 date=1315859666]
Special Addresses in IPv6

::/96 The zero prefix denotes addresses that are compatible with the previously used IPv4 protocol.

::/128 An IPv6 address with all zeroes in it is referred to as an unspecified address and is used for addressing purposes within a software.

::1/128 This is called the loop back address and is used to refer to the local host. An application sending a packet to this address will get the packet back after it is looped back by the IPv6 stack. The local host address in the IPv4 was 127.0.0.1.

2001:db8::/32 This is a documentation prefix allowed in the IPv6. All the examples of IPv6 addresses should ideally use this prefix to indicate that it is an example.

fec0::/10 This is a site-local prefix offered by IPv6. This address prefix signifies that the address is valid only within the local organization. Subsequently, the usage of this prefix has been discouraged by the RFC.

fc00::/7 This is called the Unique Local Address (ULA). These addresses are routed only within a set of cooperating sites. These were introduced in the IPv6 to replace the site-local addresses. These addresses also provide a 40-bit pseudorandom number that reduces the risk of address conflicts.

ff00::/8 This prefix is offered by IPv6 to denote the multicast addresses. Any address carrying this prefix is automatically understood to be a multicast address.

fe80::/10 This is a link-local prefix offered by IPv6. This address prefix signifies that the address is valid only in the local physical link.
[/quote]

ardam avvaledhu asalu  no comment

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...