+ All Categories
Home > Education > Iccci10 bd siit

Iccci10 bd siit

Date post: 01-Dec-2014
Category:
Upload: hanums1
View: 440 times
Download: 3 times
Share this document with a friend
Description:
 
Popular Tags:
37
1 Hanumanthappa.J., 2 Dr.Manjaiah.D.H., 3 Aravinda.C.V 1 Assistant Professor,DoS in CS, University of Mysore, Manasagangotri, Mysore -06. 2 Associate Professor and Chairman. Dept of CS, Mangalagangotri, Mangalore University, Mangalore. 3 M.Tech,K.S.O.U,Mysore-06.
Transcript
Page 1: Iccci10 bd siit

1Hanumanthappa.J.,2Dr.Manjaiah.D.H.,3Aravinda.C.V1Assistant Professor,DoS in CS,University of Mysore, Manasagangotri, Mysore -06.2Associate Professor and Chairman. Dept of CS,

Mangalagangotri, Mangalore University, Mangalore.3M.Tech,K.S.O.U,Mysore-06.

Page 2: Iccci10 bd siit

This paper clearly specifies the implementation of BD-SIIT transition algorithm.

The BD-SIIT is a Stateless mapping or Bi-Directional Translation algorithm between IPv4 and IPv6 Packet headers as well as between ICMPv4 and ICMPv6 messages.

This paper proposes the performance analysis of a Novel BD-SIIT Stateless IPv4/IPv6 Translator.

We Implement the BD-SIIT in order to Study their behavior using various evaluation metrics such as Throughput, End-to-End delay(EED), RTT.

The Simulation results of our experiment shows that BD-SIIT RTT,EED, and Throughput performances metrics are better than DSTM when we are using small size IPv6 packet.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 2

Page 3: Iccci10 bd siit

Limitations of IPv4. Introduction. Overview of IPv6.

- IPv6 :Distinctive Features.

- IPv6 Header Format. Back Ground

- Transition techniques from IPv4 to IPv6. Related Work.

-

- Performance evaluation metrics and Simulation parameters of BD-SIIT and DSTM.

- Simulation results and Discussion Conclusion. References.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 3

Page 4: Iccci10 bd siit

IPv4 has 32 bit addresses. Flat addressing (only netid + hostid with “fixed” boundaries) Results in inefficient use of address space. Class B addresses are almost over. Addresses will exhaust in the next 5 years. IPv4 is victim of its own success.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 4

Page 5: Iccci10 bd siit

IP does not permit route aggregation (limited super netting possible with new routers)

Mostly only class C addresses remain Number of networks is increasing very fast (number of routes to be

advertised goes up) Very high routing overhead

lot more memory needed for routing table lot more bandwidth to pass routing information lot more processing needed to compute routes

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 5

Page 6: Iccci10 bd siit

Maximum header length is 60 octets. (Restricts options) Maximum packet length is 64K octets. (Do we need more than that ?) ID for fragments is 16 bits. Repeats every 65537th packet. (Will two packets

in the network have same ID?) Variable size header. (Slower processing at routers.) No ordering of options. (All routers need to look at all options.)

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 6

Page 7: Iccci10 bd siit

Lack of quality-of-service support. Only an 8-bit ToS field, which is hardly used. Problem for multimedia services.

No support for security at IP layer. Mobility support is limited.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 7

Page 8: Iccci10 bd siit

IPv6 quadruples the size of an IPv4 address from 32 bits to 128 bits. The IPv6 address is so large that it cannot be exhausted in the foreseeable future.

IPv6 addressing: An IPv6 address consists of 16 bytes. It is 128 bits long. 28 bits are divided into 8 sections, size of each section is 2 bytes. Each section IPv6 is represented by 4 Hexadecimal digits. Therefore, it is totally represented by 32 Hexadecimal digits with every four digits separated by a colon.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 8

Page 9: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 9

IPv6 AddressIPv6 Address

Figure-1

99

Page 10: Iccci10 bd siit

Larger address space. Header format simplification Expanded routing and addressing capabilities Improved support for extensions and options Flow labeling (for QoS) capability Auto-configuration and Neighbor discovery Authentication and privacy capabilities Simple transition from IPv4. Encryption and Decryption. Real time applications like Video & Audio.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 10

Page 11: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 11

Traffic Class Flow LabelVers

Payload Length Next Header Hop Limit

Source Address

Destination Address

0 4 12 16 24 31

Page 12: Iccci10 bd siit

