SlideShare a Scribd company logo
1 of 7
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. VI (Mar – Apr. 2015), PP 61-67
www.iosrjournals.org
DOI: 10.9790/0661-17266167 www.iosrjournals.org 61 | Page
Socio Media Connect: A Social Profile based P2P Network
Chirag Jain1
,Hardeepsingh Jethra2
, Rishikesh Pange3
, Vinil Jain4
, S.C.Shrawne5
1
(VeermataJijabai Technological Institute, India)
2
(VeermataJijabai Technological Institute, India)
3
(VeermataJijabai Technological Institute, India)
4
(VeermataJijabai Technological Institute, India)
5
(VeermataJijabai Technological Institute, India)
Abstract: It is observed that users tend to like and follow a particular type music/movies based on their social
interests. Users like music of particular artists, album; movies/TV shows of a particular actor, director, genre,
etc. Generally, peer-to-peer networks do not use this vital information to perform effective search using the
metadata of media files. This information can be used to create social profile of users and cluster the peers
based on their interests as reflected in the social profiles. This clustering of users over a peer-to-peer network
will help in finding the users their interested files more easily. Also, peer-to-peer networks usually flood the
entire network to search a particular file. But, due to clustering of peers based on their social interest, there is
no need to flood the entire network to find a particular file, as most of the times the required file will be found in
the cluster itself, which will in turn reduce the network overhead. We simulated this system using JXTA to
connect the peers after clustering over P2P network. The peers with similar social profiles were connected via a
common communication channel and therefore the results were better than the normal P2P network.
Keywords: clustering,media, peer-to-peer, sharing, similarity
I. Introduction
Peer-to-peer networks have become very important in today’s world and hence, it is really important to
improve the efficiency of the P2P network for finding and receiving files. If a peer wants to search for a file, it
requests all its neighbours for the file. If none of the neighbours have the requested file, then all the neighbours
ask their neighbours. This process continues till the file is found in the network or all the peers in the network
are requested for the file. This results in flooding of the entire P2P network. Because the peers with similar
interests are not directly connected in a normal P2P network, they have a broader search window. In
SocioMediaConnect, we aim to tackle this problem. The media files such as music, movies and TV shows
contain important information such as genre, actors, artists, etc.
Example: Inception (Movie)
Title: Inception- Genre: Action, Mystery, Sci-Fi; Director: Christopher Nolan; Writer: Christopher Nolan;
Actors: Leonardo DiCaprio, Joseph Gordon-Levitt, Tom Hardy; Language: English, Japanese, French
This information can be compiled into a file, what we call the social profile of the user. The social
profile is built from all the files that the user shares with the peer-to-peer network.
II. Outline of Socio Media Connect
Our proposed work, SocioMediaConnect will have a peer-to-peer network with social profiling of each
user, where users will be able to search objects by the semantic attributes of the multimedia files. Peers with
similar interests are clustered to form a group. If the similarity quotient of the group and the new peer falls
within the threshold then the peer is added to the group with highest similarity quotient. Since, the interested
people will be directly connected by the network, the time required to find and retrieve resources will be much
lesser. SocioMediaConnect will search for a given resource first amongst the people (neighbours) with matching
similar profile and then if the resource is not found our system will flood the entire peer-to-peer network with
search query, thus making the search window narrower. Moreover, most of the times, no separate channel is
required for transferring file between peers because neighbouring peers are directly connected by common
channel. This gives SocioMediaConnect a major advantage over common peer-to-peer networks. In
SocioMediaConnect, peers mimic how people form social network and how they query, based on their interests.
Whenever a new resource is downloaded from neighbouring peers, its metadata will be generated and integrated
with previous metadata. The pipes used for communication between peers use secure cannel for communication,
which uses public key encryption, to prevent loss of data or its modification and also prevents against other
possible security thefts.
SocioMediaConnect will feature two kinds of peers:
Socio Media Connect: A Social Profile based P2P Network
DOI: 10.9790/0661-17266167 www.iosrjournals.org 62 | Page
 Member peer
 Admin peer
