WOW !! MUCH LOVE ! SO WORLD PEACE !
Fond bitcoin pour l'amélioration du site: 1memzGeKS7CB3ECNkzSn2qHwxU6NZoJ8o
  Dogecoin (tips/pourboires): DCLoo9Dd4qECqpMLurdgGnaoqbftj16Nvp


Home | Publier un mémoire | Une page au hasard

 > 

Quality of Service and performance characterization of IPv6 relative to IPv4

( Télécharger le fichier original )
par KAYUMBA Thierry and KAYUMBA Fred
National University of Rwanda - Bs Degree 2006
  

précédent sommaire

Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy

REFERENCES

BOOKS

The following lists of books provide references, which can be read to learn more about IPv6.

· Silvia Hagen: IPv6 Essentials. First edition ; ISBN: 0-596-00125-8; 2002

· Marc Blanchet: Migrating to IPv6: A Practical Guide for Mobile and Fixed Networks. ISBN 0-471-49892-0; 2005.

· Douglas E. Corner: Internetworking with TCP/IP principle, protocols and Architectures. Fourth Edition, ISBN 81-7808-444-9; 2000

WEBOGRAPHY

The following websites provide a list of e-references, for easy reference.

http://www.ipv6.org

http://www.go6.net

http://compnetworking.about.com/od/networkdesign/g/bldef_qos.htm

http://compnetworking.about.com/od/networkdesign/g/bldef_qos.htm

http://en.wikipedia.org/wiki/Cisco_IOS

http://en.wikipedia.org/wiki/DHCPv6

http://en.wikipedia.org/wiki/IPv6

http://en.wikipedia.org/wiki/ICMPv6

http://en.wikipedia.org/wiki/Internet

http://en.wikipedia.org/wiki/IP_address

http://en.wikipedia.org/wiki/IPv4_mapped_address

http://en.wikipedia.org/wiki/IPv5

http://en.wikipedia.org/wiki/Ipv6#Special_addresses

http://en.wikipedia.org/wiki/IPv9

http://en.wikipedia.org/wiki/Steve_Deering

http://en.wikipedia.org/wiki/Www

http://mirrors.bieringer.de/Linux+IPv6-HOWTO/x459.html

http://searchnetworking.techtarget.com/original.html

http://www.cisco.com/en/US/products/ps6553/products_white_paper09186a00802219bc.shtml

http://www.cisco.com/en/US/products/sw/secursw/ps5318/index.html

http://www.ciscopress.com/articles/article.asp?p=31948&seqNum=1&rl=1

http://www.erg.abdn.ac.uk/users/gorry/course/inet-pages/ip-packet.html

http://www.faqs.org/rfcs/rfc2373.html

http://www.faqs.org/rfcs/rfc2874.html

http://www.faqs.org/rfcs/rfc3596.html

http://www.faqs.org/rfcs/rfc3775.html

http://www.Internetworldstats.com/stats.htm

http://www.ipv6.nectec.or.th/rfc2893.html

http://www.maatec.com/mtna/index.html

http://www.microsoft.com/technet/prodtechnol/winxppro/maintain/xpmanaged/15_xpip6.mspx http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcecomm5/html/wce50conipv6addresses.asp

http://www.protocols.com/pbook/tcpip2.htm

http://www.soi.wide.ad.jp/class/20020032/slides/09/7.html

http://www.usipv6.com/6sense/2006/may/article03.htm

http://www.webopedia.com/TERM/W/World_Wide_Web.html

APPENDIX

APPENDIX.

This appendix provides an overview of most commands that have been used to configure the Network Test Lab (chapter IV):

Router1 (Cisco 2811)

Router1#configure terminal

Router1(config)#ipv6 unicast-routing

Router1(config)#interface FastEthernet 0/1

Router2(config-if)#ip address 192.168.3.1 255.255.255.0

Router1(config-if)#ipv6 enable

Router1(config-if)#ipv6 address fec0:0:0:3::1/64

Router1(config-if)#ipv6 rip cisco

Router1(config-if)#no shutdown

Router1(config-if)#end

Router1#write memory

Router1#configure terminal

Router1(config)#interface serial 0/2/1

Router2(config-if)#ip address 192.168.4.1 255.255.255.0

Router1(config-if)#ipv6 enable

Router1(config-if)#ipv6 address fec0:0:0:4::1/64

Router1(config-if)#ipv6 rip cisco

Router1(config-if)#no shutdown

Router1(config-if)#end

Router1#copy running-config startup-config

Router1#configure terminal

Router(config)#ip route 192.168.2.0 255.255.255.0 serial 0/2/1 permanent

Router1(config)#ipv6 route fec0:0:0:2::/64 serial 0/2/0

Router1(config)#ipv6 route FEC0:0:0:2::/64 fec0:0:0:4::2

Router1(config)#end

Router1#write memory

Router1#configure terminal

Router1(config)#router rip

Router1(config-router)#version 2

Router1(config-router)#network 192.168.3.0

Router1(config-router)#network 192.168.4.0

Router1(config-router)#network 192.168.2.0

Router2 (Cisco 2811)

Router2#configure terminal

Router2(config)#interface FastEthernet 0/1

Router2(config-if)#ip address 192.168.2.1 255.255.255.0

Router2(config-if)#ipv6 enable

Router2(config-if)#ipv6 address fec0:0:0:2::1/64

Router2(config-if)#ipv6 rip cisco

Router2(config-if)#no shutdown

Router2(config-if)#end

Router2#write memory

Router2#configure terminal

Router2(config)#interface serial 0/2/0

Router2(config-if)#ip address 192.168.4.2 255.255.255.0

Router2(config-if)#ipv6 enable

Router2(config-if)#ipv6 address fec0:0:0:4::2/64

Router2(config-if)#ipv6 rip cisco

Router2(config-if)#no shutdown

Router2(config-if)#end

Router2#copy running-config startup-config

Router2#configure terminal

Router2(config)#ip route 192.168.3.0 255.255.255.0 serial 0/2/0 permanent

Router2(config)#ipv6 route fec0:0:0:3::/64 serial 0/2/0

Router2(config)#ipv6 route fec0:0:0:3::/64 serial 0/2/0

Router2(config)#ipv6 route FEC0:0:0:3::/64 fec0:0:0:4::1

Router2(config)#end

Router2(config)#router rip

Router2(config-router)#version 2

Router2(config-router)#network 192.168.3.0

Router2(config-router)#network 192.168.4.0

Router2(config-router)#network 192.168.2.0

The full list of IPv6 command can be downloaded at http://www.cisco.com/application/pdf/en/us/guest/products/ps5317/c2001/ccmigration_09186a008064eed2.pdf

précédent sommaire






Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy








"Il ne faut pas de tout pour faire un monde. Il faut du bonheur et rien d'autre"   Paul Eluard