No “flag” day. Incremental upgrade and deployment. Minimum upgrade dependencies. Interoperability of IPv4 and IPv6 nodes. Let sites transition at their own pace. Basic migration tools

Dual stack and tunneling Translation

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 12

Page 13: Iccci10 bd siit

New nodes support both IPv4 and IPv6. Upgrading from IPv4 to v4/v6 does not break anything. Same transport layer and application above both. Provides complete interoperability with IPv4 nodes.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 13

Page 14: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 14

Figure-2:Dual Stack

Page 15: Iccci10 bd siit

Tunnel IPv6 packets across IPv4 topology. Configured tunnels:

Explicitly configured tunnel endpoints. Router to router,host to router.

Automatic tunnels: Automatic address resolution using embedded IPv4 address (like IPv4-

compatible address). Host to host, router to host

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 15

Page 16: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 16

Figure-3: Automatic Tunneling Figure-4: Configured Tunneling

Page 17: Iccci10 bd siit

This will allow communication between IPv6 only hosts and IPv4 only hosts. A typical translator consists of two components:

translation between IPv4 and IPv6 packets. Address mapping between IPv4 and IPv6

For translation, three technologies are available: header conversion transport relay application proxy

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 17

Page 18: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 18

Figure-5: Header Translation

Page 19: Iccci10 bd siit

V4-V6 DNS(DNS46) server determines two public IPv4 and IPv6 addresses which are statistically or dynamically exist for IPv4/IPv6 communication system.

V4-V6 Enabled Gateway which performs address mapping between IPv4 and IPv6 addresses as well as IPv4 and IPv6 header conversion.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 19

Page 20: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 20

Figure-6: BD-SIIT Translation Process

Page 21: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 21

Figure-7: Translation of IPv6 to IPv4 Header

Page 22: Iccci10 bd siit

To reduce the packet size compared with Tunneling Algorithms, in turn, reducing traffic overhead.

Reduce the cost of IPv6 Network by avoiding the need to upgrade all the edge nodes that support both the IPv4 and IPv6 as found in Dual Stack mechanisms.

Use a new address mapping that depends on identifying two Public addresses (IPv4 and IPv6) instead of IPv4 mapped IPv6 address method.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 22

Page 23: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 23

Figure-8: BD-SIIT Data packet Transmission Process

Page 24: Iccci10 bd siit

Stage 1: IPv6 Packet Transmission. Stage 2: IPv6-to-IPv4 mapping calculation and address mapping. Stage 3: IPv6-to-IPv4 Header Translation. Stage 4: IPv4 packet Transmission.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 24

Page 25: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 25

BD-SIIT DSTM

1.It does not for tunneling technique. 1. A tunneling technique needs to be configured.

2. Two IPv4 and IPv6 addresses are assumed to be globally unique.

2.Only IPv4 addresses are assumed to be globally unique.

3.It Uses two types of global IP addresses that are assigned by DNS46 server for each communication system.

3. Uses only a pool of IPv4 addresses in order to assign Global IPv4 address for each communication system.

4.Applicable for Bi-Directional commn between IPv6 only nodes and IPv4 nodes.

4.Not applicable to IPv6 only nodes that want to communicate with IPv4 only node.

5.Less cost 5.High Cost

6.Does not require upgrading or extra software to be used at end user nodes.

6.Requires modifications or extra software to support the dual stack on the end user nodes.

7.Transition from IPv4 to IPv6 and Vice versa is needed.

7.Encapsulation and Decapsulation methods are needed.

Page 26: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 26

Figure-9: BD-SIIT Network model

Page 27: Iccci10 bd siit

In this Paper we have calculated three performance evaluation metrics.

1.End to End delay

2.Throughput

3.Round trip time (RTT)

1.Mean End to End delay= i=1∑Nrec EEDi/Nrec

where EEDi = Tdi- Tsi

where EEDi is the end to end delay of ith packet.

Tsi is the Source packet i created and Tdi is the Destination packet which is created at Destination. Nrec is the total number of packets received at Dest host and Mean EED is the mean value of each communication session.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 27

Page 28: Iccci10 bd siit

The mean throughput for a sequence of packets of specific size is calculated by using equations 1 and 2.

MeanThr = ΣN j=1 Thrj /N -------------(1)

where,

Thr=Packetsreceived(Pr)/Packets generated(Pg)*100%.--------------(2)