III. Proposed Work
The system consists of many groups with each group having members with similar interests in music,
movies and series. Each member of SMC has its own social profile based on the music, movies and series
interests of the user. Since the peers with interested file are directly connected with a common channel, the peer
won’t have to flood the entire P2P network with the search query. As a result the TTL (Time to Live) value of
the packets will be reduced, thereby reducing the overhead of the entire P2P network.
The admin of each group behaves as a dual peer viz. admin and member. Admin peer, in addition to
activities performed by the member peer, also performs activities such as maintaining the group vector, member
list of all peers in the group, list of different groups present in SMC, sending group vector to new peer added to
SMC, periodically maintains the status of all peers within the group. All peers have a unique username in order
to avoid conflict. Also group names are unique.
Algorithm 1-To update the group vector after a new peer is added to the group:
1. Read the social profile of the new peer.
2. Create a List_Peer<Name, Value> of all the tags in the profile
3. Create a List_Group<Name, Value> of all the tags in the group vector
4. For each entry in the List_Peer
a. If Name exists in List_Group
i. Add entry.value to corresponding List_Group entry
b. Else create new entry in List_Group for the current tag and update the attributes
5. Write List_Group<Name,Value> to group vector
Group Vector:
Each group has its own group vector which is maintained by the admin. Initially, when the only
member of the group is the admin, the vector of the admin is itself the group vector. As peers with same
interests are added to the group, the group vector keeps on updating. Group Vector is stored in xml format. As a
result, the group vector is the essential component in forming the groups of matching profiles. Whenever a peer
downloads a new file from SMC, the peer generates new tags corresponding to the new file to temp.xml and
periodically sends it to the admin. Admin updates the group vector whenever it receives such a file. Admins
runs the same algorithm whenever it receives a new profile or temp.xml
Attribute file:
This file will be generated by the system when the peer joins a group. This file helps the peer to decide
which group to j
oin the next time it comes online. It stores the following information: Type of peer, Group Name, Peer
ID of Admin
Figure 1: social profile format
Socio Media Connect: A Social Profile based P2P Network
DOI: 10.9790/0661-17266167 www.iosrjournals.org 63 | Page
Working of SMC with an example:
Figure 2: New peer enters system
Consider a P2P network with 3 groups--Group1, Group2, and Group3 (as shown above). Group1 has 3
members, Group2 has 4 members and Group3 has 3 members. All group admins are connected via a common
group. When a new peer joins SMC, it first selects a unique username after communicating with the name
server. SMC creates 3 folder (Music, Movies and Series) in the peer’s home directory. SMC places all the
movies, music and series files it wants to share and also wants them in its social profile in these files. SMC starts
building the social profile of the peer, after the peer is done adding files to the directories. After building the
social profile, SMC initially adds the new peer to a common group containing all the admins. New peer sends a
“hello” message to all the admins via the common group channel. New peer also sends some other information
necessary for P2P communication. In response, all admins reply by sending their group vectors which will be
analysed by the new peer to find matching interest. The new peer will run profile matching algorithm in order
to find a group with similar interest. The algorithm returns for each group-no of matches and the average score.
New Peer will sort the output. The peer then selects the group with maximum no of matches and least average
score.
Figure 3: Group formation based on social profiles
New Peer Group1 Group2 Group3
Music Score 1.41 1.28 1.39
Movie Score 1.31 1.12 1.4
Series Score 1.33 1.5 1.41
(Average Score, No of matches) (1.35,3) (1.3,2) (1.4,3)
Socio Media Connect: A Social Profile based P2P Network
DOI: 10.9790/0661-17266167 www.iosrjournals.org 64 | Page
If these values fall within the threshold, then the peer will be added to this group. Otherwise the peer
will have to form a new group and becomes the admin. According to the profile matching algorithm, the new
peer joins the Group1 because all number of matches is maximum for group1 (music, movie and series score is
below threshold) and average score is the least. New Peer sends a message to the admin ofgroup1 saying it
wants to join group1 along with its own social profile. Admin of group1 then adds the new peer to group1,
updates the group vector with the tags of new peer. Admin also sends a new member list to all the members of
the group indicating that a new peer has joined. After joining the group, the new peer can request the file list
of any member in the group. Since all the members have similar interest the peer can expect to find a file of its
interest easily. The search queries of the peer will be first sent only to the members of the group so as to reduce
the network overhead.
Important Algorithms designed and implemented for SMC:
Algorithm -To add new peer to SocioMediaConnect:
1. Peer joins Socio Media Connect
2. Choose unique peer name
3. Build social profile after files has been added
4. Add peer to Admin group and wait for 15 seconds
5. For each advertisement received
a. Extract profile
b. Run matching algorithm
6. Sort all profiles by similarity
7. If similarity under threshold
a. Add peer to group
b. Add peer tags to group vector
c. start member peer
8. Else
a. Create new peer group
b. Start Admin peer
9. Create attr.txt file
After this algorithm finishes, a new peer will either be added to a group or a new group will be created. This
algorithm also creates the attribute file.
Algorithm 2. Build Social profile
1. Create File List
2. For each file in File List
a. If FileType == Audio
i. Extract Tags using JAudioTagger
b. Else If FileType == Video
i. Extract file name
ii. Run GuessIt to get qualified name
iii. Query OMDB API to get movies/series information
iv. Extract tags from json array
c. Add tags to peername_Profile.xml
This algorithm will be initiated once the new peer has selected a unique username and placed the files
in shared folders. The output of this algorithm is the social profile of the peer. Social profile of the peer is an
xml file where there is a separate tag for each tag extracted from the file and its value is equal to the number of
objects by that tag. Initially an empty List<Name, Value> is created. Whenever a new tag is extracted from the
file, it is searched inside the list to check if already exists. If found then, its value is incremented by one, else a
new entry is created in the list <name, 1>
Algorithm 3. Match Social Profiles
1. Get all group vectors
2. For each vector
a. Extract vector
b. Apply cosine function between group vector and peer vector
c. Check movies, music and series weights
d. If all weights < Threshold
i. Add to List
Socio Media Connect: A Social Profile based P2P Network
DOI: 10.9790/0661-17266167 www.iosrjournals.org 65 | Page
Cosine Function:
For each social profile, we initially create 3 vectors each for music, movies and series. These vectors contain the
weight of each tag which is calculated as follows:
weight of tag =
no. of objects by that tag
Totalno. of objects
For comparing two social profiles, we require two sets of such vectors which are as follows:
Vector1music = <wt1, wt2, wt3, … wtn1>
Vector1movies = <wt1, wt2, wt3, … wtn2>
Vector1series = <wt1, wt2, wt3, … wtn3>
Vector2music = <wt1, wt2, wt3, … wtm1>
Vector2movies = <wt1, wt2, wt3, … wtm2>
Vector2series = <wt1, wt2, wt3, … wtm3>
The similarity between two social profiles is calculated using inverse of cosine function. As a result, similarity is
in the range [1,∞], where,
 1 indicates completely matching social profiles
1
cos ⁡(0)
 ∞ indicates completely different social profiles
