-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubs.bib
executable file
·1680 lines (1522 loc) · 48.9 KB
/
pubs.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
appnets :: Application networking
protocols :: Network verification and high-level programming
optical :: Optical networking
sdn :: Software-defined networking
home :: Connected homes
mobile :: Mobile systems
diagnosis :: Network monitoring and diagnosis
wireless :: Wireless networks
astronomy :: Internet measurements
incentives :: Incentives in networked systems
misc :: Miscellaneous
ignore :: Papers that should be ignored
selected :: Selected papers
@comment{---------------------2025---------------------}
@inproceedings{zhu2025rpc,
title={Rethinking RPC Communication for Microservices-based Applications},
author={Xiangfeng Zhu and Yang Zhou and Yuyao Wang and Xiangyu Gao and Arvind Krishnamurthy and Sam Kumar and Ratul Mahajan and Danyang Zhuo},
booktitle={ACM HotOS},
acceptancerate={21},
month={May},
year={2025},
topics={appnets},
URL={papers/hotos2025-rpcs.pdf},
pubtype={workshop},
}
@inproceedings{zhu2025hlp,
title={High-level Programming for Application Networks},
author={Xiangfeng Zhu and Yuyao Wang and Banruo Liu and Yongtong Wu and Nikola Bojanic and Jingrong Chen and Gilbert Louis Bernstein and Arvind Krishnamurthy and Sam Kumar and Ratul Mahajan and Danyang Zhuo},
booktitle={USENIX NSDI},
acceptancerate={14},
month={Apr},
year={2025},
topics={appnets},
URL={papers/nsdi2025-appnet.pdf},
resource={<a href=https://appnet.wiki/>Code and documentation</a>},
pubtype={conference},
}
@comment{---------------------2024---------------------}
@inproceedings{xu2024rela,
title={Relational Network Verification},
author={Xieyang Xu and Yifei Yuan and Zachary Kincaid and Arvind Krishnamurthy and Ratul Mahajan and David Walker and Ennan Zhai},
booktitle={ACM SIGCOMM},
month={Aug},
year={2024},
topics={protocols},
URL={papers/sigcomm2024-rela.pdf},
acceptancerate={17},
resource={<a href=https://github.com/alibaba/rela>Code</a>},
impact={yes},
pages={213-227},
citations={0},
pubtype={conference},
}
@inproceedings{johnson2024flm,
title={Sequence Abstractions for Flexible, Line-Rate Network Monitoring},
author={Andrew Johnson and Ryan Beckett and Xiaoqi Chen and Ratul Mahajan and David Walker},
booktitle={USENIX NSDI},
month={Apr},
year={2024},
topics={protocols},
URL={papers/nsdi2024-flm.pdf},
acceptancerate={18},
resource={<a href=https://github.com/PrincetonUniversity/lucid/tree/SpecRegex>Code</a>},
pages={1593-1620},
citations={0},
pubtype={conference},
}
@comment{---------------------2023---------------------}
@inproceedings{zhu2023adn,
title={Application Defined Networking},
author={Xiangfeng Zhu and Weixin Deng and Banruo Liu and Jingrong Chen and Yongji Wu and Tom Anderson and Arvind Krishnamurthy and Ratul Mahajan and Danyang Zhuo},
booktitle={ACM HotNets},
month={Nov},
year={2023},
topics={appnets},
URL={papers/hotnets2023-adn.pdf},
acceptancerate={28},
pages={87-94},
citations={4},
pubtype={workshop},
}
@inproceedings{zhu2023meshinsight,
title={Dissecting Overheads of Service Mesh Sidecars},
author={Xiangfeng Zhu and Guozhen She and Bowen Xue and Yu Zhang and Yongsu Zhang and Xuan Kelvin Zou and XiongChun Duan and Peng He and Arvind Krishnamurthy and Matthew Lentz and Danyang Zhuo and Ratul Mahajan},
booktitle={ACM SoCC},
month={Oct},
year={2023},
topics={appnets},
URL={papers/socc2023-meshinsight.pdf},
acceptancerate={31},
resource={<a href=https://github.com/UWNetworksLab/meshinsight>Code and documentation</a>},
pages={142-157},
citations={21},
pubtype={conference},
}
@inproceedings{chugh2023sia,
title={Anticipatory Resource Allocation for ML Training},
author={Tapan Chugh and Srikanth Kandula and Arvind Krishnamurthy and Ratul Mahajan and Ishai Menache},
booktitle={ACM SoCC},
month={Oct},
year={2023},
topics={appnets},
URL={papers/socc2023-sia.pdf},
acceptancerate={31},
pages={410-426},
citations={1},
pubtype={conference},
}
@inproceedings{brown2023batfish,
title={Lessons from the evolution of the Batfish configuration analysis tool},
author={Matt Brown and Ari Fogel and Daniel Halperin and Victor Heohiardi and Ratul Mahajan and Todd Millstein},
booktitle={ACM SIGCOMM},
month={Sep},
year={2023},
topics={protocols},
URL={papers/sigcomm2023-batfish-lessons.pdf},
acceptancerate={22},
resource={<a href=https://github.com/batfish>Code and documentation</a>},
impact={yes},
pages={122-135},
citations={14},
pubtype={conference},
}
@inproceedings{xu2023netcov,
title={Test coverage metrics for network configurations},
author={Xieyang Xu and Weixin Deng and Ryan Beckett and Ratul Mahajan and David Walker},
booktitle={USENIX NSDI},
month={Apr},
year={2023},
topics={protocols},
URL={papers/nsdi2023-netcov.pdf},
acceptancerate={16},
resource={<a href=https://github.com/UWNetworksLab/netcov>Code and documentation</a>},
pages={1717-1732},
citations={3},
pubtype={conference},
}
@comment{---------------------2021---------------------}
@inproceedings{xu2021yardstick,
title={Test coverage metrics for the network},
author={Xieyang Xu and Ryan Beckett and Karthick Jayaraman and Ratul Mahajan and David Walker},
booktitle={ACM SIGCOMM},
month={Aug},
year={2021},
topics={protocols},
URL={papers/sigcomm2021-yardstick.pdf},
acceptancerate={23},
impact={yes},
pages={775-787},
citations={6},
pubtype={conference},
}
@comment{---------------------2020---------------------}
@inproceedings{beckett2020shapeshifter,
title={Abstract interpretation of distributed network control planes},
author={Ryan Beckett and Aarti Gupta and Ratul Mahajan and David Walker},
booktitle={ACM POPL},
month={Nov},
year={2020},
topics={protocols},
URL={papers/popl2020-shapeshifter.pdf},
acceptancerate={27},
pages={1-27},
citations={50},
pubtype={conference},
}
@inproceedings{beckett2020zen,
title={A general framework for compositional network modeling},
author={Ryan Beckett and Ratul Mahajan},
booktitle={ACM HotNets},
month={Nov},
year={2020},
topics={protocols},
URL={papers/hotnets2020-zen.pdf},
acceptancerate={25},
impact={yes},
pages={8-15},
citations={16},
pubtype={workshop},
}
@comment{---------------------2019---------------------}
@inproceedings{beckett2019putting,
title={Putting network verification to good use},
author={Ryan Beckett and Ratul Mahajan},
booktitle={ACM HotNets},
month={Nov},
year={2019},
topics={protocols},
URL={papers/hotnets2019-putting.pdf},
acceptancerate={20},
pages={77-84},
citations={7},
pubtype={workshop},
}
@inproceedings{beckett2019bonsai,
title={Efficient verification of network fault tolerance via counterexample-guided refinement},
author={Nick Giannarakis and Ryan Beckett and Aarti Gupta and Ratul Mahajan and David Walker},
booktitle={International Conference on Computer Aided Verification (CAV)},
month={Jul},
year={2019},
topics={protocols},
URL={papers/cav2019-origami.pdf},
resource={<a href=papers/cav2019-origami-full.pdf>Extended version with proofs</a>},
acceptancerate={26},
pages={305-323},
citations={19},
pubtype={conference},
}
@comment{---------------------2018---------------------}
@inproceedings{beckett2018bonsai,
title={Control Plane Compression},
author={Ryan Beckett and Aarti Gupta and Ratul Mahajan and David Walker},
booktitle={ACM SIGCOMM},
month={Aug},
year={2018},
topics={protocols},
URL={papers/sigcomm2018-bonsai.pdf},
resource={<a href=https://arxiv.org/pdf/1806.08744.pdf>Extended version with proofs</a>},
acceptancerate={18},
pages={476-489},
citations={77},
pubtype={conference},
}
@inproceedings{calder2018odin,
title={Odin: {Microsoft's} Scalable Fault-Tolerant {CDN} Measurement System},
author={Matt Calder and Manuel Schroder and Ryan Gao and Ryan Stewart and Jitendra Padhye and Ratul Mahajan and Ganesh Ananthanarayanan and Ethan Katz-Bassett},
booktitle={USENIX NSDI},
month={Apr},
year={2018},
topics={astronomy},
URL={papers/nsdi2018-odin.pdf},
acceptancerate={16},
impact={yes},
pages={501-517},
citations={62},
pubtype={conference},
}
@comment{---------------------2017---------------------}
@inproceedings{gember-jackson2017cpr,
title={Automatically Repairing Network Control Planes Using an Abstract Representation},
author={Aaron Gember-Jacobson and Aditya Akella and Ratul Mahajan and Hongqiang Liu},
booktitle={ACM SOSP},
month={Oct},
year={2017},
topics={protocols},
URL={papers/sosp2017-cpr.pdf},
acceptancerate={16},
pages={359-373},
citations={59},
pubtype={conference},
}
@inproceedings{beckett2017mineweeper,
title={A General Approach to Network Configuration Verification},
author={Ryan Beckett and Aarti Gupta and Ratul Mahajan and David Walker},
booktitle={ACM SIGCOMM},
month={Aug},
year={2017},
topics={protocols},
URL={papers/sigcomm2017-minesweeper.pdf},
acceptancerate={14},
pages={155-168},
citations={295},
pubtype={conference},
}
@inproceedings{zhuo2017rail,
title={Understanding and mitigating packet corruption in data center networks},
author={Danyang Zhuo and Monia Ghobadi and Ratul Mahajan and Klaus-Tycho Förster and Arvind Krishnamurthy and Thomas Anderson},
booktitle={ACM SIGCOMM},
month={Aug},
year={2017},
topics={optical},
URL={papers/sigcomm2017-corropt.pdf},
acceptancerate={14},
pages={362-375},
citations={91},
pubtype={conference},
}
@inproceedings{beckett2017propane,
title={Network Configuration Synthesis with Abstract Topologies},
author={Ryan Beckett and Ratul Mahajan and Jitu Padhye and Todd Millstein and David Walker},
booktitle={ACM PLDI},
month={Jun},
year={2017},
topics={protocols},
URL={papers/pldi2017-propaneat.pdf},
acceptancerate={15},
pages={437-451},
citations={70},
pubtype={conference},
}
@inproceedings{zhuo2017rail,
title={{RAIL}: A case for redundant arrays of inexpensive links in data center networks},
author={Danyang Zhuo and Monia Ghobadi and Ratul Mahajan and Amar Phanishayee and Xuan Kelvin Zou and Hang Guan and Arvind Krishnamurthy and Thomas Anderson},
booktitle={USENIX NSDI},
month={Mar},
year={2017},
topics={optical},
URL={papers/nsdi2017-rail.pdf},
acceptancerate={18},
pages={561-576},
citations={22},
pubtype={conference},
}
@comment{---------------------2016---------------------}
@inproceedings{ghobadi2016optical,
title={Optical layer failures in a large backbone},
author={Monia Ghobadi and Ratul Mahajan},
booktitle={ACM IMC},
month={Nov},
year={2016},
topics={optical},
URL={papers/imc2016-opticalfailures.pdf},
note={Best Dataset Award},
acceptancerate={26},
pages={461-467},
citations={78},
pubtype={conference},
}
@inproceedings{fayaz2016efficient,
title={Efficient network reachability analysis using a succinct control plane representation},
author={Seyed K. Fayaz and Tushar Sharma and Ari Fogel and Ratul Mahajan and Todd Millstein and Vyas Sekar and George Varghese},
booktitle={USENIX OSDI},
month={Nov},
year={2016},
topics={protocols},
URL={papers/osdi2016-era.pdf},
acceptancerate={18},
pages={217-232},
citations={284},
pubtype={conference},
}
@inproceedings{bjorner2016ddnf,
title={ddNF: An efficient data structure for header spaces},
author={Nikolaj Bjørner and Garvit Juniwal and Ratul Mahajan and Sanjit A. Seshia and George Varghese},
booktitle={Haifa Verification Conference (HVC)},
month={Nov},
year={2016},
topics={protocols},
URL={papers/hvc2016-ddnf.pdf},
note={Best Paper Award},
pages={49-64},
citations={44},
pubtype={conference},
}
@inproceedings{beckett2016dont,
title={Don't mind the gap: Bridging network-wide objectives and device-level configurations},
author={Ryan Beckett and Ratul Mahajan and Jitu Padhye and Todd Millstein and David Walker},
booktitle={ACM SIGCOMM},
month={Aug},
year={2016},
note={Best Paper Award},
topics={protocols},
URL={papers/sigcomm2016-propane.pdf},
acceptancerate={17},
pages={328-341},
citations={178},
pubtype={conference},
}
@inproceedings{ghobadi2016projector,
title={ProjecToR: Agile reconfigurable datacenter interconnect},
author={Monia Ghobadi and Ratul Mahajan and Amar Phanishayee and Houman Rastegarfar and Pierre-Alexandre Blanche and Madeleine Glick and Daniel Kilper and Janardhan Kulkarni and Gireeja Ranade and Nikhil Devanur},
booktitle={ACM SIGCOMM},
month={Aug},
year={2016},
topics={optical},
URL={papers/sigcomm2016-projector.pdf},
acceptancerate={17},
pages={216-229},
citations={372},
pubtype={conference},
}
@inproceedings{gember-jackson2016fast,
title={Fast control plane analysis using an abstract representation},
author={Aaron Gember-Jacobson and Raajay Viswanathan and Aditya Akella and Ratul Mahajan},
booktitle={ACM SIGCOMM},
month={Aug},
year={2016},
topics={protocols},
URL={papers/sigcomm2016-arc.pdf},
acceptancerate={17},
pages={300-313},
citations={188},
pubtype={conference},
}
@inproceedings{shen2016beam,
title={Beam: Ending monolithic applications for connected devices},
author={Chenguang Shen and Rayman Preet Singh and Amar Phanishayee and Aman Kansal and Ratul Mahajan},
booktitle={USENIX ATC},
month={Aug},
year={2016},
topics={home},
URL={papers/atc2016-beam.pdf},
acceptancerate={18},
pages={143-157},
citations={35},
pubtype={conference},
}
@article{filer2016elastic,
title={Elastic optical networking in the {Microsoft} cloud},
author={Mark Filer and Jamie Gaudette and Monia Ghobadi and Ratul Mahajan and Tom Issenhuth and Buddy Klinkers and Jeff Cox},
journal={Journal of Optical Communications and Networking (JOCN)},
month={Jul},
year={2016},
topics={optical},
volume={8},
number={7},
URL={papers/jocn2016-elastic-optical-networks.pdf},
pages={A45-A54},
citations={98},
pubtype={journal},
}
@inproceedings{forster2016consistent,
title={Consistent updates in software-defined networks: On dependencies, loop freedom, and blackholes},
author={Klaus-Tycho Forster and Ratul Mahajan and Roger Wattenhofer},
booktitle={IFIP Networking},
month={May},
year={2016},
topics={sdn},
note={Selected for forwarding to the IFIP TC6 journal Open Transactions on Communication Systems},
URL={papers/networking2016-consistentupdates.pdf},
acceptancerate={17},
pages={1-9},
citations={99},
pubtype={conference},
}
@inproceedings{ghobadi2016evaluation,
title={Evaluation of elastic modulation gains in {Microsoft's} optical backbone in {North America}},
author={Monia Ghobadi and Jamie Gaudette and Ratul Mahajan and Amar Phanishayee and Buddy Klinkers and Daniel Kilper},
month={Mar},
booktitle={The Optical Fiber Communication Conference and Exhibition (OFC)},
year={2016},
topics={optical},
URL={papers/ofc2016-bvt.pdf},
impact={yes},
pages={1-3},
citations={29},
pubtype={conference},
}
@inproceedings{liu2016efficiently,
title={Efficiently delivering online services over integrated infrastructure},
author={Hongqiang Liu and Raajay Viswanathan and Matt Calder and Aditya Akella and Ratul Mahajan and Jitendra Padhye and Ming Zhang},
booktitle={USENIX NSDI},
month={Mar},
year={2016},
topics={sdn},
URL={papers/nsdi2016-footprint.pdf},
resource={<a href=papers/tr2016-footprint.pdf>Technical report</a>},
acceptancerate={20},
impact={yes},
pages={77-90},
citations={62},
pubtype={conference},
}
@comment{---------------------2015---------------------}
@inproceedings{gember-jacobson2015management,
title={Management plane analytics},
author={Aaron Gember-Jacobson and Wenfei Wu and Xiujun Liu and Aditya Akella and Ratul Mahajan},
booktitle={ACM IMC},
month={Oct},
year={2015},
topics={misc},
URL={papers/imc2015-mpa.pdf},
acceptancerate={25},
pages={395-408},
citations={37},
pubtype={conference},
}
@inproceedings{calder2015analyzing,
title={Analyzing the performance of an anycast {CDN}},
author={Matt Calder and Ethan Katz-Bassett and Ratul Mahajan and Jitu Padhye},
booktitle={ACM IMC},
month={Oct},
year={2015},
topics={astronomy},
URL={papers/imc2015-anycast.pdf},
acceptancerate={25},
impact={yes},
pages={531-537},
citations={177},
pubtype={conference},
}
@inproceedings{zhu2015packet,
title={Packet-Level telemetry in large datacenter networks},
author={Yibo Zhu and Nanxi Kang and Jiaxin Cao and Albert Greenberg and Guohan Lu and Ratul Mahajan and Dave Maltz and Lihua Yuan and Ming Zhang and Ben Y. Zhao and Haitao Zheng},
booktitle={ACM SIGCOMM},
month={Aug},
year={2015},
topics={diagnosis},
URL={papers/sigcomm2015-everflow.pdf},
acceptancerate={15},
impact={yes},
pages={479-491},
citations={414},
pubtype={conference},
}
@techreport{zeng2015measuring,
title={Measuring and troubleshooting large operational multipath networks with gray box testing},
author={Hongyi Zeng and Ratul Mahajan and Nick McKeown and George Varghese and Lihua Yuan and Ming Zhang},
month={Jun},
year={2015},
howpublished={MSR technical report MSR-TR-2015-55},
topics={diagnosis},
URL={papers/tr2015-netsonar.pdf},
impact={yes},
citations={19},
pubtype={technical-report},
}
@inproceedings{croft2015systematically,
title={Systematically exploring the behavior of control programs},
author={Jason Croft and Ratul Mahajan and Matt Caeser and Madan Musuvathi},
booktitle={USENIX ATC},
month={Jul},
year={2015},
topics={protocols},
URL={papers/atc2015-delorean.pdf},
acceptancerate={16},
pages={165-176},
citations={23},
pubtype={conference},
}
@inproceedings{singh2014case,
title={A Case for ending monolithic apps for connected devices},
author={Rayman Preet Singh and Chenguang Shen and Amar Phanishayee and Aman Kansal and Ratul Mahajan},
month={May},
booktitle={HotOS},
year={2015},
topics={home},
URL={papers/hotos2015-beam.pdf},
acceptancerate={32},
citations={2},
pubtype={workshop},
}
@inproceedings{fogel2015general,
author={Ari Fogel and Stanley Fung and Luis Pedrosa and Meg Walraed-Sullivan and Ramesh Govindan and Ratul Mahajan and Todd Millstein},
title={A general approach to network configuration analysis},
booktitle={USENIX NSDI},
month={May},
year={2015},
URL={papers/nsdi2015-batfish.pdf},
topics={protocols},
acceptancerate={20},
impact={yes},
pages={469-483},
citations={340},
pubtype={conference},
}
@inproceedings{pedrosa2015analyzing,
author={Luis Pedrosa and Ari Fogel and Nupur Kothari and Ramesh Govindan and Ratul Mahajan and Todd Millstein},
title={Analyzing protocols implementations for interoperability},
booktitle={USENIX NSDI},
month={May},
year={2015},
URL={papers/nsdi2015-pic.pdf},
topics={protocols},
acceptancerate={20},
pages={485-498},
citations={47},
pubtype={conference},
}
@comment{---------------------2014---------------------}
@inproceedings{akella2014call,
author={Aditya Akella and Ratul Mahajan},
title={A call to arms for management plane analytics},
booktitle={ACM HotNets},
month={Nov},
year={2014},
URL={papers/hotnets2014-mgmtanalytics.pdf},
topics={misc} ,
acceptancerate={22},
citations={6},
pubtype={workshop},
}
@inproceedings{chu2014strack,
author={Chun-Te Chu and Jaeyeon Jung and Zicheng Liu and Ratul Mahajan},
title={sTrack: Secure tracking in community surveillance},
booktitle={ACM Multimedia},
month={Nov},
year={2014},
URL={papers/mm2014-strack.pdf},
topics={home},
acceptancerate={20},
pages={837-840},
citations={17},
pubtype={conference},
}
@inproceedings{liu2014traffic,
author={Hongqiang Liu and Srikanth Kandula and Ratul Mahajan and Ming Zhang and David Gelernter},
title={Traffic engineering with forward fault correction},
month={Aug},
booktitle={ACM SIGCOMM},
year={2014},
URL={papers/sigcomm2014-ffc.pdf},
resource={<a href=papers/tr2014-ffc-appendix.pdf>Appendix</a>},
topics={sdn},
acceptancerate={19},
impact={yes},
pages={527-538},
citations={226},
pubtype={conference},
}
@inproceedings{jin2014dynamic,
author={Xin Jin and Hongqiang Liu and Rohan Gandhi and Srikanth Kandula and Ratul Mahajan and Ming Zhang and Jennifer Rexford and Roger Wattenhofer},
title={Dynamic scheduling of network updates},
booktitle={ACM SIGCOMM},
month={Aug},
year={2014},
URL={papers/sigcomm2014-dionysus.pdf},
resource={<a href=papers/tr2014-dionysus.pdf>Extended version</a>},
topics={sdn},
acceptancerate={19},
pages={539-550},
citations={511},
pubtype={conference},
}
@inproceedings{sun2014network,
author={Peng Sun and Ratul Mahajan and Jennifer Rexford and Lihua Yuan and Ming Zhang and Ahsan Arefin},
title={A network-state management service},
month={Aug},
booktitle={ACM SIGCOMM},
year={2014},
URL={papers/sigcomm2014-statesman.pdf},
topics={sdn},
acceptancerate={19},
impact={yes},
pages={563-574},
citations={117},
pubtype={conference},
}
@inproceedings{mysore2014gestalt,
author={Radhika Niranjan Mysore and Ratul Mahajan and Amin Vahdat and George Varghese},
title={Gestalt: Fast, unified fault localization for networked systems},
booktitle={USENIX ATC},
year={2014},
month={Jun},
topics={diagnosis},
URL={papers/atc2014-gestalt.pdf},
resource={<a href=papers/tr2013-gestalt.pdf>Technical report</a>},
acceptancerate={18},
pages={255-267},
citations={46},
pubtype={conference},
}
@inproceedings{gupta2014bolt,
title={Bolt: Data management for connected homes},
author={Trinabh Gupta and Rayman Preet Singh and Amar Phanishayee and Jaeyeon Jung and Ratul Mahajan},
booktitle={USENIX NSDI},
month={Apr},
year={2014},
topics={home},
URL={papers/nsdi2014-bolt.pdf},
acceptancerate={18},
pages={243-256},
citations={74},
pubtype={conference},
}
@comment{---------------------2013---------------------}
@inproceedings{mahajan2013consistent,
title={On consistent updates in software-defined networks},
author={Ratul Mahajan and Roger Wattenhofer},
booktitle={ACM HotNets},
month={Nov},
year={2013},
topics={sdn},
URL={papers/hotnets2013-sdnupdates.pdf},
resource={<a href=papers/tr2013-sdnupdates.pdf>Extended version</a>},
acceptancerate={24},
citations={226},
pubtype={workshop},
}
@inproceedings{ravindranath2012appinsight,
title={Timecard: Controlling user-perceived delays in server-based mobile applications},
author={Lenin Ravindranath and Jitendra Padhye and Ratul Mahajan and Hari Balakrishnan},
booktitle={ACM SOSP},
month={Nov},
year={2013},
topics={mobile},
URL={papers/sosp2013-timecard.pdf},
acceptancerate={19},
pages={85-100},
citations={85},
pubtype={conference},
}
@inproceedings{gupta2013towards,
title={Towards a storage system for connected homes},
author={Trinabh Gupta and Amar Phanishayee and Jaeyeon Jung and Ratul Mahajan},
booktitle={Workshop on Large-Scale Distributed Systems and Middleware (LADIS)},
month={Nov},
year={2013},
topics={home},
URL={papers/ladis2013-bolt.pdf},
citations={3},
pubtype={workshop},
}
@inproceedings{hong2013achieving,
title={Achieving high utilization with software-driven {WAN}},
author={Chi-Yao Hong and Srikanth Kandula and Ratul Mahajan and Ming Zhang and Vijay Gill and Mohan Nanduri and Roger Wattenhofer},
booktitle={ACM SIGCOMM},
month={Aug},
year={2013},
topics={sdn},
URL={papers/sigcomm2013-swan.pdf},
resource={<a href=papers/tr2013-swan.pdf>Extended version</a>},
acceptancerate={16},
impact={yes},
pages={15-26},
citations={1469},
pubtype={conference},
}
@inproceedings{chen2013provider,
title={A provider-side view of Web search response time},
author={Yingying Chen and Ratul Mahajan and Baskar Sridharan and Zhi-Li Zhang},
booktitle={ACM SIGCOMM},
month={Aug},
year={2013},
topics={diagnosis},
URL={papers/sigcomm2013-srt.pdf},
acceptancerate={16},
impact={yes},
pages={243-254},
citations={105},
pubtype={conference},
}
@inproceedings{bao2013case,
title={The case for psychological computing},
author={Xuan Bao and Mahanth Gowda and Ratul Mahajan and Romit Roy Choudhury},
booktitle={International Workshop on Mobile Computing Systems and Applications (HotMobile)},
month={Feb},
year={2013},
topics={mobile},
URL={papers/hotmobile2013-psycomp.pdf},
acceptancerate={31},
citations={24},
pubtype={workshop},
}
@inproceedings{brush2013digital,
title={Digital neighborhood watch: Investigating the sharing of camera data amongst neighbors},
author={AJ Brush and Jaeyeon Jung and Ratul Mahajan and Frank Martinez},
booktitle={Computer Supported Collaborative Work (CSCW)},
month={Feb},
year={2013},
topics={home},
URL={papers/cscw2013-dnw.pdf},
acceptancerate={35},
pages={693-700},
citations={72},
pubtype={conference},
}
@comment{---------------------2012---------------------}
@inproceedings{ravindranath2012appinsight,
title={AppInsight: Mobile app performance monitoring in the wild},
author={ Lenin Ravindranath and Jitendra Padhye and Sharad Agarwal and Ratul Mahajan and Ian Obermiller and Shahin Shayandeh},
month={Oct},
booktitle={USENIX OSDI},
year={2012},
topics={mobile},
URL={papers/osdi2012-appinsight.pdf},
acceptancerate={12},
impact={yes},
pages={107-120},
citations={276},
pubtype={conference},
}
@inproceedings{brush2012homelab,
title={HomeLab: Shared infrastructure for home technology field studied},
author={AJ Brush and Jaeyeon Jung and Ratul Mahajan and James Scott},
booktitle={Workshop on Systems and Infrastructure for the Digital Home (HomeSys)},
month={Oct},
year={2012},
topics={home},
URL={papers/homesys2012-homelab.pdf},
pages={1108-1113},
citations={53},
pubtype={workshop},
}
@inproceedings{mahajan2012high,
title={High performance vehicular connectivity using opportunistic erasure coding},
author={Ratul Mahajan and Jitendra Padhye and Sharad Agarwal and Brian Zill},
booktitle={USENIX ATC},
month={Sep},
year={2012},
topics={mobile},
URL={papers/usenix2012-pluribus.pdf},
resource={<a href=papers/tr2009-pluribus.pdf>Extended version</a>},
acceptancerate={14},
pages={237-248},
citations={30},
pubtype={conference},
}
@inproceedings{dixon2012operating,
title={An operating system for the home},
author={Colin Dixon and Ratul Mahajan and Sharad Agarwal and AJ Brush and Bongshin Lee and Stefan Saroiu and Paramvir Bahl},
booktitle={USENIX NSDI},
month={Apr},
year={2012},
topics={home},
URL={papers/nsdi2012-homeos.pdf},
acceptancerate={18},
impact={yes},
pages={337-354},
citations={364},
pubtype={conference},
}
@comment{---------------------2011---------------------}
@inproceedings{pathak2011latency,
title={Latency inflation with {MPLS}-based traffic engineering},
author={Abhinav Pathak and Ming Zhang and Y. Charlie Hu and Ratul Mahajan and Dave Maltz},
booktitle={ACM IMC},
month={Nov},
year={2011},
topics={diagnosis},
URL={papers/imc2011-mpls-latency.pdf},
acceptancerate={19},
impact={yes},
pages={463-472},
citations={68},
pubtype={conference},
}
@inproceedings{kothari2011finding,
title={Finding protocol manipulation attacks},
author={Nupur Kothari and Ratul Mahajan and Todd Millstein and Ramesh Govindan and Madan Musuvathi},
booktitle={ACM SIGCOMM},
month={Aug},
year={2011},
topics={protocols},
URL={papers/sigcomm2011-max.pdf},
acceptancerate={14},
pages={26-37},
citations={98},
pubtype={conference},
}
@inproceedings{amershi2011human,
title={Human-guided machine learning for fast and accurate network alarm triage},
author={Saleema Amershi and Bongshin Lee and Ashish Kapoor and Ratul Mahajan and Blaine Christian},
booktitle={International Joint Conference on Artificial Intelligence (IJCAI)},
month={July},
year={2011},
note={Selected for the Best Papers Track},
topics={diagnosis},
URL={papers/ijcai2011-cuet.pdf},
pages={2564-2569},
citations={26},
pubtype={conference},
}
@article{keith2011advancing,
title={Advancing the state of home networking},
author={W. Keith Edwards and Rebecca Grinter and Ratul Mahajan and David Wetherall},
journal={Communications of the ACM (CACM)},
volume={54},
number={6},
month={Jun},
year={2011},
topics={home},
URL={papers/cacm2011-advancing-home.pdf},
pages={62-71},
citations={84},
pubtype={journal},
}
@inproceedings{falaki2011systemsens,
title={SystemSens: a tool for monitoring usage in smartphone research deployments},
author={Hossein Falaki and Ratul Mahajan and Deborah Estrin},
booktitle={MobiArch workshop},
month={Jun},
year={2011},
topics={mobile},
URL={papers/mobiarch2011-systemsens.pdf},
acceptancerate={50},
citations={1},
pubtype={workshop},
}
@inproceedings{amershi2011cuet,
title={CueT: Human-guided fast and accurate network alarm triage},
author={Saleema Amershi and Bongshin Lee and Ashish Kapoor and Ratul Mahajan and Blaine Christian},
booktitle={ACM CHI},
month={May},
year={2011},
note={Honorable Mention Award},
topics={diagnosis},
URL={papers/chi2011-cuet.pdf},
acceptancerate={26},
pages={157-166},
citations={67},
pubtype={conference},
}
@inproceedings{brush2011home,
title={Home automation in the wild: Challenges and opportunities},
author={AJ Brush and Bongshin Lee and Ratul Mahajan and Sharad Agarwal and Stefan Saroiu and Colin Dixon},
booktitle={ACM CHI},
month={May},
year={2011},
topics={home},
URL={papers/chi2011-homeos.pdf},
acceptancerate={26},
pages={2115-2124},
citations={674},
pubtype={conference},
}
@comment{-----------------------2010-----------------}
@inproceedings{dixon2010home,
title={The home needs an operating system (and an app store)},
author={Colin Dixon and Ratul Mahajan and Sharad Agarwal and AJ Brush and Bongshin Lee and Stefan Saroiu and Paramvir Bahl},
booktitle={ACM HotNets},
month={Oct},
year={2010},
topics={home},
URL={papers/hotnets2010-homeos.pdf},
acceptancerate={21},
citations={108},
pubtype={workshop},
}