Where, Thrj is the value of the throughput when the packet j is received at intermediate device like DSTM gateway,BD-SIIT Gateway,v4/v6 Router and N is the number of received packets at intermediate device, Pr is the no of packets received at intermediate device and Pg is the number of packets created by source host.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 28

Simulation Parameters

Value

1.Buffer Size 500 Packets

2. Propagation Delay 10ms

3.payload size 200 Bytes

4.Very traffic Load 6~240 Nodes.

5.Queue Management Scheme Drop tail.

Page 29: Iccci10 bd siit

This paper has proposed our Novel BD-SIIT transition mechanism.

The Novel transition concentrated on identifying,determining,translating, and forwarding packets between the two different network environments IPv6 and IPv4 network zones.

Our proposed BD-SIIT reduces the size of a Packet compared with the encapsulation method in the tunneling algorithm.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 29

Page 30: Iccci10 bd siit

[1] Hanumanthappa.J.,Manjaiah.D.H.,Vinayak.B.Joshi.,”A Study on IPv6 in IPv4 Static Tunneling threat issues in 4G Networks using OOAD Class and Instance Diagrams”,Proceedings of the International Conference on Emerging Trends in Computer Science,Communication and Information Technology,(CSCIT2010)organized by Dept of CS and Information Technology,Yeshwanth Mahavidyalaya,Nanded,Maharastra,INDIA, January 09-11,2010,[Paper code CSCIT-152][CSCITOP113].

 

[2] Hanumanthappa.J.,Manjaiah.D.H.,Vinayak.B.Joshi.,”An IPv4-to-IPv6 threat reviews with dual stack transition mechanism considerations a transitional threat model in 4G Wireless networks”Proceedings of the International Conference on Emerging Trends in Computer Science,Communication and Information Technology,(CSCIT2010)organized by Dept of CS and Information Technology,Yeshwanth Mahavidyalaya,Nanded,Maharastra,INDIA,January 09-11,2010,[Paper code CSCIT-157] [CSCITOP115].

 

[3] Hanumanthappa.J.,Manjaiah.D.H.,Vinayak.B.Joshi.,”Implementation,Comparative and Performance Analysis of IPv6 over IPv4 QoS metrics in 4G Networks:Single-source-destination paths Delay,Packet Loss Performance and Tunnel Discovery Mechanisms”,Proceedings of the International Conference on Information Science and Applications(ICISA-2010)organized by Dept. of Master of Computer Applications,Panimalar Engineering College,Chennai-600 123,Tamilnadu,India.,February-06-2010,[Paper code ICISA-293(with serial no-101)].

 

[4] Hanumanthappa.J.,Manjaiah.D.H,Vinayak.B.Joshi,”High Performance evaluation of Multimedia Video Streaming over IP networks”,Proceedings of the National conference on Computing communications and Information systems(NCCCIS-2010)organized by Department of Information Technology Sri Krishna College of Engineering and Technology,Kuniamuthur,Coimbatore-641008,INDIA,February-12-13,2010,[Paper id NCCCIS-MM-03],pp-88-92.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 30

Page 31: Iccci10 bd siit

[5] Aravinda.C.V.,Hanumanthappa.J.,Manjaiah.D.H,”IPv6 Tunneling Algorithms in 4G Networks”,Proceedings of the National conference on KNOWLEDGE,KNOWLEDGE BANKS AND INFORMATION NETWORKING(KKBNET-2010),organized by National Institute of Technology(NIT),Karnataka,Surathkal,INDIA,April,8th and 9th 2010.

 [6] Sridevi.,Hanumanthappa.J.,Manjaiah.D.H,”A Novel IPv4/IPv6 Transition scenarios in 4G

Networks”,Proceedings of the National conference on KNOWLEDGE,KNOWLEDGE BANKS AND INFORMATION NETWORKING(KKBNET-2010),organized by National Institute of Technology(NIT),Karnataka,Surathkal,INDIA,April,8th and 9th 2010.

 [7] Aravinda.C.V.,Hanumanthappa.J.,Manjaiah.D.H,”A Comparison of Performance evaluation metrics and

Simulation parameters”,Proceedings of the National conference on KNOWLEDGE,KNOWLEDGE BANKS AND INFORMATIONNETWORKING(KKBNET-2010),organized by National Institute of Technology(NIT),Karnataka,Surathkal,INDIA,April,8th and 9th 2010.

