SlideShare a Scribd company logo
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_change
Han 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 china
TECXIPIO 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 Sites
Paolo Massa
 
Twet Application
Twet ApplicationTwet Application
Twet Application
ymark
 
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
 
tweet segmentation
tweet segmentation tweet segmentation
tweet segmentation
prashanttarone
 
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
La Verità
 
Simplifying Social Network Diagrams
Simplifying Social Network Diagrams Simplifying Social Network Diagrams
Simplifying Social Network Diagrams
Lynn Cherny
 
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
Dr. Thiti Vacharasintopchai, ATSI-DX, CISA
 
CS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit ICS6010 Social Network Analysis Unit I
CS6010 Social Network Analysis Unit I
pkaviya
 
2013 NodeXL Social Media Network Analysis
2013 NodeXL Social Media Network Analysis2013 NodeXL Social Media Network Analysis
2013 NodeXL Social Media Network Analysis
Marc Smith
 
The Basics of Social Network Analysis
The Basics of Social Network AnalysisThe Basics of Social Network Analysis
The Basics of Social Network Analysis
Rory 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

POSTER Public HealthFINAL
POSTER Public HealthFINALPOSTER Public HealthFINAL
POSTER Public HealthFINALPuja Bharucha
 
Btomu ppt
Btomu pptBtomu ppt
Btomu ppt
Raúl Murillo
 
Amirin kesä :D
Amirin kesä :DAmirin kesä :D
Amirin kesä :D
Am0re
 
A survey of Stemming Algorithms for Information Retrieval
A survey of Stemming Algorithms for Information RetrievalA survey of Stemming Algorithms for Information Retrieval
A survey of Stemming Algorithms for Information Retrieval
iosrjce
 
Aprendizaje autonomo MGGD
Aprendizaje autonomo MGGDAprendizaje autonomo MGGD
Aprendizaje autonomo MGGD
Guadalupe Gutierrez
 
Câu 1
Câu 1Câu 1
Câu 1Po Xì
 
Przysłowia polskie - Listopad
Przysłowia polskie - ListopadPrzysłowia polskie - Listopad
Przysłowia polskie - Listopad
Modelarnia Marki
 
11 redenen om te kiezen voor Dynamic Workplace
11 redenen om te kiezen voor  Dynamic Workplace11 redenen om te kiezen voor  Dynamic Workplace
11 redenen om te kiezen voor Dynamic Workplace
T-Systems Nederland
 
Najnowsze technologie i narzędzia wykorzystywane w procesie kształtowania ma...
Najnowsze technologie i narzędzia wykorzystywane w procesie kształtowania ma...Najnowsze technologie i narzędzia wykorzystywane w procesie kształtowania ma...
Najnowsze technologie i narzędzia wykorzystywane w procesie kształtowania ma...
Marcin Czajka
 
Redes de computo
Redes de computoRedes de computo
Redes de computo
Valentina Navarro Corba
 
Studies on Effect of Waveguide Dimensions on Resonant Frequency of Shunt Tee ...
Studies on Effect of Waveguide Dimensions on Resonant Frequency of Shunt Tee ...Studies on Effect of Waveguide Dimensions on Resonant Frequency of Shunt Tee ...
Studies on Effect of Waveguide Dimensions on Resonant Frequency of Shunt Tee ...
iosrjce
 
Business innovatie in de cloud
Business innovatie in de cloudBusiness innovatie in de cloud
Business innovatie in de cloud
Huub Stiekema Bsc, CISM,CITRM
 
Healthy Lifestyle Community -Implementation guide (SPANISH)
Healthy Lifestyle Community -Implementation guide (SPANISH)Healthy Lifestyle Community -Implementation guide (SPANISH)
Healthy Lifestyle Community -Implementation guide (SPANISH)
Andrés Salazar Milano
 
VSO -Strategy for 200 volunteers in 1 month
VSO -Strategy for 200 volunteers in 1 monthVSO -Strategy for 200 volunteers in 1 month
VSO -Strategy for 200 volunteers in 1 month
Andrés Salazar Milano
 
1-3 Estado-CCAA-Municipio
1-3 Estado-CCAA-Municipio1-3 Estado-CCAA-Municipio
1-3 Estado-CCAA-Municipiosupervegallevis
 
6 8 prestacion desempleo
6 8 prestacion desempleo6 8 prestacion desempleo
6 8 prestacion desempleo
supervegallevis
 
Przysłowia polskie - Marzec
Przysłowia polskie - MarzecPrzysłowia polskie - Marzec
Przysłowia polskie - Marzec
Modelarnia Marki
 
Estrategias de Redes Sociales para Campañas con Causa
Estrategias de Redes Sociales para Campañas con CausaEstrategias de Redes Sociales para Campañas con Causa
Estrategias de Redes Sociales para Campañas con Causa
Andrés Salazar Milano
 

