SlideShare a Scribd company logo
1 of 8
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 31-38
www.iosrjournals.org
www.iosrjournals.org 31 | Page
Core Based Group Communication with Qos Support
Ashok Kumar Bhoi, U.Ghugar Satya Prakash Sahoo, Manas Ranjan Kabat
M. Tech Cse, Vssut Burla, Lecturer of Cse, PKACE,Bargarh Lecturer, Dept. Of Cse,Vssut Burla Sr. Lecturer
Dept. Cse Vssut Burla
Abstract: The present day is demanding more and more quality of service in broadband group communication
to support huge access of internet service and multimedia application. The core based solution is able to full fill
this demand a lot. In this paper effort has been put to make it more flexible in comparison to SPAN/COST
through a new approach which can be an alternative solution of SPAN/ADJUST for solving the constrained of
non singular core solution.
Keywords: Multicasting, QoS Routing, Core selection
I. Introduction
Data communication for internet uses TCP/IP and UDP protocol for reliability and scalability. It use so
many methods like unicast, multicast, anycast and broadcast for audio-video broadcasting, video conferencing
and multimedia communication.
It refers to simultaneous delivery of data from multiple sources to multiple receivers of different
groups. Group communication leads to multiple paths from a tree structure. In the beginning the source is
considered as a root of the multicast tree. A multicast tree is incrementally constructed as members leave and
join a multicast group. When an existing member leaves the group, it sends a control message up the tree to
prune the branch which has no members attached. The multicasting is used when a lot of information is
transmitted to a subset of hosts. Later on a core based tree was introduced in which an intermediate node
communicate to remaining down-stream nodes where the core node may also be a source node. The core based
multicast tree construct the shortest path between the core and remaining nodes. In section 2, we outline the
literature review. In section 3 we introduce SPAN/COST [6] algorithm and cost estimation. In section 4, we
evaluate performance of simulation result. We conclude the paper in section 5.
II. Related Work
In routing for group communication usually sender transmits a stream of data to a set of receivers.
Storing of destination address was making more and more congested and overloaded in the source node. An
alternative node has chosen to treat as core node to share the same overload partially to make the group
communication more flexible. That make a core rooted trees for the delivery of their stream. It signify “core” as
an intermediate node between sources and receivers including sore node in some cases. The core based models,
CBT [1] and PIM [5] uses only single core for their purpose. The motivation behind core based tree is to make
scalability and to reduce overhead. A source willing to deliver its stream transmits its data packet to the core
from whereon. The ubiquitous use of internet leads to use of multiple cores in a network. The first multi core
tree is OCBT [2]. The CBT, PIM, OCBT tried to implement core selection procedure to improve the quality of
service. The other core based trees are Greedy, NAÏVE, DDVCA, QCSA, SPAN [6, 7] contributed a lot.
III. SPAN Framework.
SPAN [6] is a prominent core selection algorithm which is distributed and asymmetric frame work
operates both in singular and non singular solution space. SPAN initially identifies some intermediate nodes
having multiple paths between source and receivers and considered as candidate cores. The ultimate cores can
be selected based on the optimized cost of the network basing on that core and multipoint path.
3.1 COST Estimation.
The cost of a network depends on number of core present in a network. It divides network into number
of trees like core to dependent receiver as Rtree and sources to core as Stree. It uses a metric i.e. domination
count. Let there is a delay distance path from node i to node j through core c then cost of the tree, Cst =cost of
Rtree + cost of Stree + Dm. Dm is Residual ratio of dominated to un-dominated nodes at the concerned core c .
Domination Count:
For a tree T(c,s) rooted at core c serving the source s for all receivers we can express
Core Based Group Communication With Qos Support
www.iosrjournals.org 32 | Page
Domination Count(c,s)=  
Ss
scDscD'
)',(),(| |
Where T(c,s) serves a source s’S.
Algorithm:
Input: S, R, C // No. of Source, Receiver and Core
Output: Cu //Ultimate core
1. Find the cost of edges for all receivers in random from & through cores within a certain range.
2. Find the cost of edges for all sources from all cores.
3. Cu=Φ
4. Find D(c,s) for all cores.
5. Find the Cost of the Network, Cnw = Cst for all the cores.
6. Find total cost for core C1=Cnw
7. Increament C1 to C2
8. if Cnw for C1> Cnw for C2
9. Cu=C2
10. Else
11. Cu=C1
12. Increment the C1=C2+i=1
IV. Simulation Analysis.
Simulation has been carried out in MATLAB version 9 in a system having CPU N435 @1.33GHz,
1GB of RAM. It created a difference from what resulted in SPAN/COST algorithm [6]. In the simulation of
SPAN/COST algorithm, input of source nodes, receiver nodes, candidates cores and edges cost required to enter
which may be too difficult for a network of node sizes more than hundred or thousand. Here a large number of
source nodes, receiver nodes and core nodes can take as an input to get optimized cost. The edges cost are taken
randomly giving flexible to run the program in few second. The main advantage is that the cost of each edge can
input randomly by the system. Analysis from different combination of sources, receivers with cores are taken
and found the following assumption.
1. When number of source increases w.r t number of receiver and core cost of the network increases. [fig-1
& 5]
2. Cost of the network vary directly to no. of cores and inversely to no. of receivers.[Fig. 2]
3. Keeping number of sources and cores constant, raising the
number of receiver decreases the cost of the network.[fig-3]
4. When all source, receiver and core together increases in constant rate the cost of the network
decreases.[fig.4]
Fig. 1.1
Core Based Group Communication With Qos Support
www.iosrjournals.org 33 | Page
Fig. 1.2
Fig. 1.3
Fig. 1.4
Fig-1 Cost of network vary directly w.r.t. no. of Cores.
Fig.2.1
Core Based Group Communication With Qos Support
www.iosrjournals.org 34 | Page
Fig.2.2
Fig.2.3
Fig.2.4
Cost Vary directly to no. of cores and inversely to no. of receivers.
Fig.3.1
Core Based Group Communication With Qos Support
www.iosrjournals.org 35 | Page
Fig. 3.2
Fig. 3.3
Fig.3.4
Only Increase in Receiver Decreases the cost.
Fig.4.1
Core Based Group Communication With Qos Support
www.iosrjournals.org 36 | Page
Fig.4.2
Fig.4.3
Fig.4.4
Increase in constant rate of (source , receiver, core ) tends to decrease the cost of the network .
Fig.5.1
Core Based Group Communication With Qos Support
www.iosrjournals.org 37 | Page
Fig.5.2
3
Fig.5.3
Fig. 5.4
Cost of the network vary directly to increase in number of sources.
V. Conclusion.
In this paper it is concluded that ultimate core is not limited to no. of source but instead load of the
network. It can calculate the cost of a network having nodes even more than thousand which is difficult in
SPAN/COST algorithm. This technique can be improved through increasing the labels of cores in between
source and receiver . The dis-advantage of this network is that it may not give the exact value as randomly
takes the edge’s cost for input give an approximate value. In some special cases of real world constrained it may
not be feasible to implement like in sea and forest occupied area.
References:
[1] Ballardie, Core Based Trees (CBT version 2) Multicast Routing Protocol Specification, RFC 2198, September 1997.
[2] C. Shields, J.J. Garcia-Luna-Acevez, The ordered core based tree, protocol, IEEE INFOCOM (1997).
[3] D. Zappala A. Fabbri, V.Lo, An evaluation of multicast trees with multiple active cores, Journal of Telecommunication
Systems,Kluwer, March 2002, pp. 461–479.
[4] A. Ballardie, Core Based Trees (CBT) Multicast Routing Architecture,RFC 2201, September 1997
Core Based Group Communication With Qos Support
www.iosrjournals.org 38 | Page
[5] H.F. Salama, Multicast routing for real-time communication on high-speed networks, Ph.D., Thesis.
[6] S. Deering, D. Estrin, D. Farinacci, V. Jacobson, Protocol independent multicasting (PIM), dense mode protocol specification,
Technical report, IETF-IDMR, 1994.6.
[7] A.Karaman,H.Hassanein.QoS-constrained core selection for group communication. Computer Communications,30(2007),1-13.
[8] Karaman, A., Hassanein, H. S., Extended QoSFrameworkfor Multipoint Communications, to appear,IEEE Symposium on
Computers and Communications (ISCC), Alexandria, Egypt, 2004.
[9] W.Putthividhya,W.Tavanapong,M.Tran,J.Wong, Distributed Core Selection with QoS Support, IEEE International Conference on
Communications 2004 (ICC’04),June 2004.
[10] B.M.Waxman,Routing of multipoint connections,IEEE Journal on Selected Selected Areas in Communication 6(9)(1988) 1617-
1622.