[8] Hanumanthappa.J.,Manjaiah.D.H.,Tippeswamy.K.,“Comparison and Contrast between Bellman ford and Dijkstra’s algorithms”,Proc.of. the National Conference on Wireless Networks-09(NCOWN-2010),organized by RLJIT,Kodigehalli,Doddaballapur,Kerala,INDIA,February ,2010,[Paper code 05].

 [9] Hanumanthappa.J.,Manjaiah.D.H,Vinayak.B.Joshi,”Emerging technologies for the 4G Wireless

communications”,Proceedings of the National conference on KNOWLEDGE,KNOWLEDGE BANKS AND INFORMATIONNETWORKING(KKBNET-2010),organized by National Institute of Technology(NIT),Karnataka,Surathkal,INDIA,April,8th and 9th 2010.

 [10] Hanumanthappa.J.,Manjaiah.D.H.,”IPv6 and IPv4 Threat reviews with Automatic Tunneling and

Configuration Tunneling Considerations Transitional Model: A Case Study for University of Mysore Network”,International Journal of Computer Science and Information(IJCSIS)Vol.3.,No.1,July-2009,ISSN 1947-5500,Paper ID: 12060915]

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 31

Page 32: Iccci10 bd siit

[11] Hanumanthappa.J.,Manjaiah.D.H.,”Transition of IPv4 Network Applications to IPv6 Applications”[TIPv4 to TIPv6],Proceedings of IEEE International Conference on emerging trends in computing(ICETiC-2009),Virudhunagar,Tamilnadu 8-10,January 2009,INDIA.[Paper ID 234].

 [12] Hanumanthappa.J.,Manjaiah.D.H.,Thippeswamy.K.“IPv6 over Bluetooth: Security Aspects, Issues

and its Challenges”,Proceedings of National Conference on,Wireless Communications and Technologies(NCWCT-09)-Theme :Mobile and Pervasive Computing,Nitte,Karnataka,Udupi Dist, Karnataka ,INDIA,February-5-6 ,2009,[ Paper id -104]

 [13] Hanumanthappa.J.,Manjaiah.D.H.,Kumar.B.I.D.“Economical and Technical costs for the

Transition of IPv4–to-IPv6 Mechanisms[ETCTIPv4 to ETCTIPv6]”,Proceedings of National Conference on Wireless Communications and Technologies(NCWCT-09)-Theme:Mobile and Pervasive Computing,Nitte ,Karnataka,Udupi Dist,Karnataka,INDIA,February-5-6 ,2009,[ Paper id -103]

 [14] Hanumanthappa.J.,Manjaiah.D.H.,Kumar.B.I.D.”Implementation of Codec Driver for network

embedded devices”,Proceedings of the”IEEE International Advance Computing Conference IACC-2009 on March 6- 8[Paper ID IEEE-ALGO-0205]at patiala.

[15] Hanumanthappa.J.,Tippeswamy.K.,Manjaiah.D.H.,“SOA Approach for information retrieval using web Services” [SOAAFIRUWS],Proceedings of IEEE International Conference on the IEEE International Advance Computing Conference IACC-2009 on March 5-8 at patiala,Punjab[Paper ID IEEE-DATA-2065].

  [16] Hanumanthappa.J.,Manjaiah.D.H.,Tippeswamy.K.“An Overview of Study on Smooth Porting

Process Scenario during IPv6 Transition”[TIPv6],Proceedings of IEEE International Conference on the IEEE International Advance Computing Conference IACC-2009 on March 5-8 at patiala,Punjab[Paper ID IEEE-APPL-1278].

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 32

Page 33: Iccci10 bd siit

[17] Hanumanthappa.J.,Manjaiah.D.H.,Tippeswamy.K.,”Generic Query information retrieval System for web 2.0”,Proceedings of the Seventh International Convention on Automation of libraries in education and Research(CALIBER-2009) organized by Inflibnet centre on February 25-27,2009 at Pondicherry university(A central University),R.Venkat Raman Nagar,Kalapet,Pondicherry-605014,India.[Paper ID C-13].

 

[18] Hanumanthappa.J.,Manjaiah.D.H.,Tippeswamy.K.“IPv6 over IPv4 QoS metrics in 4G Networks:Delay, Jitter,Packet Loss Performance,Throughput and Tunnel Discovery Mechanisms”,Proceedings of the National Conference on Wireless Networks-09(NCOWN-2009) organized by RLJIT,Kodigehalli,Doddaballapur,Karnataka, INDIA,November 21-22nd ,2009,[Paper code NCOWN-19].

 