1
cos ⁡(90)
Similarity is calculated as follows:
Similaritymusic=
𝟏
𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐦𝐮𝐬𝐢𝐜 .𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐦𝐮𝐬𝐢𝐜
|𝐕𝐞𝐜𝐭𝐨𝟏𝐦𝐮𝐬𝐢𝐜| .|𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐦𝐮𝐬𝐢𝐜|
Similaritymovies=
𝟏
𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐦𝐨𝐯𝐢𝐞𝐬 .𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐦𝐨𝐯𝐢𝐞𝐬
|𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐦𝐨𝐯𝐢𝐞𝐬| .|𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐦𝐨𝐯𝐢𝐞𝐬|
Similarityseries=
𝟏
𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐬𝐞𝐫𝐢𝐞𝐬 .𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐬𝐞𝐫𝐢𝐞𝐬
|𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐬𝐞𝐫𝐢𝐞𝐬| .|𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐬𝐞𝐫𝐢𝐞𝐬|
Similarity=
𝐒𝐢𝐦𝐢𝐥𝐚𝐫𝐢𝐭𝐲(𝐦𝐮𝐬𝐢𝐜) + 𝐒𝐢𝐦𝐢𝐥𝐚𝐫𝐢𝐭𝐲(𝐦𝐨𝐯𝐢𝐞𝐬 )+ 𝐒𝐢𝐦𝐢𝐥𝐚𝐫𝐢𝐭𝐲(𝐬𝐞𝐫𝐢𝐞𝐬)
𝟑
Algorithm 4. Search for Resources
1. Peer submits search query
2. Send query to all group members
3. Wait for results from peers
4. If result is received
a. Send result to requested peer
b. Show result in GUI
5. else if user selects advanced query
i. send query to all admins
ii. match peer’s group profile with other admin’s group profiles
iii. if result found
1. send result to peer
2. show result in GUI
3. end the process
6. Show no result found
IV. Simulation Environment
 We used JXTA to form P2P network. JXTA is set of protocols that can be implemented using their own
technology to establish P2P connections with other peers using identical technologies or different
implementations of JXTA. We used JXSE 2.6 which is JAVA implementation of JXTA
 In order to extract tags from music files we used JAudioTagger which is the Audio Tagging library used for
tagging data in Audio files
 In order to extract tags from movie/series files we used OMDB API which is a free web service to obtain
movie information
Socio Media Connect: A Social Profile based P2P Network
DOI: 10.9790/0661-17266167 www.iosrjournals.org 66 | Page
 In order to speed up process of building profile we used ThreadPool
 In a P2P network, any peer can tap and listen to communicate on between any two peers which can cause
security issues. In our simulation , we used JXTA UnicastSecurePipe which automatically encrypts and
decrypts messages and also shares public key certificates with peers
 While clustering threshold for cosine function used was 1/cos (30)
 Each peer generated around 3000-10000 tags depending on the number of files it possesses
V. Performance Evaluation
Figure 4: Performance evaluation
Following Observation were made:
1. We Simulated SocioMediaConnect using 100 peers. The average time required for retrieving the search
results without clustering is 149.9 milliseconds whereas the average time required for retrieving the search
results with clustering is 92.1 milliseconds. Hence, the time required is considerably less for clustered
network.
2. The search time increases linearly as new peers are added to the P2P network in both the cases (with and
without clustering), but the overall performance of SocioMediaConnect is always better than a normal P2P
network.
3. The time required for advanced search in SocioMediaConnect is greater, but the probability of performing
advanced search is very low. Advanced search is only performed when the peer does not find the requested
resource in the peer group. As a result, advanced search does not degrade the overall performance of
SocioMediaConnect and hence the overall output is much better than a normal P2P network.
VI. Conclusion
In this paper, we proposed a method for clustering peers over a P2P network based on the social
interests of the peers. With this method, we found that peers will be able find resources of their interests easily
from their neighbouring peers present in the same group. Also, we improved the search efficiency in the P2P
network by searching only in the peer group because the probability of finding the requested resource was very
high in the same group. This resulted in a narrower such window and considerably lesser network congestion.
Moreover, there was no need to flood the entire network to find the required resources. Network overhead was
also considerably reduced and also lesser number of messages were exchanged between peers.
SocioMediaConnect can be easily integrated with any existing P2P system
References
[1]. Kate Ching-Ju Lin, Chun-Po Wang, Cheng-Fu Chou, and LeanaGolubchik, “SocioNet: A Social-Based Multimedia Access System
for Unstructured P2P Networks”
[2]. Ching-Ju Lin, Shuo-Chan Tsai, Yi-Ting Chang and Cheng-Fu Chou, “Enabling Keyword Search and Similarity Search in Small-
World-based P2P Systems”
[3]. Practical JXTA,Cracking the P2P puzzle DawningStreamsInc
[4]. JXTA in a Nutshell, O’Reilly
[5]. OMDB API, http://omdbapi.com/
[6]. JAudioTagger,http://www.jthink.net/jaudiotagger/
Socio Media Connect: A Social Profile based P2P Network
DOI: 10.9790/0661-17266167 www.iosrjournals.org 67 | Page
[7]. GuessIT, https://github.com/wackou/guessit
[8]. Clustering Techniques, http://www.ise.bgu.ac.il/faculty/liorr/hbchap15.pdf
[9]. JXSE-2.6, https://jxse.kenai.com/
[10]. Cosine Similarity Function, http://en.wikipedia.org/wiki/Cosine_similarity

More Related Content

What's hot

Developing the korean_internet_network_miner_change
Developing the korean_internet_network_miner_changeDeveloping the korean_internet_network_miner_change
Developing the korean_internet_network_miner_changeHan Woo PARK
 
Tecxipio 10 facts about p2p file sharing network usage in china
Tecxipio 10 facts about p2p file sharing network usage in chinaTecxipio 10 facts about p2p file sharing network usage in china
Tecxipio 10 facts about p2p file sharing network usage in chinaTECXIPIO GmbH
 
Research 2 Presentation
Research 2 PresentationResearch 2 Presentation
Research 2 Presentationjtechieguy
 
Bowling Alone and Trust Decline in Social Network Sites
Bowling Alone and  Trust Decline in  Social Network SitesBowling Alone and  Trust Decline in  Social Network Sites
Bowling Alone and Trust Decline in Social Network SitesPaolo Massa
 
Twet Application
Twet ApplicationTwet Application
Twet Applicationymark
 
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...1crore projects
 
Le chat tra Luca Palamara e Stefano Opilio
Le chat tra Luca Palamara e Stefano OpilioLe chat tra Luca Palamara e Stefano Opilio
Le chat tra Luca Palamara e Stefano OpilioLa Verità
 
Simplifying Social Network Diagrams
Simplifying Social Network Diagrams Simplifying Social Network Diagrams
Simplifying Social Network Diagrams Lynn Cherny
 
CS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit ICS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit Ipkaviya
 