More Related Content

What's hot

A genetic algorithm for constructing broadcast trees with cost and delay cons...
A genetic algorithm for constructing broadcast trees with cost and delay cons...A genetic algorithm for constructing broadcast trees with cost and delay cons...
A genetic algorithm for constructing broadcast trees with cost and delay cons...IJCNCJournal
 
Shortcut Path Tress for Zigbee based Wireless Network
Shortcut Path Tress for Zigbee based Wireless NetworkShortcut Path Tress for Zigbee based Wireless Network
Shortcut Path Tress for Zigbee based Wireless NetworkIJERA Editor
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Location updation for energy efficient geographic routing in
Location updation for energy efficient geographic routing inLocation updation for energy efficient geographic routing in
Location updation for energy efficient geographic routing ineSAT Publishing House
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ijasuc
 
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...IJCNCJournal
 
Delay Constrained Energy Efficient Data Transmission over WSN
Delay Constrained Energy Efficient Data Transmission over WSNDelay Constrained Energy Efficient Data Transmission over WSN
Delay Constrained Energy Efficient Data Transmission over WSNpaperpublications3
 
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...IRJET Journal
 
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...IJECEIAES
 
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...IJCSEA Journal
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energyijp2p
 
Gateway based multi hop distributed energy efficient clustering protocol for ...
Gateway based multi hop distributed energy efficient clustering protocol for ...Gateway based multi hop distributed energy efficient clustering protocol for ...
Gateway based multi hop distributed energy efficient clustering protocol for ...ijujournal
 
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkA Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkIOSR Journals
 