[19] Hanumanthappa.J.,Manjaiah.D.H.,“A Study on Comparison and Contrast between IPv6 and IPv4 Feature Sets” Proceedings of International Conference on Computer Networks and Security(ICCNS-2008),Pune,Sept 27-28th,2008,[Paper code CP 15].

 

[20] Hanumanthappa.J.,Balachandra.C,“Soft one to One Gateway Protocol”,Proceedings of International Conference on Computer Networks and Security(ICCNS-2008),Pune,Sept 27-28th,2008,[Paper code CP 27].

[21] Hanumanthappa.J.,Thippeswamy.K.“Generic Query Retrieval System”[GQRS]”,Proceedings of National Conference on,Recent Trends in Engineering and Technology(RTIET-2008),Doddaballapur,Karnataka,INDIA,November 21-22nd ,2008,[ Paper code 05]

 

[22] S.Deering and R.Hinden “Internet Protocol Version 6(IPv6) Specification”, RFC 2460,December 1998.

[23] Ra’ed Al Ja’afreh,John Mellor, and Irfan Awan, “Evaluating BDMS and DSTM Transition mechanisms”.

[24] S.Tanenbaum,“Computer Networks”,Third Edition,Prentice Hall Inc.,1996,pp.686,413-436,437-449.

 July-22-23,2010ICCCI10,Madurai,TN,INDIA. 33

Page 34: Iccci10 bd siit

[25].Behrouz A.Forouzan,Third Edition,“TCP/IP Protocol Suite” . [26].Atul Kahate,“Cryptography and Network Security“,Tata McGraw-Hill,2003,pp-8-10. [26].Kurose.J.& Ross.K.(2005)Computer Networking:A top-down approach featuring the Internet.3rd ed,(Addison Wesley).

5960-0125-8.

[27].Moby dick project:“Mobility and Differentiated services in a future IP network:”,Final project report,4.4.2004. [18].J.Wiljakka(ed.,)“Analysis on IPv6 transition in 3GPP networks”,draft-ietf-v6ops-3gpp-analysis-04.txt,Internet draft, work in progress. [28].MIND:Mobile IP based network developments,IST Project ,http://www.mind-project.org. [29].NOMAD:Integrated networks for Seamless and Transparent service Discovery,IST Project,http://www.ist-moby Dick.org.

[30].Moby Dick: Mobility and Differentiated services in a future IP Network,IST Project ,www.ist.mobydick.org.

[31].John.J.Amoss and Daniel Minoli,Handbook of IPv4 to IPv6 Transition:methodologies for institutional and Corporate Networks.,Auerbach Publications.

[32].S.G.Glisic,Advanced Wireless Communications,4G Technology.,John Wiley Chichester,2004.

[33].Juha wiljakka ,Jonne Soninnen,Managing IPv4 –to –IPv6 Transition Process in Cellular Networks and Introducing new Peer-to-Peer Services.

[34].Ioan R,Sherali.Z.2003.Evaluating IPv4 to IPv6 Transition mechanism.IEEE,West Lafayette,USA,v(1):1091–1098.

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 34

Page 35: Iccci10 bd siit

[35] E.Nordmark,Stateless IP/ICMP translation algorithm(SIIT),RFC 2765,February 2000.

[36] Ra’ed AlJa’afreh,John mellor,Mumtaz Kamala,” A Novel IPv4/IPv6 transition mechanism which support transparent connections”.

[37] Ra’ed AlJa’afreh,John mellor,Mumtaz Kamala and R.Kassabeh ,Bi-Directional mapping system as a new IPv4/IPv6 transition mechanism.

[38] TimRooney,IPv4/IPv6Transition strategies,Director,Product management,BT Diamond IP.

[39] John.J.Amos and Daniel Minoli,Handbook of IPv4 to IPv6 Transition Methodologies for Institutional and Corporate Networks.

[40] Jivika Govil ,Jivesh Govil,Navkeerat Kaur,Harkeerat Kaur,An examination of IPv4 and IPv6 Networks: constraints,and various transition mechanisms.

[41] Jivika Govil,Jivesh Govil,”On the Investigation of Transactional and Interoperability Issues between IPv4 and IPv6,2007,IEEE electro/Information technology conference,(EIT 2007),17-20,May 2007,chicago,USA

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 35

Page 36: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 36

Any Questions?Any Questions?

3636

Page 37: Iccci10 bd siit

July-22-23,2010ICCCI10,Madurai,TN,INDIA. 37


Recommended