-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabc2.bib
2386 lines (2225 loc) · 94.4 KB
/
abc2.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@IEEEtranBSTCTL{IEEEexample:BSTcontrol,
CTLuse_forced_etal = "yes",
CTLmax_names_forced_etal = "3",
CTLnames_show_etal = "2"
}
@INPROCEEDINGS{boinc,
AUTHOR = "David P. Anderson",
TITLE = "BOINC: A System for Public-Resource Computing and Storage",
BOOKTITLE = "Fifth IEEE/ACM International Workshop on In GRID ",
YEAR = {2004}
}
@ARTICLE{comon,
author = {Park, KyoungSoo and Pai, Vivek S.},
title = {CoMon: a mostly-scalable monitoring system for PlanetLab},
journal = {SIGOPS Oper. Syst. Rev.},
volume = {40},
number = {1},
year = {2006},
issn = {0163-5980},
pages = {65--74},
doi = {http://doi.acm.org/10.1145/1113361.1113374},
publisher = {ACM},
address = {New York, NY, USA},
}
@INPROCEEDINGS{classad,
author = {Ruman. R, Livny. M, Solomon. M.},
title = {Matchmaking: distributed resource management for high throughputcomputing},
BOOKTITLE = "In proc. 7th IEEE symp. on High Performance Distributed Computing ",
year = {1998},
issn = {1082-8907},
pages = {140-146},
}
@article{astrobe,
author = {Van Renesse, Robbert and Birman, Kenneth P. and Vogels, Werner},
title = {Astrolabe: A robust and scalable technology for distributed system monitoring, management, and data mining},
journal = {ACM Trans. Comput. Syst.},
volume = {21},
number = {2},
year = {2003},
issn = {0734-2071},
doi = {http://doi.acm.org/10.1145/762483.762485},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{treedatamanage,
author = {Yalagandula, Praveen and Dahlin, Mike},
title = {A scalable distributed information management system},
journal = {SIGCOMM Comput. Commun. Rev.},
volume = {34},
number = {4},
year = {2004},
issn = {0146-4833},
pages = {379--390},
doi = {http://doi.acm.org/10.1145/1030194.1015509},
publisher = {ACM},
address = {New York, NY, USA},
}
@techreport{late,
Author = {Zaharia, Matei and Konwinski, Andrew and Joseph, Anthony D. and Katz, Randy H. and Stoica, Ion},
Title = {Improving MapReduce Performance in Heterogeneous Environments},
Institution = {EECS Department, University of California, Berkeley},
Year = {2008},
Month = {Aug},
Number = {UCB/EECS-2008-99}
}
@BOOK{condor,
author = {Jim Basney and Miron Livny},
title = {Deploying a High Throughput Computing Cluster},
editor = {Rajkumar Buyya},
booktitle = {High Performance Cluster Computing: Architectures and Systems, Volume 1},
publisher = {Prentice Hall PTR},
year = {1999}
}
@MISC{brunet,
author = {P.Oscar Boykin and et al.},
title = {A Symphony Conducted by Brunet},
year = {2007}
}
@ELECTRONICS{setiathome,
author = {SetiAtHome},
howpublished = "\url{http://setiathome.ssl.berkeley.edu/}"
}
@inproceedings{chord,
author = {Stoica, Ion and Morris, Robert and Karger, David and Kaashoek, M. Frans and Balakrishnan, Hari},
title = {Chord: A scalable peer-to-peer lookup service for internet applications},
booktitle = {SIGCOMM '01: Proceedings of the 2001 conference on Applications, technologies, architectures, and protocols for computer communications},
year = {2001},
isbn = {1-58113-411-8},
pages = {149--160},
location = {San Diego, California, United States},
doi = {http://doi.acm.org/10.1145/383059.383071},
publisher = {ACM},
address = {New York, NY, USA},
}
@MISC{pastry,
author = {Antony Rowstron and Peter Druschel},
title = {Pastry: Scalable, distributed object location and routing for large-scale peer-to-peer systems},
year = {2001}
}
@inproceedings{can,
author = {Ratnasamy, Sylvia and Francis, Paul and Handley, Mark and Karp, Richard and Schenker, Scott},
title = {A scalable content-addressable network},
booktitle = {SIGCOMM '01: Proceedings of the 2001 conference on Applications, technologies, architectures, and protocols for computer communications},
year = {2001},
isbn = {1-58113-411-8},
pages = {161--172},
location = {San Diego, California, United States},
doi = {http://doi.acm.org/10.1145/383059.383072},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{bamboo,
author = {Rhea, Sean and Geels, Dennis and Roscoe, Timothy and Kubiatowicz, John},
title = {Handling churn in a DHT},
booktitle = {ATEC '04: Proceedings of the annual conference on USENIX Annual Technical Conference},
year = {2004},
pages = {10--10},
location = {Boston, MA},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{archer,
author = {Figueiredo, Renato J. and et al.},
booktitle = {Collaborative Computing},
title = {Archer: A Community Distributed Computing Infrastructure for Computer Architecture Research and Education},
year = {2009}
}
@article{planetlab,
author = {Chun, Brent and Culler, David and Roscoe, Timothy and Bavier, Andy and Peterson, Larry and Wawrzoniak, Mike and Bowman, Mic},
title = {PlanetLab: an overlay testbed for broad-coverage services},
journal = {SIGCOMM Comput. Commun. Rev.},
year = {2003},
issn = {0146-4833},
doi = {http://doi.acm.org/10.1145/956993.956995},
publisher = {ACM},
address = {New York, NY, USA},
}
@InProceedings{deetoo,
author = {Tae Woong Choi and P. Oscar Boykin},
title = {Deetoo: Scalable Unstructured Search Built on a Structured Overlay},
booktitle = {Seventh International Workshop on Hot Topics in Peer-to-Peer Systems},
year = {2010},
}
@MISC{hadoop,
author = {Apache Software Foundation},
title = {Apache Hadoop},
year = {2004},
url = {http://hadoop.apache.org/}
}
@article{small_world_network,
address = {Department of Computer Science, Cornell University, Ithaca, New York 14853, USA.},
author = {Kleinberg, J. M.},
day = {24},
doi = {10.1038/35022643},
issn = {0028-0836},
journal = {Nature},
month = {August},
title = {Navigation in a small world},
url = {http://dx.doi.org/10.1038/35022643},
volume = {406},
year = {2000}
}
@article{google_mapreduce,
author = {Dean, Jeffrey and Ghemawat, Sanjay},
title = {MapReduce: simplified data processing on large clusters},
journal = {Commun. ACM},
volume = {51},
number = {1},
year = {2008},
issn = {0001-0782},
pages = {107--113},
doi = {http://doi.acm.org/10.1145/1327452.1327492},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{king,
author = {Gummadi, Krishna P. and Saroiu, Stefan and Gribble, Steven D.},
title = {King: estimating latency between arbitrary internet end hosts},
journal = {SIGCOMM Comput. Commun. Rev.},
year = {2002},
issn = {0146-4833},
doi = {http://doi.acm.org/10.1145/571697.571700},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{can_query,
author = {Kim, Jik-Soo and Keleher, Peter and Marsh, Michael and Bhattacharjee, Bobby and Sussman, Alan},
title = {Using content-addressable networks for load balancing in desktop grids},
booktitle = {HPDC '07: Proceedings of the 16th international symposium on High performance distributed computing},
year = {2007},
isbn = {978-1-59593-673-8},
pages = {189--198},
location = {Monterey, California, USA},
doi = {http://doi.acm.org/10.1145/1272366.1272391},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{mercury-dht,
author = {Bharambe, Ashwin R. and Agrawal, Mukesh and Seshan, Srinivasan},
title = {Mercury: supporting scalable multi-attribute range queries},
journal = {SIGCOMM Comput. Commun. Rev.},
volume = {34},
number = {4},
year = {2004},
pages = {353--366},
doi = {http://doi.acm.org/10.1145/1030194.1015507},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{sword,
author = {Albrecht, Jeannie and Oppenheimer, David and Vahdat, Amin and Patterson, David A.},
title = {Design and implementation trade-offs for wide-area resource discovery},
journal = {ACM Trans. Internet Technol.},
volume = {8},
number = {4},
year = {2008},
issn = {1533-5399},
pages = {1--44},
doi = {http://doi.acm.org/10.1145/1391949.1391952},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{squid,
author = {Schmidt, Cristina and Parashar, Manish},
title = {Squid: Enabling search in DHT-based systems},
journal = {J. Parallel Distrib. Comput.},
volume = {68},
number = {7},
year = {2008},
issn = {0743-7315},
pages = {962--975},
doi = {http://dx.doi.org/10.1016/j.jpdc.2008.02.003},
publisher = {Academic Press, Inc.},
address = {Orlando, FL, USA},
}
@inproceedings{query_for_grid,
author = {Andrzejak, Artur and Xu, Zhichen},
title = {Scalable, Efficient Range Queries for Grid Information Services},
booktitle = {P2P '02: Proceedings of the Second International Conference on Peer-to-Peer Computing},
year = {2002},
isbn = {0-7695-1810-9},
pages = {33},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@article{chord_matching,
location = {http://www.scientificcommons.org/13093497},
title = {Matching Jobs to Resources in Distributed Desktop Grid Environments},
author = {Kim, Jik-Soo and Bhattacharjee, Bobby and Keleher, Peter J. and Sussman, Alan},
year = {2006},
url = {http://hdl.handle.net/1903/3669},
institution = {Digital Repository at the University of Maryland [http://drum.umd.edu/oai] (United States)},
}
@article{armada,
author = {Li, Dongsheng and Cao, Jiannong and Lu, Xicheng and Chen, Keith C. C.},
title = {Efficient Range Query Processing in Peer-to-Peer Systems},
journal = {IEEE Trans. on Knowl. and Data Eng.},
volume = {21},
number = {1},
year = {2009},
issn = {1041-4347},
pages = {78--91},
doi = {http://dx.doi.org/10.1109/TKDE.2008.99},
publisher = {IEEE Educational Activities Department},
address = {Piscataway, NJ, USA},
}
@INPROCEEDINGS{pastrygrid,
author = {Heithem Abbes and Christophe Cerin and Mohamed Jemni},
title = {A decentralized and fault-tolerant Desktop Grid system for distributed applications},
year = {2010},
booktitle = {Concurrency and Computation: Practice and Experience (2010)},
}
@article{bonjourgrid,
author = {Heithem Abbes and Christophe Cerin and Mohamed Jemni},
title = {BonjourGrid: Orchestration of multi-instances of grid middlewares on institutional Desktop Grids},
journal ={Parallel and Distributed Processing Symposium, International},
volume = {0},
year = {2009},
pages = {1-8},
doi = {http://doi.ieeecomputersociety.org/10.1109/IPDPS.2009.5161140},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA}
}
@article{wavegrid,
author = {Dayi Zhou and V. Lo},
title = {WaveGrid: a scalable fast-turnaround heterogeneous peer-based desktop grid system},
journal ={Parallel and Distributed Processing Symposium, International},
volume = {0},
isbn = {1-4244-0054-6},
year = {2006},
pages = {10},
doi = {http://doi.ieeecomputersociety.org/10.1109/IPDPS.2006.1639267},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}
@inproceedings{resource-disc-p2p,
author = {Iamnitchi, Adriana and Foster, Ian T.},
title = {On Fully Decentralized Resource Discovery in Grid Environments},
booktitle = {Proceedings of the Second International Workshop on Grid Computing},
series = {GRID '01},
year = {2001},
isbn = {3-540-42949-2},
pages = {51--62},
numpages = {12},
url = {http://portal.acm.org/citation.cfm?id=645441.652838},
acmid = {652838},
publisher = {Springer-Verlag},
address = {London, UK},
}
@article{blueeyes,
author = {Sukhyun Song and Kyung Dong Ryu and Dilma Da Silva},
title = {Blue Eyes: Scalable and reliable system management for cloud computing},
journal ={Parallel and Distributed Processing Symposium, International},
volume = {0},
isbn = {978-1-4244-3751-1},
year = {2009},
pages = {1-8},
doi = {http://doi.ieeecomputersociety.org/10.1109/IPDPS.2009.5161232},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA}
}
@inproceedings{supermon,
author = {Sottile, Matthew J. and Minnich, Ronald G.},
title = {Supermon: A High-Speed Cluster Monitoring System},
booktitle = {CLUSTER '02: Proceedings of the IEEE International Conference on Cluster Computing},
year = {2002},
isbn = {0-7695-1745-5},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@article{intemon,
author = {Hoke, Evan and Sun, Jimeng and Strunk, John D. and Ganger, Gregory R. and Faloutsos, Christos},
title = {InteMon: continuous mining of sensor data in large-scale self-infrastructures},
journal = {SIGOPS Oper. Syst. Rev.},
volume = {40},
number = {3},
year = {2006},
issn = {0163-5980},
pages = {38--44},
doi = {http://doi.acm.org/10.1145/1151374.1151384},
publisher = {ACM},
address = {New York, NY, USA},
}
@INPROCEEDINGS{ganglia,
title={Wide area cluster monitoring with Ganglia},
author={Sacerdoti, F.D. and Katz, M.J. and Massie, M.L. and Culler, D.E.},
booktitle={Cluster Computing, 2003. Proceedings. 2003 IEEE International Conference on},
year={2003},
month={Dec.},
}
@INPROCEEDINGS{multicast_tree_timeout,
author = {Matthias Grossglauser},
title = {Optimal Deterministic Timeouts for Reliable Scalable Multicast},
booktitle = {IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS},
year = {1996},
pages = {1425--1432},
publisher = {}
}
@INPROCEEDINGS{monitor_chord,
author={Binzenhofer, A. and Kunzmann, G. and Henjes, R.},
journal={Parallel and Distributed Processing Symposium, 2006. IPDPS 2006. 20th International}, title={A scalable algorithm to monitor chord-based p2p systems at runtime},
year={2006},
month={apr.},
volume={},
number={},
pages={8 pp.},
keywords={chord-based p2p system monitoring;decentralized fault tolerant architecture;distributed algorithm;peer-to-peer systems;performance parameters;scalable algorithm;distributed algorithms;fault tolerant computing;peer-to-peer computing;system monitoring;},
doi={10.1109/IPDPS.2006.1639710},
ISSN={}
}
@INPROCEEDINGS{chord_monitoring,
author={Binzenhofer, A. and Kunzmann, G. and Henjes, R.},
booktitle={Parallel and Distributed Processing Symposium, 2006. IPDPS 2006. 20th International}, title={A scalable algorithm to monitor chord-based p2p systems at runtime},
year={2006},
month=april,
volume={},
number={},
pages={8 pp.},
keywords={chord-based p2p system monitoring;decentralized fault tolerant architecture;distributed algorithm;peer-to-peer systems;performance parameters;scalable algorithm;distributed algorithms;fault tolerant computing;peer-to-peer computing;system monitoring;},
doi={10.1109/IPDPS.2006.1639710},
ISSN={},}
@INPROCEEDINGS{symphony,
author = {Gurmeet Singh Manku and Mayank Bawa and Prabhakar Raghavan and Verity Inc},
title = {Symphony: Distributed Hashing in a Small World},
booktitle = {In Proceedings of the 4th USENIX Symposium on Internet Technologies and Systems},
year = {2003},
pages = {127--140}
}
@article{p2p_global_computing,
author = {Wen Dou and Yan Jia and Huai Ming Wang and Wen Qiang Song and Peng Zou},
title = {A P2P Approach for Global Computing},
journal ={Parallel and Distributed Processing Symposium, International},
volume = {0},
issn = {1530-2075},
year = {2003},
pages = {248b},
doi = {http://doi.ieeecomputersociety.org/10.1109/IPDPS.2003.1213451},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}
@INPROCEEDINGS{p3,
author = {Kazuyuki Shudo and Yoshio Tanaka and Satoshi Sekiguchi},
title = {P3: P2P-based middleware enabling transfer and aggregation of computational resource},
booktitle = {In 5th Intl. Workshop on Global and Peer-to-Peer Computing. IEEE},
year = {2005},
pages = {259--266}
}
@article{condor_flock,
title = "A worldwide flock of {C}ondors: Load sharing among workstation clusters",
author = "D.H.J. Epema and M. Livny and R. van Dantzig and X. Evers and J. Pruyne",
journal = "Future Generation Computer Systems",
volume = "12",
year = "1996",
pages = "53--65"
}
@article{recursive_multicast,
author = {Vishnevsky, Vladimir and Safonov, Alexander and Yakimov, Mikhail and Shim, Eunsoo and Gelman, Alexander D.},
title = {Scalable blind search and broadcasting over Distributed Hash Tables},
journal = {Comput. Commun.},
volume = {31},
issue = {2},
month = {February},
year = {2008},
issn = {0140-3664},
pages = {292--303},
numpages = {12},
url = {http://portal.acm.org/citation.cfm?id=1332143.1332433},
doi = {10.1016/j.comcom.2007.08.006},
acmid = {1332433},
publisher = {Butterworth-Heinemann},
address = {Newton, MA, USA},
keywords = {Broadcasting, Distributed Hash Table, P2P, Peer-to-peer, Search},
}
@INCOLLECTION {d-data-mining,
AUTHOR = { Mohammed J. Zaki },
TITLE = { Parallel and Distributed Data Mining: An Introduction },
BOOKTITLE = { Large-Scale Parallel Data Mining },
PUBLISHER = { Springer-Verlag, Heidelberg, Germany },
SERIES = { LNCS/LNAI State-of-the-Art Survey },
VOLUME = { 1759 },
YEAR = { 2000 },
PDF = { LSPDM00-intro.pdf },
KEYWORD = { Chapter,ParallelDM },
}
@article{p2p-clustering,
author = {Sanghamitra Bandyopadhyay et. al},
title = {Clustering distributed data streams in peer-to-peer environments},
journal = {Inf. Sci.},
volume = {176},
number = {14},
year = {2006},
pages = {1952-1985},
ee = {http://dx.doi.org/10.1016/j.ins.2005.11.007},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@article{dist-k-mean,
author = {Khaled M. Hammouda and Mohamed S. Kamel},
title = {Hierarchically Distributed Peer-to-Peer Document Clustering and Cluster Summarization},
journal ={IEEE Transactions on Knowledge and Data Engineering},
volume = {21},
issn = {1041-4347},
year = {2009},
pages = {681-698},
doi = {http://doi.ieeecomputersociety.org/10.1109/TKDE.2008.189},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}
@inproceedings{kmeans,
author = {J. B. MacQueen},
booktitle = {Proc. of the fifth Berkeley Symposium on Mathematical Statistics and Probability},
editor = {L. M. Le Cam and J. Neyman},
pages = {281-297},
publisher = {University of California Press},
title = {Some Methods for Classification and Analysis of MultiVariate Observations},
volume = 1,
year = 1967,
keywords = {kmeans},
}
@article{p2p-condor-flock,
author = {Butt, Ali R. and Zhang, Rongmei and Hu, Y. Charlie},
title = {A self-organizing flock of Condors},
journal = {J. Parallel Distrib. Comput.},
volume = {66},
issue = {1},
month = {January},
year = {2006},
issn = {0743-7315},
pages = {145--161},
numpages = {17},
url = {http://dx.doi.org/10.1016/j.jpdc.2005.06.022},
doi = {http://dx.doi.org/10.1016/j.jpdc.2005.06.022},
acmid = {1139786},
publisher = {Academic Press, Inc.},
address = {Orlando, FL, USA},
keywords = {Condor, Distributed resource discovery, Flocking, Peer-to-peer},
}
@article{condor-flock,
title = "A worldwide flock of {C}ondors: Load sharing among workstation clusters",
author = "D.H.J. Epema and M. Livny and R. van Dantzig and X. Evers and J. Pruyne",
journal = "Future Generation Computer Systems",
volume = "12",
year = "1996",
pages = "53--65"
}
@INPROCEEDINGS{condor-g,
author={Frey, J. and Tannenbaum, T. and Livny, M. and Foster, I. and Tuecke, S.},
booktitle={High Performance Distributed Computing, 2001. Proceedings. 10th IEEE International Symposium on}, title={Condor-G: a computation management agent for multi-institutional grids},
year={2001},
volume={},
number={},
pages={55 -63},
keywords={Condor-G;Globus;aggregated resources;computation management agent;computing resources;fault tolerance;job management;multi-domain resources;multi-institutional grids;personal domain;resource selection;security;storage resources;distributed programming;network operating systems;resource allocation;software agents;storage management;},
doi={10.1109/HPDC.2001.945176},
ISSN={},}
@ARTICLE{condor-glidein,
author = {{Sfiligoi}, I.},
title = "{glideinWMS a generic pilot-based workload management system}",
journal = {Journal of Physics Conference Series},
year = 2008,
month = jul,
volume = 119,
number = 6,
pages = {062044-+},
doi = {10.1088/1742-6596/119/6/062044},
adsurl = {http://adsabs.harvard.edu/abs/2008JPhCS.119f2044S},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@article{unstructured-p2p-grid-disc-sched,
author = {Shun Kit Kwan and Jogesh K. Muppala},
title = {Resource Discovery and Scheduling in Unstructured Peer-to-Peer Desktop Grids},
journal ={Parallel Processing Workshops, International Conference on},
volume = {0},
issn = {1530-2016},
year = {2010},
pages = {303-312},
doi = {http://doi.ieeecomputersociety.org/10.1109/ICPPW.2010.49},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}
@incollection {unstructured-structured-combined-sched,
author = {Fischer, Thomas and Fudeus, Stephan and Merz, Peter},
affiliation = {Department of Computer Science, University of Kaiserslautern, P.O. Box 3049, 67653 Kaiserslautern, Germany},
title = {A Middleware for Job Distribution in Peer-to-Peer Networks},
booktitle = {Applied Parallel Computing. State of the Art in Scientific Computing},
series = {Lecture Notes in Computer Science},
publisher = {Springer Berlin / Heidelberg},
isbn = {},
pages = {1147-1157},
volume = {4699},
url = {http://dx.doi.org/10.1007/978-3-540-75755-9_132},
year = {2007}
}
@INPROCEEDINGS{t-man,
author = {Mark Jelasity and Ozalp Babaoglu},
title = {T-Man: Gossip-based overlay topology management},
booktitle = {In 3rd Int. Workshop on Engineering Self-Organising Applications} ,
year = {2005},
pages = {1--15},
publisher = {Springer-Verlag}
}
@article{superpeer,
author = {Beverly Yang and Hector Garcia-Molina},
title = {Designing a Super-Peer Network},
journal ={Data Engineering, International Conference on},
volume = {0},
issn = {1063-6382},
year = {2003},
pages = {49},
doi = {http://doi.ieeecomputersociety.org/10.1109/ICDE.2003.1260781},
publisher = {IEEE Computer Society},
address = {Los Alamitos, CA, USA},
}
@inproceedings{xtremweb,
author = {Fedak, Gilles and Germain, Cecile and Neri, Vincent and Cappello, Franck},
title = {XtremWeb: A Generic Global Computing System},
booktitle = {Proceedings of the 1st International Symposium on Cluster Computing and the Grid},
series = {CCGRID '01},
year = {2001},
isbn = {0-7695-1010-8},
pages = {582--},
url = {http://portal.acm.org/citation.cfm?id=560889.792355},
acmid = {792355},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@conference {futuregrid,
title = {Design of the FutureGrid Experiment Management Framework},
booktitle = {GCE2010 at SC10},
year = {In Press},
month = {11/2011},
publisher = {IEEE},
organization = {IEEE},
address = {New Orleans},
author = {Gregor von Laszewski and Geoffrey C. Fox and Fugang Wang and Younge, Andrew J and Archit Kulshrestha and Gregory G. Pike and Warren Smith and Jens Voeckler and Renato J. Figueiredo and Jose Fortes and Kate Keahey and Ewa Delman}
}
@INPROCEEDINGS{ipop,
author={Ganguly, A. and Agrawal, A. and Boykin, P.O. and Figueiredo, R.},
booktitle={Parallel and Distributed Processing Symposium, 2006. IPDPS 2006. 20th International},
title={IP over P2P: enabling self-configuring virtual IP networks for grid computing},
year={2006},
month=april,
volume={},
number={},
pages={10 pp.},
keywords={IP-based protocols;P2P networks;grid computing;grid resource access;peer-to-peer networks;self-configuring virtual IP networks;IP networks;grid computing;peer-to-peer computing;resource allocation;self-adjusting systems;transport protocols;},
doi={10.1109/IPDPS.2006.1639287},
ISSN={},}
@article{grid-workload,
author = {Iosup, Alexandru and Li, Hui and Jan, Mathieu and Anoep, Shanny and Dumitrescu, Catalin and Wolters, Lex and Epema, Dick H. J.},
title = {The Grid Workloads Archive},
journal = {Future Gener. Comput. Syst.},
volume = {24},
issue = {7},
month = {July},
year = {2008},
issn = {0167-739X},
pages = {672--686},
numpages = {15},
url = {http://portal.acm.org/citation.cfm?id=1377055.1377376},
doi = {10.1016/j.future.2008.02.003},
acmid = {1377376},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {Grid computing, Grid traces, Grid workloads},
}
@INPROCEEDINGS{mycluster,
author={Walker, E. and Gardner, J.P. and Litvin, V. and Turner, E.L.},
booktitle={Challenges of Large Applications in Distributed Environments, 2006 IEEE}, title={Creating personal adaptive clusters for managing scientific jobs in a distributed computing environment},
year={2006},
volume={},
number={},
pages={95 -103},
keywords={Condor;NSF TeraGrid;Sun Grid Engine cluster;cooperative system;distributed computing environment;personal adaptive cluster;resource management;scientific job management;grid computing;resource allocation;workstation clusters;},
doi={10.1109/CLADE.2006.1652061},
ISSN={},}
@inproceedings{ourgrid,
address = {Seattle, WA, USA},
author = {Andrade, Nazareno and Cirne, Walfredo and Brasileiro, Francisco and Roisenberg, Paulo},
booktitle = {Proceedings of the 9th Workshop on Job Scheduling Strategies for Parallel Processing},
journal = {Proceedings of the 9th Workshop on Job Scheduling Strategies for Parallel Processing},
month = {June},
title = {OurGrid: An approach to easily assemble grids with equitable resource sharing},
year = {2003}
}
@INPROCEEDINGS{mygrid,
author = {Lauro Beltrao Costa and Loreno Feitosa and Eliane Araujo and Gustavo Mendes and Roberta Coelho and Walfredo Cirne and Daniel Fireman},
title = {MyGrid: A complete solution for running bag-of-tasks applications},
booktitle = {In Proc. of the SBRC 2004 Salao de Ferramentas (22nd Brazilian Symposium on Computer Networks III Special Tools Session},
year = {2004}
}
@INPROCEEDINGS{p2p_mapreduce,
AUTHOR="K. Lee and T. Choi and A. Ganguly and D. Wolinsky and P. Boykin and R. Figueiredo",
TITLE="Parallel Processing Framework on a P2P System Using Map and Reduce Primitives",
BOOKTITLE="Eighth International Workshop on Hot Topics in Peer-to-Peer Systems",
YEAR=2011,
KEYWORDS="P2P;Peer-To-Peer;Parallel Processing;Map;Reduce;P2P Network Monitoring;Distributed data mining",
}
@INPROCEEDINGS{scope,
author={Xin Chen and Shansi Ren and Haining Wang and Xiaodong zhang},
booktitle={INFOCOM 2005. 24th Annual Joint Conference of the IEEE Computer and Communications Societies. Proceedings IEEE}, title={SCOPE: scalable consistency maintenance in structured P2P systems},
year={2005},
month={march},
volume={3},
number={},
pages={ 1502 - 1513 vol. 3},
keywords={ dynamically-changing files management; failure-recovery; peer-to-peer systems; replica-partition-tree; scalable consistency maintenance; structured P2P systems; computer network reliability; file organisation; maintenance engineering; peer-to-peer computing; trees (mathematics);},
doi={10.1109/INFCOM.2005.1498434},
ISSN={0743-166X },}
@INPROCEEDINGS{p2p-tree-consistency,
author={Yi Hu and Min Feng and Bhuyan, L.N.},
booktitle={INFOCOM, 2010 Proceedings IEEE}, title={A Balanced Consistency Maintenance Protocol for Structured P2P Systems},
year={2010},
month={march},
volume={},
number={},
pages={1 -5},
keywords={balanced consistency maintenance protocol;consistency strictness;data replication;dissemination tree;link failures;node migration policy;peer-to-peer systems;queueing model;replica nodes;resource limits;sliding window update protocol;window size;workload updates;peer-to-peer computing;protocols;queueing theory;trees (mathematics);},
doi={10.1109/INFCOM.2010.5462228},
ISSN={0743-166X},}
@ARTICLE{a-gap,
author={Prieto, A.G. and Stadler, R.},
journal={Network and Service Management, IEEE Transactions on}, title={A-GAP: An Adaptive Protocol for Continuous Network Monitoring with Accuracy Objectives},
year={2007},
month={june },
volume={4},
number={1},
pages={2 -12},
keywords={adaptive protocol;aggregation function;average estimation error;continuous network monitoring;device counter;estimation error distribution;incremental aggregation;node failure;spanning tree;stochastic model;error statistics;estimation theory;protocols;stochastic processes;telecommunication network management;telecommunication network reliability;trees (mathematics);},
doi={10.1109/TNSM.2007.030101},
ISSN={1932-4537},}
@INPROCEEDINGS{wsn-tree-aggregation1,
author={Yu, B. and Li, J. and Li, Y.},
booktitle={INFOCOM 2009, IEEE}, title={Distributed Data Aggregation Scheduling in Wireless Sensor Networks},
year={2009},
month={april},
volume={},
number={},
pages={2159 -2167},
keywords={distributed algorithm;distributed data aggregation scheduling;multiplicative factor;wireless sensor networks;wireless sensor networks;},
doi={10.1109/INFCOM.2009.5062140},
ISSN={0743-166X},}
@INPROCEEDINGS{wsn-tree-aggregation2,
author={Changhee Joo and Jin-Ghoo Choi and Shroff, N.B.},
booktitle={INFOCOM, 2010 Proceedings IEEE}, title={Delay Performance of Scheduling with Data Aggregation in Wireless Sensor Networks},
year={2010},
month={march},
volume={},
number={},
pages={1 -9},
keywords={data aggregation;delay performance;in-network aggregation;nonmyopic greedy scheduling;wireless sensor networks;optimisation;telecommunication network topology;wireless sensor networks;},
doi={10.1109/INFCOM.2010.5462134},
ISSN={0743-166X},}
@inproceedings{portland,
author = {Niranjan Mysore, Radhika and Pamboris, Andreas and Farrington, Nathan and Huang, Nelson and Miri, Pardis and Radhakrishnan, Sivasankar and Subramanya, Vikram and Vahdat, Amin},
title = {PortLand: a scalable fault-tolerant layer 2 data center network fabric},
booktitle = {Proceedings of the ACM SIGCOMM 2009 conference on Data communication},
series = {SIGCOMM '09},
year = {2009},
isbn = {978-1-60558-594-9},
location = {Barcelona, Spain},
pages = {39--50},
numpages = {12},
url = {http://doi.acm.org/10.1145/1592568.1592575},
doi = {http://doi.acm.org/10.1145/1592568.1592575},
acmid = {1592575},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {data center network fabric, layer 2 routing in data centers},
}
@INPROCEEDINGS{splitstream,
author = {Miguel Castro and Peter Druschel and Anne-marie Kermarrec and Animesh Nandi and Antony Rowstron and Atul Singh},
title = {Splitstream: High-bandwidth multicast in a cooperative environment},
booktitle = {In SOSP03},
year = {2003}
}
@inproceedings{scribe,
author = {Rowstron, Antony I. T. and Kermarrec, Anne-Marie and Castro, Miguel and Druschel, Peter},
title = {SCRIBE: The Design of a Large-Scale Event Notification Infrastructure},
booktitle = {Proceedings of the Third International COST264 Workshop on Networked Group Communication},
series = {NGC '01},
year = {2001},
}
@INPROCEEDINGS{topk-wsn,
AUTHOR="Hongbo Jiang and Jie Cheng and Dan Wang and Chonggang Wang and Guang Tan",
TITLE="Continuous Multi-dimensional Top-k Query Processing in Sensor Networks",
BOOKTITLE="Proceedings IEEE INFOCOM",
ADDRESS="Shanghai, P.R. China",
PAGES="793-801",
DAYS=10,
MONTH=apr,
YEAR=2011
}
@article{sdims,
author = {Yalagandula, Praveen and Dahlin, Mike},
title = {A scalable distributed information management system},
journal = {SIGCOMM Comput. Commun. Rev.},
year = {2004},
acmid = {1015509},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {distributed hash tables, information management system, networked system monitoring},
}
@inproceedings{mtreebone,
author = {Wang, Feng and Xiong, Yongqiang and Liu, Jiangchuan},
title = {mTreebone: A Hybrid Tree/Mesh Overlay for Application-Layer Live Video Multicast},
booktitle = {27th International Conference on Distributed Computing Systems},
year = {2007},
}
@inproceedings{moara,
author = {Ko, Steven Y. and Yalagandula, Praveen and Gupta, Indranil and Talwar, Vanish and Milojicic, Dejan and Iyer, Subu},
title = {Moara: flexible and scalable group-based querying system},
booktitle = {9th ACM/IFIP/USENIX International Conference on Middleware},
year = {2008},
}
@INPROCEEDINGS{dual_tree,
author={Aiguo Fei and Junhong Cui and Gerla, M. and Cavendish, D.},
booktitle={Communications, IEEE International Conference on},
title={A "dual-tree" scheme for fault-tolerant multicast},
year={2001},
keywords={ATM networks;IP networks;communications reliability;directed graph;dual-tree structure;fault-tolerance;fault-tolerant multicast;high-speed communication networks;link failure protection;multicast communications;multicast tree cost;network node failure protection;network routing;pre-planned failure recovery;primary multicast tree;restoration time;secondary multicast tree;simulation experiments;fault tolerance;multicast communication;telecommunication network reliability;telecommunication network routing;trees (mathematics);},
doi={10.1109/ICC.2001.937328},
ISSN={},}
@ARTICLE{proactive-tree,
author={Zongming Fei and Mengkun Yang},
journal={Networking, IEEE/ACM Transactions on}, title={A Proactive Tree Recovery Mechanism for Resilient Overlay Multicast},
year={2007},
keywords={IP multicast;multicast delivery tree;non-leaf node precalculates;proactive tree recovery mechanism;resilient overlay multicast;IP networks;computer network reliability;failure analysis;multicast communication;telecommunication network routing;},
doi={10.1109/TNET.2006.890086},
ISSN={1063-6692},}
@INPROCEEDINGS{packet_drop_markov,
author={Yajnik, M. and Sue Moon and Kurose, J. and Towsley, D.},
booktitle={INFOCOM '99.}, title={Measurement and modelling of the temporal dependence in packet loss },
year={1999},
keywords={2-state Markov chain model;Bernoulli model;Internet;adaptive applications;autocorrelation function;average loss rate;correlation timescale;delay-sensitive multimedia applications;exponential smoothing;k-th order Markov chain model;memory size;models accuracy;multicast packet loss measurement;on-line loss estimation;packet loss;sliding window average;temporal dependence;unicast packet loss measurement;Internet;Markov processes;correlation methods;loss measurement;multicast communication;multimedia communication;packet switching;performance evaluation;},
ISSN={},}
@article{chord_balanced_tree,
author = {Huang, Kun and Zhang, Dafang},
title = {DHT-based lightweight broadcast algorithms in large-scale computing infrastructures},
journal = {Futu. Gener. Comput. Sys.},
year = {2010},
acmid = {1663988},
publisher = {Elsevier Science Publishers B. V.},
address = {Amsterdam, The Netherlands, The Netherlands},
keywords = {Broadcast, Distributed hash table, Grid, Load balancing, Peer-to-Peer network},
}
@techreport{markov_packet_drop,
author = {Yajnik, M. and Kurose, J. and Towsley, D.},
title = {Packet Loss Correlation in the MBone Multicast Network Experimental Measurements and Markov Chain Models},
year = {1995},
source = {http://www.ncstrl.org:8900/ncstrl/servlet/search?formname=detail\&id=oai%3Ancstrlh%3Aumass_cs%3Ancstrl.umassa_cs%2F%2FUM-CS-1995-115},
publisher = {University of Massachusetts},
address = {Amherst, MA, USA},
}
@InProceedings{peerson,
author = "Sonja Buchegger and Doris Schi{\"{o}}berg and Le Hung Vu and Anwitaman Datta",
title = "PeerSoN: P2P Social Networking - Early Experiences and Insights",
booktitle = "Proceedings of the Second ACM Workshop on Social Network Systems Social Network Systems 2009",
year = "2009",
month = "March 31,"
}
@ARTICLE{safebook,
author={Cutillo, L.A. and Molva, R. and Strufe, T.},
journal={Communications Magazine, IEEE},
title={Safebook: A privacy-preserving online social network leveraging on real-life trust},
year={2009},
keywords={Safebook;data management functions;data storage;privacy exposures;privacy-preserving online social network;data privacy;social networking (online);},
}
@INPROCEEDINGS{osn_data,
author = {Alan Mislove and Massimiliano Marcon and Krishna P. Gummadi and Peter Druschel and Bobby Bhattacharjee},
title = {Measurement and Analysis of Online Social Networks},
booktitle = {In Proceedings of the 5th ACM/USENIX Internet Measurement Conference (IMC07)},
year = {2007}
}
@misc{nate_hack,
author = {},
title = {35m Cyworld, Nate users information hacked},
year = {2011},
url = {http://www.koreaherald.com/national/Detail.jsp?newsMLId=20110728000881}
}
@misc{egypt,
author = {},
title = {Egypt's move to block Twitter a sign of social media influence},
year = {2011},
url = {http://www.computerworld.com/s/article/9206618/Egypt_s_move_to_block_Twitter_a_sign_of_social_media_influence}
}
@INPROCEEDINGS{spidercast,
author = {Gregory Chockler and Roie Melamed and Yoav Tock},
title = {Spidercast: A scalable interest aware overlay for topic-based pub/sub communication},
institution = {In Proceedings of the 2007 inaugural international conference on Distributed event-based systems (DEBS 2007)},
}
@INPROCEEDINGS{magnet,
author = {Girdzijauskas, Sarunas and Chockler, Gregory and Vigfusson, Ymir and Tock, Yoav and Melamed, Roie},
title = {Magnet: practical subscription clustering for Internet-scale publish/subscribe},
booktitle = {Proceedings of the Fourth ACM International Conference on Distributed Event-Based Systems},
series = {DEBS '10},
year = {2010},
}
@MISC{min_max_pub_sub,
author = {Melih Onus and Andr�a W. Richa},
title = {Parameterized Maximum and Average Degree Approximation in Topic-based Publish-Subscribe Overlay Network Design},
year = {2010},
booktitle={Distributed Computing Systems (ICDCS), 2010 30th International Conference on},
}
@INPROCEEDINGS{vitis,
author={Rahimian, F. and Girdzijauskas, S. and Payberah, A.H. and Haridi, S.},
booktitle={Parallel Distributed Processing Symposium (IPDPS), 2011 IEEE International},
title={Vitis: A Gossip-based Hybrid Overlay for Internet-scale Publish/Subscribe Enabling Rendezvous Routing in Unstructured Overlay Networks},
year={2011},
month={may},
volume={},
number={},
keywords={Internet-scale publish-subscribe system;Vitis;data dissemination;gossip-based hybrid overlay;large-scale system;peer-to-peer overlay network;rendezvous routing;resource consumption;unstructured overlay network;Internet;large-scale systems;message passing;middleware;peer-to-peer computing;},
doi={10.1109/IPDPS.2011.75},
}
@INPROCEEDINGS{sub2sub,
author = {Spyros Voulgaris and Etienne Rivi�re and Anne-Marie Kermarrec and Maarten Van Steen},
title = {Sub-2-Sub: Self-Organizing Content-Based Publish Subscribe for Dynamic Large Scale Collaborative Networks},
booktitle = {In IPTPS�06: the fifth International Workshop on Peer-to-Peer Systems},
year = {2006}
}
@INPROCEEDINGS{minmax_mapreduce,
author={Chen Chen and Vitenberg, R. and Jacobsen, H.-A.},
booktitle={Distributed Computing Systems (ICDCS), 2011 31st International Conference on},
title={Scaling Construction of Low Fan-out Overlays for Topic-Based Publish/Subscribe Systems},
year={2011},
month={june},
volume={},
number={},
keywords={cost;fan-out overlay;logarithmic approximation;minmax-TCO problem;scaling construction;topic-based publish-subscribe system;information dissemination;message passing;minimax techniques;},
doi={10.1109/ICDCS.2011.68},
ISSN={1063-6927},
}
@inproceedings{min_avg,
author = {Chockler, Gregory and Melamed, Roie and Tock, Yoav and Vitenberg, Roman},
title = {Constructing scalable overlays for pub-sub with many topics},
booktitle = {Proceedings of the twenty-sixth annual ACM symposium on Principles of distributed computing},
series = {PODC '07},
year = {2007},
isbn = {978-1-59593-616-5},
location = {Portland, Oregon, USA},
numpages = {10},
keywords = {application-level multicast, optimization problems, overlay networks, peer-to-peer, pub/sub},
}
@article{rappel,
author = {Patel, Jay A. and Rivi\`{e}re, \'{E}tienne and Gupta, Indranil and Kermarrec, Anne-Marie},
title = {Rappel: Exploiting interest and network locality to improve fairness in publish-subscribe systems},
journal = {Comput. Netw.},
volume = {53},
issue = {13},
month = {August},
year = {2009},
issn = {1389-1286},
pages = {2304--2320},
numpages = {17},
acmid = {1570625},
publisher = {Elsevier North-Holland, Inc.},
address = {New York, NY, USA},
keywords = {Application-level multicast, Gossip-based overlay construction, Publish-subscribe, Self-organization},
}
@inproceedings{tera,
author = {Baldoni, Roberto and Beraldi, Roberto and Quema, Vivien and Querzoni, Leonardo and Tucci-Piergiovanni, Sara},
title = {TERA: topic-based event routing for peer-to-peer architectures},
booktitle = {Proceedings of the 2007 inaugural international conference on Distributed event-based systems},
series = {DEBS '07},
year = {2007},
isbn = {978-1-59593-665-3},
location = {Toronto, Ontario, Canada},
keywords = {data distribution, gossip-based algorithms, publish-subscribe},
}
@INPROCEEDINGS{oversoc,
author={Wolinsky, D.I. and Juste, P.S. and Boykin, P.O. and Figueiredo, R.},
booktitle={Enabling Technologies: Infrastructures for Collaborative Enterprises (WETICE), 2010 19th IEEE International Workshop on},
title={OverSoc: Social Profile Based Overlays},
year={2010},
month={june},
volume={},