Improve Convergecasting in Collection Tree Protocol(CTP)
Improve Convergecasting in Collection Tree Protocol(CTP)Improve Convergecasting in Collection Tree Protocol(CTP)
Improve Convergecasting in Collection Tree Protocol(CTP)IRJET Journal
 

What's hot (15)

A genetic algorithm for constructing broadcast trees with cost and delay cons...
A genetic algorithm for constructing broadcast trees with cost and delay cons...A genetic algorithm for constructing broadcast trees with cost and delay cons...
A genetic algorithm for constructing broadcast trees with cost and delay cons...
 
Shortcut Path Tress for Zigbee based Wireless Network
Shortcut Path Tress for Zigbee based Wireless NetworkShortcut Path Tress for Zigbee based Wireless Network
Shortcut Path Tress for Zigbee based Wireless Network
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Location updation for energy efficient geographic routing in
Location updation for energy efficient geographic routing inLocation updation for energy efficient geographic routing in
Location updation for energy efficient geographic routing in
 
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
ENERGY EFFICIENCY OF MIMO COOPERATIVE NETWORKS WITH ENERGY HARVESTING SENSOR ...
 
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
DYNAMIC RE-CLUSTERING LEACH-BASED (DR-LEACH) PROTOCOL FOR WIRELESS SENSOR NET...
 
Delay Constrained Energy Efficient Data Transmission over WSN
Delay Constrained Energy Efficient Data Transmission over WSNDelay Constrained Energy Efficient Data Transmission over WSN
Delay Constrained Energy Efficient Data Transmission over WSN
 
Ev34908915
Ev34908915Ev34908915
Ev34908915
 
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...IRJET-  	  Analysis of Energy Efficiency and Network Lifetime of Various Clus...
IRJET- Analysis of Energy Efficiency and Network Lifetime of Various Clus...
 
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
Scalability Aware Energy Consumption and Dissipation Models for Wireless Sens...
 
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
Performance Analysis of Distributed Spatial Multiplexing with Multi-hop Ampli...
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energy
 
Gateway based multi hop distributed energy efficient clustering protocol for ...
Gateway based multi hop distributed energy efficient clustering protocol for ...Gateway based multi hop distributed energy efficient clustering protocol for ...
Gateway based multi hop distributed energy efficient clustering protocol for ...
 
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkA Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
 
Improve Convergecasting in Collection Tree Protocol(CTP)
Improve Convergecasting in Collection Tree Protocol(CTP)Improve Convergecasting in Collection Tree Protocol(CTP)
Improve Convergecasting in Collection Tree Protocol(CTP)
 