2013 NodeXL Social Media Network Analysis
2013 NodeXL Social Media Network Analysis2013 NodeXL Social Media Network Analysis
2013 NodeXL Social Media Network AnalysisMarc Smith
 
The Basics of Social Network Analysis
The Basics of Social Network AnalysisThe Basics of Social Network Analysis
The Basics of Social Network AnalysisRory Sie
 

What's hot (13)

Developing the korean_internet_network_miner_change
Developing the korean_internet_network_miner_changeDeveloping the korean_internet_network_miner_change
Developing the korean_internet_network_miner_change
 
Tecxipio 10 facts about p2p file sharing network usage in china
Tecxipio 10 facts about p2p file sharing network usage in chinaTecxipio 10 facts about p2p file sharing network usage in china
Tecxipio 10 facts about p2p file sharing network usage in china
 
Research 2 Presentation
Research 2 PresentationResearch 2 Presentation
Research 2 Presentation
 
Bowling Alone and Trust Decline in Social Network Sites
Bowling Alone and  Trust Decline in  Social Network SitesBowling Alone and  Trust Decline in  Social Network Sites
Bowling Alone and Trust Decline in Social Network Sites
 
Twet Application
Twet ApplicationTwet Application
Twet Application
 
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
Asymmetric Social Proximity Based Private Matching Protocols for Online Socia...
 
tweet segmentation
tweet segmentation tweet segmentation
tweet segmentation
 
Le chat tra Luca Palamara e Stefano Opilio
Le chat tra Luca Palamara e Stefano OpilioLe chat tra Luca Palamara e Stefano Opilio
Le chat tra Luca Palamara e Stefano Opilio
 
Simplifying Social Network Diagrams
Simplifying Social Network Diagrams Simplifying Social Network Diagrams
Simplifying Social Network Diagrams
 
An Improved People-Search Technique for Directed Social Network Graphs
An Improved People-Search Technique for Directed Social Network GraphsAn Improved People-Search Technique for Directed Social Network Graphs
An Improved People-Search Technique for Directed Social Network Graphs
 
CS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit ICS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit I
 
2013 NodeXL Social Media Network Analysis
2013 NodeXL Social Media Network Analysis2013 NodeXL Social Media Network Analysis
2013 NodeXL Social Media Network Analysis
 
The Basics of Social Network Analysis
The Basics of Social Network AnalysisThe Basics of Social Network Analysis
The Basics of Social Network Analysis
 

Viewers also liked

The Protective Role Of High Dietary Protein On Arsenic Induced Hepatotoxicity...
The Protective Role Of High Dietary Protein On Arsenic Induced Hepatotoxicity...The Protective Role Of High Dietary Protein On Arsenic Induced Hepatotoxicity...
The Protective Role Of High Dietary Protein On Arsenic Induced Hepatotoxicity...IOSR Journals
 
Design And Analysis Of Chain Outer Link By Using Composite Material
Design And Analysis Of Chain Outer Link By Using Composite MaterialDesign And Analysis Of Chain Outer Link By Using Composite Material
Design And Analysis Of Chain Outer Link By Using Composite MaterialIOSR Journals
 
Synthesis, Characterization and Anti-inflammatory Activity of Novel Triazolod...
Synthesis, Characterization and Anti-inflammatory Activity of Novel Triazolod...Synthesis, Characterization and Anti-inflammatory Activity of Novel Triazolod...
Synthesis, Characterization and Anti-inflammatory Activity of Novel Triazolod...IOSR Journals
 
Structure, Morphology & Infrared Spectroscopic Characterization of Ga (2x+2) ...
Structure, Morphology & Infrared Spectroscopic Characterization of Ga (2x+2) ...Structure, Morphology & Infrared Spectroscopic Characterization of Ga (2x+2) ...
Structure, Morphology & Infrared Spectroscopic Characterization of Ga (2x+2) ...IOSR Journals
 
OFDM PAPR Reduction by Shifting Two Null Subcarriers among Two Data Subcarriers
OFDM PAPR Reduction by Shifting Two Null Subcarriers among Two Data SubcarriersOFDM PAPR Reduction by Shifting Two Null Subcarriers among Two Data Subcarriers
OFDM PAPR Reduction by Shifting Two Null Subcarriers among Two Data SubcarriersIOSR Journals
 
AM Fungal Status in Ketaka: Pandanus fascicularis From Coastal Region of Konk...
AM Fungal Status in Ketaka: Pandanus fascicularis From Coastal Region of Konk...AM Fungal Status in Ketaka: Pandanus fascicularis From Coastal Region of Konk...
AM Fungal Status in Ketaka: Pandanus fascicularis From Coastal Region of Konk...IOSR Journals
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesIOSR Journals
 
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...IOSR Journals
 
Comparative Study of End Moments Regarding Application of Rotation Contributi...
Comparative Study of End Moments Regarding Application of Rotation Contributi...Comparative Study of End Moments Regarding Application of Rotation Contributi...
Comparative Study of End Moments Regarding Application of Rotation Contributi...IOSR Journals
 
The CFD Analysis of Turbulence Characteristics in Combustion Chamber with Non...
The CFD Analysis of Turbulence Characteristics in Combustion Chamber with Non...The CFD Analysis of Turbulence Characteristics in Combustion Chamber with Non...
The CFD Analysis of Turbulence Characteristics in Combustion Chamber with Non...IOSR Journals
 
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...IOSR Journals
 

Viewers also liked (20)

The Protective Role Of High Dietary Protein On Arsenic Induced Hepatotoxicity...
The Protective Role Of High Dietary Protein On Arsenic Induced Hepatotoxicity...The Protective Role Of High Dietary Protein On Arsenic Induced Hepatotoxicity...
The Protective Role Of High Dietary Protein On Arsenic Induced Hepatotoxicity...
 
Design And Analysis Of Chain Outer Link By Using Composite Material
Design And Analysis Of Chain Outer Link By Using Composite MaterialDesign And Analysis Of Chain Outer Link By Using Composite Material
Design And Analysis Of Chain Outer Link By Using Composite Material
 
H010136066
H010136066H010136066
H010136066
 