Viewers also liked (20)

POSTER Public HealthFINAL
POSTER Public HealthFINALPOSTER Public HealthFINAL
POSTER Public HealthFINAL
 
6. Oman Experience
6. Oman Experience6. Oman Experience
6. Oman Experience
 
Btomu ppt
Btomu pptBtomu ppt
Btomu ppt
 
Amirin kesä :D
Amirin kesä :DAmirin kesä :D
Amirin kesä :D
 
A survey of Stemming Algorithms for Information Retrieval
A survey of Stemming Algorithms for Information RetrievalA survey of Stemming Algorithms for Information Retrieval
A survey of Stemming Algorithms for Information Retrieval
 
Aprendizaje autonomo MGGD
Aprendizaje autonomo MGGDAprendizaje autonomo MGGD
Aprendizaje autonomo MGGD
 
Câu 1
Câu 1Câu 1
Câu 1
 
Przysłowia polskie - Listopad
Przysłowia polskie - ListopadPrzysłowia polskie - Listopad
Przysłowia polskie - Listopad
 
11 redenen om te kiezen voor Dynamic Workplace
11 redenen om te kiezen voor  Dynamic Workplace11 redenen om te kiezen voor  Dynamic Workplace
11 redenen om te kiezen voor Dynamic Workplace
 
Najnowsze technologie i narzędzia wykorzystywane w procesie kształtowania ma...
Najnowsze technologie i narzędzia wykorzystywane w procesie kształtowania ma...Najnowsze technologie i narzędzia wykorzystywane w procesie kształtowania ma...
Najnowsze technologie i narzędzia wykorzystywane w procesie kształtowania ma...
 
Redes de computo
Redes de computoRedes de computo
Redes de computo
 
Shooting Schedule
Shooting ScheduleShooting Schedule
Shooting Schedule
 
Studies on Effect of Waveguide Dimensions on Resonant Frequency of Shunt Tee ...
Studies on Effect of Waveguide Dimensions on Resonant Frequency of Shunt Tee ...Studies on Effect of Waveguide Dimensions on Resonant Frequency of Shunt Tee ...
Studies on Effect of Waveguide Dimensions on Resonant Frequency of Shunt Tee ...
 
Business innovatie in de cloud
Business innovatie in de cloudBusiness innovatie in de cloud
Business innovatie in de cloud
 
Healthy Lifestyle Community -Implementation guide (SPANISH)
Healthy Lifestyle Community -Implementation guide (SPANISH)Healthy Lifestyle Community -Implementation guide (SPANISH)
Healthy Lifestyle Community -Implementation guide (SPANISH)
 
VSO -Strategy for 200 volunteers in 1 month
VSO -Strategy for 200 volunteers in 1 monthVSO -Strategy for 200 volunteers in 1 month
VSO -Strategy for 200 volunteers in 1 month
 
1-3 Estado-CCAA-Municipio
1-3 Estado-CCAA-Municipio1-3 Estado-CCAA-Municipio
1-3 Estado-CCAA-Municipio
 
6 8 prestacion desempleo
6 8 prestacion desempleo6 8 prestacion desempleo
6 8 prestacion desempleo
 
Przysłowia polskie - Marzec
Przysłowia polskie - MarzecPrzysłowia polskie - Marzec
Przysłowia polskie - Marzec
 
Estrategias de Redes Sociales para Campañas con Causa
Estrategias de Redes Sociales para Campañas con CausaEstrategias de Redes Sociales para Campañas con Causa
Estrategias de Redes Sociales para Campañas con Causa
 

Similar to Socio Media Connect: A Social Profile based P2P Network

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 Communities
Kalman 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 Systems
ijp2p
 
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
ijp2p
 
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
ijp2p
 
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
ijp2p
 
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
ijp2p
 
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
ijp2p
 
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
IJCI 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 Recognition
IRJET 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 SYSTEMS
ijp2p
 
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
ijp2p
 
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
 
C018211723
C018211723C018211723
C018211723
IOSR Journals
 
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
ijp2p
 
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
 
P2p Peer To Peer Introduction
P2p Peer To Peer IntroductionP2p Peer To Peer Introduction
P2p Peer To Peer Introduction
venkatesh munirathinam
 

Similar to Socio Media Connect: A Social Profile based P2P Network (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 iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
iosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
iosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
iosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
iosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
iosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
iosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
iosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
iosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
obonagu
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
zwunae
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
iemerc2024
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 

Recently uploaded (20)

Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
原版制作(unimelb毕业证书)墨尔本大学毕业证Offer一模一样
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Self-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptxSelf-Control of Emotions by Slidesgo.pptx
Self-Control of Emotions by Slidesgo.pptx
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 

Socio Media Connect: A Social Profile based P2P Network

  • 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