Viewers also liked

Detection of Exudates Caused By Diabetic Retinopathy in Fundus Retinal Image ...
Detection of Exudates Caused By Diabetic Retinopathy in Fundus Retinal Image ...Detection of Exudates Caused By Diabetic Retinopathy in Fundus Retinal Image ...
Detection of Exudates Caused By Diabetic Retinopathy in Fundus Retinal Image ...IOSR Journals
 
Yours Advance Security Hood (Yash)
Yours Advance Security Hood (Yash)Yours Advance Security Hood (Yash)
Yours Advance Security Hood (Yash)IOSR Journals
 
Magnetic Femtotesla Inductor Coil Sensor for ELF Noise Signals-( 0.1Hz to3.0 Hz)
Magnetic Femtotesla Inductor Coil Sensor for ELF Noise Signals-( 0.1Hz to3.0 Hz)Magnetic Femtotesla Inductor Coil Sensor for ELF Noise Signals-( 0.1Hz to3.0 Hz)
Magnetic Femtotesla Inductor Coil Sensor for ELF Noise Signals-( 0.1Hz to3.0 Hz)IOSR Journals
 
Relational Analysis of Software Developer’s Quality Assures
Relational Analysis of Software Developer’s Quality AssuresRelational Analysis of Software Developer’s Quality Assures
Relational Analysis of Software Developer’s Quality AssuresIOSR Journals
 
Detection and Localization of Text Information in Video Frames
Detection and Localization of Text Information in Video FramesDetection and Localization of Text Information in Video Frames
Detection and Localization of Text Information in Video FramesIOSR Journals
 

Viewers also liked (10)

L0956974
L0956974L0956974
L0956974
 
Detection of Exudates Caused By Diabetic Retinopathy in Fundus Retinal Image ...
Detection of Exudates Caused By Diabetic Retinopathy in Fundus Retinal Image ...Detection of Exudates Caused By Diabetic Retinopathy in Fundus Retinal Image ...
Detection of Exudates Caused By Diabetic Retinopathy in Fundus Retinal Image ...
 
O0568089
O0568089O0568089
O0568089
 
Yours Advance Security Hood (Yash)
Yours Advance Security Hood (Yash)Yours Advance Security Hood (Yash)
Yours Advance Security Hood (Yash)
 
B0440509
B0440509B0440509
B0440509
 
Magnetic Femtotesla Inductor Coil Sensor for ELF Noise Signals-( 0.1Hz to3.0 Hz)
Magnetic Femtotesla Inductor Coil Sensor for ELF Noise Signals-( 0.1Hz to3.0 Hz)Magnetic Femtotesla Inductor Coil Sensor for ELF Noise Signals-( 0.1Hz to3.0 Hz)
Magnetic Femtotesla Inductor Coil Sensor for ELF Noise Signals-( 0.1Hz to3.0 Hz)
 
M0937681
M0937681M0937681
M0937681
 
Relational Analysis of Software Developer’s Quality Assures
Relational Analysis of Software Developer’s Quality AssuresRelational Analysis of Software Developer’s Quality Assures
Relational Analysis of Software Developer’s Quality Assures
 
Detection and Localization of Text Information in Video Frames
Detection and Localization of Text Information in Video FramesDetection and Localization of Text Information in Video Frames
Detection and Localization of Text Information in Video Frames
 
H0354854
H0354854H0354854
H0354854
 

Similar to Core Based Group Communication with Qos Support

Greedy Cluster Based Routing for Wireless Sensor Networks
Greedy Cluster Based Routing for Wireless Sensor NetworksGreedy Cluster Based Routing for Wireless Sensor Networks
Greedy Cluster Based Routing for Wireless Sensor NetworksAIRCC Publishing Corporation
 
GREEDY CLUSTER BASED ROUTING FOR WIRELESS SENSOR NETWORKS
GREEDY CLUSTER BASED ROUTING FOR WIRELESS SENSOR NETWORKSGREEDY CLUSTER BASED ROUTING FOR WIRELESS SENSOR NETWORKS
GREEDY CLUSTER BASED ROUTING FOR WIRELESS SENSOR NETWORKSijcsit
 