Synthesis, Characterization and Anti-inflammatory Activity of Novel Triazolod...
Synthesis, Characterization and Anti-inflammatory Activity of Novel Triazolod...Synthesis, Characterization and Anti-inflammatory Activity of Novel Triazolod...
Synthesis, Characterization and Anti-inflammatory Activity of Novel Triazolod...
 
Structure, Morphology & Infrared Spectroscopic Characterization of Ga (2x+2) ...
Structure, Morphology & Infrared Spectroscopic Characterization of Ga (2x+2) ...Structure, Morphology & Infrared Spectroscopic Characterization of Ga (2x+2) ...
Structure, Morphology & Infrared Spectroscopic Characterization of Ga (2x+2) ...
 
F1802052830
F1802052830F1802052830
F1802052830
 
OFDM PAPR Reduction by Shifting Two Null Subcarriers among Two Data Subcarriers
OFDM PAPR Reduction by Shifting Two Null Subcarriers among Two Data SubcarriersOFDM PAPR Reduction by Shifting Two Null Subcarriers among Two Data Subcarriers
OFDM PAPR Reduction by Shifting Two Null Subcarriers among Two Data Subcarriers
 
AM Fungal Status in Ketaka: Pandanus fascicularis From Coastal Region of Konk...
AM Fungal Status in Ketaka: Pandanus fascicularis From Coastal Region of Konk...AM Fungal Status in Ketaka: Pandanus fascicularis From Coastal Region of Konk...
AM Fungal Status in Ketaka: Pandanus fascicularis From Coastal Region of Konk...
 
P01254123131
P01254123131P01254123131
P01254123131
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting Techniques
 
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
A Novel Approach of Area-Efficient FIR Filter Design Using Distributed Arithm...
 
E010513037
E010513037E010513037
E010513037
 
G0212832
G0212832G0212832
G0212832
 
Comparative Study of End Moments Regarding Application of Rotation Contributi...
Comparative Study of End Moments Regarding Application of Rotation Contributi...Comparative Study of End Moments Regarding Application of Rotation Contributi...
Comparative Study of End Moments Regarding Application of Rotation Contributi...
 
I018135565
I018135565I018135565
I018135565
 
J012537580
J012537580J012537580
J012537580
 
The CFD Analysis of Turbulence Characteristics in Combustion Chamber with Non...
The CFD Analysis of Turbulence Characteristics in Combustion Chamber with Non...The CFD Analysis of Turbulence Characteristics in Combustion Chamber with Non...
The CFD Analysis of Turbulence Characteristics in Combustion Chamber with Non...
 
E013152730
E013152730E013152730
E013152730
 
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
 
H017124652
H017124652H017124652
H017124652
 

Similar to K017266167

IEEE 2014 JAVA DATA MINING PROJECTS Multi comm finding community structure in...
IEEE 2014 JAVA DATA MINING PROJECTS Multi comm finding community structure in...IEEE 2014 JAVA DATA MINING PROJECTS Multi comm finding community structure in...
IEEE 2014 JAVA DATA MINING PROJECTS Multi comm finding community structure in...IEEEFINALYEARSTUDENTPROJECTS
 
2014 IEEE JAVA DATA MINING PROJECT Multi comm finding community structure in ...
2014 IEEE JAVA DATA MINING PROJECT Multi comm finding community structure in ...2014 IEEE JAVA DATA MINING PROJECT Multi comm finding community structure in ...
2014 IEEE JAVA DATA MINING PROJECT Multi comm finding community structure in ...IEEEMEMTECHSTUDENTSPROJECTS
 
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia CommunitiesIEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia CommunitiesKalman Graffi
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systemsijp2p
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systemsijp2p
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systemsijp2p
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systemsijp2p
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systemsijp2p
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systemsijp2p
 
A study of index poisoning in peer topeer
A study of index poisoning in peer topeerA study of index poisoning in peer topeer
A study of index poisoning in peer topeerIJCI JOURNAL
 
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...IJMTST Journal
 
Prometheus: User-Controlled P2P Social Data Management for Socially-aware App...
Prometheus: User-Controlled P2P Social Data Management for Socially-aware App...Prometheus: User-Controlled P2P Social Data Management for Socially-aware App...
Prometheus: User-Controlled P2P Social Data Management for Socially-aware App...Nicolas Kourtellis
 
IRJET - Automation in Python using Speech Recognition
IRJET -  	  Automation in Python using Speech RecognitionIRJET -  	  Automation in Python using Speech Recognition
IRJET - Automation in Python using Speech RecognitionIRJET Journal
 
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMSEFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMSijp2p
 
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMSEFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMSijp2p
 
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS ijp2p
 
FUTURE OF PEER-TO-PEER TECHNOLOGY WITH THE RISE OF CLOUD COMPUTING
FUTURE OF PEER-TO-PEER TECHNOLOGY WITH THE RISE OF CLOUD COMPUTINGFUTURE OF PEER-TO-PEER TECHNOLOGY WITH THE RISE OF CLOUD COMPUTING
FUTURE OF PEER-TO-PEER TECHNOLOGY WITH THE RISE OF CLOUD COMPUTINGijp2p
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 

Similar to K017266167 (20)

IEEE 2014 JAVA DATA MINING PROJECTS Multi comm finding community structure in...
IEEE 2014 JAVA DATA MINING PROJECTS Multi comm finding community structure in...IEEE 2014 JAVA DATA MINING PROJECTS Multi comm finding community structure in...
IEEE 2014 JAVA DATA MINING PROJECTS Multi comm finding community structure in...
 
2014 IEEE JAVA DATA MINING PROJECT Multi comm finding community structure in ...
2014 IEEE JAVA DATA MINING PROJECT Multi comm finding community structure in ...2014 IEEE JAVA DATA MINING PROJECT Multi comm finding community structure in ...
2014 IEEE JAVA DATA MINING PROJECT Multi comm finding community structure in ...
 
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia CommunitiesIEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
IEEE ISM 2008: Kalman Graffi: A Distributed Platform for Multimedia Communities
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
 
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer SystemsA Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
A Cooperative Peer Clustering Scheme for Unstructured Peer-to-Peer Systems
 
