summaryrefslogtreecommitdiff
path: root/data/db.bib
blob: 781eee040e3cea0d826a31034c6ba02f85376518 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
@article{csma,
  author       = {Kleinrock, L. and Tobagi, F.A.},
  doi          = {10.1109/TCOM.1975.1092768},
  issn         = {0090-6778},
  journaltitle = {Communications, IEEE Transactions on},
  keywords     = {Computer communications;Multiple-access communications;Packet switching;Radio communication;Bandwidth;Computer networks;Costs;Multiaccess communication;Packet radio networks;Packet switching;Radio broadcasting;Radio communication;Telephony;Wire},
  month        = {Dec},
  number       = {12},
  pages        = {1400-1416},
  title        = {Packet Switching in Radio Channels: Part I--Carrier Sense Multiple-Access Modes and Their Throughput-Delay Characteristics},
  volume       = {23},
  year         = {1975},
}

@inproceedings{aloha,
  acmid     = {1478502},
  address   = {New York, NY, USA},
  author    = {Abramson, Norman},
  booktitle = {Proceedings of the November 17-19, 1970, Fall Joint Computer Conference},
  doi       = {10.1145/1478462.1478502},
  location  = {Houston, Texas},
  numpages  = {5},
  pages     = {281--285},
  publisher = {ACM},
  series    = {AFIPS '70 (Fall)},
  title     = {THE ALOHA SYSTEM: Another Alternative for Computer Communications},
  url       = {http://doi.acm.org/10.1145/1478462.1478502},
  year      = {1970},
}

@article{btma,
  author       = {Tobagi, F.A. and Kleinrock, L.},
  doi          = {10.1109/TCOM.1975.1092767},
  issn         = {0090-6778},
  journaltitle = {Communications, IEEE Transactions on},
  keywords     = {Computer communications;Multiple-access communications;Packet switching;Radio communication;Bandwidth;Computer vision;Degradation;Delay;Helium;Information analysis;Multiaccess communication;Packet switching;Protocols;Radio broadcasting},
  month        = {Dec},
  number       = {12},
  pages        = {1417-1433},
  title        = {Packet Switching in Radio Channels: Part II--The Hidden Terminal Problem in Carrier Sense Multiple-Access and the Busy-Tone Solution},
  volume       = {23},
  year         = {1975},
}

@article{prma,
  author       = {Goodman, D.J. and Valenzuela, R. and Gayliard, K.T. and Ramamurthi, B.},
  doi          = {10.1109/26.31190},
  issn         = {0090-6778},
  journaltitle = {Communications, IEEE Transactions on},
  keywords     = {multi-access systems;packet switching;protocols;bandwidth efficiency;channel time slots;computer simulations;listening test;local wireless communications;packet reservation multiple access;periodic information terminal;signaling;speech terminals;uncontested transmission;voice quality;Bandwidth;Computer simulation;Filtering;Nonlinear filters;Speech;Telephony;Timing jitter;Velocity measurement;Wireless communication;Wireless sensor networks},
  month        = {Aug},
  number       = {8},
  pages        = {885-890},
  title        = {Packet reservation multiple access for local wireless communications},
  volume       = {37},
  year         = {1989},
}

@inproceedings{maca,
  author    = {Karn, Phil},
  booktitle = {ARRL/CRRL Amateur radio 9th computer networking conference},
  pages     = {134--140},
  title     = {MACA-a new channel access method for packet radio},
  volume    = {140},
  year      = {1990},
}

@article{macaw,
  acmid        = {190334},
  author       = {Bharghavan, Vaduvur and Demers, Alan and Shenker, Scott and Zhang, Lixia},
  doi          = {10.1145/190809.190334},
  issn         = {0146-4833},
  issue_date   = {Oct. 1994},
  journaltitle = {SIGCOMM Comput. Commun. Rev.},
  location     = {New York, NY, USA},
  month        = {10},
  number       = {4},
  numpages     = {14},
  pages        = {212--225},
  publisher    = {ACM},
  title        = {MACAW: A Media Access Protocol for Wireless LAN's},
  url          = {http://doi.acm.org/10.1145/190809.190334},
  volume       = {24},
  year         = {1994},
}

@inproceedings{fama,
  acmid     = {217458},
  address   = {New York, NY, USA},
  author    = {Fullmer, Chane L. and Garcia-Luna-Aceves, J. J.},
  booktitle = {Proceedings of the Conference on Applications, Technologies, Architectures, and Protocols for Computer Communication},
  doi       = {10.1145/217382.217458},
  isbn      = {0-89791-711-1},
  location  = {Cambridge, Massachusetts, USA},
  numpages  = {12},
  pages     = {262--273},
  publisher = {ACM},
  series    = {SIGCOMM '95},
  title     = {Floor Acquisition Multiple Access (FAMA) for Packet-radio Networks},
  url       = {http://doi.acm.org/10.1145/217382.217458},
  year      = {1995},
}

@inproceedings{macabi,
  author    = {Talucci, F. and Gerla, M. and Fratta, L.},
  booktitle = {Personal, Indoor and Mobile Radio Communications, 1997. Waves of the Year 2000. PIMRC '97., The 8th IEEE International Symposium on},
  doi       = {10.1109/PIMRC.1997.630970},
  keywords  = {IEEE standards;access protocols;multi-access systems;network topology;packet radio networks;radio receivers;telecommunication standards;traffic;wireless LAN;IEEE 802.11 wireless LAN standard;MACA By Invitation;MACA-BI;Multiple Access Collision Avoidance;RTS/CTS handshake;data collision free property;efficiency;hidden terminal conditions;multihop topologies;multiple access protocols;packet transmission time;predictable traffic characteristics;radio turn-around time;receiver oriented access protocol;request to send/clear to send handshake;simulation results;stationary traffic characteristics;wireless MAC protocol;wireless multihop networks;Access protocols;Collision avoidance;Media Access Protocol;Predictive models;Receivers;Road accidents;Topology;Traffic control;Wireless LAN;Wireless application protocol},
  month     = {Sep},
  pages     = {435-439 vol.2},
  title     = {MACA-BI (MACA By Invitation)-a receiver oriented access protocol for wireless multihop networks},
  volume    = {2},
  year      = {1997},
}

@article{fprp,
  acmid        = {500488},
  author       = {Zhu, Chenxi and Corson, M. S.},
  doi          = {10.1023/A:1016683928786},
  issn         = {1022-0038},
  issue_date   = {08/01/2001},
  journaltitle = {Wirel. Netw.},
  keywords     = {ad hoc networks, broadcast slot assignment, graph coloring, slotted-Aloha, time-division-multiple-access},
  location     = {Secaucus, NJ, USA},
  month        = {09},
  number       = {4},
  numpages     = {14},
  pages        = {371--384},
  publisher    = {Springer-Verlag New York, Inc.},
  title        = {A Five-Phase Reservation Protocol (FPRP) for Mobile Ad Hoc Networks},
  url          = {http://dx.doi.org/10.1023/A:1016683928786},
  volume       = {7},
  year         = {2001},
}

@inproceedings{pamas,
  author    = {Singh, S. and Raghavendra, C.S.},
  booktitle = {Personal, Indoor and Mobile Radio Communications, 1998. The Ninth IEEE International Symposium on},
  doi       = {10.1109/PIMRC.1998.733533},
  keywords  = {access protocols;multi-access systems;packet radio networks;MAC protocol;ad hoc network;multi-access protocol;multihop radio networks;packet radio networks;power efficient protocol;simulation results;Access protocols;Ad hoc networks;Computer networks;Energy consumption;Media Access Protocol;Power engineering computing;Radio network;Radio networks;Spread spectrum communication;Throughput},
  month     = {Sep},
  pages     = {153-157 vol.1},
  title     = {Power efficient MAC protocol for multihop radio networks},
  volume    = {1},
  year      = {1998},
}

@inproceedings{markowski,
  author    = {Markowski, M.J. and Sethi, A.S.},
  booktitle = {Real-Time Technology and Applications Symposium, 1998. Proceedings. Fourth IEEE},
  doi       = {10.1109/RTTAS.1998.683187},
  keywords  = {access protocols;data communication;real-time systems;wireless LAN;MAC protocol;ad hoc wireless network;ad hoc wireless networks;fully distributed wireless MAC transmission;non real time data;overloaded conditions;protocol model;real time data transmission;real time requirements;real time services;real time types;splitting protocols;Computer networks;Electronic switching systems;Laboratories;Media Access Protocol;Real time systems;Resource management;Stability;Wire;Wireless application protocol;Wireless networks},
  month     = {Jun},
  pages     = {49-57},
  title     = {Fully distributed wireless MAC transmission of real-time data},
  year      = {1998},
}

@inproceedings{hrma,
  author    = {Zhenyu Yang and Garcia-Luna-Aceves, J.J.},
  booktitle = {INFOCOM '99. Eighteenth Annual Joint Conference of the IEEE Computer and Communications Societies. Proceedings. IEEE},
  doi       = {10.1109/INFCOM.1999.749268},
  issn      = {0743-166X},
  keywords  = {access protocols;data communication;frequency hop communication;hypercube networks;land mobile radio;multi-access systems;multiuser channels;network topology;packet radio networks;spread spectrum communication;synchronisation;FHSS;ISM band;Metricom Ricochet system;average packet length;collision-free data transmission;dwell time duration;frequency hopping sequence;half-duplex radios;handshake mechanism;hidden terminals;hop-reservation multiple access;hypercube network topology;mobile environment;multi-hop packet radio networks;multichannel MAC protocol;multichannel slotted ALOHA protocol;reservation mechanism;throughput;time synchronization;traffic-load ranges;variable-length packets;very slow frequency-hopping spread spectrum;wireless ad-hoc networks;Access protocols;Ad hoc networks;Data communication;Frequency synchronization;Hypercubes;Media Access Protocol;Packet radio networks;Spread spectrum communication;Throughput;Wireless application protocol},
  month     = {Mar},
  pages     = {194-201 vol.1},
  title     = {Hop-reservation multiple access (HRMA) for ad-hoc networks},
  volume    = {1},
  year      = {1999},
}

@inproceedings{mcsma,
  author    = {Nasipuri, A. and Zhuang, J. and Das, S.R.},
  booktitle = {Wireless Communications and Networking Conference, 1999. WCNC. 1999 IEEE},
  doi       = {10.1109/WCNC.1999.796968},
  issn      = {1525-3511},
  keywords  = {carrier sense multiple access;land mobile radio;packet radio networks;telecommunication channels;telecommunication network routing;ad hoc networks;bandwidth;carrier-sense multiple access protocol;dynamic routing protocols;mobile nodes;multichannel CSMA MAC protocol;multihop wireless networks;packet loss reduction;packet transmission;performance;random idle channel selection;simulations;soft channel reservation;throughput;Access protocols;Ad hoc networks;Broadcasting;Cellular networks;Media Access Protocol;Multiaccess communication;Routing protocols;Spread spectrum communication;Wireless application protocol;Wireless networks},
  month     = {},
  pages     = {1402-1406 vol.3},
  title     = {A multichannel CSMA MAC protocol for multihop wireless networks},
  year      = {1999},
}

@inproceedings{psdcc,
  author    = {Bononi, L. and Conti, M. and Donatiello, L.},
  booktitle = {Mobile Multimedia Communications, 1999. (MoMuC '99) 1999 IEEE International Workshop on},
  doi       = {10.1109/MOMUC.1999.819479},
  keywords  = {distributed control;mobile computing;multi-access systems;power consumption;telecommunication congestion control;wireless LAN;IEEE 802.11 Distributed Coordination Function;IEEE Standard 802.11 DCF access scheme;MAC protocol;WLAN;adaptive power-save distributed contention control mechanism;distributed access scheme;distributed contention control mechanism;frame transmission;medium access control protocol;mobile computers;network interface;optimal power consumption level;power consumption;power saving;random-access ad-hoc wireless local area networks;shared transmission channel;wireless LAN;Access protocols;Computer networks;Distributed control;Energy consumption;Media Access Protocol;Mobile computing;Network interfaces;Wireless LAN;Wireless application protocol;Wireless networks},
  month     = {},
  pages     = {114-123},
  title     = {A distributed contention control mechanism for power saving in random-access ad-hoc wireless local area networks},
  year      = {1999},
}

@inproceedings{adapt,
  author    = {Chlamtac, I. and Farago, A. and Myers, A.D. and Syrotiuk, V.R. and Zaruba, G.},
  booktitle = {Global Telecommunications Conference, 1999. GLOBECOM '99},
  doi       = {10.1109/GLOCOM.1999.831599},
  keywords  = {access protocols;land mobile radio;ADAPT;a dynamically adaptive protocol for transmission;ad hoc-networks;allocation based protocol;bandwidth;bounded delay guarantees;collision-free allocation based protocol;contention based protocol;dynamically self-adjusting media access control protocol;reuse;self-adjustment;Access protocols;Ad hoc networks;Bandwidth;Delay;Media Access Protocol;Mobile ad hoc networks;Mobile communication;Processor scheduling;Throughput;Time division multiple access},
  month     = {},
  pages     = {11-15 vol.1a},
  title     = {ADAPT: a dynamically self-adjusting media access control protocol for ad hoc-networks},
  volume    = {1A},
  year      = {1999},
}

@inproceedings{isma,
  booktitle = {IEICE TRANSACTIONS on Communications Vol.E76-B No.11},
  date      = {1993-11-25},
  pages     = {1398--1407},
  title     = {An Integrated Voice and Data Transmission System with Idle Signal Multiple Access--Dynamic Analysis},
}

@article{cprma,
  author       = {Bianchi, G. and Borgonovo, F. and Fratta, L. and Musumeci, L. and Zorzi, M.},
  doi          = {10.1109/25.580781},
  issn         = {0018-9545},
  journaltitle = {Vehicular Technology, IEEE Transactions on},
  keywords     = {access protocols;cellular radio;data communication;delays;land mobile radio;packet radio networks;packet reservation multiple access;radiofrequency interference;scheduling;voice communication;C-PRMA;bandwidth utilization;base station;cellular radio systems;centralized packet reservation multiple access;delay constraints;grade of service;interference noise;local wireless communications;microcellular systems;mobile stations;packet reservation multiple-access;packet retransmission policy;packet voice;packet-switched technology;performance;reservation ALOHA protocol;short propagation delay;simulation results;traffic rate;transmission scheduling;voice transmission;voice-data integration;Access protocols;Bandwidth;Base stations;Interference;Land mobile radio cellular systems;Propagation delay;Speech;Time division multiple access;Traffic control;Working environment noise},
  month        = {May},
  number       = {2},
  pages        = {422-436},
  title        = {C-PRMA: a centralized packet reservation multiple access for local wireless communications},
  volume       = {46},
  year         = {1997},
}

@inproceedings{risma,
  author    = {Gang Wu and Taira, K. and Harada, H. and Mizuno, M. and Mukumoto, K. and Fukuda, A.},
  booktitle = {Communications, 1996. ICC '96, Conference Record, Converging Technologies for Tomorrow's Applications. 1996 IEEE International Conference on},
  doi       = {10.1109/ICC.1996.531996},
  keywords  = {access protocols;approximation theory;channel capacity;data communication;delays;multimedia communication;packet radio networks;voice communication;MAC protocols;R-ISMA protocol;data traffic;delay performance;integrated voice/data wireless information system;medium access control;packet generation rates;reserved idle signal multiple access;system performance;transient fluid approximation;voice traffic;voice/data integration;wireless multimedia communication;wireless multimedia communication networks;Access protocols;Communication networks;Information systems;Media Access Protocol;Multimedia communication;System performance;Telecommunication traffic;Transient analysis;Wireless application protocol;Wireless communication},
  month     = {Jun},
  pages     = {1263-1269 vol.3},
  title     = {An R-ISMA integrated voice/data wireless information system with different packet generation rates},
  volume    = {3},
  year      = {1996},
}

@article{sisma,
  author       = {Gang Wu and Mukumoto, K. and Fukuda, A.},
  doi          = {10.1109/25.293653},
  issn         = {0018-9545},
  journaltitle = {Vehicular Technology, IEEE Transactions on},
  keywords     = {channel capacity;mobile radio systems;multi-access systems;protocols;radio networks;telecommunication traffic;S-ISMA/CD;centralized wireless communication networks;channel efficiency;delay performance;downstream traffic;downward channel;equilibrium point analysis;fluid approximation method;offered load;random multiple access;slotted idle signal multiple access;throughput;two-way networks;upstream traffic;Access protocols;Base stations;Broadcasting;Fluid dynamics;Instruction sets;Propagation delay;Road accidents;Telecommunication traffic;Throughput;Wireless communication},
  month        = {May},
  number       = {2},
  pages        = {345-352},
  title        = {Slotted idle signal multiple access scheme for two-way centralized wireless communication networks},
  volume       = {43},
  year         = {1994},
}

@inproceedings{rap,
  author    = {Kwang-Cheng Chen and Lee, C.-H.},
  booktitle = {Global Telecommunications Conference, 1993, including a Communications Theory Mini-Conference. Technical Program Conference Record, IEEE in Houston. GLOBECOM '93., IEEE},
  doi       = {10.1109/GLOCOM.1993.318362},
  keywords  = {cellular radio;channel capacity;data communication systems;delays;local area networks;performance evaluation;personal communication networks;protocols;LAN;RAP;active mobile nodes;base stations;channel;decentralized control;handoff;infrastructured wireless network architectures;medium access control protocol;personal communication systems;power efficiency;randomly addressed polling;seemingless services;time-bounded services;wireless data networks;Access protocols;Base stations;Distributed control;Hardware;Infrared spectra;Media Access Protocol;Telecommunication traffic;Wireless LAN;Wireless application protocol;Wireless networks},
  month     = {Nov},
  pages     = {1713-1717 vol.3},
  title     = {RAP-a novel medium access control protocol for wireless data networks},
  year      = {1993},
}

@inproceedings{grap,
  author    = {Hsiu-Fen Chou and Lee, C.-H. and Kwang-Cheng Chen},
  booktitle = {Personal, Indoor and Mobile Radio Communications, 1995. PIMRC'95. Wireless: Merging onto the Information Superhighway., Sixth IEEE International Symposium on},
  doi       = {10.1109/PIMRC.1995.480942},
  keywords  = {access protocols;cellular radio;data communication;land mobile radio;multi-access systems;personal communication networks;voice communication;wireless LAN;GRAP;R-GRAP;group randomly addressed polling protocol;integrated service traffic;integrated voice/data traffic;multiple access protocol;performance;personal communications;reservation;time-bounded service traffic;voice wireless networks;wireless data networks;wireless integrated service networks;Access protocols;Base stations;Broadcasting;Fading;Intserv networks;Multiaccess communication;Telecommunication traffic;Wireless LAN;Wireless application protocol;Wireless networks},
  month     = {Sep},
  pages     = {618-622 vol.2},
  title     = {Group randomly addressed polling with reservation for wireless integrated service networks},
  volume    = {2},
  year      = {1995},
}

@article{grapo,
  author       = {Li, Meng-Che and Chen, Kwang-Cheng},
  doi          = {10.1007/BF01538149},
  issn         = {1068-9605},
  journaltitle = {International Journal of Wireless Information Networks},
  language     = {English},
  number       = {4},
  pages        = {247-255},
  publisher    = {Kluwer Academic Publishers-Plenum Publishers},
  title        = {GRAPO—optimized group randomly addressed polling for wireless data network},
  url          = {http://dx.doi.org/10.1007/BF01538149},
  volume       = {2},
  year         = {1995},
}

@article{rama,
  author       = {Amitay, N.},
  doi          = {10.1049/el:19920504},
  issn         = {0013-5194},
  journaltitle = {Electronics Letters},
  keywords     = {cellular radio;multi-access systems;personal communication networks;GSM parameters;RAMA;decentralised wireless PCS;deterministic algorithm;fast resource assignment;flexible access;handoff;heavy traffic demand;high capacity wireless personal communications systems;microcells;propagation delays;resource assignment;resource auction multiple access;throughput},
  month        = {April},
  number       = {8},
  pages        = {799-801},
  title        = {Resource auction multiple access (RAMA): efficient method for fast resource assignment in decentralised wireless PCS},
  volume       = {28},
  year         = {1992},
}

@article{zhang,
  author       = {Zhang, Zhensheng and Acampora, AnthonyS.},
  doi          = {10.1007/BF02136165},
  issn         = {1018-4864},
  journaltitle = {Telecommunication Systems},
  language     = {English},
  number       = {1},
  pages        = {279-294},
  publisher    = {Baltzer Science Publishers, Baarn/Kluwer Academic Publishers},
  title        = {Performance of a modified polling strategy for broadband wireless lans in a harsh fading environment},
  url          = {http://dx.doi.org/10.1007/BF02136165},
  volume       = {1},
  year         = {1993},
}

@inproceedings{dtmp,
  author    = {Haines, R.J. and Aghvami, A.H.},
  booktitle = {Communications, 1993. ICC '93 Geneva. Technical Program, Conference Record, IEEE International Conference on},
  doi       = {10.1109/ICC.1993.397418},
  keywords  = {access protocols;broadband networks;digital radio;digital signals;forward error correction;indoor radio;multipath channels;radiowave propagation;robust control;trellis coded modulation;wireless LAN;bursty computer file data;channel outage occurrence;data corruption;digital signal propagation;forward error correction;indoor environment;media access control protocol;multipath channel;trellis code modulation;wideband radio data communications;Bit rate;Computer errors;Convolutional codes;Error correction codes;Forward error correction;Indoor environments;Indoor radio communication;Media Access Protocol;Modulation coding;Multipath channels},
  month     = {May},
  pages     = {990-994 vol.2},
  title     = {Indoor radio environment considerations in selecting a media access control protocol for wideband radio data communications},
  volume    = {2},
  year      = {1993},
}

@inproceedings{acampora,
  author    = {Acampora, A.S. and Krishnamurthy, S.V.},
  booktitle = {Universal Personal Communications Record, 1997. Conference Record., 1997 IEEE 6th International Conference on},
  doi       = {10.1109/ICUPC.1997.627197},
  issn      = {1091-8442},
  keywords  = {access protocols;adaptive systems;adjacent channel interference;asynchronous transfer mode;cellular radio;cochannel interference;fading;internetworking;land mobile radio;multimedia communication;multipath channels;packet radio networks;spread spectrum communication;ATM wireline network;CPU resources;adaptive MAC layer protocol;adaptive array antenna;adjacent channel interference;antenna element combining;approximations;average message delay;bandwidth-upon-demand interface;base station;cochannel interference;computer simulations;database resources;direct sequence spread spectrum;fading environment;high speed radio channel sharing;link utilization efficiency;media access protocol;moving vehicles;multimedia service;multipath propagation;neighboring radio cells;performance;pilot tone simulation;polling signal;power splitting weights;protocol parameters;radio channel;wireless ATM networks;wireless packet access units;Access protocols;Adaptive arrays;Antennas and propagation;Base stations;Directive antennas;Media Access Protocol;Multimedia databases;Multimedia systems;Vehicles;Wireless application protocol},
  month     = {Oct},
  pages     = {410-415 vol.2},
  title     = {A new adaptive MAC layer protocol for wireless ATM networks in harsh fading and interference environments},
  volume    = {2},
  year      = {1997},
}

@article{frma,
  author       = {Narasimhan, P. and Yates, R.D.},
  doi          = {10.1109/49.490413},
  issn         = {0733-8716},
  journaltitle = {Selected Areas in Communications, IEEE Journal on},
  keywords     = {Markov processes;data communication;land mobile radio;nonlinear programming;packet reservation multiple access;probability;telecommunication traffic;voice communication;Markov chain;PRMA;QoS;bandwidth;data region;data subsystems;data traffic;exact analytical method;mobile terminal;nonlinear programming problem;numerical results;packet reservation multiple access;protocol;quality of service;receiver;voice capacity;voice contention region;voice information region;voice packet dropping probability;voice subsystems;voice-data integration;Access protocols;Bandwidth;Broadcasting;Decoding;Delay effects;Multiplexing;Performance analysis;Quality of service;Speech analysis;Time division multiple access},
  month        = {May},
  number       = {4},
  pages        = {623-631},
  title        = {A new protocol for the integration of voice and data over PRMA},
  volume       = {14},
  year         = {1996},
}

@inproceedings{prmapp,
  author    = {DeVile, J.M.},
  booktitle = {Mobile and Personal Communications, 1993., Seventh IEE European Conference on},
  keywords  = {mobile radio systems;time division multiple access;PRMA++;RACE ATDMA project;advanced time division multiple access;air-interface;future Universal Mobile Telecommunications System;reservation based multiple access},
  month     = {Dec},
  pages     = {210-215},
  title     = {A reservation based multiple access scheme for a future Universal Mobile Telecommunications System},
  year      = {1993},
}

@article{ribtma,
  acmid        = {55518},
  author       = {Wu, C. and Li, V.},
  doi          = {10.1145/55483.55518},
  issn         = {0146-4833},
  issue_date   = {Oct./Nov. 1987},
  journaltitle = {SIGCOMM Comput. Commun. Rev.},
  location     = {New York, NY, USA},
  month        = {08},
  number       = {5},
  numpages     = {7},
  pages        = {336--342},
  publisher    = {ACM},
  title        = {Receiver-initiated Busy-tone Multiple Access in Packet Radio Networks},
  url          = {http://doi.acm.org/10.1145/55483.55518},
  volume       = {17},
  year         = {1987},
}

@article{frama,
  author       = {Pinheiro, A.L.A. and de Marca, J.R.B.},
  doi          = {10.1049/el:19961588},
  issn         = {0013-5194},
  journaltitle = {Electronics Letters},
  keywords     = {access protocols;delays;multi-access systems;packet radio networks;probability;statistics;F-RAMA protocol;access delay;deterministic packet access protocol;fair resource assignment multiple access;packet dropping probability;resource auction multiple access;speech clipping statistics;voice transmission},
  month        = {Dec},
  number       = {25},
  pages        = {2310-2311},
  title        = {Fair deterministic packet access protocol: F-RAMA (fair resource assignment multiple access)},
  volume       = {32},
  year         = {1996},
}

@article{rraisa,
  author       = {Bolla, Raffaele and Davoli, Franco and Nobile, Carlo},
  doi          = {10.1023/A:1013203910607},
  issn         = {1383-469X},
  journaltitle = {Mobile Networks and Applications},
  language     = {English},
  number       = {1},
  pages        = {45-53},
  publisher    = {Kluwer Academic Publishers},
  title        = {The RRA‐ISA multiple access protocol with and without simple priority schemes for real‐time and data traffic in wireless cellular systems},
  url          = {http://dx.doi.org/10.1023/A%3A1013203910607},
  volume       = {2},
  year         = {1997},
}

@article{dqruma,
  author       = {Karol, MarkJ. and Liu, Zhao and Eng, KaiY.},
  doi          = {10.1007/BF01200846},
  issn         = {1022-0038},
  journaltitle = {Wireless Networks},
  language     = {English},
  number       = {3},
  pages        = {267-279},
  publisher    = {Kluwer Academic Publishers},
  title        = {An efficient demand-assignment multiple access protocol for wireless packet (ATM) networks},
  url          = {http://dx.doi.org/10.1007/BF01200846},
  volume       = {1},
  year         = {1995},
}

@article{mascara,
  author       = {Mikkonen, J. and Aldis, J. and Awater, G. and Lunn, A. and Hutchison, David},
  doi          = {10.1109/49.709455},
  issn         = {0733-8716},
  journaltitle = {Selected Areas in Communications, IEEE Journal on},
  keywords     = {asynchronous transfer mode;data communication;multimedia communication;protocols;specification languages;wireless LAN;ATM LAN;European Union ACTS initiative;Magic WAND;SDL simulation;call setup;design;functional model;functional overview;functional specification;functionality;handover;indoor environments;initial registration;key operations;physical data transmission;protocols;shared multimedia application;user mobility;walking speed;wireless ATM network demonstrator;wireless access network;Access protocols;Asynchronous transfer mode;Communications technology;Data communication;Frequency;Indoor environments;Mobile computing;Switches;Wireless application protocol;Wireless networks},
  month        = {Aug},
  number       = {6},
  pages        = {953-972},
  title        = {The Magic WAND-functional overview},
  volume       = {16},
  year         = {1998},
}

@article{dsapp,
  author       = {Petras, Dietmar},
  journaltitle = {See http://www. comnets. rwth-aachen. de/petras/Publications},
  publisher    = {Citeseer},
  title        = {Performance evaluation of medium access control protocols for mobile broadband systems},
  year         = {1996},
}

@inproceedings{cata,
  author    = {Zhenyu Tang and Garcia-Luna-Aceves, J.J.},
  booktitle = {Wireless Communications and Networking Conference, 1999. WCNC. 1999 IEEE},
  doi       = {10.1109/WCNC.1999.796954},
  issn      = {1525-3511},
  keywords  = {access protocols;network topology;packet radio networks;scheduling;telecommunication channels;telecommunication congestion control;CATA;ad-hoc networks;bandwidth;broadcasting;channel access protocol;collision-avoidance time allocation;distributed reservation;dynamic service time;fully-connected network topology;handshake mechanism;hidden terminals;multi-hop packet radio networks;multicasting;protocol;throughput;topology-dependent transmission scheduling;unicasting;wireless networks;Access protocols;Ad hoc networks;Dynamic scheduling;Intelligent networks;Media Access Protocol;Multiaccess communication;Multicast protocols;Processor scheduling;Spread spectrum communication;Wireless networks},
  month     = {},
  pages     = {1333-1337 vol.3},
  title     = {A protocol for topology-dependent transmission scheduling in wireless networks},
  year      = {1999},
}

@article{jin,
  day   = {14},
  month = {05},
  title = {A MAC Algorithm for Energy-limited Ad-Hoc Networks},
  year  = {2007},
}

@article{trama,
  acmid        = {1143386},
  author       = {Rajendran, Venkatesh and Obraczka, Katia and Garcia-Luna-Aceves, J. J.},
  doi          = {10.1007/s11276-006-6151-z},
  issn         = {1022-0038},
  issue_date   = {February 2006},
  journaltitle = {Wirel. Netw.},
  keywords     = {ad hoc networks, energy-efficient scheduling, sensor networks, traffic-adaptive medium access},
  location     = {Secaucus, NJ, USA},
  month        = {02},
  number       = {1},
  numpages     = {16},
  pages        = {63--78},
  publisher    = {Springer-Verlag New York, Inc.},
  title        = {Energy-efficient, Collision-free Medium Access Control for Wireless Sensor Networks},
  url          = {http://dx.doi.org/10.1007/s11276-006-6151-z},
  volume       = {12},
  year         = {2006},
}

@inproceedings{nama,
  acmid     = {381698},
  address   = {New York, NY, USA},
  author    = {Bao, Lichun and Garcia-Luna-Aceves, J. J.},
  booktitle = {Proceedings of the 7th Annual International Conference on Mobile Computing and Networking},
  doi       = {10.1145/381677.381698},
  isbn      = {1-58113-422-3},
  location  = {Rome, Italy},
  numpages  = {12},
  pages     = {210--221},
  publisher = {ACM},
  series    = {MobiCom '01},
  title     = {A New Approach to Channel Access Scheduling for Ad Hoc Networks},
  url       = {http://doi.acm.org/10.1145/381677.381698},
  year      = {2001},
}

@inproceedings{march,
  author    = {Toh, C.K. and Vassiliou, V. and Guichal, G. and Shih, C.-H.},
  booktitle = {MILCOM 2000. 21st Century Military Communications Conference Proceedings},
  doi       = {10.1109/MILCOM.2000.905007},
  keywords  = {access protocols;broadcast antennas;land mobile radio;multi-access systems;packet radio networks;MAC protocols;MARCH protocol;RTS-CTS handshake;broadcast characteristics;channel throughput;control messages reduction;control packets transmission;data packet forwarding;data packet transmission;medium access control protocol;mobile hosts;multihop wireless ad hoc networks;multiple access with reduced handshake;omnidirectional antenna;packet collision probability;performance evaluation;simulation results;Access protocols;Ad hoc networks;Media Access Protocol;Mobile ad hoc networks;Mobile computing;Multiaccess communication;Road accidents;Spread spectrum communication;Throughput;Wireless application protocol},
  month     = {},
  pages     = {512-516 vol.1},
  title     = {MARCH: a medium access control protocol for multihop wireless ad hoc networks},
  volume    = {1},
  year      = {2000},
}

@inproceedings{richdp,
  author    = {Tzamaloukas, A. and Garcia-Luna-Aceves, J.J.},
  booktitle = {Computer Communications and Networks, 2000. Proceedings. Ninth International Conference on},
  doi       = {10.1109/ICCCN.2000.885483},
  issn      = {1095-2055},
  keywords  = {access protocols;channel allocation;frequency hop communication;packet radio networks;telecommunication congestion control;MAC protocols;RICH-DP;ad-hoc networks;carrier sensing;channel-hopping protocol;collision-avoidance handshakes;commercial off-the-shelf frequency hopping radios;data packets;delay characteristics;dual polling;hidden source interference;hidden terminals;media access control protocols;receiver-initiated channel-hopping;throughput characteristics;unique node codes;unlicensed frequency bands;wireless networks;Access protocols;Ad hoc networks;Analytical models;Delay;Frequency;Interference;Media Access Protocol;Throughput;Wireless application protocol;Wireless networks},
  month     = {},
  pages     = {142-147},
  title     = {A channel-hopping protocol for ad-hoc networks},
  year      = {2000},
}

@article{dcapc,
  abstract     = {In a mobile ad hoc network (MANET), one essential issue is Medium Access Control (MAC), which addresses how to utilize the radio spectrum efficiently and to resolve potential contention and collision among mobile hosts on using the medium. Existing works have been dedicated to using multiple channels and power control to improve the performance of MANET. In this paper, we investigate the possibility of bringing the concepts of power control and multi-channel medium access together in the MAC design problem in a MANET. Existing protocols only address one of these issues independently. The proposed protocol is characterized by the following features: (i) it follows an ‘on-demand’ style to assign channels to mobile hosts, (ii) the number of channels required is independent of the network topology and degree, (iii) it flexibly adapts to host mobility, (iv) no form of clock synchronization is required and (v) power control is used to exploit frequency reuse. Power control may also extend battery life and reduce signal interference, both of which are important in wireless communication. Through simulations, we demonstrate the advantage of our new protocol.},
  author       = {Wu, Shih-Lin and Tseng, Yu-Chee and Lin, Chih-Yu and Sheu, Jang-Ping},
  doi          = {10.1093/comjnl/45.1.101},
  eprint       = {http://comjnl.oxfordjournals.org/content/45/1/101.full.pdf+html},
  journaltitle = {The Computer Journal},
  number       = {1},
  pages        = {101-110},
  title        = {A Multi-channel MAC Protocol with Power Control for Multi-hop Mobile Ad Hoc Networks},
  url          = {http://comjnl.oxfordjournals.org/content/45/1/101.abstract},
  volume       = {45},
  year         = {2002},
}

@inproceedings{srmapa,
  author    = {Chang Wook Ahn and Chung Gu Kang and You Ze Cho},
  booktitle = {Vehicular Technology Conference, 2000. IEEE-VTS Fall VTC 2000. 52nd},
  doi       = {10.1109/VETECF.2000.887137},
  issn      = {1090-3038},
  keywords  = {access protocols;distributed control;land mobile radio;multiplexing;packet radio networks;quality of service;telecommunication control;MAC protocol;QoS-guaranteed integrated services;RTS/CTS-like collision-avoidance handshake;SRMA/PA protocol;back-off mechanism;channel utilization;delay-constrained services;distributed access priority control;distributed nodes;distributed scheduling;dynamic access priority control;mobile ad-hoc networks;multi-hop wireless packet networks;multiplexing gain;nonreal-time applications;priority assignment;real-time applications;simulation studies;soft reservation multiple access;system complexity;time slots reservation;Access protocols;Ad hoc networks;Centralized control;Collision avoidance;Dynamic scheduling;Electronic mail;Intserv networks;Media Access Protocol;Quality of service;Radio control},
  month     = {},
  pages     = {942-947 vol.2},
  title     = {Soft reservation multiple access with priority assignment (SRMA/PA): a novel MAC protocol for QoS-guaranteed integrated services in mobile ad-hoc networks},
  volume    = {2},
  year      = {2000},
}

@inproceedings{gpc,
  author    = {Monks, J.P. and Ebert, J.-P. and Wolisz, A. and Hwu, W.-M.W.},
  booktitle = {Local Computer Networks, 2001. Proceedings. LCN 2001. 26th Annual IEEE Conference on},
  doi       = {10.1109/LCN.2001.990835},
  issn      = {0742-1303},
  keywords  = {access protocols;channel capacity;land mobile radio;network topology;packet radio networks;power control;telecommunication control;wireless LAN;ad hoc network topologies;distributed media access control;energy consumption;energy saving;multi-hop wireless networks;network capacity;performance measure;transmission power control;wireless LAN;wireless ad-hoc MAC protocols;wireless packet networks;Access protocols;Ad hoc networks;Energy consumption;Land mobile radio cellular systems;Media Access Protocol;Network topology;Power control;Spread spectrum communication;Wireless application protocol;Wireless networks},
  month     = {},
  pages     = {550-559},
  title     = {A study of the energy saving and capacity improvement potential of power control in multi-hop wireless networks},
  year      = {2001},
}

@article{vbs,
  author       = {Hassanein, Hossam and Safwat, Ahmed},
  doi          = {10.1002/dac.506},
  issn         = {1099-1131},
  journaltitle = {International Journal of Communication Systems},
  keywords     = {wireless mobile ad hoc communications, wireless mobile infrastructure, routing, medium access control, quality of service, performance evaluation},
  number       = {8},
  pages        = {763--782},
  publisher    = {John Wiley & Sons, Ltd.},
  title        = {Virtual base stations for wireless mobile ad hoc communications: an infrastructure for the infrastructure-less},
  url          = {http://dx.doi.org/10.1002/dac.506},
  volume       = {14},
  year         = {2001},
}

@inproceedings{dpcalp,
  author    = {Jung-Won Kim and Bambos, N.},
  booktitle = {Vehicular Technology Conference, 2002. Proceedings. VTC 2002-Fall. 2002 IEEE 56th},
  doi       = {10.1109/VETECF.2002.1040647},
  issn      = {1090-3038},
  keywords  = {access protocols;ad hoc networks;data communication;delays;mobile radio;power control;telecommunication channels;telecommunication control;CSMA;IEEE 802.11b;MAC protocol;SIR;adaptive probing;channel probing;mobile terminal;multirate wireless ad hoc networks;pipelining;power control algorithm;power-efficient MAC scheme;transmission delay;Access control;Ad hoc networks;Adaptive control;Base stations;Intelligent networks;Mobile ad hoc networks;Power control;Programmable control;Protocols;Throughput},
  month     = {},
  pages     = {2380-2384 vol.4},
  title     = {Power-efficient MAC scheme using channel probing in multirate wireless ad hoc networks},
  volume    = {4},
  year      = {2002},
}

@inproceedings{lal,
  author    = {Lal, D. and Toshniwal, R. and Radhakrishnan, R. and Agrawal, D.P. and Caffery, J.},
  booktitle = {Computer Communications and Networks, 2002. Proceedings. Eleventh International Conference on},
  doi       = {10.1109/ICCCN.2002.1043136},
  issn      = {1095-2055},
  keywords  = {IEEE standards;ad hoc networks;adaptive antenna arrays;directive antennas;mobile radio;space division multiple access;telecommunication traffic;transmitting antennas;wireless LAN;IEEE 802.11;MAC layer protocol;WLAN;directional antennas;directional reception;performance;simulation;smart antenna systems;space division multiple access;spatially separated transmitter nodes;throughput improvements;wireless ad hoc networks;Access protocols;Directional antennas;Directive antennas;Media Access Protocol;Mobile ad hoc networks;Receiving antennas;Transmitters;Transmitting antennas;Wireless LAN;Wireless application protocol},
  month     = {Oct},
  pages     = {614-619},
  title     = {A novel MAC layer protocol for space division multiple access in wireless ad hoc networks},
  year      = {2002},
}

@article{gridb,
  author       = {Yu-Chee Tseng and Chih-Min Chao and Shih-Lin Wu and Jang-Ping Sheu},
  doi          = {http://dx.doi.org/10.1016/S0140-3664(01)00397-8},
  issn         = {0140-3664},
  journaltitle = {Computer Communications},
  keywords     = {Wireless communication},
  note         = {},
  number       = {7},
  pages        = {676 - 688},
  title        = {Dynamic channel allocation with location awareness for multi-hop mobile ad hoc networks},
  url          = {http://www.sciencedirect.com/science/article/pii/S0140366401003978},
  volume       = {25},
  year         = {2002},
}

@inproceedings{mcmac,
  author    = {Kyu-Tae Jin and Dong-Ho Cho},
  booktitle = {Vehicular Technology Conference, 2002. Proceedings. VTC 2002-Fall. 2002 IEEE 56th},
  doi       = {10.1109/VETECF.2002.1040774},
  issn      = {1090-3038},
  keywords  = {access protocols;ad hoc networks;multimedia communication;packet radio networks;average access delay;multi-code MAC;multi-hop wireless ad hoc networks;multimedia packets;multimedia services;temporary network;throughput;wireless ad-hoc network;wireless mobile terminals;Ad hoc networks;Delay;Home automation;Media Access Protocol;Mobile ad hoc networks;Multimedia systems;Receivers;Spread spectrum communication;Throughput;Wireless networks},
  month     = {},
  pages     = {1100-1104 vol.2},
  title     = {Multi-code MAC for multi-hop wireless ad hoc networks},
  volume    = {2},
  year      = {2002},
}

@article{wca,
  author       = {Chatterjee, Mainak and Das, SajalK. and Turgut, Damla},
  doi          = {10.1023/A:1013941929408},
  issn         = {1386-7857},
  journaltitle = {Cluster Computing},
  keywords     = {ad hoc networks; clusters; dominant set; load balancing},
  language     = {English},
  number       = {2},
  pages        = {193-204},
  publisher    = {Kluwer Academic Publishers},
  title        = {WCA: A Weighted Clustering Algorithm for Mobile Ad Hoc Networks},
  url          = {http://dx.doi.org/10.1023/A%3A1013941929408},
  volume       = {5},
  year         = {2002},
}

@article{dbtma,
  author       = {Haas, Z.J. and Jing Deng},
  doi          = {10.1109/TCOMM.2002.1010617},
  issn         = {0090-6778},
  journaltitle = {Communications, IEEE Transactions on},
  keywords     = {access protocols;land mobile radio;network topology;packet radio networks;DBTMA;DBTMA protocol;FAMA-NCS;MAC layer;MAC protocol;RTS packet;RTS/CTS dialogue;ad hoc networks;clear-to-send dialogue;dual busy tone multiple access;exposed terminal problems;hidden terminal problems;multiple access control;narrow-bandwidth tones;network capacity;network topologies;out-of-band busy tones;packet sensing MAC schemes;performance evaluation;ready-to-send dialogue;simulation results;throughput;Access control;Access protocols;Ad hoc networks;Analytical models;Media Access Protocol;Performance analysis;Performance gain;Protection;Throughput;Transmitters},
  month        = {Jun},
  number       = {6},
  pages        = {975-985},
  title        = {Dual busy tone multiple access (DBTMA)-a multiple access control scheme for ad hoc networks},
  volume       = {50},
  year         = {2002},
}

@inproceedings{mmac,
  acmid     = {570653},
  address   = {New York, NY, USA},
  author    = {Choudhury, Romit Roy and Yang, Xue and Ramanathan, Ram and Vaidya, Nitin H.},
  booktitle = {Proceedings of the 8th Annual International Conference on Mobile Computing and Networking},
  doi       = {10.1145/570645.570653},
  isbn      = {1-58113-486-X},
  keywords  = {ad hoc networks, carrier sensing, directional antennas, medium access control},
  location  = {Atlanta, Georgia, USA},
  numpages  = {12},
  pages     = {59--70},
  publisher = {ACM},
  series    = {MobiCom '02},
  title     = {Using Directional Antennas for Medium Access Control in Ad Hoc Networks},
  url       = {http://doi.acm.org/10.1145/570645.570653},
  year      = {2002},
}

@article{dprma,
  author       = {Shengming Jiang and Jianqiang Rao and Dajiang He and Xinhua Ling and Chi Chung Ko},
  doi          = {10.1109/25.994807},
  issn         = {0018-9545},
  journaltitle = {Vehicular Technology, IEEE Transactions on},
  keywords     = {Global Positioning System;access protocols;mobile radio;packet radio networks;packet reservation multiple access;synchronisation;voice communication;D-PRMA;IEEE 802.11;MAC scheme;MANETs;PRMA;distributed PRMA;exposed terminal problems;hidden terminal problems;mobile ad hoc environments;mobile ad hoc networks;packet reservation multiple access;simple distributed PRMA;slot reservation mechanism;slotted-channel-based medium access control schemes;synchronization;talkspurt;terminals;voice application support;voice traffic;Application software;Computer simulation;Costs;Global Positioning System;Media Access Protocol;Mobile ad hoc networks;Performance analysis;Telecommunication traffic;Time division multiple access;Traffic control},
  month        = {Mar},
  number       = {2},
  pages        = {293-305},
  title        = {A simple distributed PRMA for MANETs},
  volume       = {51},
  year         = {2002},
}

@inproceedings{dprma2,
  acmid     = {313247},
  address   = {New York, NY, USA},
  author    = {Alasti, Mehdi and Farvardin, Nariman},
  booktitle = {Proceedings of the 2Nd ACM International Workshop on Modeling, Analysis and Simulation of Wireless and Mobile Systems},
  doi       = {10.1145/313237.313247},
  isbn      = {1-58113-173-9},
  location  = {Seattle, Washington, USA},
  numpages  = {9},
  pages     = {41--49},
  publisher = {ACM},
  series    = {MSWiM '99},
  title     = {D-PRMA: A Dynamic Packet Reservation Multiple Access Protocol for Wireless Communications},
  url       = {http://doi.acm.org/10.1145/313237.313247},
  year      = {1999},
}

@inproceedings{ymac,
  acmid     = {1372721},
  author    = {Kim, Youngmin and Shin, Hyojeong and Cha, Hojung},
  booktitle = {Proceedings of the 7th International Conference on Information Processing in Sensor Networks},
  doi       = {10.1109/IPSN.2008.27},
  isbn      = {978-0-7695-3157-1},
  keywords  = {Wireless Sensor Networks, Medium Access Control},
  location  = {Washington, DC, USA},
  numpages  = {11},
  pages     = {53--63},
  publisher = {IEEE Computer Society},
  series    = {IPSN '08},
  title     = {Y-MAC: An Energy-Efficient Multi-channel MAC Protocol for Dense Wireless Sensor Networks},
  url       = {http://dx.doi.org/10.1109/IPSN.2008.27},
  year      = {2008},
}

@article{macapr,
  acmid        = {299571},
  author       = {Lin, Chunhung Richard and Gerla, Mario},
  doi          = {10.1023/A:1019182523928},
  issn         = {1022-0038},
  issue_date   = {March 1999},
  journaltitle = {Wirel. Netw.},
  location     = {Secaucus, NJ, USA},
  month        = {03},
  number       = {2},
  numpages     = {11},
  pages        = {125--135},
  publisher    = {Springer-Verlag New York, Inc.},
  title        = {Real-time Support in Multihop Wireless Networks},
  url          = {http://dx.doi.org/10.1023/A:1019182523928},
  volume       = {5},
  year         = {1999},
}

@article{iisma,
  author       = {Wu, Gang and Mukumoto, Kaiji and Fukuda, Akira},
  day          = {25},
  journaltitle = {IEICE TRANSACTIONS on Communications},
  month        = {09},
  pages        = {1186--1192},
  title        = {An Integrated Voice and Data Transmission System with Idle Signal Multiple Access--Static Analysis--},
  url          = {http://search.ieice.org/bin/summary.php?id=e76-b_9_1186&category=B&lang=E&year=1993&abst=},
  volume       = {E76-B},
  year         = {1993},
}

@article{leach,
  author       = {Heinzelman, W.B. and Chandrakasan, A.P. and Balakrishnan, H.},
  doi          = {10.1109/TWC.2002.804190},
  issn         = {1536-1276},
  journaltitle = {Wireless Communications, IEEE Transactions on},
  keywords     = {access protocols;adaptive systems;distributed processing;electric sensing devices;radio networks;telecommunication network routing;LEACH;application-perceived quality;application-specific data aggregation;application-specific protocol architecture;cluster head positions rotation;distributed cluster formation;distributed signal processing;energy-efficient cluster-based routing;energy-efficient media access;general-purpose multihopping;latency;low-energy adaptive clustering hierarchy;media access control protocols;microsensor networks;microsensor nodes;network performance;protocol architecture;remote environment monitoring;routing protocols;self-organization;system lifetime;wireless channel;wireless communication protocols;wireless microsensor networks;Access protocols;Delay;Energy efficiency;Intelligent networks;Microsensors;Remote monitoring;Robustness;Signal processing algorithms;Wireless application protocol;Wireless communication},
  month        = {Oct},
  number       = {4},
  pages        = {660-670},
  title        = {An application-specific protocol architecture for wireless microsensor networks},
  volume       = {1},
  year         = {2002},
}

@article{smac,
  author       = {Wei Ye and Heidemann, J. and Estrin, D.},
  doi          = {10.1109/TNET.2004.828953},
  issn         = {1063-6692},
  journaltitle = {Networking, IEEE/ACM Transactions on},
  keywords     = {access protocols;ad hoc networks;message passing;telecommunication signalling;wireless LAN;wireless sensor networks;IEEE 802.11;MAC protocol;UC Berkeley Mote;ad hoc networks;battery-operated computing device;battery-operated sensing device;coordinated adaptive sleeping;energy conservation;environmental monitoring;in-channel signaling;in-network data processing;medium access control protocol;message passing;multihop network;self-configuration;virtual clusters;wireless sensor networks;Access protocols;Adaptive control;Communication system traffic control;Computer networks;Delay;Media Access Protocol;Programmable control;Sensor phenomena and characterization;Wireless application protocol;Wireless sensor networks;Energy efficiency;MAC;medium access control;sensor network;wireless network},
  month        = {June},
  number       = {3},
  pages        = {493-506},
  title        = {Medium access control with coordinated adaptive sleeping for wireless sensor networks},
  volume       = {12},
  year         = {2004},
}

@article{lmac,
  author    = {Van Hoesel, Lodewijk FW and Havinga, Paul JM},
  publisher = {Society of Instrument and Control Engineers (SICE)},
  title     = {A lightweight medium access protocol (LMAC) for wireless sensor networks: Reducing preamble transmissions and transceiver state switches},
  year      = {2004},
}

@inproceedings{tmac,
  acmid     = {958512},
  address   = {New York, NY, USA},
  author    = {van Dam, Tijs and Langendoen, Koen},
  booktitle = {Proceedings of the 1st International Conference on Embedded Networked Sensor Systems},
  doi       = {10.1145/958491.958512},
  isbn      = {1-58113-707-9},
  keywords  = {MAC protocol, ad-hoc, energy-efficiency, sensor networks},
  location  = {Los Angeles, California, USA},
  numpages  = {10},
  pages     = {171--180},
  publisher = {ACM},
  series    = {SenSys '03},
  title     = {An Adaptive Energy-efficient MAC Protocol for Wireless Sensor Networks},
  url       = {http://doi.acm.org/10.1145/958491.958512},
  year      = {2003},
}

@article{dps,
  acmid        = {582459},
  author       = {Kanodia, Vikram and Li, Chengzhi and Sabharwal, Ashutosh and Sadeghi, Bahareh and Knightly, Edward},
  doi          = {10.1023/A:1016538128311},
  issn         = {1022-0038},
  issue_date   = {September 2002},
  journaltitle = {Wirel. Netw.},
  keywords     = {IEEE 802.11, ad hoc networks, distributed scheduling, medium access},
  location     = {Secaucus, NJ, USA},
  month        = {09},
  number       = {5},
  numpages     = {12},
  pages        = {455--466},
  publisher    = {Springer-Verlag New York, Inc.},
  title        = {Distributed Priority Scheduling and Medium Access in Ad Hoc Networks},
  url          = {http://dx.doi.org/10.1023/A:1016538128311},
  volume       = {8},
  year         = {2002},
}

@inproceedings{dwop,
  acmid     = {513808},
  address   = {New York, NY, USA},
  author    = {Kanodia, V. and Sabharwal, A. and Sadeghi, B. and Knightly, E.},
  booktitle = {Proceedings of the 3rd ACM International Symposium on Mobile Ad Hoc Networking \&Amp; Computing},
  doi       = {10.1145/513800.513808},
  isbn      = {1-58113-501-7},
  location  = {Lausanne, Switzerland},
  numpages  = {13},
  pages     = {58--70},
  publisher = {ACM},
  series    = {MobiHoc '02},
  title     = {Ordered Packet Scheduling in Wireless Ad Hoc Networks: Mechanisms and Performance Analysis},
  url       = {http://doi.acm.org/10.1145/513800.513808},
  year      = {2002},
}

@inproceedings{desynctdma,
  acmid     = {1236363},
  address   = {New York, NY, USA},
  author    = {Degesys, Julius and Rose, Ian and Patel, Ankit and Nagpal, Radhika},
  booktitle = {Proceedings of the 6th International Conference on Information Processing in Sensor Networks},
  doi       = {10.1145/1236360.1236363},
  isbn      = {978-1-59593-638-7},
  keywords  = {desynchronization, medium access control, pulse-coupled oscillators, resource scheduling, self-organizing, sensor networks, time division multiple access},
  location  = {Cambridge, Massachusetts, USA},
  numpages  = {10},
  pages     = {11--20},
  publisher = {ACM},
  series    = {IPSN '07},
  title     = {DESYNC: Self-organizing Desynchronization and TDMA on Wireless Sensor Networks},
  url       = {http://doi.acm.org/10.1145/1236360.1236363},
  year      = {2007},
}

@inproceedings{mlmac,
  author    = {Mank, S. and Karnapke, R. and Nolte, J.},
  booktitle = {Sensor Technologies and Applications, 2007. SensorComm 2007. International Conference on},
  doi       = {10.1109/SENSORCOMM.2007.4394899},
  keywords  = {carrier sense multiple access;time division multiple access;wireless sensor networks;CSMA/CA;MAC protocol;adaptive TDMA;mobile sensor nodes;mobile wireless sensor networks;radio transceivers;Bandwidth;Communication channels;Media Access Protocol;Mobile communication;Mobile robots;Multiaccess communication;Radio transceivers;Time division multiple access;Wireless application protocol;Wireless sensor networks},
  month     = {Oct},
  pages     = {62-69},
  title     = {An Adaptive TDMA based MAC Protocol for Mobile Wireless Sensor Networks},
  year      = {2007},
}

@inproceedings{pmac,
  author    = {Tao Zheng and Radhakrishnan, S. and Sarangan, V.},
  booktitle = {Parallel and Distributed Processing Symposium, 2005. Proceedings. 19th IEEE International},
  doi       = {10.1109/IPDPS.2005.344},
  keywords  = {access protocols;ad hoc networks;energy conservation;power consumption;resource allocation;scheduling;telecommunication traffic;wireless sensor networks;PMAC;SMAC;adaptive energy-efficient MAC protocol;energy consumption;pattern-MAC protocol;sensor nodes;sleep-wakeup schedules;wireless sensor networks;Access protocols;Ad hoc networks;Computer science;Delay;Energy efficiency;Media Access Protocol;Telecommunication traffic;Throughput;Wireless application protocol;Wireless sensor networks},
  month     = {April},
  title     = {PMAC: an adaptive energy-efficient MAC protocol for wireless sensor networks},
  year      = {2005},
}

@inproceedings{rmac,
  author    = {Du, S. and Saha, A.K. and Johnson, D.B.},
  booktitle = {INFOCOM 2007. 26th IEEE International Conference on Computer Communications. IEEE},
  doi       = {10.1109/INFCOM.2007.174},
  issn      = {0743-166X},
  keywords  = {access protocols;telecommunication network routing;wireless sensor networks;cross-layer routing information;data packet delivery;end-to-end delivery latency;routing-enhanced duty-cycle MAC protocol;wireless medium contention;wireless sensor networks;Communication system traffic control;Delay;Energy efficiency;Media Access Protocol;Relays;Routing protocols;Sleep;Traffic control;Wireless application protocol;Wireless sensor networks},
  month     = {May},
  pages     = {1478-1486},
  title     = {RMAC: A Routing-Enhanced Duty-Cycle MAC Protocol for Wireless Sensor Networks},
  year      = {2007},
}

@article{dmac,
  author       = {Lu, Gang and Krishnamachari, Bhaskar and Raghavendra, Cauligi S.},
  doi          = {10.1002/wcm.503},
  issn         = {1530-8677},
  journaltitle = {Wireless Communications and Mobile Computing},
  keywords     = {sensor networks, medium access, data gathering, DMAC},
  number       = {7},
  pages        = {863--875},
  publisher    = {John Wiley & Sons, Ltd.},
  title        = {An adaptive energy-efficient and low-latency MAC for tree-based data gathering in sensor networks},
  url          = {http://dx.doi.org/10.1002/wcm.503},
  volume       = {7},
  year         = {2007},
}

@inproceedings{wisemac,
  author    = {El-Hoiydi, A. and Decotignie, J.-D.},
  booktitle = {Computers and Communications, 2004. Proceedings. ISCC 2004. Ninth International Symposium on},
  doi       = {10.1109/ISCC.2004.1358412},
  keywords  = {access protocols;wireless sensor networks;energy efficiency;medium access control protocol;power consumption;synchronized preamble sampling;ultra low power MAC protocol;wireless sensor network downlink infrastructure;wiseMAC;Access protocols;Communication system traffic control;Delay;Downlink;Energy consumption;Energy efficiency;Media Access Protocol;Sampling methods;Wireless application protocol;Wireless sensor networks},
  month     = {June},
  pages     = {244-251 Vol.1},
  title     = {WiseMAC: an ultra low power MAC protocol for the downlink of infrastructure wireless sensor networks},
  volume    = {1},
  year      = {2004},
}

@inproceedings{rimac,
  acmid     = {1460414},
  address   = {New York, NY, USA},
  author    = {Sun, Yanjun and Gurewitz, Omer and Johnson, David B.},
  booktitle = {Proceedings of the 6th ACM Conference on Embedded Network Sensor Systems},
  doi       = {10.1145/1460412.1460414},
  isbn      = {978-1-59593-990-6},
  keywords  = {asynchronous duty cycling, energy, medium access control, ns-2, sensor networks, tinyos},
  location  = {Raleigh, NC, USA},
  numpages  = {14},
  pages     = {1--14},
  publisher = {ACM},
  series    = {SenSys '08},
  title     = {RI-MAC: A Receiver-initiated Asynchronous Duty Cycle MAC Protocol for Dynamic Traffic Loads in Wireless Sensor Networks},
  url       = {http://doi.acm.org/10.1145/1460412.1460414},
  year      = {2008},
}

@article{zmac,
  acmid        = {1399564},
  author       = {Rhee, Injong and Warrier, Ajit and Aia, Mahesh and Min, Jeongki and Sichitiu, Mihail L.},
  doi          = {10.1109/TNET.2007.900704},
  issn         = {1063-6692},
  issue_date   = {June 2008},
  journaltitle = {IEEE/ACM Trans. Netw.},
  keywords     = {CSMA, MAC, TDMA, wireless sensor networks},
  location     = {Piscataway, NJ, USA},
  month        = {06},
  number       = {3},
  numpages     = {14},
  pages        = {511--524},
  publisher    = {IEEE Press},
  title        = {Z-MAC: A Hybrid MAC for Wireless Sensor Networks},
  url          = {http://dx.doi.org/10.1109/TNET.2007.900704},
  volume       = {16},
  year         = {2008},
}

@inproceedings{mhmac,
  author    = {Raja, A. and Xiao Su},
  booktitle = {Consumer Communications and Networking Conference, 2008. CCNC 2008. 5th IEEE},
  doi       = {10.1109/ccnc08.2007.159},
  keywords  = {access protocols;mobile radio;packet radio networks;wireless sensor networks;MAC protocol designs;contention-based slots;frame time;hybrid MAC protocol;mobile nodes;mobile sensor networks;mobile slot;mobility adaptive hybrid protocol;mobility estimation algorithm;mobility level;packet delivery ratio;received signal strength;schedule-based slots;static nodes;static sensor networks;static slot;wireless sensor networks;Access protocols;Algorithm design and analysis;Computer networks;Delay;Energy efficiency;Media Access Protocol;Scheduling algorithm;Sleep;Wireless application protocol;Wireless sensor networks},
  month     = {Jan},
  pages     = {692-696},
  title     = {A Mobility Adaptive Hybrid Protocol for Wireless Sensor Networks},
  year      = {2008},
}

@incollection{ginmac,
  author    = {Suriyachai, Petcharat and Brown, James and Roedig, Utz},
  booktitle = {Distributed Computing in Sensor Systems},
  doi       = {10.1007/978-3-642-13651-1_16},
  editor    = {Rajaraman, Rajmohan and Moscibroda, Thomas and Dunkels, Adam and Scaglione, Anna},
  isbn      = {978-3-642-13650-4},
  language  = {English},
  pages     = {216-229},
  publisher = {Springer Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  title     = {Time-Critical Data Delivery in Wireless Sensor Networks},
  url       = {http://dx.doi.org/10.1007/978-3-642-13651-1_16},
  volume    = {6131},
  year      = {2010},
}

@article{tsmp,
  author       = {Pister, K and Doherty, Lance},
  journaltitle = {IASTED Distributed Sensor Networks},
  pages        = {391--398},
  title        = {TSMP: Time synchronized mesh protocol},
  year         = {2008},
}

@article{aimrp,
  author       = {Kulkarni, S. and Iyer, A. and Rosenberg, C.},
  doi          = {10.1109/TNET.2006.880163},
  issn         = {1063-6692},
  journaltitle = {Networking, IEEE/ACM Transactions on},
  keywords     = {access protocols;routing protocols;wireless sensor networks;MAC control packets;S-MAC;address-light integrated MAC protocol;anycast query;concentric tiers;event-detection applications;next-hop node;power-saving algorithm;routing protocol;sensor-to-sink latency constraints;total average power consumption;unique per-node addressing;wireless sensor networks;Delay;Event detection;Intelligent networks;Media Access Protocol;Monitoring;Routing protocols;Sensor phenomena and characterization;Telecommunication traffic;Wireless application protocol;Wireless sensor networks;Addressing;MAC;anycast routing;cross-layer integration;power-saving mode;rare event detection;sensor networks},
  month        = {Aug},
  number       = {4},
  pages        = {793-806},
  title        = {An address-light, integrated MAC and routing protocol for wireless sensor networks},
  volume       = {14},
  year         = {2006},
}

@inproceedings{xmac,
  acmid     = {1182838},
  address   = {New York, NY, USA},
  author    = {Buettner, Michael and Yee, Gary V. and Anderson, Eric and Han, Richard},
  booktitle = {Proceedings of the 4th International Conference on Embedded Networked Sensor Systems},
  doi       = {10.1145/1182807.1182838},
  isbn      = {1-59593-343-3},
  keywords  = {energy efficient operation, media access protocols},
  location  = {Boulder, Colorado, USA},
  numpages  = {14},
  pages     = {307--320},
  publisher = {ACM},
  series    = {SenSys '06},
  title     = {X-MAC: A Short Preamble MAC Protocol for Duty-cycled Wireless Sensor Networks},
  url       = {http://doi.acm.org/10.1145/1182807.1182838},
  year      = {2006},
}

@article{priomac,
  author       = {Wei Shen and Tingting Zhang and Barac, F. and Gidlund, M.},
  doi          = {10.1109/TII.2013.2280081},
  issn         = {1551-3203},
  journaltitle = {Industrial Informatics, IEEE Transactions on},
  keywords     = {access protocols;actuators;delays;telecommunication industry;telecommunication network reliability;telecommunication standards;telecommunication traffic;wireless sensor networks;IWSAN;PriorityMAC protocol;Telosb mote testbed;TinyOS implementation;critical traffic design;high priority indication space;human safety;industrial automation;industrial standard;industrial wireless sensor and actuator network;material loss;noncritical monitoring traffic;priority-enhanced medium access control protocol;system failure;system instability;transmission bandwidth;wired communication;Delays;IEEE 802.15 Standards;Protocols;Time division multiple access;Wireless communication;Wireless sensor networks;ISA100.11a;MAC protocols;WirelessHART;industrial wireless sensor and actuator networks (IWSANs);priority},
  month        = {Feb},
  number       = {1},
  pages        = {824-835},
  title        = {PriorityMAC: A Priority-Enhanced MAC Protocol for Critical Traffic in Industrial Wireless Sensor and Actuator Networks},
  volume       = {10},
  year         = {2014},
}

@article{pedamacs,
  author       = {Ergen, S.C. and Varaiya, P.},
  doi          = {10.1109/TMC.2006.100},
  issn         = {1536-1233},
  journaltitle = {Mobile Computing, IEEE Transactions on},
  keywords     = {access protocols;delays;scheduling;time division multiple access;wireless sensor networks;PEDAMACS;delay aware medium access protocol;high-powered access point;multihop sensor networks;power efficiency;scheduling algorithm;time division multiple access;Access protocols;Network topology;Operating systems;Scheduling algorithm;Sensor systems;Sleep;Spread spectrum communication;Telecommunication traffic;Time division multiple access;Traffic control;Sensor networks;delay guarantee.;energy efficiency},
  month        = {July},
  number       = {7},
  pages        = {920-930},
  title        = {PEDAMACS: power efficient and delay aware medium access protocol for sensor networks},
  volume       = {5},
  year         = {2006},
}

@inproceedings{hymac,
  author    = {Salajegheh, M. and Soroush, H. and Kalis, A.},
  booktitle = {Personal, Indoor and Mobile Radio Communications, 2007. PIMRC 2007. IEEE 18th International Symposium on},
  doi       = {10.1109/PIMRC.2007.4394374},
  keywords  = {frequency division multiple access;time division multiple access;wireless sensor networks;MAC layer protocol;end-to-end delay;energy-efficient collision-free manner;hybrid TDMA-FDMA medium access control protocol;real-time voice streaming;sensor node hardware platforms;wireless sensor networks;Access protocols;Bandwidth;Frequency division multiaccess;Hardware;Media Access Protocol;Temperature sensors;Throughput;Time division multiple access;Wireless application protocol;Wireless sensor networks},
  month     = {Sept},
  pages     = {1-5},
  title     = {HYMAC: Hybrid TDMA/FDMA Medium Access Control Protocol for Wireless Sensor Networks},
  year      = {2007},
}

@inproceedings{alert,
  acmid     = {1372731},
  author    = {Namboodiri, Vinod and Keshavarzian, Abtin},
  booktitle = {Proceedings of the 7th International Conference on Information Processing in Sensor Networks},
  doi       = {10.1109/IPSN.2008.23},
  isbn      = {978-0-7695-3157-1},
  keywords  = {Wireless Sensor Networks, MAC Protocol},
  location  = {Washington, DC, USA},
  numpages  = {12},
  pages     = {159--170},
  publisher = {IEEE Computer Society},
  series    = {IPSN '08},
  title     = {Alert: An Adaptive Low-Latency Event-Driven MAC Protocol for Wireless Sensor Networks},
  url       = {http://dx.doi.org/10.1109/IPSN.2008.23},
  year      = {2008},
}

@incollection{sift,
  author    = {Jamieson, Kyle and Balakrishnan, Hari and Tay, Y.C.},
  booktitle = {Wireless Sensor Networks},
  doi       = {10.1007/11669463_20},
  editor    = {Römer, Kay and Karl, Holger and Mattern, Friedemann},
  isbn      = {978-3-540-32158-3},
  language  = {English},
  pages     = {260-275},
  publisher = {Springer Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  title     = {Sift: A MAC Protocol for Event-Driven Wireless Sensor Networks},
  url       = {http://dx.doi.org/10.1007/11669463_20},
  volume    = {3868},
  year      = {2006},
}

@inproceedings{qmac,
  author    = {Vasanthi, N.A. and Annadurai, S.},
  booktitle = {Sensor Networks, Ubiquitous, and Trustworthy Computing, 2006. IEEE International Conference on},
  doi       = {10.1109/SUTC.2006.64},
  keywords  = {access protocols;dynamic scheduling;query processing;wireless sensor networks;Q-MAC;data transmission;dynamic schedule;energy efficient sleep schedule;medium access control;packet arrival time;protocol;query based sensor network;Area measurement;Current measurement;Delay;Dynamic scheduling;Energy consumption;Energy efficiency;Frequency measurement;Intelligent networks;Sleep;Temperature measurement;Energy consumption.;Latency;MAC;Query processing;Sensor networks;Sleep planning;protocols},
  month     = {June},
  pages     = {214-219},
  title     = {Energy Efficient Sleep Schedule for Achieving Minimum Latency in Query based Sensor Networks},
  volume    = {2},
  year      = {2006},
}

@inproceedings{rrmac,
  author    = {Jungsook Kim and Jaehan Lim and Pelczar, C. and Byungtae Jang},
  booktitle = {Consumer Electronics, 2008. ISCE 2008. IEEE International Symposium on},
  doi       = {10.1109/ISCE.2008.4559491},
  keywords  = {access protocols;packet radio networks;telecommunication network reliability;time division multiple access;wireless sensor networks;IEEE 802.15.4;RRMAC design;TDMA;WSN;multihop convergecast network;real-time communication;reliable packet transmission;sensor network MAC;time division multiple access;Access protocols;Delay;Intelligent transportation systems;Media Access Protocol;Multiaccess communication;Spread spectrum communication;Telecommunication network reliability;Telematics;Time division multiple access;Wireless sensor networks;MAC;real time;reliability;wireless sensor network},
  month     = {April},
  pages     = {1-4},
  title     = {RRMAC: A sensor network MAC for real time and reliable packet transmission},
  year      = {2008},
}

@inproceedings{watteyene,
  author    = {Watteyne, T. and Auge-Blum, I.},
  booktitle = {Modeling, Analysis, and Simulation of Computer and Telecommunication Systems, 2005. 13th IEEE International Symposium on},
  doi       = {10.1109/MASCOTS.2005.54},
  issn      = {1526-7539},
  keywords  = {access protocols;delays;real-time systems;wireless sensor networks;communication protocol;hard real-time MAC;medium access control protocol;transmission delay;wireless sensor network;Frequency synchronization;Intelligent sensors;Interference;Laboratories;Media Access Protocol;Monitoring;Routing protocols;Scheduling;Wireless application protocol;Wireless sensor networks},
  month     = {Sept},
  pages     = {533-536},
  title     = {Proposition of a hard real-time MAC protocol for wireless sensor networks},
  year      = {2005},
}

@article{rrr,
  acmid        = {2661638},
  articleno    = {31},
  author       = {Salmani, Vahid and Chou, Pai H.},
  doi          = {10.1145/2661638},
  issn         = {1550-4859},
  issue_date   = {February 2015},
  journaltitle = {ACM Trans. Sen. Netw.},
  keywords     = {Wireless sensor networks, collision detection, deterministic contention resolution, hybrid protocol, implementation, medium access control, ultra-compact nodes},
  location     = {New York, NY, USA},
  month        = {12},
  number       = {2},
  numpages     = {38},
  pages        = {31:1--31:38},
  publisher    = {ACM},
  title        = {Resilient Round Robin: A Lightweight Deterministic MAC Primitive},
  url          = {http://doi.acm.org/10.1145/2661638},
  volume       = {11},
  year         = {2014},
}

@inproceedings{mumac,
  author    = {Barroso, A. and Roedig, U. and Sreenan, C.},
  booktitle = {Wireless Sensor Networks, 2005. Proceeedings of the Second European Workshop on},
  doi       = {10.1109/EWSN.2005.1462000},
  keywords  = {access protocols;transceivers;wireless sensor networks;MAC protocols;application layer knowledge;medium access control;transceiver;wireless sensor networks;Access protocols;Delay;Energy consumption;Energy efficiency;Media Access Protocol;Sleep;Telecommunication traffic;Transceivers;Wireless application protocol;Wireless sensor networks},
  month     = {Jan},
  pages     = {70-80},
  title     = {mu;-MAC: an energy-efficient medium access control for wireless sensor networks},
  year      = {2005},
}

@inproceedings{amac,
  acmid     = {1869985},
  address   = {New York, NY, USA},
  author    = {Dutta, Prabal and Dawson-Haggerty, Stephen and Chen, Yin and Liang, Chieh-Jan Mike and Terzis, Andreas},
  booktitle = {Proceedings of the 8th ACM Conference on Embedded Networked Sensor Systems},
  doi       = {10.1145/1869983.1869985},
  isbn      = {978-1-4503-0344-6},
  keywords  = {MAC protocols, link protocols, wireless sensor networks},
  location  = {Z\&\#252;rich, Switzerland},
  numpages  = {14},
  pages     = {1--14},
  publisher = {ACM},
  series    = {SenSys '10},
  title     = {Design and Evaluation of a Versatile and Efficient Receiver-initiated Link Layer for Low-power Wireless},
  url       = {http://doi.acm.org/10.1145/1869983.1869985},
  year      = {2010},
}

@inproceedings{ailmac,
  author    = {Chatterjea, S. and van Hoesel, L.F.W. and Havinga, P.J.M.},
  booktitle = {Intelligent Sensors, Sensor Networks and Information Processing Conference, 2004. Proceedings of the 2004},
  doi       = {10.1109/ISSNIP.2004.1417492},
  keywords  = {access protocols;optimisation;telecommunication traffic;time division multiple access;wireless sensor networks;TDMA;adaptive MAC protocol;fairness;information-centric MAC protocol;latency;lightweight MAC protocol;localised data management framework;query dissemination;query optimisation;traffic patterns;wireless sensor networks;Access protocols;Application software;Computer science;Delay;Media Access Protocol;Monitoring;Query processing;Telecommunication traffic;Wireless application protocol;Wireless sensor networks},
  month     = {Dec},
  pages     = {381-388},
  title     = {AI-LMAC: an adaptive, information-centric and lightweight MAC protocol for wireless sensor networks},
  year      = {2004},
}

@inproceedings{bmac,
  acmid     = {1031508},
  address   = {New York, NY, USA},
  author    = {Polastre, Joseph and Hill, Jason and Culler, David},
  booktitle = {Proceedings of the 2Nd International Conference on Embedded Networked Sensor Systems},
  doi       = {10.1145/1031495.1031508},
  isbn      = {1-58113-879-2},
  keywords  = {communication interfaces, energy efficient operation, media access protocols, networking, reconfigurable protocols, wireless sensor networks},
  location  = {Baltimore, MD, USA},
  numpages  = {13},
  pages     = {95--107},
  publisher = {ACM},
  series    = {SenSys '04},
  title     = {Versatile Low Power Media Access for Wireless Sensor Networks},
  url       = {http://doi.acm.org/10.1145/1031495.1031508},
  year      = {2004},
}

@inproceedings{bitmac,
  author    = {Ringwald, M. and Romer, K.},
  booktitle = {Wireless Sensor Networks, 2005. Proceeedings of the Second European Workshop on},
  doi       = {10.1109/EWSN.2005.1461999},
  keywords  = {access protocols;telecommunication channels;wireless sensor networks;BitMAC;communication channel;robust MAC protocol;sensor networks;Access protocols;Bandwidth;Communication channels;Computer science;Delay;Energy consumption;Energy resolution;Media Access Protocol;Robustness;Sensor phenomena and characterization},
  month     = {Jan},
  pages     = {57-69},
  title     = {BitMAC: a deterministic, collision-free, and robust MAC protocol for sensor networks},
  year      = {2005},
}

@inproceedings{bma,
  acmid     = {984631},
  address   = {New York, NY, USA},
  author    = {Li, Jing and Lazarou, Georgios Y.},
  booktitle = {Proceedings of the 3rd International Symposium on Information Processing in Sensor Networks},
  doi       = {10.1145/984622.984631},
  isbn      = {1-58113-846-6},
  keywords  = {MAC protocols, energy-efficiency, wireless sensor networks},
  location  = {Berkeley, California, USA},
  numpages  = {6},
  pages     = {55--60},
  publisher = {ACM},
  series    = {IPSN '04},
  title     = {A Bit-map-assisted Energy-efficient MAC Scheme for Wireless Sensor Networks},
  url       = {http://doi.acm.org/10.1145/984622.984631},
  year      = {2004},
}

@incollection{bpsmac,
  author    = {Klein, Alexander},
  booktitle = {Multiple Access Communications},
  doi       = {10.1007/978-3-642-23795-9_4},
  editor    = {Sacchi, Claudio and Bellalta, Boris and Vinel, Alexey and Schlegel, Christian and Granelli, Fabrizio and Zhang, Yan},
  isbn      = {978-3-642-23794-2},
  keywords  = {Random access; wireless; reliable; networks},
  language  = {English},
  pages     = {39-50},
  publisher = {Springer Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  title     = {BPS-MAC: Backoff Preamble Based MAC Protocol with Sequential Contention Resolution},
  url       = {http://dx.doi.org/10.1007/978-3-642-23795-9_4},
  volume    = {6886},
  year      = {2011},
}

@inproceedings{buzzbuzz,
  acmid     = {1870014},
  address   = {New York, NY, USA},
  author    = {Liang, Chieh-Jan Mike and Priyantha, Nissanka Bodhi and Liu, Jie and Terzis, Andreas},
  booktitle = {Proceedings of the 8th ACM Conference on Embedded Networked Sensor Systems},
  doi       = {10.1145/1869983.1870014},
  isbn      = {978-1-4503-0344-6},
  keywords  = {802.11 interference mitigation, 802.15.4, error correction, wireless measurement study},
  location  = {Z\&\#252;rich, Switzerland},
  numpages  = {14},
  pages     = {309--322},
  publisher = {ACM},
  series    = {SenSys '10},
  title     = {Surviving Wi-fi Interference in Low Power ZigBee Networks},
  url       = {http://doi.acm.org/10.1145/1869983.1870014},
  year      = {2010},
}

@inproceedings{cmac,
  author    = {Mo Sha and Guoliang Xing and Gang Zhou and Shucheng Liu and Xiaorui Wang},
  booktitle = {INFOCOM 2009, IEEE},
  doi       = {10.1109/INFCOM.2009.5062105},
  issn      = {0743-166X},
  keywords  = {access protocols;probability;radiofrequency interference;telecommunication control;wireless channels;wireless sensor networks;TinyOS;concurrent channel access;data-intensive sensing applications;energy consumption;model-driven concurrent medium access control;physical interference models;physical signal-to-interference-plus-noise-ratio;wireless sensor networks;Access protocols;Delay systems;Energy consumption;Interference;Media Access Protocol;Multiaccess communication;Power control;Signal to noise ratio;Throughput;Wireless sensor networks},
  month     = {April},
  pages     = {1845-1853},
  title     = {C-MAC: Model-Driven Concurrent Medium Access Control for Wireless Sensor Networks},
  year      = {2009},
}

@article{ccmac,
  author       = {Vuran, Mehmet C. and Akyildiz, I.F.},
  doi          = {10.1109/TNET.2006.872544},
  issn         = {1063-6692},
  journaltitle = {Networking, IEEE/ACM Transactions on},
  keywords     = {access protocols;telecommunication network routing;wireless sensor networks;MAC protocol;collaborative medium access control;distortion constraint;route-thru packet;spatial correlation-based access control;wireless sensor networks;Access control;Access protocols;Collaboration;Constraint theory;Filters;Intelligent networks;Intelligent sensors;Media Access Protocol;Sensor phenomena and characterization;Wireless sensor networks;CC-MAC;energy efficiency;medium access control;spatial correlation;wireless sensor networks},
  month        = {April},
  number       = {2},
  pages        = {316-329},
  title        = {Spatial correlation-based collaborative medium access control in wireless sensor networks},
  volume       = {14},
  year         = {2006},
}

@article{cmac2009,
  acmid        = {1614381},
  articleno    = {29},
  author       = {Liu, Sha and Fan, Kai-Wei and Sinha, Prasun},
  doi          = {10.1145/1614379.1614381},
  issn         = {1550-4859},
  issue_date   = {November 2009},
  journaltitle = {ACM Trans. Sen. Netw.},
  keywords     = {Aggressive RTS, CMAC, MAC, anycast, convergent forwarding, wireless sensor networks},
  location     = {New York, NY, USA},
  month        = {11},
  number       = {4},
  numpages     = {34},
  pages        = {29:1--29:34},
  publisher    = {ACM},
  title        = {CMAC: An Energy-efficient MAC Layer Protocol Using Convergent Packet Forwarding for Wireless Sensor Networks},
  url          = {http://doi.acm.org/10.1145/1614379.1614381},
  volume       = {5},
  year         = {2009},
}

@article{cmacchowdhury2009,
  acmid        = {1458830},
  author       = {Chowdhury, Kaushik R. and Nandiraju, Nagesh and Chanda, Pritam and Agrawal, Dharma P. and Zeng, Qing-An},
  doi          = {10.1016/j.adhoc.2008.03.004},
  issn         = {1570-8705},
  issue_date   = {March, 2009},
  journaltitle = {Ad Hoc Netw.},
  keywords     = {Channel allocation, Coloring, Multi-channel MAC, Sensor network, Wake-up radio},
  location     = {Amsterdam, The Netherlands, The Netherlands},
  month        = {03},
  number       = {2},
  numpages     = {15},
  pages        = {307--321},
  publisher    = {Elsevier Science Publishers B. V.},
  title        = {Channel Allocation and Medium Access Control for Wireless Sensor Networks},
  url          = {http://dx.doi.org/10.1016/j.adhoc.2008.03.004},
  volume       = {7},
  year         = {2009},
}

@incollection{crankshaft,
  author    = {Halkes, G.P. and Langendoen, K.G.},
  booktitle = {Wireless Sensor Networks},
  doi       = {10.1007/978-3-540-69830-2_15},
  editor    = {Langendoen, Koen and Voigt, Thiemo},
  isbn      = {978-3-540-69829-6},
  keywords  = {Wireless Sensor Networks; MAC Protocol; Dense Networks},
  language  = {English},
  pages     = {228-244},
  publisher = {Springer Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  title     = {Crankshaft: An Energy-Efficient MAC-Protocol for Dense Wireless Sensor Networks},
  url       = {http://dx.doi.org/10.1007/978-3-540-69830-2_15},
  volume    = {4373},
  year      = {2007},
}

@inproceedings{csmamps,
  author    = {Mahlknecht, S. and Bock, M.},
  booktitle = {Factory Communication Systems, 2004. Proceedings. 2004 IEEE International Workshop on},
  doi       = {10.1109/WFCS.2004.1377683},
  keywords  = {carrier sense multiple access;optimisation;power consumption;radio receivers;synchronisation;transceivers;wireless sensor networks;1 Mbit/s;400 ms;CSMA-MPS method;MAC protocol;distributed multihop network;low energy consumption;low power wireless sensor networks;medium access protocols;off the shelf hardware;optimisation;power consumption;preamble sampling protocol;radio receiver;radio transceivers;sampling synchronization;sensor node;wake-up mechanism;Access protocols;Bit rate;Energy consumption;Media Access Protocol;Radio transceivers;Receivers;Sampling methods;Spread spectrum communication;Wireless application protocol;Wireless sensor networks},
  month     = {Sept},
  pages     = {73-80},
  title     = {CSMA-MPS: a minimum preamble sampling MAC protocol for low power wireless sensor networks},
  year      = {2004},
}

@inproceedings{woo2001,
  acmid     = {381699},
  address   = {New York, NY, USA},
  author    = {Woo, Alec and Culler, David E.},
  booktitle = {Proceedings of the 7th Annual International Conference on Mobile Computing and Networking},
  doi       = {10.1145/381677.381699},
  isbn      = {1-58113-422-3},
  location  = {Rome, Italy},
  numpages  = {15},
  pages     = {221--235},
  publisher = {ACM},
  series    = {MobiCom '01},
  title     = {A Transmission Control Scheme for Media Access in Sensor Networks},
  url       = {http://doi.acm.org/10.1145/381677.381699},
  year      = {2001},
}

@inproceedings{dwmac,
  acmid     = {1374627},
  address   = {New York, NY, USA},
  author    = {Sun, Yanjun and Du, Shu and Gurewitz, Omer and Johnson, David B.},
  booktitle = {Proceedings of the 9th ACM International Symposium on Mobile Ad Hoc Networking and Computing},
  doi       = {10.1145/1374618.1374627},
  isbn      = {978-1-60558-073-9},
  keywords  = {broadcast traffic, duty cycling, energy, latency, medium access control, sensor networks, unicast traffic},
  location  = {Hong Kong, Hong Kong, China},
  numpages  = {10},
  pages     = {53--62},
  publisher = {ACM},
  series    = {MobiHoc '08},
  title     = {DW-MAC: A Low Latency, Energy Efficient Demand-wakeup MAC Protocol for Wireless Sensor Networks},
  url       = {http://doi.acm.org/10.1145/1374618.1374627},
  year      = {2008},
}

@incollection{e2mac,
  author    = {Kim, Jae-Hyun and Kim, Ho-Nyeon and Kim, Seog-Gyu and Choi, Seung-Jun and Lee, Jai-Yong},
  booktitle = {Information Networking. Convergence in Broadband and Mobile Networking},
  doi       = {10.1007/978-3-540-30582-8_30},
  editor    = {Kim, Cheeha},
  isbn      = {978-3-540-24467-7},
  language  = {English},
  pages     = {283-292},
  publisher = {Springer Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  title     = {Advanced MAC Protocol with Energy-Efficiency for Wireless Sensor Networks},
  url       = {http://dx.doi.org/10.1007/978-3-540-30582-8_30},
  volume    = {3391},
  year      = {2005},
}

@inproceedings{emmac,
  acmid     = {2107533},
  address   = {New York, NY, USA},
  articleno = {23},
  author    = {Tang, Lei and Sun, Yanjun and Gurewitz, Omer and Johnson, David B.},
  booktitle = {Proceedings of the Twelfth ACM International Symposium on Mobile Ad Hoc Networking and Computing},
  doi       = {10.1145/2107502.2107533},
  isbn      = {978-1-4503-0722-2},
  keywords  = {duty cycling, energy, interference, jamming, medium access control, multichannel, sensor networks},
  location  = {Paris, France},
  numpages  = {11},
  pages     = {23:1--23:11},
  publisher = {ACM},
  series    = {MobiHoc '11},
  title     = {EM-MAC: A Dynamic Multichannel Energy-efficient MAC Protocol for Wireless Sensor Networks},
  url       = {http://doi.acm.org/10.1145/2107502.2107533},
  year      = {2011},
}

@inproceedings{emacs,
  author    = {van Hoesel, L.F.W. and Nieberg, T. and Kip, H.J. and Havinga, P.J.M.},
  booktitle = {Vehicular Technology Conference, 2004. VTC 2004-Spring. 2004 IEEE 59th},
  doi       = {10.1109/VETECS.2004.1390523},
  issn      = {1550-2252},
  keywords  = {access protocols;routing protocols;telecommunication network topology;time division multiple access;wireless sensor networks;TDMA;control message;coordinated adaptive sleeping;dynamic source routing protocol;energy-efficient MAC protocol;medium access protocol;multi-hop network;self-organizing MAC protocol;static network topology;wireless sensor networks;Access protocols;Broadcasting;Costs;Energy efficiency;Media Access Protocol;Network topology;Routing protocols;Time division multiple access;Transport protocols;Wireless sensor networks},
  month     = {May},
  pages     = {1598-1602 Vol.3},
  title     = {Advantages of a TDMA based, energy-efficient, self-organizing MAC protocol for WSNs},
  volume    = {3},
  year      = {2004},
}

@incollection{fmac,
  author    = {Roedig, Utz and Barroso, Andre and Sreenan, CormacJ.},
  booktitle = {Wireless Sensor Networks},
  doi       = {10.1007/11669463_21},
  editor    = {Römer, Kay and Karl, Holger and Mattern, Friedemann},
  isbn      = {978-3-540-32158-3},
  language  = {English},
  pages     = {276-291},
  publisher = {Springer Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  title     = {f-MAC: A Deterministic Media Access Control Protocol Without Time Synchronization},
  url       = {http://dx.doi.org/10.1007/11669463_21},
  volume    = {3868},
  year      = {2006},
}

@inproceedings{flama,
  author    = {Rajendran, V. and Garcia-Luna-Aveces, J.J. and Obraczka, K.},
  booktitle = {Mobile Adhoc and Sensor Systems Conference, 2005. IEEE International Conference on},
  doi       = {10.1109/MAHSS.2005.1542852},
  keywords  = {access protocols;data communication;queueing theory;scheduling;telecommunication network reliability;wireless sensor networks;FLAMA;application-aware MAC protocols;contention-based energy-efficient MAC;data collisions;data transmission;energy savings;flow-aware medium access;medium access scheduling;medium-access control;performance evaluation;queuing delay;sensor MAC protocols;system reliability;wireless sensor networks;Access protocols;Communication system traffic control;Energy efficiency;Media Access Protocol;Road accidents;Telecommunication network reliability;Testing;Traffic control;Wireless application protocol;Wireless sensor networks},
  month     = {Nov},
  title     = {Energy-efficient, application-aware medium access for sensor networks},
  year      = {2005},
}

@inproceedings{funneling,
  acmid     = {1182837},
  address   = {New York, NY, USA},
  author    = {Ahn, Gahng-Seop and Hong, Se Gi and Miluzzo, Emiliano and Campbell, Andrew T. and Cuomo, Francesca},
  booktitle = {Proceedings of the 4th International Conference on Embedded Networked Sensor Systems},
  doi       = {10.1145/1182807.1182837},
  isbn      = {1-59593-343-3},
  keywords  = {MAC, funneling effect, wireless sensor networks},
  location  = {Boulder, Colorado, USA},
  numpages  = {14},
  pages     = {293--306},
  publisher = {ACM},
  series    = {SenSys '06},
  title     = {Funneling-MAC: A Localized, Sink-oriented MAC for Boosting Fidelity in Sensor Networks},
  url       = {http://doi.acm.org/10.1145/1182807.1182837},
  year      = {2006},
}

@inproceedings{gmac,
  author    = {Brownfield, M.I. and Mehrjoo, K. and Fayez, A.S. and Davis, N.J., IV},
  booktitle = {Consumer Communications and Networking Conference, 2006. CCNC 2006. 3rd IEEE},
  doi       = {10.1109/CCNC.2006.1593145},
  keywords  = {Batteries;Energy management;Energy resources;Media Access Protocol;Peer to peer computing;Sensor phenomena and characterization;Telecommunication traffic;Temperature sensors;Wireless application protocol;Wireless sensor networks},
  month     = {Jan},
  pages     = {778-782},
  title     = {Wireless sensor network energy-adaptive mac protocol},
  volume    = {2},
  year      = {2006},
}

@inproceedings{hmac,
  author    = {Heping Wang and Xiaobo Zhang and Khokhar, A.},
  booktitle = {Global Telecommunications Conference, 2006. GLOBECOM '06. IEEE},
  doi       = {10.1109/GLOCOM.2006.493},
  issn      = {1930-529X},
  keywords  = {access protocols;telecommunication traffic;time division multiple access;wireless sensor networks;TDMA;energy-efficient low-latency MAC protocol;medium access control protocol;network traffic;packet delivery;time division multiple access;wireless sensor networks;Access protocols;Collaboration;Delay;Energy consumption;Energy efficiency;Media Access Protocol;Telecommunication traffic;Throughput;Wireless application protocol;Wireless sensor networks},
  month     = {Nov},
  pages     = {1-5},
  title     = {WSN05-6: An Energy-Efficient Low-Latency MAC Protocol for Wireless Sensor Networks},
  year      = {2006},
}

@article{iamac,
  author       = {Behnam Dezfouli and Marjan Radi and Shukor Abd Razak},
  bibsource    = {dblp computer science bibliography, http://dblp.org},
  biburl       = {http://dblp.uni-trier.de/rec/bib/journals/corr/abs-1008-2855},
  journaltitle = {CoRR},
  timestamp    = {Mon, 05 Dec 2011 18:05:38 +0100},
  title        = {A Cross-Layer Approach for Minimizing Interference and Latency of Medium Access in Wireless Sensor Networks},
  url          = {http://arxiv.org/abs/1008.2855},
  volume       = {abs/1008.2855},
  year         = {2010},
}

@article{mclmac,
  author       = {Ozlem Durmaz Incel and Lodewijk van Hoesel and Pierre Jansen and Paul Havinga},
  doi          = {http://dx.doi.org/10.1016/j.adhoc.2010.05.003},
  issn         = {1570-8705},
  journaltitle = {Ad Hoc Networks},
  keywords     = {Schedule based communication},
  note         = {},
  number       = {1},
  pages        = {73 - 94},
  title        = {MC-LMAC: A multi-channel \{MAC\} protocol for wireless sensor networks},
  url          = {http://www.sciencedirect.com/science/article/pii/S1570870510000624},
  volume       = {9},
  year         = {2011},
}

@inproceedings{mfp,
  author    = {Bachir, A. and Barthel, D. and Heusse, M. and Duda, A.},
  booktitle = {Communications, 2006. ICC '06. IEEE International Conference on},
  doi       = {10.1109/ICC.2006.255236},
  issn      = {8164-9547},
  keywords  = {Energy consumption;Energy dissipation;Media Access Protocol;Sampling methods;Sleep;Spread spectrum communication;Switches;Telecommunications;Wireless application protocol;Wireless sensor networks},
  month     = {June},
  pages     = {3365-3370},
  title     = {Micro-Frame Preamble MAC for Multihop Wireless Sensor Networks},
  volume    = {7},
  year      = {2006},
}

@article{mixmac,
  author       = {Merlin, C.J. and Heinzelman, W.B.},
  doi          = {10.1109/TMC.2009.153},
  issn         = {1536-1233},
  journaltitle = {Mobile Computing, IEEE Transactions on},
  keywords     = {access protocols;scheduling;wireless sensor networks;LPL protocols;MAC protocols;channel probes;data packet;delay;energy consumption;low-power-listening protocols;network-aware adaptation;receiver;schedule adaptation;transmit-receive scheduling;wireless sensor networks;Adaptation.;Low-Power-Listening;MAC;Path Synchronization},
  month        = {May},
  number       = {5},
  pages        = {672-685},
  title        = {Schedule Adaptation of Low-Power-Listening Protocols for Wireless Sensor Networks},
  volume       = {9},
  year         = {2010},
}

@inproceedings{pwmac,
  author    = {Lei Tang and Yanjun Sun and Gurewitz, O. and Johnson, D.B.},
  booktitle = {INFOCOM, 2011 Proceedings IEEE},
  doi       = {10.1109/INFCOM.2011.5934913},
  issn      = {0743-166X},
  keywords  = {access protocols;telecommunication traffic;wireless sensor networks;MICAz motes;PW-MAC;RI-MAC;WiseMAC;X-MAC;asynchronous duty cycling;energy-efficient predictive-wakeup MAC protocol;multiple concurrent multihop traffic flow;ondemand prediction error correction mechanism;prediction-based retransmission mechanism;sensor node energy consumption;wireless collision;wireless sensor network;Clocks;Hardware;Media Access Protocol;Receivers;Wireless communication;Wireless sensor networks},
  month     = {April},
  pages     = {1305-1313},
  title     = {PW-MAC: An energy-efficient predictive-wakeup MAC protocol for wireless sensor networks},
  year      = {2011},
}

@inproceedings{omac,
  author    = {Hui Cao and Parker, K.W. and Arora, A.},
  booktitle = {Network Protocols, 2006. ICNP '06. Proceedings of the 2006 14th IEEE International Conference on},
  doi       = {10.1109/ICNP.2006.320181},
  keywords  = {access protocols;energy conservation;wireless sensor networks;MAC layer protocols;asynchronous wake-up;centralized deterministic scheduling;energy efficiency;local broadcast channel;preamble-sized slots;random time spreading;receiver centric power management protocol;receiver energy consumption;structured time-spreading;synchronous blinking;wireless sensor networks;Energy consumption;Energy efficiency;Energy management;Interference elimination;Media Access Protocol;Radio transmitters;Receivers;Technology management;Wireless application protocol;Wireless sensor networks},
  month     = {Nov},
  pages     = {311-320},
  title     = {O-MAC: A Receiver Centric Power Management Protocol},
  year      = {2006},
}

@inproceedings{pact,
  author    = {Guangyu Pei and Chien, C.},
  booktitle = {Military Communications Conference, 2001. MILCOM 2001. Communications for Network-Centric Operations: Creating the Information Force. IEEE},
  doi       = {10.1109/MILCOM.2001.985817},
  keywords  = {LAN interconnection;distributed sensors;military communication;network topology;packet radio networks;power consumption;telecommunication traffic;time division multiple access;PACT;adaptive duty cycle;battlefield surveillance;cluster heads;condition based monitoring;energy dissipation;gateways;large wireless sensor networks;low power communication protocols;network lifetime;passive clustering;power aware clustered TDMA;redundant dense topology;space exploration;user traffic;wireless multihop network;Condition monitoring;Power system interconnection;Protocols;Sensor phenomena and characterization;Sensor systems;Space exploration;Spread spectrum communication;Surveillance;Time division multiple access;Wireless sensor networks},
  month     = {},
  pages     = {347-351 vol.1},
  title     = {Low power TDMA in large wireless sensor networks},
  volume    = {1},
  year      = {2001},
}

@inproceedings{pcm,
  acmid     = {570651},
  address   = {New York, NY, USA},
  author    = {Jung, Eun-Sun and Vaidya, Nitin H.},
  booktitle = {Proceedings of the 8th Annual International Conference on Mobile Computing and Networking},
  doi       = {10.1145/570645.570651},
  isbn      = {1-58113-486-X},
  keywords  = {ad hoc network, energy saving, medium access control, power control},
  location  = {Atlanta, Georgia, USA},
  numpages  = {12},
  pages     = {36--47},
  publisher = {ACM},
  series    = {MobiCom '02},
  title     = {A Power Control MAC Protocol for Ad Hoc Networks},
  url       = {http://doi.acm.org/10.1145/570645.570651},
  year      = {2002},
}

@inproceedings{guo2001,
  author    = {Chunlong Guo and Lizhi Charlie Zhong and Rabaey, J.M.},
  booktitle = {Global Telecommunications Conference, 2001. GLOBECOM '01. IEEE},
  doi       = {10.1109/GLOCOM.2001.965967},
  keywords  = {carrier sense multiple access;channel allocation;distributed algorithms;distributed sensors;packet radio networks;spread spectrum communication;telecommunication network reliability;CSMA;ad hoc networks;adaptability;adaptive protocol;distributed algorithm;dynamic channel assignment;low-power distributed MAC;mobility awareness;multi-hop wireless sensor networks;network maintenance overhead;power efficiency;scalability;sensor radio networks;spread spectrum technique;survivability;wake-up radio scheme;Bandwidth;Batteries;Design optimization;Energy consumption;Media Access Protocol;Radio network;Radio networks;Scalability;Spread spectrum communication;Wireless sensor networks},
  month     = {},
  pages     = {2944-2948 vol.5},
  title     = {Low power distributed MAC for ad hoc sensor radio networks},
  volume    = {5},
  year      = {2001},
}

@inproceedings{elhoiydi2002,
  author    = {El-Hoiydi, A.},
  booktitle = {Communications, 2002. ICC 2002. IEEE International Conference on},
  doi       = {10.1109/ICC.2002.997465},
  keywords  = {carrier sense multiple access;cells (electric);land mobile radio;radio networks;sensors;signal sampling;telecommunication signalling;telecommunication traffic;time division multiple access;Aloha protocol;CSMA;TDMA schedule;ad hoc wireless sensor networks;alkaline LR6 battery;delay performance;lifetime;low power sporadic communications;power consumption;preamble sampling;signaling traffic;sporadic data traffic transmission;sporadic traffic;Batteries;Delay;Energy consumption;Multiaccess communication;Performance analysis;Sampling methods;Telecommunication traffic;Time division multiple access;Wireless application protocol;Wireless sensor networks},
  month     = {},
  pages     = {3418-3423 vol.5},
  title     = {Aloha with preamble sampling for sporadic traffic in ad hoc wireless sensor networks},
  volume    = {5},
  year      = {2002},
}

@inproceedings{qmac2006,
  author    = {Vasanthi, N.A. and Annadurai, S.},
  booktitle = {Sensor Networks, Ubiquitous, and Trustworthy Computing, 2006. IEEE International Conference on},
  doi       = {10.1109/SUTC.2006.64},
  keywords  = {access protocols;dynamic scheduling;query processing;wireless sensor networks;Q-MAC;data transmission;dynamic schedule;energy efficient sleep schedule;medium access control;packet arrival time;protocol;query based sensor network;Area measurement;Current measurement;Delay;Dynamic scheduling;Energy consumption;Energy efficiency;Frequency measurement;Intelligent networks;Sleep;Temperature measurement;Energy consumption.;Latency;MAC;Query processing;Sensor networks;Sleep planning;protocols},
  month     = {June},
  pages     = {214-219},
  title     = {Energy Efficient Sleep Schedule for Achieving Minimum Latency in Query based Sensor Networks},
  volume    = {2},
  year      = {2006},
}

@inproceedings{qmac2005,
  author    = {Yang Liu and Elhanany, I. and Hairong Qi},
  booktitle = {Mobile Adhoc and Sensor Systems Conference, 2005. IEEE International Conference on},
  doi       = {10.1109/MAHSS.2005.1542798},
  keywords  = {access protocols;quality of service;queueing theory;scheduling;wireless sensor networks;MAC protocol;energy-efficient QoS-aware protocol;intra-node packet scheduling;loosely prioritized random access;media access control protocol;packet classification;power conservation MACAW;power-aware scheduling mechanism;quality of service;queue occupancies;queuing architecture;weighted arbitration;wireless sensor networks;Access protocols;Delay;Energy consumption;Energy efficiency;Media Access Protocol;Quality of service;Scheduling algorithm;Spread spectrum communication;Wireless application protocol;Wireless sensor networks},
  month     = {Nov},
  title     = {An energy-efficient QoS-aware media access control protocol for wireless sensor networks},
  year      = {2005},
}

@article{miller2005,
  author       = {Miller, M.J. and Vaidya, N.F.},
  doi          = {10.1109/TMC.2005.31},
  issn         = {1536-1233},
  journaltitle = {Mobile Computing, IEEE Transactions on},
  keywords     = {access protocols;energy conservation;packet radio networks;power consumption;wireless sensor networks;MAC protocol;buffered packets;communication energy cost;sensor network energy consumption reduction;triggered wakeups;two-radio architecture;wakeup radio;Access protocols;Buffer storage;Communication system control;Costs;Energy consumption;Energy management;Hardware;Media Access Protocol;Switches;Wireless sensor networks;Index Terms- Sensor networks;power management.},
  month        = {May},
  number       = {3},
  pages        = {228-242},
  title        = {A MAC protocol to reduce sensor network energy consumption using a wakeup radio},
  volume       = {4},
  year         = {2005},
}

@inproceedings{tricer,
  author    = {Lin, E.-Y.A. and Rabaey, J.M. and Wolisz, A.},
  booktitle = {Communications, 2004 IEEE International Conference on},
  doi       = {10.1109/ICC.2004.1313259},
  keywords  = {fading channels;optimisation;radio receivers;radio transmitters;synchronisation;wireless sensor networks;MAC layer;dense wireless sensor networks;fading channel;optimization strategies;power-efficient rendez-vous schemes;receiver-initiated cycled receiver schemes;synchronization;transmitter-initiated cycled receiver schemes;Energy consumption;Fading;Hardware;Intelligent sensors;Monitoring;Physical layer;Routing;Sensor phenomena and characterization;Transceivers;Wireless sensor networks},
  month     = {June},
  pages     = {3769-3776 Vol.7},
  title     = {Power-efficient rendez-vous schemes for dense wireless sensor networks},
  volume    = {7},
  year      = {2004},
}

@inproceedings{rlmac,
  author    = {Zhenzhen Liu and Elhanany, I.},
  booktitle = {Networking, Sensing and Control, 2006. ICNSC '06. Proceedings of the 2006 IEEE International Conference on},
  doi       = {10.1109/ICNSC.2006.1673243},
  keywords  = {access protocols;computational complexity;learning (artificial intelligence);quality of service;telecommunication control;telecommunication traffic;wireless sensor networks;MAC protocol;QoS-aware reinforcement learning;RL-MAC;adaptive duty cycles;adaptive media access control protocol;computational complexity;energy consumption;energy utilization;quality of service;traffic load;wireless sensor networks;Access protocols;Adaptive control;Energy consumption;Learning;Media Access Protocol;Programmable control;Telecommunication traffic;Throughput;Wireless application protocol;Wireless sensor networks;QoS;energy-efficient protocol;media access control;reinforcement learning;wireless sensor networks},
  month     = {},
  pages     = {768-773},
  title     = {RL-MAC: A QoS-Aware Reinforcement Learning based MAC Protocol for Wireless Sensor Networks},
  year      = {2006},
}

@inproceedings{rmac2006,
  author    = {Biswas, Ratnabali and Jain, Vivek and Ghosh, C. and Agrawal, D.P.},
  booktitle = {World of Wireless, Mobile and Multimedia Networks, 2006. WoWMoM 2006. International Symposium on a},
  doi       = {10.1109/WOWMOM.2006.80},
  keywords  = {access protocols;fault tolerance;telecommunication network reliability;wireless sensor networks;fault-tolerance;on-demand RMAC protocol;reliable medium access control;wireless sensor network;Access protocols;Delay;Fault tolerant systems;Media Access Protocol;Robustness;Scalability;Telecommunication network reliability;Wireless application protocol;Wireless communication;Wireless sensor networks},
  title     = {On-demand reliable medium access in sensor networks},
  year      = {2006},
}

@inproceedings{rtlink,
  author    = {Rowe, A. and Mangharam, R. and Rajkumar, R.},
  booktitle = {Sensor and Ad Hoc Communications and Networks, 2006. SECON '06. 2006 3rd Annual IEEE Communications Society on},
  doi       = {10.1109/SAHCN.2006.288496},
  keywords  = {delays;indoor radio;mobile radio;protocols;radio links;software engineering;synchronisation;telecommunication computing;CMU FireFly sensor platform;RT-link;atomic clock receivers;end-to-end delay;energy-constrained multihop wireless networks;hardware-based global-time synchronization;hardware-based time-synchronization;in-band software-based techniques;mobile nodes;real-time wireless communication;time-synchronized link protocol;Atomic clocks;Delay;Industrial control;Receivers;Spread spectrum communication;Surveillance;Synchronization;Wireless application protocol;Wireless communication;Wireless networks},
  month     = {Sept},
  pages     = {402-411},
  title     = {RT-Link: A Time-Synchronized Link Protocol for Energy- Constrained Multi-hop Wireless Networks},
  volume    = {2},
  year      = {2006},
}

@inproceedings{samac,
  author    = {Ansari, J. and Ang, T. and Mahonen, P.},
  booktitle = {Sensor Mesh and Ad Hoc Communications and Networks (SECON), 2010 7th Annual IEEE Communications Society Conference on},
  doi       = {10.1109/SECON.2010.5508296},
  keywords  = {access protocols;data communication;interference (signal);low-power electronics;performance evaluation;wireless sensor networks;data communication;dynamic channel selection;interference minimal channel;low-power embedded networks;low-power spectrum agile medium access control protocol wireless sensor networks;performance degradation;performance evaluation;potential interferences;protocol design;resource constrained networks;symbiotic coexistence;wireless embedded devices;wireless embedded networks;Access protocols;Data communication;Degradation;Energy efficiency;Interference constraints;Media Access Protocol;Sensor phenomena and characterization;Symbiosis;Wireless application protocol;Wireless sensor networks},
  month     = {June},
  pages     = {1-9},
  title     = {Spectrum Agile Medium Access Control Protocol for Wireless Sensor Networks},
  year      = {2010},
}

@inproceedings{scp,
  acmid     = {1182839},
  address   = {New York, NY, USA},
  author    = {Ye, Wei and Silva, Fabio and Heidemann, John},
  booktitle = {Proceedings of the 4th International Conference on Embedded Networked Sensor Systems},
  doi       = {10.1145/1182807.1182839},
  isbn      = {1-59593-343-3},
  keywords  = {energy efficiency, medium access control, scheduling, ultra-low duty cycle, wireless sensor networks},
  location  = {Boulder, Colorado, USA},
  numpages  = {14},
  pages     = {321--334},
  publisher = {ACM},
  series    = {SenSys '06},
  title     = {Ultra-low Duty Cycle MAC with Scheduled Channel Polling},
  url       = {http://doi.acm.org/10.1145/1182807.1182839},
  year      = {2006},
}

@incollection{seesaw,
  author    = {Braynard, Rebecca and Silberstein, Adam and Ellis, Carla},
  booktitle = {Wireless Sensor Networks},
  doi       = {10.1007/11669463_19},
  editor    = {Römer, Kay and Karl, Holger and Mattern, Friedemann},
  isbn      = {978-3-540-32158-3},
  language  = {English},
  pages     = {244-259},
  publisher = {Springer Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  title     = {Extending Network Lifetime Using an Automatically Tuned Energy-Aware MAC Protocol},
  url       = {http://dx.doi.org/10.1007/11669463_19},
  volume    = {3868},
  year      = {2006},
}

@article{smacs,
  author       = {Sohrabi, K. and Gao, J. and Ailawadhi, V. and Pottie, G.J.},
  doi          = {10.1109/98.878532},
  issn         = {1070-9916},
  journaltitle = {Personal Communications, IEEE},
  keywords     = {cellular radio;protocols;radio networks;self-adjusting systems;sensors;signal processing;telecommunication network routing;MAC protocols;ad hoc subnetworks;algorithms;cellular networks;constrained energy resources;cooperative signal processing;energy-efficient routing;medium access control;mobile ad hoc networks;protocols;routing protocols;self-organizing wireless sensor networks;short range wireless local area networks;slow mobility;static nodes;wireless LAN;Data mining;Energy resources;Mobile ad hoc networks;Peer to peer computing;Quality of service;Routing protocols;Signal processing algorithms;Spread spectrum communication;Wireless application protocol;Wireless sensor networks},
  month        = {Oct},
  number       = {5},
  pages        = {16-27},
  title        = {Protocols for self-organization of a wireless sensor network},
  volume       = {7},
  year         = {2000},
}

@inproceedings{sotp,
  author    = {Yu Wang and Henning, I. and Xiaoyun Li and Hunter, D.},
  booktitle = {Electrical and Computer Engineering, 2006. CCECE '06. Canadian Conference on},
  doi       = {10.1109/CCECE.2006.277307},
  keywords  = {ad hoc networks;scheduling;telecommunication network routing;telecommunication network topology;time division multiple access;wireless channels;wireless sensor networks;MAC scheme;carrier sensing slot;channel contention;collision-free slot allocation;cross layer protocol design;multi-hop network;network topology;reverse scheduling;routing information;self-organized TDMA protocol;time division multiple access;wireless sensor network;Application software;Cross layer design;Data communication;Energy efficiency;Hardware;Routing;Spread spectrum communication;Time division multiple access;Wireless application protocol;Wireless sensor networks;Energy efficiency;Self-organize;TDMA;Wireless sensor networks},
  month     = {May},
  pages     = {1108-1111},
  title     = {SOTP: A Self-Organized TDMA Protocol for Wireless Sensor Networks},
  year      = {2006},
}

@article{sstdma,
  author       = {Kulkarni, Sandeep S and Arumugam, Mahesh},
  journaltitle = {Sensor network operations},
  pages        = {186--218},
  publisher    = {Citeseer},
  title        = {SS-TDMA: A self-stabilizing MAC for sensor networks},
  year         = {2006},
}

@incollection{tamac,
  author    = {Gong, Haigang and Liu, Ming and Mao, Yinchi and Chen, Li-jun and Xie, Li},
  booktitle = {Networking and Mobile Computing},
  doi       = {10.1007/11534310_118},
  editor    = {Lu, Xicheng and Zhao, Wei},
  isbn      = {978-3-540-28102-3},
  language  = {English},
  pages     = {1134-1143},
  publisher = {Springer Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  title     = {Traffic Adaptive MAC Protocol for Wireless Sensor Network},
  url       = {http://dx.doi.org/10.1007/11534310_118},
  volume    = {3619},
  year      = {2005},
}

@inproceedings{trawmac,
  acmid     = {1641802},
  address   = {New York, NY, USA},
  author    = {Zhang, Xi and Ansari, Junaid and Mähönen, Petri},
  booktitle = {Proceedings of the 7th ACM International Symposium on Mobility Management and Wireless Access},
  doi       = {10.1145/1641776.1641802},
  isbn      = {978-1-60558-617-5},
  keywords  = {low power, mac, traffic awareness, wireless sensor networks},
  location  = {Tenerife, Canary Islands, Spain},
  numpages  = {9},
  pages     = {140--148},
  publisher = {ACM},
  series    = {MobiWAC '09},
  title     = {Traffic Aware Medium Access Control Protocol for Wireless Sensor Networks},
  url       = {http://doi.acm.org/10.1145/1641776.1641802},
  year      = {2009},
}

@inproceedings{umac,
  author    = {Shih-Hsien Yang and Hung-Wei Tseng and Wu, E.H.-K. and Gen-Huey Chen},
  booktitle = {Global Telecommunications Conference, 2005. GLOBECOM '05. IEEE},
  doi       = {10.1109/GLOCOM.2005.1578377},
  keywords  = {access protocols;energy conservation;telecommunication network topology;tuning;wireless sensor networks;MAC protocol;chain topology;cross topology;duty cycle;energy consumption;latency reduction;medium access control protocol;selective sleeping;sensor nodes;sensor-MAC;utilization based tuning;wireless sensor networks;Access protocols;Computer science;Delay;Energy consumption;Media Access Protocol;Sensor phenomena and characterization;Sleep;Topology;Wireless application protocol;Wireless sensor networks},
  month     = {Dec},
  title     = {Utilization based duty cycle tuning MAC protocol for wireless sensor networks},
  volume    = {6},
  year      = {2005},
}

@inproceedings{pereira2007,
  author    = {Pereira, N. and Andersson, B. and Tovar, E. and Rowe, A.},
  booktitle = {Real-Time Systems Symposium, 2007. RTSS 2007. 28th IEEE International},
  doi       = {10.1109/RTSS.2007.45},
  issn      = {1052-8725},
  keywords  = {access protocols;radio networks;scheduling;MAC protocol;bit-dominance message arbitration;multiple broadcast domain;sporadic message streams;static-priority scheduling;wireless hidden node problem;wireless medium access control protocol;wireless mesh network;wireless multihop networks;Access protocols;Broadcasting;Clocks;Media Access Protocol;Mesh networks;Signal resolution;Synchronization;Wireless application protocol;Wireless mesh networks;Wireless networks},
  month     = {Dec},
  pages     = {447-458},
  title     = {Static-Priority Scheduling over Wireless Networks with Multiple Broadcast Domains},
  year      = {2007},
}

@incollection{arisha2002,
  author    = {Arisha, Khaled and Youssef, Moustafa and Younis, Mohamed},
  booktitle = {System-Level Power Optimization for Wireless Multimedia Communication},
  doi       = {10.1007/0-306-47720-3_2},
  editor    = {Karri, Ramesh and Goodman, David},
  isbn      = {978-1-4020-7204-8},
  keywords  = {Medium Access Control (MAC) protocols; Sensor networks; Energy-aware routing; Time Division Multiple Access (TDMA)},
  language  = {English},
  pages     = {21-40},
  publisher = {Springer US},
  title     = {Energy-Aware TDMA-Based MAC for Sensor Networks},
  url       = {http://dx.doi.org/10.1007/0-306-47720-3_2},
  year      = {2002},
}

@inproceedings{mmsn,
  author    = {Zhou, Gang and Huang, Chengdu and Yan, Ting and He, Tian and Stankovic, John A and Abdelzaher, Tarek F},
  booktitle = {Infocom},
  pages     = {1--13},
  title     = {MMSN: Multi-Frequency Media Access Control for Wireless Sensor Networks.},
  volume    = {6},
  year      = {2006},
}

@inproceedings{qosmac,
  author    = {Suriyachai, P. and Roedig, U. and Scott, A.},
  booktitle = {Pervasive Computing and Communications, 2009. PerCom 2009. IEEE International Conference on},
  doi       = {10.1109/PERCOM.2009.4912839},
  keywords  = {access protocols;delays;quality of service;telecommunication network reliability;transceivers;wireless sensor networks;MAC protocol;QoS;Tmote Sky node;aircraft control systems;energy consumption;hospitals;industrial process automation;medium access control protocol;message transfer delay;patient monitoring;quality of service;transceiver;wireless sensor networks;Access protocols;Aerospace industry;Delay;Electrical equipment industry;Industrial control;Media Access Protocol;Quality of service;Transport protocols;Wireless application protocol;Wireless sensor networks},
  month     = {March},
  pages     = {1-6},
  title     = {Implementation of a MAC protocol for QoS support in wireless sensor networks},
  year      = {2009},
}

@inproceedings{dsmac,
  author    = {Peng Lin and Chunming Qiao and Xin Wang},
  booktitle = {Wireless Communications and Networking Conference, 2004. WCNC. 2004 IEEE},
  doi       = {10.1109/WCNC.2004.1311671},
  issn      = {1525-3511},
  keywords  = {access protocols;telecommunication traffic;wireless sensor networks;dynamic duty cycle;medium access control protocol;traffic conditions;wireless sensor networks;Access protocols;Clocks;Communication system traffic control;Delay;Energy conservation;Energy consumption;Media Access Protocol;Synchronization;Wireless application protocol;Wireless sensor networks},
  month     = {March},
  pages     = {1534-1539 Vol.3},
  title     = {Medium access control with a dynamic duty cycle for sensor networks},
  volume    = {3},
  year      = {2004},
}

@inproceedings{ermac,
  author    = {Sitanayah, L. and Sreenan, C.J. and Brown, K.N.},
  booktitle = {Sensor Technologies and Applications (SENSORCOMM), 2010 Fourth International Conference on},
  doi       = {10.1109/SENSORCOMM.2010.45},
  keywords  = {carrier sense multiple access;emergency services;telecommunication network topology;time division multiple access;wireless sensor networks;CSMA approach;ER-MAC;TDMA approach;Z-MAC;collision-free slot scheduling;emergency monitoring;emergency response wireless sensor networks;hybrid MAC protocol;ns-2 simulation;power-saving sleep mode;topology change;traffic change;Base stations;Media Access Protocol;Pediatrics;Schedules;Synchronization;Time division multiple access;MAC protocol;fire emergency;wireless sensor networks},
  month     = {July},
  pages     = {244-249},
  title     = {ER-MAC: A Hybrid MAC Protocol for Emergency Response Wireless Sensor Networks},
  year      = {2010},
}

@article{rimasp,
  acmid        = {506911},
  author       = {Garcia-Luna-Aceves, J. J. and Tzamaloukas, Asimakis},
  doi          = {10.1023/A:1013794026681},
  issn         = {1022-0038},
  issue_date   = {March-May 2002},
  journaltitle = {Wirel. Netw.},
  keywords     = {MAC, Medium Access Control, ad hoc networks, collision avoidance, performance analysis, receiver-initiated, wireless},
  location     = {Secaucus, NJ, USA},
  month        = {03},
  number       = {2/3},
  numpages     = {15},
  pages        = {249--263},
  publisher    = {Springer-Verlag New York, Inc.},
  title        = {Receiver-initiated Collision Avoidance in Wireless Networks},
  url          = {http://dx.doi.org/10.1023/A:1013794026681},
  volume       = {8},
  year         = {2002},
}

@inproceedings{rrap,
  author    = {Jian-Jou Lai and Shie-Jue Lee},
  booktitle = {Communications, 1998. ICC 98. Conference Record. 1998 IEEE International Conference on},
  doi       = {10.1109/ICC.1998.682605},
  keywords  = {access protocols;data communication;delays;voice communication;wireless LAN;RAP protocol;average access delay;medium access control protocol;randomly addressed polling;real-time services;reservation scheme;throughput;voice transmission;wireless LAN;wireless networks;Access protocols;Broadcasting;Delay;Laboratories;Media Access Protocol;Multiaccess communication;Speech;Throughput;Wireless application protocol;Wireless networks},
  month     = {Jun},
  pages     = {146-150 vol.1},
  title     = {A medium access control protocol for wireless networks},
  volume    = {1},
  year      = {1998},
}

@incollection{vts,
  author    = {Egea-López, Esteban and Vales-Alonso, Javier and Martínez-Sala, AlejandroS. and García-Haro, Joan and Pavón-Mariño, Pablo and Bueno-Delgado, M.Victoria},
  booktitle = {Architecture of Computing Systems - ARCS 2006},
  doi       = {10.1007/11682127_27},
  editor    = {Grass, Werner and Sick, Bernhard and Waldschmidt, Klaus},
  isbn      = {978-3-540-32765-3},
  language  = {English},
  pages     = {382-396},
  publisher = {Springer Berlin Heidelberg},
  series    = {Lecture Notes in Computer Science},
  title     = {A Real-Time MAC Protocol for Wireless Sensor Networks: Virtual TDMA for Sensors (VTS)},
  url       = {http://dx.doi.org/10.1007/11682127_27},
  volume    = {3894},
  year      = {2006},
}

@inproceedings{tmmac,
  author    = {Jingbin Zhang and Gang Zhou and Chengdu Huang and Son, S.H. and Stankovic, J.A.},
  booktitle = {Communications, 2007. ICC '07. IEEE International Conference on},
  doi       = {10.1109/ICC.2007.587},
  keywords  = {ad hoc networks;time division multiple access;transceivers;TDMA;ad hoc networks;energy efficient multi-channel MAC protocol;multichannel MAC protocol;single half-duplex radio transceiver;single-transceiver wireless devices;Ad hoc networks;Energy efficiency;Frequency;Hardware;Media Access Protocol;Peer to peer computing;Radio transceivers;Throughput;Time division multiple access;Wireless application protocol},
  month     = {June},
  pages     = {3554-3561},
  title     = {TMMAC: An Energy Efficient Multi-Channel MAC Protocol for Ad Hoc Networks},
  year      = {2007},
}

@article{pip,
  acmid        = {2240117},
  articleno    = {28},
  author       = {Gabale, Vijay and Chebrolu, Kameswari and Raman, Bhaskaran and Bijwe, Sagar},
  doi          = {10.1145/2240116.2240117},
  issn         = {1550-4859},
  issue_date   = {September 2012},
  journaltitle = {ACM Trans. Sen. Netw.},
  keywords     = {Bulk data transfer, MAC, TDMA, pipelining, throughput optimization, wireless sensor network applications},
  location     = {New York, NY, USA},
  month        = {09},
  number       = {4},
  numpages     = {34},
  pages        = {28:1--28:34},
  publisher    = {ACM},
  title        = {PIP: A Multichannel, TDMA-based MAC for Efficient and Scalable Bulk Transfer in Sensor Networks},
  url          = {http://doi.acm.org/10.1145/2240116.2240117},
  volume       = {8},
  year         = {2012},
}

@inproceedings{burstmac,
  author    = {Ringwald, M. and Romer, K.},
  booktitle = {Networked Sensing Systems (INSS), 2009 Sixth International Conference on},
  doi       = {10.1109/INSS.2009.5409961},
  keywords  = {access protocols;telecommunication control;telecommunication traffic;wireless sensor networks;BurstMAC;LMAC;MAC protocol;SCP-MAP;contention-based protocols;correlated bursts;correlated traffic bursts;network traffic;scheduled protocols;seismic data traces;sensor network;volcano monitoring;Access protocols;Communication system traffic control;Media Access Protocol;Monitoring;Pervasive computing;Radio control;Sampling methods;Telecommunication traffic;Throughput;Volcanoes},
  month     = {June},
  pages     = {1-9},
  title     = {BurstMAC #x2014; An efficient MAC protocol for correlated traffic bursts},
  year      = {2009},
}

@inproceedings{dozer,
  author    = {Burri, N. and von Rickenbach, P. and Wattenhofer, R.},
  booktitle = {Information Processing in Sensor Networks, 2007. IPSN 2007. 6th International Symposium on},
  doi       = {10.1109/IPSN.2007.4379705},
  keywords  = {access protocols;energy consumption;low-power electronics;packet radio networks;wireless sensor networks;MAC-layer;TinyOS-enabled sensor nodes;communication subsystem;data collection;data sink;dozer;energy consumption;energy wastage reduction;environmental monitoring;sensor networks;topology control;tree-based network structure;ultra-low power consumption;ultra-low power data gathering protocol;Computer networks;Data engineering;Energy efficiency;Laboratories;Monitoring;Power engineering and energy;Power engineering computing;Routing protocols;Sensor phenomena and characterization;Wireless sensor networks;Algortithms;Measurement;Sensor network;data gathering;energy efficiency},
  month     = {April},
  pages     = {450-459},
  title     = {Dozer: Ultra-Low Power Data Gathering in Sensor Networks},
  year      = {2007},
}

@inproceedings{rmac2004,
  author       = {Datta, Suprakash},
  booktitle    = {proceedings of the Second Workshop on Sensor and Actor Networks and Protocols (SANPA'04)},
  organization = {Citeseer},
  title        = {RMAC: a randomized adaptive medium access control algorithm for sensor networks},
  year         = {2004},
}