Greedy Cluster Based Routing for Wireless Sensor Networks
Greedy Cluster Based Routing for Wireless Sensor NetworksGreedy Cluster Based Routing for Wireless Sensor Networks
Greedy Cluster Based Routing for Wireless Sensor NetworksAIRCC Publishing Corporation
 
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETSHAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETScscpconf
 
Haqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manetsHaqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manetscsandit
 
“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...eSAT Publishing House
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...IJERA Editor
 
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...IJERA Editor
 
Review on Clustering and Data Aggregation in Wireless Sensor Network
Review on Clustering and Data Aggregation in Wireless Sensor NetworkReview on Clustering and Data Aggregation in Wireless Sensor Network
Review on Clustering and Data Aggregation in Wireless Sensor NetworkEditor IJCATR
 
Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...redpel dot com
 
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSijassn
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksijassn
 
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor NetworkEnergy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Networkijsrd.com
 
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...acijjournal
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...IJERA Editor
 
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...cscpconf
 
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless NetworkThroughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Networkijtsrd
 

Similar to Core Based Group Communication with Qos Support (20)

Ijetcas14 488
Ijetcas14 488Ijetcas14 488
Ijetcas14 488
 
Greedy Cluster Based Routing for Wireless Sensor Networks
Greedy Cluster Based Routing for Wireless Sensor NetworksGreedy Cluster Based Routing for Wireless Sensor Networks
Greedy Cluster Based Routing for Wireless Sensor Networks
 
GREEDY CLUSTER BASED ROUTING FOR WIRELESS SENSOR NETWORKS
GREEDY CLUSTER BASED ROUTING FOR WIRELESS SENSOR NETWORKSGREEDY CLUSTER BASED ROUTING FOR WIRELESS SENSOR NETWORKS
GREEDY CLUSTER BASED ROUTING FOR WIRELESS SENSOR NETWORKS
 
Greedy Cluster Based Routing for Wireless Sensor Networks
Greedy Cluster Based Routing for Wireless Sensor NetworksGreedy Cluster Based Routing for Wireless Sensor Networks
Greedy Cluster Based Routing for Wireless Sensor Networks
 
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETSHAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
HAQR: THE HIERARCHICAL ANT BASED QOS AWARE ON-DEMAND ROUTING FOR MANETS
 
Haqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manetsHaqr the hierarchical ant based qos aware on demand routing for manets
Haqr the hierarchical ant based qos aware on demand routing for manets
 
Gk2411581160
Gk2411581160Gk2411581160
Gk2411581160
 
“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...“Optimizing the data transmission between multiple nodes during link failure ...
“Optimizing the data transmission between multiple nodes during link failure ...
 
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
Energy Efficient Wireless Sensor Network Using Network Coding Based Multipath...
 
Kanchan ppt
Kanchan pptKanchan ppt
Kanchan ppt
 
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
An Improved Deterministic Energy Efficient Clustering Protocol for Wireless S...
 
Review on Clustering and Data Aggregation in Wireless Sensor Network
Review on Clustering and Data Aggregation in Wireless Sensor NetworkReview on Clustering and Data Aggregation in Wireless Sensor Network
Review on Clustering and Data Aggregation in Wireless Sensor Network
 
Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...Concept of node usage probability from complex networks and its applications ...
Concept of node usage probability from complex networks and its applications ...
 
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKSENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
ENERGY EFFICIENT DATA COMMUNICATION APPROACH IN WIRELESS SENSOR NETWORKS
 
Energy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networksEnergy efficient data communication approach in wireless sensor networks
Energy efficient data communication approach in wireless sensor networks
 
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor NetworkEnergy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
Energy Curtailing with Huddling Practices with Fuzzy in Wireless Sensor Network
 
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
Enhancement of Improved Balanced LEACH for Heterogeneous Wireless Sensor Netw...
 
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
Performance Analysis of Enhanced Opportunistic Minimum Cost Routingin Mobile ...
 
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
A NOVEL APPROACH FOR ENERGY EFFICIENT HIERARCHY BASED ROUTING IN SENSOR NETWO...
 
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless NetworkThroughput Maximization using Spatial Reusability in Multi Hop Wireless Network
Throughput Maximization using Spatial Reusability in Multi Hop Wireless Network
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 