A study of index poisoning in peer topeer
A study of index poisoning in peer topeerA study of index poisoning in peer topeer
A study of index poisoning in peer topeer
 
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
Alluding Communities in Social Networking Websites using Enhanced Quasi-cliqu...
 
Prometheus: User-Controlled P2P Social Data Management for Socially-aware App...
Prometheus: User-Controlled P2P Social Data Management for Socially-aware App...Prometheus: User-Controlled P2P Social Data Management for Socially-aware App...
Prometheus: User-Controlled P2P Social Data Management for Socially-aware App...
 
IRJET - Automation in Python using Speech Recognition
IRJET -  	  Automation in Python using Speech RecognitionIRJET -  	  Automation in Python using Speech Recognition
IRJET - Automation in Python using Speech Recognition
 
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMSEFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
 
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMSEFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
 
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
EFFECTIVE TOPOLOGY-AWARE PEER SELECTION IN UNSTRUCTURED PEER-TO-PEER SYSTEMS
 
C018211723
C018211723C018211723
C018211723
 
FUTURE OF PEER-TO-PEER TECHNOLOGY WITH THE RISE OF CLOUD COMPUTING
FUTURE OF PEER-TO-PEER TECHNOLOGY WITH THE RISE OF CLOUD COMPUTINGFUTURE OF PEER-TO-PEER TECHNOLOGY WITH THE RISE OF CLOUD COMPUTING
FUTURE OF PEER-TO-PEER TECHNOLOGY WITH THE RISE OF CLOUD COMPUTING
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
P2p Peer To Peer Introduction
P2p Peer To Peer IntroductionP2p Peer To Peer Introduction
P2p Peer To Peer Introduction
 

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

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Recently uploaded (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

K017266167

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 2, Ver. VI (Mar – Apr. 2015), PP 61-67 www.iosrjournals.org DOI: 10.9790/0661-17266167 www.iosrjournals.org 61 | Page Socio Media Connect: A Social Profile based P2P Network Chirag Jain1 ,Hardeepsingh Jethra2 , Rishikesh Pange3 , Vinil Jain4 , S.C.Shrawne5 1 (VeermataJijabai Technological Institute, India) 2 (VeermataJijabai Technological Institute, India) 3 (VeermataJijabai Technological Institute, India) 4 (VeermataJijabai Technological Institute, India) 5 (VeermataJijabai Technological Institute, India) Abstract: It is observed that users tend to like and follow a particular type music/movies based on their social interests. Users like music of particular artists, album; movies/TV shows of a particular actor, director, genre, etc. Generally, peer-to-peer networks do not use this vital information to perform effective search using the metadata of media files. This information can be used to create social profile of users and cluster the peers based on their interests as reflected in the social profiles. This clustering of users over a peer-to-peer network will help in finding the users their interested files more easily. Also, peer-to-peer networks usually flood the entire network to search a particular file. But, due to clustering of peers based on their social interest, there is no need to flood the entire network to find a particular file, as most of the times the required file will be found in the cluster itself, which will in turn reduce the network overhead. We simulated this system using JXTA to connect the peers after clustering over P2P network. The peers with similar social profiles were connected via a common communication channel and therefore the results were better than the normal P2P network. Keywords: clustering,media, peer-to-peer, sharing, similarity I. Introduction Peer-to-peer networks have become very important in today’s world and hence, it is really important to improve the efficiency of the P2P network for finding and receiving files. If a peer wants to search for a file, it requests all its neighbours for the file. If none of the neighbours have the requested file, then all the neighbours ask their neighbours. This process continues till the file is found in the network or all the peers in the network are requested for the file. This results in flooding of the entire P2P network. Because the peers with similar interests are not directly connected in a normal P2P network, they have a broader search window. In SocioMediaConnect, we aim to tackle this problem. The media files such as music, movies and TV shows contain important information such as genre, actors, artists, etc. Example: Inception (Movie) Title: Inception- Genre: Action, Mystery, Sci-Fi; Director: Christopher Nolan; Writer: Christopher Nolan; Actors: Leonardo DiCaprio, Joseph Gordon-Levitt, Tom Hardy; Language: English, Japanese, French This information can be compiled into a file, what we call the social profile of the user. The social profile is built from all the files that the user shares with the peer-to-peer network. II. Outline of Socio Media Connect Our proposed work, SocioMediaConnect will have a peer-to-peer network with social profiling of each user, where users will be able to search objects by the semantic attributes of the multimedia files. Peers with similar interests are clustered to form a group. If the similarity quotient of the group and the new peer falls within the threshold then the peer is added to the group with highest similarity quotient. Since, the interested people will be directly connected by the network, the time required to find and retrieve resources will be much lesser. SocioMediaConnect will search for a given resource first amongst the people (neighbours) with matching similar profile and then if the resource is not found our system will flood the entire peer-to-peer network with search query, thus making the search window narrower. Moreover, most of the times, no separate channel is required for transferring file between peers because neighbouring peers are directly connected by common channel. This gives SocioMediaConnect a major advantage over common peer-to-peer networks. In SocioMediaConnect, peers mimic how people form social network and how they query, based on their interests. Whenever a new resource is downloaded from neighbouring peers, its metadata will be generated and integrated with previous metadata. The pipes used for communication between peers use secure cannel for communication, which uses public key encryption, to prevent loss of data or its modification and also prevents against other possible security thefts. SocioMediaConnect will feature two kinds of peers:
  • 2. Socio Media Connect: A Social Profile based P2P Network DOI: 10.9790/0661-17266167 www.iosrjournals.org 62 | Page  Member peer  Admin peer III. Proposed Work The system consists of many groups with each group having members with similar interests in music, movies and series. Each member of SMC has its own social profile based on the music, movies and series interests of the user. Since the peers with interested file are directly connected with a common channel, the peer won’t have to flood the entire P2P network with the search query. As a result the TTL (Time to Live) value of the packets will be reduced, thereby reducing the overhead of the entire P2P network. The admin of each group behaves as a dual peer viz. admin and member. Admin peer, in addition to activities performed by the member peer, also performs activities such as maintaining the group vector, member list of all peers in the group, list of different groups present in SMC, sending group vector to new peer added to SMC, periodically maintains the status of all peers within the group. All peers have a unique username in order to avoid conflict. Also group names are unique. Algorithm 1-To update the group vector after a new peer is added to the group: 1. Read the social profile of the new peer. 2. Create a List_Peer<Name, Value> of all the tags in the profile 3. Create a List_Group<Name, Value> of all the tags in the group vector 4. For each entry in the List_Peer a. If Name exists in List_Group i. Add entry.value to corresponding List_Group entry b. Else create new entry in List_Group for the current tag and update the attributes 5. Write List_Group<Name,Value> to group vector Group Vector: Each group has its own group vector which is maintained by the admin. Initially, when the only member of the group is the admin, the vector of the admin is itself the group vector. As peers with same interests are added to the group, the group vector keeps on updating. Group Vector is stored in xml format. As a result, the group vector is the essential component in forming the groups of matching profiles. Whenever a peer downloads a new file from SMC, the peer generates new tags corresponding to the new file to temp.xml and periodically sends it to the admin. Admin updates the group vector whenever it receives such a file. Admins runs the same algorithm whenever it receives a new profile or temp.xml Attribute file: This file will be generated by the system when the peer joins a group. This file helps the peer to decide which group to j oin the next time it comes online. It stores the following information: Type of peer, Group Name, Peer ID of Admin Figure 1: social profile format
  • 3. Socio Media Connect: A Social Profile based P2P Network DOI: 10.9790/0661-17266167 www.iosrjournals.org 63 | Page Working of SMC with an example: Figure 2: New peer enters system Consider a P2P network with 3 groups--Group1, Group2, and Group3 (as shown above). Group1 has 3 members, Group2 has 4 members and Group3 has 3 members. All group admins are connected via a common group. When a new peer joins SMC, it first selects a unique username after communicating with the name server. SMC creates 3 folder (Music, Movies and Series) in the peer’s home directory. SMC places all the movies, music and series files it wants to share and also wants them in its social profile in these files. SMC starts building the social profile of the peer, after the peer is done adding files to the directories. After building the social profile, SMC initially adds the new peer to a common group containing all the admins. New peer sends a “hello” message to all the admins via the common group channel. New peer also sends some other information necessary for P2P communication. In response, all admins reply by sending their group vectors which will be analysed by the new peer to find matching interest. The new peer will run profile matching algorithm in order to find a group with similar interest. The algorithm returns for each group-no of matches and the average score. New Peer will sort the output. The peer then selects the group with maximum no of matches and least average score. Figure 3: Group formation based on social profiles New Peer Group1 Group2 Group3 Music Score 1.41 1.28 1.39 Movie Score 1.31 1.12 1.4 Series Score 1.33 1.5 1.41 (Average Score, No of matches) (1.35,3) (1.3,2) (1.4,3)
  • 4. Socio Media Connect: A Social Profile based P2P Network DOI: 10.9790/0661-17266167 www.iosrjournals.org 64 | Page If these values fall within the threshold, then the peer will be added to this group. Otherwise the peer will have to form a new group and becomes the admin. According to the profile matching algorithm, the new peer joins the Group1 because all number of matches is maximum for group1 (music, movie and series score is below threshold) and average score is the least. New Peer sends a message to the admin ofgroup1 saying it wants to join group1 along with its own social profile. Admin of group1 then adds the new peer to group1, updates the group vector with the tags of new peer. Admin also sends a new member list to all the members of the group indicating that a new peer has joined. After joining the group, the new peer can request the file list of any member in the group. Since all the members have similar interest the peer can expect to find a file of its interest easily. The search queries of the peer will be first sent only to the members of the group so as to reduce the network overhead. Important Algorithms designed and implemented for SMC: Algorithm -To add new peer to SocioMediaConnect: 1. Peer joins Socio Media Connect 2. Choose unique peer name 3. Build social profile after files has been added 4. Add peer to Admin group and wait for 15 seconds 5. For each advertisement received a. Extract profile b. Run matching algorithm 6. Sort all profiles by similarity 7. If similarity under threshold a. Add peer to group b. Add peer tags to group vector c. start member peer 8. Else a. Create new peer group b. Start Admin peer 9. Create attr.txt file After this algorithm finishes, a new peer will either be added to a group or a new group will be created. This algorithm also creates the attribute file. Algorithm 2. Build Social profile 1. Create File List 2. For each file in File List a. If FileType == Audio i. Extract Tags using JAudioTagger b. Else If FileType == Video i. Extract file name ii. Run GuessIt to get qualified name iii. Query OMDB API to get movies/series information iv. Extract tags from json array c. Add tags to peername_Profile.xml This algorithm will be initiated once the new peer has selected a unique username and placed the files in shared folders. The output of this algorithm is the social profile of the peer. Social profile of the peer is an xml file where there is a separate tag for each tag extracted from the file and its value is equal to the number of objects by that tag. Initially an empty List<Name, Value> is created. Whenever a new tag is extracted from the file, it is searched inside the list to check if already exists. If found then, its value is incremented by one, else a new entry is created in the list <name, 1> Algorithm 3. Match Social Profiles 1. Get all group vectors 2. For each vector a. Extract vector b. Apply cosine function between group vector and peer vector c. Check movies, music and series weights d. If all weights < Threshold i. Add to List
  • 5. Socio Media Connect: A Social Profile based P2P Network DOI: 10.9790/0661-17266167 www.iosrjournals.org 65 | Page Cosine Function: For each social profile, we initially create 3 vectors each for music, movies and series. These vectors contain the weight of each tag which is calculated as follows: weight of tag = no. of objects by that tag Totalno. of objects For comparing two social profiles, we require two sets of such vectors which are as follows: Vector1music = <wt1, wt2, wt3, … wtn1> Vector1movies = <wt1, wt2, wt3, … wtn2> Vector1series = <wt1, wt2, wt3, … wtn3> Vector2music = <wt1, wt2, wt3, … wtm1> Vector2movies = <wt1, wt2, wt3, … wtm2> Vector2series = <wt1, wt2, wt3, … wtm3> The similarity between two social profiles is calculated using inverse of cosine function. As a result, similarity is in the range [1,∞], where,  1 indicates completely matching social profiles 1 cos ⁡(0)  ∞ indicates completely different social profiles 1 cos ⁡(90) Similarity is calculated as follows: Similaritymusic= 𝟏 𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐦𝐮𝐬𝐢𝐜 .𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐦𝐮𝐬𝐢𝐜 |𝐕𝐞𝐜𝐭𝐨𝟏𝐦𝐮𝐬𝐢𝐜| .|𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐦𝐮𝐬𝐢𝐜| Similaritymovies= 𝟏 𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐦𝐨𝐯𝐢𝐞𝐬 .𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐦𝐨𝐯𝐢𝐞𝐬 |𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐦𝐨𝐯𝐢𝐞𝐬| .|𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐦𝐨𝐯𝐢𝐞𝐬| Similarityseries= 𝟏 𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐬𝐞𝐫𝐢𝐞𝐬 .𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐬𝐞𝐫𝐢𝐞𝐬 |𝐕𝐞𝐜𝐭𝐨𝐫𝟏𝐬𝐞𝐫𝐢𝐞𝐬| .|𝐕𝐞𝐜𝐭𝐨𝐫𝟐𝐬𝐞𝐫𝐢𝐞𝐬| Similarity= 𝐒𝐢𝐦𝐢𝐥𝐚𝐫𝐢𝐭𝐲(𝐦𝐮𝐬𝐢𝐜) + 𝐒𝐢𝐦𝐢𝐥𝐚𝐫𝐢𝐭𝐲(𝐦𝐨𝐯𝐢𝐞𝐬 )+ 𝐒𝐢𝐦𝐢𝐥𝐚𝐫𝐢𝐭𝐲(𝐬𝐞𝐫𝐢𝐞𝐬) 𝟑 Algorithm 4. Search for Resources 1. Peer submits search query 2. Send query to all group members 3. Wait for results from peers 4. If result is received a. Send result to requested peer b. Show result in GUI 5. else if user selects advanced query i. send query to all admins ii. match peer’s group profile with other admin’s group profiles iii. if result found 1. send result to peer 2. show result in GUI 3. end the process 6. Show no result found IV. Simulation Environment  We used JXTA to form P2P network. JXTA is set of protocols that can be implemented using their own technology to establish P2P connections with other peers using identical technologies or different implementations of JXTA. We used JXSE 2.6 which is JAVA implementation of JXTA  In order to extract tags from music files we used JAudioTagger which is the Audio Tagging library used for tagging data in Audio files  In order to extract tags from movie/series files we used OMDB API which is a free web service to obtain movie information
  • 6. Socio Media Connect: A Social Profile based P2P Network DOI: 10.9790/0661-17266167 www.iosrjournals.org 66 | Page  In order to speed up process of building profile we used ThreadPool  In a P2P network, any peer can tap and listen to communicate on between any two peers which can cause security issues. In our simulation , we used JXTA UnicastSecurePipe which automatically encrypts and decrypts messages and also shares public key certificates with peers  While clustering threshold for cosine function used was 1/cos (30)  Each peer generated around 3000-10000 tags depending on the number of files it possesses V. Performance Evaluation Figure 4: Performance evaluation Following Observation were made: 1. We Simulated SocioMediaConnect using 100 peers. The average time required for retrieving the search results without clustering is 149.9 milliseconds whereas the average time required for retrieving the search results with clustering is 92.1 milliseconds. Hence, the time required is considerably less for clustered network. 2. The search time increases linearly as new peers are added to the P2P network in both the cases (with and without clustering), but the overall performance of SocioMediaConnect is always better than a normal P2P network. 3. The time required for advanced search in SocioMediaConnect is greater, but the probability of performing advanced search is very low. Advanced search is only performed when the peer does not find the requested resource in the peer group. As a result, advanced search does not degrade the overall performance of SocioMediaConnect and hence the overall output is much better than a normal P2P network. VI. Conclusion In this paper, we proposed a method for clustering peers over a P2P network based on the social interests of the peers. With this method, we found that peers will be able find resources of their interests easily from their neighbouring peers present in the same group. Also, we improved the search efficiency in the P2P network by searching only in the peer group because the probability of finding the requested resource was very high in the same group. This resulted in a narrower such window and considerably lesser network congestion. Moreover, there was no need to flood the entire network to find the required resources. Network overhead was also considerably reduced and also lesser number of messages were exchanged between peers. SocioMediaConnect can be easily integrated with any existing P2P system References [1]. Kate Ching-Ju Lin, Chun-Po Wang, Cheng-Fu Chou, and LeanaGolubchik, “SocioNet: A Social-Based Multimedia Access System for Unstructured P2P Networks” [2]. Ching-Ju Lin, Shuo-Chan Tsai, Yi-Ting Chang and Cheng-Fu Chou, “Enabling Keyword Search and Similarity Search in Small- World-based P2P Systems” [3]. Practical JXTA,Cracking the P2P puzzle DawningStreamsInc [4]. JXTA in a Nutshell, O’Reilly [5]. OMDB API, http://omdbapi.com/ [6]. JAudioTagger,http://www.jthink.net/jaudiotagger/
  • 7. Socio Media Connect: A Social Profile based P2P Network DOI: 10.9790/0661-17266167 www.iosrjournals.org 67 | Page [7]. GuessIT, https://github.com/wackou/guessit [8]. Clustering Techniques, http://www.ise.bgu.ac.il/faculty/liorr/hbchap15.pdf [9]. JXSE-2.6, https://jxse.kenai.com/ [10]. Cosine Similarity Function, http://en.wikipedia.org/wiki/Cosine_similarity