Core Based Group Communication with Qos Support

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 31-38 www.iosrjournals.org www.iosrjournals.org 31 | Page Core Based Group Communication with Qos Support Ashok Kumar Bhoi, U.Ghugar Satya Prakash Sahoo, Manas Ranjan Kabat M. Tech Cse, Vssut Burla, Lecturer of Cse, PKACE,Bargarh Lecturer, Dept. Of Cse,Vssut Burla Sr. Lecturer Dept. Cse Vssut Burla Abstract: The present day is demanding more and more quality of service in broadband group communication to support huge access of internet service and multimedia application. The core based solution is able to full fill this demand a lot. In this paper effort has been put to make it more flexible in comparison to SPAN/COST through a new approach which can be an alternative solution of SPAN/ADJUST for solving the constrained of non singular core solution. Keywords: Multicasting, QoS Routing, Core selection I. Introduction Data communication for internet uses TCP/IP and UDP protocol for reliability and scalability. It use so many methods like unicast, multicast, anycast and broadcast for audio-video broadcasting, video conferencing and multimedia communication. It refers to simultaneous delivery of data from multiple sources to multiple receivers of different groups. Group communication leads to multiple paths from a tree structure. In the beginning the source is considered as a root of the multicast tree. A multicast tree is incrementally constructed as members leave and join a multicast group. When an existing member leaves the group, it sends a control message up the tree to prune the branch which has no members attached. The multicasting is used when a lot of information is transmitted to a subset of hosts. Later on a core based tree was introduced in which an intermediate node communicate to remaining down-stream nodes where the core node may also be a source node. The core based multicast tree construct the shortest path between the core and remaining nodes. In section 2, we outline the literature review. In section 3 we introduce SPAN/COST [6] algorithm and cost estimation. In section 4, we evaluate performance of simulation result. We conclude the paper in section 5. II. Related Work In routing for group communication usually sender transmits a stream of data to a set of receivers. Storing of destination address was making more and more congested and overloaded in the source node. An alternative node has chosen to treat as core node to share the same overload partially to make the group communication more flexible. That make a core rooted trees for the delivery of their stream. It signify “core” as an intermediate node between sources and receivers including sore node in some cases. The core based models, CBT [1] and PIM [5] uses only single core for their purpose. The motivation behind core based tree is to make scalability and to reduce overhead. A source willing to deliver its stream transmits its data packet to the core from whereon. The ubiquitous use of internet leads to use of multiple cores in a network. The first multi core tree is OCBT [2]. The CBT, PIM, OCBT tried to implement core selection procedure to improve the quality of service. The other core based trees are Greedy, NAÏVE, DDVCA, QCSA, SPAN [6, 7] contributed a lot. III. SPAN Framework. SPAN [6] is a prominent core selection algorithm which is distributed and asymmetric frame work operates both in singular and non singular solution space. SPAN initially identifies some intermediate nodes having multiple paths between source and receivers and considered as candidate cores. The ultimate cores can be selected based on the optimized cost of the network basing on that core and multipoint path. 3.1 COST Estimation. The cost of a network depends on number of core present in a network. It divides network into number of trees like core to dependent receiver as Rtree and sources to core as Stree. It uses a metric i.e. domination count. Let there is a delay distance path from node i to node j through core c then cost of the tree, Cst =cost of Rtree + cost of Stree + Dm. Dm is Residual ratio of dominated to un-dominated nodes at the concerned core c . Domination Count: For a tree T(c,s) rooted at core c serving the source s for all receivers we can express
  • 2. Core Based Group Communication With Qos Support www.iosrjournals.org 32 | Page Domination Count(c,s)=   Ss scDscD' )',(),(| | Where T(c,s) serves a source s’S. Algorithm: Input: S, R, C // No. of Source, Receiver and Core Output: Cu //Ultimate core 1. Find the cost of edges for all receivers in random from & through cores within a certain range. 2. Find the cost of edges for all sources from all cores. 3. Cu=Φ 4. Find D(c,s) for all cores. 5. Find the Cost of the Network, Cnw = Cst for all the cores. 6. Find total cost for core C1=Cnw 7. Increament C1 to C2 8. if Cnw for C1> Cnw for C2 9. Cu=C2 10. Else 11. Cu=C1 12. Increment the C1=C2+i=1 IV. Simulation Analysis. Simulation has been carried out in MATLAB version 9 in a system having CPU N435 @1.33GHz, 1GB of RAM. It created a difference from what resulted in SPAN/COST algorithm [6]. In the simulation of SPAN/COST algorithm, input of source nodes, receiver nodes, candidates cores and edges cost required to enter which may be too difficult for a network of node sizes more than hundred or thousand. Here a large number of source nodes, receiver nodes and core nodes can take as an input to get optimized cost. The edges cost are taken randomly giving flexible to run the program in few second. The main advantage is that the cost of each edge can input randomly by the system. Analysis from different combination of sources, receivers with cores are taken and found the following assumption. 1. When number of source increases w.r t number of receiver and core cost of the network increases. [fig-1 & 5] 2. Cost of the network vary directly to no. of cores and inversely to no. of receivers.[Fig. 2] 3. Keeping number of sources and cores constant, raising the number of receiver decreases the cost of the network.[fig-3] 4. When all source, receiver and core together increases in constant rate the cost of the network decreases.[fig.4] Fig. 1.1
  • 3. Core Based Group Communication With Qos Support www.iosrjournals.org 33 | Page Fig. 1.2 Fig. 1.3 Fig. 1.4 Fig-1 Cost of network vary directly w.r.t. no. of Cores. Fig.2.1
  • 4. Core Based Group Communication With Qos Support www.iosrjournals.org 34 | Page Fig.2.2 Fig.2.3 Fig.2.4 Cost Vary directly to no. of cores and inversely to no. of receivers. Fig.3.1
  • 5. Core Based Group Communication With Qos Support www.iosrjournals.org 35 | Page Fig. 3.2 Fig. 3.3 Fig.3.4 Only Increase in Receiver Decreases the cost. Fig.4.1
  • 6. Core Based Group Communication With Qos Support www.iosrjournals.org 36 | Page Fig.4.2 Fig.4.3 Fig.4.4 Increase in constant rate of (source , receiver, core ) tends to decrease the cost of the network . Fig.5.1
  • 7. Core Based Group Communication With Qos Support www.iosrjournals.org 37 | Page Fig.5.2 3 Fig.5.3 Fig. 5.4 Cost of the network vary directly to increase in number of sources. V. Conclusion. In this paper it is concluded that ultimate core is not limited to no. of source but instead load of the network. It can calculate the cost of a network having nodes even more than thousand which is difficult in SPAN/COST algorithm. This technique can be improved through increasing the labels of cores in between source and receiver . The dis-advantage of this network is that it may not give the exact value as randomly takes the edge’s cost for input give an approximate value. In some special cases of real world constrained it may not be feasible to implement like in sea and forest occupied area. References: [1] Ballardie, Core Based Trees (CBT version 2) Multicast Routing Protocol Specification, RFC 2198, September 1997. [2] C. Shields, J.J. Garcia-Luna-Acevez, The ordered core based tree, protocol, IEEE INFOCOM (1997). [3] D. Zappala A. Fabbri, V.Lo, An evaluation of multicast trees with multiple active cores, Journal of Telecommunication Systems,Kluwer, March 2002, pp. 461–479. [4] A. Ballardie, Core Based Trees (CBT) Multicast Routing Architecture,RFC 2201, September 1997
  • 8. Core Based Group Communication With Qos Support www.iosrjournals.org 38 | Page [5] H.F. Salama, Multicast routing for real-time communication on high-speed networks, Ph.D., Thesis. [6] S. Deering, D. Estrin, D. Farinacci, V. Jacobson, Protocol independent multicasting (PIM), dense mode protocol specification, Technical report, IETF-IDMR, 1994.6. [7] A.Karaman,H.Hassanein.QoS-constrained core selection for group communication. Computer Communications,30(2007),1-13. [8] Karaman, A., Hassanein, H. S., Extended QoSFrameworkfor Multipoint Communications, to appear,IEEE Symposium on Computers and Communications (ISCC), Alexandria, Egypt, 2004. [9] W.Putthividhya,W.Tavanapong,M.Tran,J.Wong, Distributed Core Selection with QoS Support, IEEE International Conference on Communications 2004 (ICC’04),June 2004. [10] B.M.Waxman,Routing of multipoint connections,IEEE Journal on Selected Selected Areas in Communication 6(9)(1988) 1617- 1622.