summaryrefslogtreecommitdiff
path: root/macros/texsis/bibtex/internet.bib
blob: 69ba9f437bf9b7e0f22cc2d562cbb10f53ce89a7 (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
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
%%% ====================================================================
%%%  BibTeX-file{
%%%     author          = "Nelson H. F. Beebe",
%%%     version         = "1.23",
%%%     date            = "12 March 1994",
%%%     time            = "17:52:22 MST",
%%%     filename        = "internet.bib",
%%%     address         = "Center for Scientific Computing
%%%                        Department of Mathematics
%%%                        University of Utah
%%%                        Salt Lake City, UT 84112
%%%                        USA",
%%%     telephone       = "+1 801 581 5254",
%%%     FAX             = "+1 801 581 4148",
%%%     checksum        = "24240 2538 10269 91480",
%%%     email           = "beebe at math.utah.edu (Internet)",
%%%     codetable       = "ISO/ASCII",
%%%     keywords        = "wbibliography, Internet, network",
%%%     supported       = "yes",
%%%     docstring       = "This bibliography records books about the
%%%                        Internet.  It was started from the contents
%%%                        of Internet RFC 1432 by John S. Quarterman,
%%%                        posted to the SunFLASH mailing list in
%%%                        volume 51, number 31, March 1993.
%%%
%%%                        From that document, we cite:
%%%
%%%                        ``Some bibliographic citations end in a
%%%                        line of the form
%%%
%%%                                  domain.name:path/name
%%%
%%%                        This means you can retrieve further
%%%                        information by connecting to domain.name
%%%                        with FTP, logging in as user anonymous,
%%%                        using your electronic mail address as a
%%%                        password, and changing to path/name as a
%%%                        directory, or retrieving it as a file,
%%%                        whichever works.
%%%
%%%                        Some citations end in a line of the form
%%%
%%%                                       local<at-sign>domain
%%%
%%%                        This is a domain address for further email
%%%                        inquiries.''
%%%
%%%                        Matrix News cited in book review entries is
%%%                        published by
%%%
%%%                        Matrix Information & Directory Services, Inc. (MIDS)
%%%                        1106 Clayton Lane, Suite 500W
%%%                        Austin, TX 78723
%%%                        USA
%%%                        e-mail: mids<at>tic.com
%%%                        Tel: +1 512 451 7602
%%%                        FAX: +1 512 450 1436
%%%
%%%                        A wide variety of computer-related books
%%%                        can be obtained from
%%%
%%%                        Computer Literacy Bookshops
%%%                        2950 North First Street
%%%                        San Jose CA 95131
%%%                        Tel: +1 408 435 0744
%%%                        FAX: +1 408 435 1823
%%%                        e-mail: info<at>clbooks.com
%%%
%%%                        Telephone, FAX, e-mail, and postal orders
%%%                        are accepted.
%%%
%%%                        The checksum field above contains a CRC-16
%%%                        checksum as the first value, followed by the
%%%                        equivalent of the standard UNIX wc (word
%%%                        count) utility output of lines, words, and
%%%                        characters.  This is produced by Robert
%%%                        Solovay's checksum utility.",
%%%  }
%%% ====================================================================

@String{ack-cs =   "Charles Spurgeon,
                    UTnet Network Information Center,
                    University of Texas at Austin,
                    Austin, TX,
                    USA"}

@String{ack-dab =  "Derek A. Baker,
                    Michael Wolff & Company, Inc.,
                    e-mail: \path|derek@go-netguide.com|"}

@String{ack-nhfb = "Nelson H. F. Beebe,
                    Center for Scientific Computing,
                    Department of Mathematics,
                    University of Utah,
                    Salt Lake City, UT 84112, USA,
                    Tel: +1 801 581 5254,
                    FAX: +1 801 581 4148,
                    e-mail: \path|beebe@math.utah.edu|"}

@String{ack-jsq  = "John S. Quarterman,
                    Matrix Information and Directory Services, Inc. (MIDS),
                    1106 Clayton Lane, Suite 500W,
                    Austin, TX 78723,
                    USA,
                    Tel: +1-512-451-7602,
                    FAX: +1-512-450-1436,
                    e-mail: \path|jsq@tic.com|"}

@String{ack-woh  = "Walt O. Haas,
                    Department of Computer Science,
                    University of Utah,
                    Salt Lake City, UT 84112, USA,
                    Tel: +1 801 581 5617,
                    e-mail: \path|haas@ski.utah.edu|"}

@String{j-IEEE-Comm-Mag = "IEEE Communications Magazine"}

@String{j-IEEE-J-SAC    = "IEEE Journal on Selected Areas in
                           Communications"}

@String{j-SIGCOMM       = "ACM SIGCOMM"}

@String{pub-ABLEX       = "Ablex Publishing Corp."}

@String{pub-ABLEX:adr   = "355 Chestnut St., Norwood, NJ 07648, USA"}

@String{pub-ACM         = "ACM Press"}

@String{pub-ACM:adr     = "New York, NY 10036, USA"}

@String{pub-ANCHOR      = "Anchor Press/Doubleday"}

@String{pub-ANCHOR:adr  = "Garden City, NY, USA"}

@String{pub-ANSI        = "American National Standards Institute"}

@String{pub-ANSI:adr    = "1430 Broadway, New York, NY 10018, USA"}

@String{pub-AW          = "Ad{\-d}i{\-s}on-Wes{\-l}ey"}

@String{pub-AW:adr      = "Reading, MA, USA"}

@String{pub-BALLANTINE  = "Ballantine Books"}

@String{pub-BALLANTINE:adr = "New York, NY, USA"}

@String{pub-BANTAM      = "Bantam Doubleday Dell Publishing Group Inc."}

@String{pub-BANTAM:adr  = "666 Fifth Avenue, New York, NY 10130, USA"}

@String{pub-BBN         = "Bolt Beranek and Newman, Inc."}

@String{pub-BBN:adr     = "10 Moulton Street, Cambridge, MA 02138, USA"}

@String{pub-BRADY       = "Robert J. Brady Co."}

@String{pub-BRADY:adr   = "Bowie, MD 20715, USA"}

@String{pub-COLLIER     = "Collier Books, Macmillan Publishing Company"}

@String{pub-COLLIER:adr = "New York, NY, USA"}

% pub-CTRC: ISBN 1-56607-nnn-n and 0-927695-nn-n
@String{pub-CTRC        = "Computer Technology Research Corp."}

@String{pub-CTRC:adr    = "6 N. Atlantic Wharf, Charleston, SC 29401-2150, USA"}

@String{pub-DOUBLEDAY   = "Doubleday"}

@String{pub-DOUBLEDAY:adr= "New York, NY, USA"}

@String{pub-DP          = "Digital Press"}

@String{pub-DP:adr      = "12 Crosby Drive, Bedford, MA 01730, USA"}

@String{pub-HAYDEN      = "Hayden Books"}

@String{pub-HAYDEN:adr  = "4300 West 62nd Street, Indianapolis, IN
                           46268, USA"}

@String{pub-IDG         = "IDG Books"}

@String{pub-IDG:adr     = "San Mateo, CA, USA"}

@String{pub-IEEE        = "IEEE Computer Society Press"}

@String{pub-IEEE:adr    = "1109 Spring Street, Suite 300, Silver
                           Spring, MD 20910, USA"}

@String{pub-LITA        = "LITA Publications"}

@String{pub-LITA:adr    = "50 East Huron Street, Chicago, IL 60602, USA"}

@String{pub-LSP         = "Library Solutions Press"}

@String{pub-LSP:adr     = "2137 Oregon St., Berkeley, CA, USA"}

@String{pub-MAC         = "Macmillan Publishing Company"}

@String{pub-MAC:adr     = "New York, NY, USA"}

@String{pub-MECKLER     = "Meckler Corp."}

@String{pub-MECKLER:adr = "11 Ferry Lane West, Westport, CT 06880, USA"}

@String{pub-MF          = "Miller Freeman Publications"}

@String{pub-MF:adr      = "San Francisco, CA, USA"}

@String{pub-MH          = "Mc{\-}Graw-Hill"}

@String{pub-MH:adr      = "New York, NY, USA"}

@String{pub-MIS         = "MIS Press"}

@String{pub-MIS:adr     = "P. O. Box 5277, Portland, OR 97208-5277, USA,
                           Tel: (503) 282-5215"}

@String{pub-MIT         = "MIT Press"}

@String{pub-MIT:adr     = "Cambridge, MA, USA"}

@String{pub-MT          = "M\&T Books"}

@String{pub-MT:adr      = "M\&T Publishing, Inc., 501 Galveston Drive,
                           Redwood City, CA 94063, USA"}

@String{pub-NRP         = "New Riders Publishing"}

@String{pub-NRP:adr     = "Carmel, IN, USA"}

@String{pub-NWN         = "North\-West\-Net"}

@String{pub-NWN:adr     = "Bellevue, WA, USA"}

@String{pub-OR          = "O'Reilly \& {Associates, Inc.}"}

@String{pub-OR:adr      = "981 Chestnut Street, Newton, MA 02164, USA"}

@String{pub-PH          = "Pren{\-}tice-Hall"}

@String{pub-PH:adr      = "Englewood Cliffs, NJ 07632, USA"}

@String{pub-PTRPH       = "P T R Pren{\-}tice-Hall"}

@String{pub-PTRPH:adr   = "Englewood Cliffs, NJ 07632, USA"}

@String{pub-QED         = "QED Information Sciences, Inc."}

@String{pub-QED:adr     = "P. O. Box 82-181, Wellesley, MA 02181, USA"}

@String{pub-QUE         = "Que Corporation"}

@String{pub-QUE:adr     = "????"}

@String{pub-RH          = "Random House"}

@String{pub-RH:adr      = "New York, NY, USA"}

@String{pub-SAMS        = "SAMS Publishing"}

@String{pub-SAMS:adr    = "????"}

@String{pub-SIMON       = "Simon \& Schuster"}

@String{pub-SIMON:adr   = "1230 Ave. of the Americas, New York, NY 10020, USA"}

@String{pub-SRI         = "SRI International"}

@String{pub-SRI:adr     = "333 Ravenswood Avenue, Menlo Park, CA 94025-3493, USA,
                           Tel: +1 415 859 6387, FAX: +1 415 859-6028"}

@String{pub-SYBEX       = "Sybex"}

@String{pub-SYBEX:adr   = "2021 Challenger Driver, Suite 100, Alameda,
                           CA 94501, USA"}

@String{pub-TELECOM     = "Telecom Library Inc."}

@String{pub-TELECOM:adr = "12 West 21 Street, New York NY 10010, USA,
                           Tel: +1 212 691 8215, +1 800 LIBRARY,
                           FAX: +1 212 691 1191"}

@String{pub-VENTANA     = "Ventana Press"}

@String{pub-VENTANA:adr = "Chapel Hill, NC, USA"}

@String{pub-VNR         = "Van Nostrand Reinhold"}

@String{pub-VNR:adr     = "New York, NY, USA"}

@String{pub-WI          = "Wiley-In{\-}ter{\-}sci{\-}ence"}

@String{pub-WI:adr      = "New York, NY, USA"}

@Book{Aboba:OUE93,
  author =       "Bernard Aboba",
  title =        "The Online User's Encyclopedia: Bulletin Boards and
                 Beyond",
  publisher =    pub-AW,
  year =         "1993",
  ISBN =         "0-201-62214-9",
  LCCN =         "QA76.9.B84 A26 1993",
  address =      pub-AW:adr,
  price =        "US\$32.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Tue Oct 12 13:19:08 1993",
}

@Book{Albitz:DBN92,
  author =       "Paul Albitz and Cricket Liu",
  title =        "{DNS} and {BIND} in a Nutshell",
  publisher =    pub-OR,
  address =      pub-OR:adr,
  year =         "1992",
  price =        "US\$29.95",
  ISBN =         "1-56592-010-4",
  LCCN =         "TK5105.875.I57 A43 1992",
  pages =        "xviii + 381",
  bibdate =      "Fri Apr 2 14:40:45 1993",
  acknowledgement = ack-nhfb # " and " # ack-woh,
  walts-review = "An excellent introduction and tutorial for anyone
                  managing a part of the Internet's Domain Name
                  Service.  The reader is assumed to have some basic
                  knowledge of UNIX system administration, the TCP/IP
                  protocol family and programming in C and the UNIX
                  shell script languages.

                  Table of Contents
                   1 Background
                   2 How does DNS work?
                   3 Where Do I Start?
                   4 Setting Up BIND
                   5 DNS and Electronic Mail
                   6 Configuring Hosts
                   7 Maintaining BIND
                   8 Growing Your Domain
                   9 Parenting
                  10 nslookup
                  11 Reading BIND Debugging Output
                  12 Troubleshooting DNS and BIND
                  13 Programming with the Resolver Library Routines
                  14 Miscellaneous
                   A DNS Message Format and Resource Records
                   B Compiling and Installing BIND on a Sun
                   C Top-level Domains
                   D Domain Registration Form
                   E IN-ADDR.ARPA Registration",
}

@Manual{Anixter:WSP93,
  title =        "Anixter Wiring Systems Product Catalog",
  organization = "Anixter Bros., Inc.",
  address =      "4711 Golf Road, Skokie, IL 60076, USA, Tel: (312)
                 677-2600",
  year =         "1993",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:48:52 1993",
}

@Manual{Anixter:NPG93,
  title =        "Anixter Networking Products Guide",
  organization = "Anixter Bros., Inc.",
  address =      "4711 Golf Road, Skokie, IL 60076, USA, Tel: (312)
                 677-2600",
  year =         "1993",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:48:52 1993",
}

@Book{ANSI:802.3-1990,
  author =       "ANSI",
  title =        "Information processing systems : local area networks--
                 Part 3. Carrier sense multiple access with collision
                 detection ({CSMA}/{CD}) access method and physical
                 layer specifications",
  publisher =    pub-ANSI,
  address =      pub-ANSI:adr,
  year =         "1992",
  ISBN =         "1-55937-049-1",
  LCCN =         "TK5105.7.I54 1990",
  pages =        "220",
  edition =      "ANSI/IEEE Std 802.3-1990 Edition. International
                 standard ISO/IEC 8802-3, IEEE product number: SH13482",
  acknowledgement = ack-cs,
  bibdate =      "Sat Mar 12 17:47:57 1994",
}

@Book{Arick:TIC93,
  author =       "Martin R. Arick",
  title =        "{TCP}/{IP} Companion\emdash {A} Guide for the Common
                 User",
  publisher =    pub-QED,
  year =         "1993",
  ISBN =         "0-894354-66-3",
  LCCN =         "TK5105.55 .A75 1993",
  address =      pub-QED:adr,
  pages =        "xxv + 240",
  price =        "US\$32.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Dec 9 17:04:22 1993",
}

@Manual{ATT:SPC93,
  key =          "ATT",
  title =        "{AT\&T} Systimax {PDS} Components Catalog",
  organization = "{AT\&T}",
  address =      "Tel: (800) 344-0223 ext 1102 (USA), 32-2-676-3623
                 (Europe) (416) 756-5118 (Canada)",
  year =         "1993",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:50:35 1993",
}

@Book{Badgett:WI93,
  author =       "Tom Badgett and Corey Sandler",
  title =        "Welcome to \ldots{} Internet: From Mystery to
                 Mastery",
  publisher =    pub-MIS,
  year =         "1993",
  ISBN =         "1-55828-308-0",
  address =      pub-MIS:adr,
  pages =        "xi + 324",
  price =        "US\$19.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:29:04 1994",
}

@Book{Benedikt:FS91,
  author =       "Michael {Benedikt, ed.}",
  title =        "Cyberspace: First Steps",
  publisher =    pub-MIT,
  ISBN =         "0-262-02327-X",
  LCCN =         "QC173.59.S65 C93 1991",
  year =         "1991",
  pages =        "viii + 436",
  address =      pub-MIT:adr,
  price =        "US\$15.95",
  note =         "An anthology of sociological examinations of networks
                 and related topics, by writers, scholars, and public
                 figures. Edited by a professor of Architecture at the
                 University of Texas.",
  bibdate =      "Wed Mar 31 18:08:35 1993",
  acknowledgement = ack-jsq,
}

@Article{Boggs:SIGCOMM-31-1988,
  author =       "David R. Boggs and Jeffrey C. Mogul and Christopher A.
                 Kent",
  title =        "Measured Capacity of an Ethernet: Myths and Reality",
  journal =      j-SIGCOMM,
  year =         "1988",
  pages =        "31",
  month =        aug,
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 12:11:44 1993",
}

@Book{Brambert:GI93,
  author =       "Dave {Brambert, ed.}",
  title =        "Guide to Internetworking: Interconnecting Diverse
                 Networks: {DOS}, Macintosh, {UNIX}, Mainframe",
  publisher =    pub-MF,
  year =         "1993",
  ISBN =         "0-87930-262-3",
  address =      pub-MF:adr,
  pages =        "186",
  price =        "US\$26.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:44:05 1994",
}

@Book{Braun:ID94,
  author =       "Eric Braun",
  title =        "The Internet Directory",
  publisher =    pub-BALLANTINE,
  year =         "1994",
  ISBN =         "0-449-90898-4",
  LCCN =         "TK5105.875.I57 B72 1994",
  address =      pub-BALLANTINE:adr,
  pages =        "xxii + 704",
  price =        "US\$25.00",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:31:48 1994",
}

@Book{Carl-Mitchell:PIT93,
  author =       "Smoot Carl-Mitchell and John S. Quarterman.",
  title =        "Practical Internetworking with {TCP}/{IP} and {UNIX}",
  publisher =    pub-AW,
  year =         "1993",
  ISBN =         "0-201-58629-0",
  LCCN =         "TK5105.5 .C36 1993",
  address =      pub-AW:adr,
  pages =        "xviii + 476",
  price =        "US\$43.25",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Dec 9 16:58:06 1993",
}

@Book{Cashin:NUC92,
  author =       "Jerry Cashin",
  title =        "Networking with {UNIX}\emdash Connecting Open
                 Systems",
  publisher =    pub-CTRC,
  year =         "1993",
  ISBN =         "1-56607-003-1",
  LCCN =         "TK5105.5 .C37 1992",
  address =      pub-CTRC:adr,
  pages =        "iv + 171",
  price =        "US\$220.00",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Dec 9 17:28:01 1993",
}

@Periodical{CommunicationsWeek,
  key =          "CommWeek",
  title =        "Communications Week\emdash The Newspaper For Network
                 Decision Makers",
  address =      "P.O. Box 2070, Manhasset, NY 11030, USA",
  note =         "Weekly; available free to qualified subscribers.",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 13:12:13 1993",
}

@Book{Comer:ITD91,
  author =       "Douglas E. Comer and David L. Stevens",
  title =        "Internetworking with {TCP\slash IP}. Design,
                 Implementation, and Internals",
  publisher =    pub-PH,
  address =      pub-PH:adr,
  year =         "1991",
  volume =       "2",
  ISBN =         "0-13-472242-6",
  LCCN =         "TK5105.5 .C59 1991",
  pages =        "xx + 532",
  acknowledgement = ack-nhfb,
}

@Book{Comer:ITP88,
  author =       "Douglas E. Comer",
  title =        "Internetworking with {TCP\slash IP}. Principles,
                 Protocols, and Architecture.",
  publisher =    pub-PH,
  address =      pub-PH:adr,
  year =         "1988",
  price =        "US\$27.00",
  ISBN =         "0-13-470154-2",
  LCCN =         "TK5105.5 .C59 1988",
  pages =        "xvii + 382",
  acknowledgement = ack-nhfb,
}

@Book{Comer:ITP92,
  author =       "Douglas E. Comer",
  title =        "Internetworking with {TCP\slash IP}. Client-server
                 programming and applications: {BSD} Sockets Version",
  publisher =    pub-PH,
  address =      pub-PH:adr,
  ISBN =         "0-13-474222-2",
  LCCN =         "TK5105.5 .C59 1991",
  year =         "1992",
  price =        "US\$51.00",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Dec  9 17:37:54 1993",
}

@Book{Comer:ITP94,
  author =       "Douglas E. Comer",
  title =        "Internetworking with {TCP\slash IP}. Client-server
                 programming and applications: {AT\&T} {SVR4} {TLI}
                 Version",
  publisher =    pub-PH,
  ISBN =         "0-13-474230-3",
  LCCN =         "TK5105.5 .C59 1994",
  address =      pub-PH:adr,
  price =        "US\$50.00",
  pages =        "xx + 508",
  year =         "1994",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Dec  9 17:34:13 1993",
}

@Book{Comer:OSD87,
  author =       "Douglas E. Comer",
  title =        "Operating Systems Design. Internetworking with
                 {XINU}",
  volume =       "2",
  publisher =    pub-PH,
  address =      pub-PH:adr,
  year =         "1987",
  ISBN =         "0-13-637414-X",
  LCCN =         "QA76.76.O63 C65 1984",
  pages =        "xxi + 567",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Oct  6 09:34:51 1993",
}

@Periodical{CompCommRev,
  key =          "CompCommRev",
  title =        "Computer Communication Review\emdash The {SIGCOMM} Quarterly
                 Publication",
  ISSN =         "0146-4833",
  address =      pub-ACM # "," # pub-ACM:adr,
  note =         "Quarterly; US\$37.",
  acknowledgement = ack-cs,
  bibdate =      "Thu Dec  9 18:27:54 1993",
}

@Periodical{Connexions,
  key =          "Connexions",
  title =        "Connexions\emdash The Interoperability Report",
  address =      "480 San Antonio Road, Mountain View, CA 94040-1219,
                 USA, Tel: (415) 941-3399, E-mail:
                 \path|connexions@interop.com|",
  note =         "U.S./Canada subscriptions US\$150 for 12 issues/year.",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 13:15:49 1993",
}

@Book{Cronin:DBI93,
  author =       "Mary J. Cronin",
  title =        "Doing Business on the Internet\emdash How the
                 Electronic Highway is Transforming {American}
                 Companies",
  publisher =    pub-VNR,
  year =         "1994",
  ISBN =         "0-442-01770-7",
  LCCN =         "HD30.335.C76 1994",
  address =      pub-VNR:adr,
  pages =        "xi + 308",
  price =        "US\$29.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:39:38 1994",
}

@Book{daCruz:UCK93,
  author =       "Frank da Cruz and Christine M. Gianone",
  title =        "Using {C}-{Kermit}",
  publisher =    pub-DP # " and " # pub-PH,
  year =         "1993",
  ISBN =         "1-55558-108-0 (DP), 0-13-037490-3 (PH)",
  LCCN =         "TK5105.9.D33 1993",
  address =      pub-DP:adr # " and " # pub-PH:adr,
  pages =        "xxi + 514",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Oct 4 10:22:38 1993",
}

@Periodical{DataComm,
  key =          "DataComm",
  title =        "Data Communications: McGraw-Hill's Networking
                 Technology Magazine",
  address =      pub-MH:adr,
  note =         "Monthly; available free to qualified subscribers.",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 13:14:21 1993",
}

@Manual{DEC:DIX82,
  title =        "Version 2.0, {DEC}-Intel-Xerox ({DIX}) Ethernet
                 Standard Ethernet Local Area Network Specification
                 Version 2.0",
  organization = pub-DP,
  address =      pub-DP:adr,
  price =        "US\$31.00",
  pages =        "103",
  edition =      "DEC Part Number: AA-K759B-TK",
  year =         "1982",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 12:02:35 1993",
}

@Manual{DEC:TNB93,
  title =        "Telecommunications and Networks Buyer's Guide",
  organization = pub-DP,
  address =      pub-DP:adr,
  note =         "Published twice a year.",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:43:04 1993",
}

@Manual{DEC:NTG90,
  title =        "Network Troubleshooting Guide",
  organization = pub-DP,
  address =      pub-DP:adr,
  year =         "1990",
  edition =      "Digital part number EK-339AB-GD-002",
  month =        aug,
  pages =        "278",
  price =        "US\$95.00",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:45:05 1993",
}

@Manual{DEC:ODB90,
  title =        "{OPEN} {DEC}connect Building Wiring Components and
                 Applications Catalog",
  organization = pub-DP,
  address =      pub-DP:adr,
  year =         "1990",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:45:05 1993",
}

@Book{Denning:CUA90,
  author =       "Peter J. {Denning, ed.}",
  title =        "Computers Under Attack: Intruders, Worms, and
                 Viruses",
  publisher =    pub-ACM # " and " # pub-AW,
  price =        "US\$23.95",
  year =         "1990",
  ISBN =         "0-201-53067-8",
  LCCN =         "QA76.9.A25 C667 1990",
  address =      pub-ACM:adr # " and " # pub-AW:adr,
  pages =        "xx + 554",
  note =         "Details of celebrated network security cases,
                 including those described in the previous two books.
                 Includes Stoll's original article about the Wiley
                 Hacker, and responses and articles by others on the
                 same subject. Has extensive coverage of the 1988
                 Internet Worm. Also includes information on viruses.
                 Has quite a bit of material on the cultures of the
                 networks, and on social, legal, and ethical matters.
                 Starts with the standard historical network papers,
                 including ``Notable Computer Networks'' by Quarterman
                 and Hoskins.",
  bibdate =      "Fri Apr 2 09:24:01 1993",
  acknowledgement = ack-jsq,
}

@Book{Dern:NUG93,
  author =       "Daniel P. Dern",
  title =        "The New User's Guide to the Internet",
  publisher =    pub-MH,
  year =         "1993",
  ISBN =         "0-07-016510-6 (hardcover), 0-07-016511-4 (paperback)",
  LCCN =         "TK5105.875.I57 D47 1994",
  address =      pub-MH:adr,
  pages =        "xxvii + 570",
  note =         "A forthcoming new user guide, not yet seen.",
  bibdate =      "Wed Mar 31 17:55:39 1993",
  acknowledgement = ack-jsq,
}

@Book{Engst:ISK94,
  author =       "Adam Engst",
  title =        "Internet Starter Kit for Macintosh",
  publisher =    pub-HAYDEN,
  year =         "1994 (??)",
  ISBN =         "1-56830-064-6",
  address =      pub-HAYDEN:adr,
  acknowledgement = ack-nhfb,
  bibdate =      "Sun Mar  6 17:29:02 1994",
}

@Book{Estrada:CI93,
  author =       "Susan Estrada",
  title =        "Connecting to the Internet",
  publisher =    pub-OR,
  year =         "1993",
  ISBN =         "1-56592-061-9",
  LCCN =         "TK 5105.875 I57 E82c 1993",
  price =        "US\$15.95",
  address =      pub-OR:adr,
  month =        aug,
  pages =        "xv + 170",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Dec  9 18:37:47 1993",
}

@Book{Falk:IR94,
  author =       "Bennett Falk",
  title =        "The Internet Roadmap",
  publisher =    pub-SYBEX,
  year =         "1994",
  ISBN =         "0-7821-1365-6",
  address =      pub-SYBEX:adr,
  pages =        "xvii + 263",
  price =        "US\$12.99",
  acknowledgement = ack-nhfb,
  bibdate =      "Fri Mar 11 17:46:07 1994",
}

@Book{Fisher:RIH93,
  author =       "Sharon Fisher",
  title =        "Riding the Internet Highway",
  publisher =    pub-NRP,
  year =         "1993",
  ISBN =         "1-56205-192-X",
  LCCN =         "TK5105.875.I57 F57 1993",
  pages =        "xii + 266",
  price =        "US\$16.95",
  address =      pub-NRP:adr,
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:59:48 1994",
}

@Book{Flanagan:GTN90,
  author =       "William A. Flanagan",
  title =        "The Guide to {T1} Networking",
  publisher =    pub-TELECOM,
  year =         "1990",
  ISBN =         "0-936648-26-0",
  price =        "US\$29.95",
  address =      pub-TELECOM:adr,
  edition =      "Fourth",
  note =         "The T-1 trunk line technology is a standard for
                 voice and data transmission in the US and Canada.
                 The author introduces the subject in clear simple
                 language and explains the various issues and
                 terminology.  Most terms are clearly explained as
                 they are introduced; no prior understanding of
                 telephone technology is required.  The higher-speed
                 technologies and the corresponding global standards
                 are discussed briefly.  Reference material is well
                 organized.  I recommend this book as an introduction
                 to the subject.

                 Table of Contents
                  1 What T1 Does For a Network
                  2 T-1 Defined Historically
                  3 Digital Voice
                  4 T-1 Circuits
                  5 What Equipment You Will Need At Your Office
                  6 How To Build a T-1 Network
                  7 Beyond T-1: Desktop to DS-3
                  8 Network Management And Control
                  A T-1 Case Examples
                  B Networking Acronyms
                  C Basic Multiplexing
                  D Global Framing Formats
                  Index",
  bibdate =      "Tue Apr 13 11:56:44 1993",
  acknowledgement = ack-woh,
}

@Book{Flanagan:FPC91,
  author =       "William A. Flanagan",
  title =        "Frames, Packets and Cells in Broadband Networking",
  publisher =    pub-TELECOM,
  year =         "1991",
  ISBN =         "0-036648-31-7 ??checksum error??",
  address =      pub-TELECOM:adr,
  note =         "The author takes on the task of teaching the current
                 state of the new data communication technologies, and
                 does a generally excellent job of it.  Chapter 1
                 introduces the basic concepts of packet networking,
                 explaining that technology in detail and drawing
                 contrasts to the T-1 TDM technology explained in The
                 Guide to T-1 Networking by the same author.  ASCII
                 and X.25 are referred to in this chapter, with only
                 the briefest description, so the reader should have
                 some rudimentary knowledge of data communication.
                 However the basic differences between packet
                 switching and circuit switching, and between
                 connection-oriented and connectionless tranmission,
                 are clearly explained so the reader can skip over
                 confusing terminology without loss.

                 Chapter 2 does an excellent job of explaining the
                 basic concepts underlying the various types of
                 packet, frame and cell technologies, the relative
                 advantages and disadvantages of each, layered
                 protocols, the OSI reference model and says a few
                 words about the functions of SNA, the Internet
                 protocols, the IEEE LAN standards and Signaling
                 System 7.

                 Chapter 3 uses T-1 as an example to explain the
                 SONET/STS and SDH framing technology.  The reader
                 should approach this chapter with a good
                 understanding of T-1 synchronization.  HDLC is also
                 described briefly in this chapter.

                 Chapter 4 explains frame relay, including the Local
                 Mangement Interface, and again makes a comparison to
                 X.25 (which is never described in detail).  This is
                 followed by an detailed explanation of the basics of
                 FDDI (but SMT isn't covered).  The MAN standards
                 DQDB, IEEE 802.6 and SMDS, which are all closely
                 related, are explained as a unit.  ATM is described,
                 with its relationship (or lack thereof) to SONET.
                 The StrataCom proprietary FastPacket protocol is
                 mentioned briefly, followed by some general design
                 principles for light-weight protocols, with brief
                 descriptions of XTP and HSTP.

                 If you have the necessary background to read it, as
                 explained above, I can recommend this book as an
                 introduction to the new networking technologies that
                 it covers.

                 Table of Contents
                  1 Packet Overview
                  2 What All Packets Have In Common
                  3 Broadband Framing
                  4 Emerging Packet Technologies
                  A Networking Acronyms
                  B Annotated Bibliography
                  C Time Division Multiplexing
                  Index",
  bibdate =      "Tue Apr 13 12:06:41 1993",
  acknowledgement = ack-woh,
}

@Book{Fraase:WIT94,
  author =       "Michael Fraase",
  title =        "The {Windows} {Internet} Tour Guide\emdash Cruising
                 the {Internet} the Easy Way",
  publisher =    pub-VENTANA,
  year =         "1994",
  ISBN =         "1-56604-081-7",
  LCCN =         "TK5105.875.I57 F76 1994",
  address =      pub-VENTANA:adr,
  price =        "US\$24.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Sat Feb 19 09:41:28 1994",
}

@Book{Fraase:PIT94,
  author =       "Michael Fraase",
  title =        "The {PC} {Internet} Tour Guide\emdash Cruising the
                 {Internet} the Easy Way",
  publisher =    pub-VENTANA,
  year =         "1994",
  ISBN =         "1-56604-084-1",
  LCCN =         "TK5105.875.I57 F57 1994",
  address =      pub-VENTANA:adr,
  pages =        "xxiv + 284",
  price =        "US\$24.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Sat Feb 19 09:44:26 1994",
}

@Book{Fraase:MIT93,
  author =       "Michael Fraase",
  title =        "The {Mac} {Internet} Tour Guide\emdash Cruising the
                 {Internet} the Easy Way",
  publisher =    pub-VENTANA,
  year =         "1993",
  ISBN =         "1-56604-062-0",
  LCCN =         "TK5105.875.I57 F73 1993",
  address =      pub-VENTANA:adr,
  pages =        "xxii + 288",
  price =        "US\$27.95 (includes Macintosh diskette)",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 13:28:34 1994",
}

@Book{Frey:DEM89,
  author =       "Donnalyn Frey and Rick Adams",
  title =        "\verb|!%@|:: {A} Directory of Electronic Mail
                 Addressing and Networks",
  publisher =    pub-OR,
  address =      pub-OR:adr,
  year =         "1989",
  pages =        "xv + 284",
  month =        jan,
  price =        "US\$26.95",
  ISBN =         "0-937175-39-0",
  LCCN =         "HE6239.E54 F73 1989",
  note =         "A quick desk reference to many networks, with two
                 pages on each one.",
  acknowledgement = ack-jsq,
}

@Book{Frey:DEM93,
  author =       "Donnalyn Frey and Rick Adams",
  title =        "\verb|!%@|:: {A} Directory of Electronic Mail
                 Addressing and Networks",
  publisher =    pub-OR,
  address =      pub-OR:adr,
  edition =      "Third",
  year =         "1993",
  pages =        "xvi + 443",
  price =        "US\$24.95",
  ISBN =         "1-56592-031-7",
  LCCN =         "HE6239.E54 F78 1993",
  acknowledgement = ack-nhfb,
  bibdate =      "Sat Feb 19 09:50:33 1994",
}

@Book{Gardner:DUG94,
  author =       "James Gardner",
  title =        "A {DOS} User's Guide to the Internet: {E}-mail,
                 Netnews, and File Transfer with {UUCP}",
  publisher =    pub-PTRPH,
  year =         "1994",
  ISBN =         "0-13-106873-3",
  LCCN =         "TK5105.875.I57G37 1993",
  address =      pub-PTRPH:adr,
  note =         "Includes IBM PC diskette.",
  pages =        "xi + 308",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:57:29 1994",
}

@Book{Gibbs:NI93,
  author =       "Mark Gibbs and Richard Smith",
  title =        "Navigating the Internet",
  publisher =    pub-SAMS,
  year =         "1993",
  ISBN =         "0-672-30362-0",
  address =      pub-SAMS:adr,
  pages =        "xxiii + 500",
  price =        "US\$24.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:55:07 1994",
}

@Book{Gilster:IN93,
  author =       "Paul Gilster",
  title =        "The Internet Navigator\emdash The Essential Guide to
                 Network Exploration for the Individual Dial-up User",
  publisher =    pub-WI,
  year =         "1993",
  ISBN =         "0-471-59782-1",
  LCCN =         "TK5105.875.I57 G55 1993",
  pages =        "xxiv + 470",
  price =        "US\$24.95",
  address =      pub-WI:adr,
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Oct 11 08:39:42 1993",
}

@Book{Hafner:C91,
  author =       "Katie Hafner and John Markoff",
  title =        "Cyberpunk",
  publisher =    pub-SIMON,
  year =         "1991",
  ISBN =         "0-671-68322-5",
  LCCN =         "QA76.9.A25 H34 1991",
  pages =        "368",
  address =      pub-SIMON:adr,
  price =        "US\$22.95",
  note =         "Interviews with some of the crackers who have appeared
                 conspicuously in the press in the past few years. One
                 of the co- authors is the New York Times reporter who
                 broke the Stoll story to the public.",
  bibdate =      "Fri Apr 2 09:20:47 1993",
  acknowledgement = ack-jsq,
}

@Book{Hardie:IML93,
  author =       "Edward T. L. Hardie and Vivian Neou",
  title =        "Internet: Mailing Lists",
  publisher =    pub-SRI,
  year =         "1993",
  address =      pub-SRI:adr,
  ISBN =         "0-13-327941-3",
  LCCN =         "TK5105.875.I57 I568 1993",
  pages =        "x + 356",
  acknowledgement = ack-nhfb,
}

@Book{Hardie:IML94,
  author =       "Edward T. L. Hardie and Vivian Neou",
  title =        "Internet: Mailing Lists",
  publisher =    pub-PTRPH,
  year =         "1994",
  ISBN =         "0-13-289661-3",
  LCCN =         "TK5105.875.I57 I56 1994",
  edition =      "Second",
  address =      pub-PTRPH:adr,
  pages =        "vii + 582",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 13:08:35 1994",
}

@Book{Heslop:IIG94,
  author =       "Brent D. Heslop and David Angell",
  title =        "The Instant {Internet} Guide\emdash Hands-on Global
                 Networking",
  publisher =    pub-AW,
  year =         "1994",
  ISBN =         "0-201-62707-8",
  LCCN =         "TK5105.875.I57 H48 1994",
  address =      pub-AW:adr,
  acknowledgement = ack-nhfb,
  bibdate =      "Fri Feb 18 19:25:52 1994",
}

@Book{Hoffman:IIR94,
  author =       "Paul E. Hoffman",
  title =        "Internet Instant Reference",
  publisher =    pub-SYBEX,
  year =         "1994",
  ISBN =         "0-7821-1512-8",
  address =      pub-SYBEX:adr,
  pages =        "xvi + 317",
  price =        "US\$12.99",
  acknowledgement = ack-nhfb,
  bibdate =      "Fri Mar 11 17:48:21 1994",
}

@Manual{HP:LCA86,
  title =        "{LAN} Cable and Accessories Installation Manual",
  organization = "{Hewlett-Packard Co.}",
  edition =      "HP Part No. 5955-7680",
  year =         "1986",
  month =        jan,
  pages =        "204",
  price =        "US\$43.00",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:38:39 1993",
}

@Manual{HP:STC88,
  title =        "{HP} SiteWire Twisted-pair Cabling Installation
                 Guide",
  organization = "{Hewlett-Packard Co.}",
  edition =      "HP Manual Part Number 5959-2208",
  year =         "1988",
  month =        jan,
  pages =        "100",
  price =        "US\$40.00",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:41:06 1993",
}

@Manual{Hubbel:FLC93,
  title =        "Full Line Catalog \#1100{R}",
  organization = "Hubbel Premise Wiring Inc.",
  address =      "14 Lord's Hill Road, PO Box 901, Stonington, CT
                 06378-0901, USA, Tel: (203) 535-3809 or (800)
                 626-0005",
  year =         "1993",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:52:00 1993",
}

@Book{Hunt:TNA92,
  author =       "Craig Hunt",
  title =        "{TCP/IP} Network Administration",
  publisher =    pub-OR,
  year =         "1992",
  price =        "US\$29.95",
  pages =        "xxii + 471",
  ISBN =         "0-937175-82-X",
  LCCN =         "TK5105.9 .H86 1992",
  address =      pub-OR:adr,
  acknowledgement = ack-nhfb,
}

@Book{IEEE:802.3i-1990,
  author =       "IEEE",
  title =        "802.3i-1990 {IEEE} Supplement to Carrier Sense
                 Multiple Access with Collision Detection {CSMA}/{CD}
                 Access Method and Physical Layer Specifications: System
                 Considerations for Multisegment 10 Mb/s Baseband
                 Networks (Section 13) and Twisted-Pair Medium
                 Attachment Unit ({MAU}) and Baseband Medium, Type
                 10{BASE}-{T} (Section 14)",
  publisher =    pub-IEEE,
  year =         "1990",
  ISBN =         "1-55937-070-X",
  address =      pub-IEEE:adr,
  edition =      "IEEE Product Number: SH13763",
  price =        "US\$26.00",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 12:08:03 1993",
}

@Periodical{InfoWorld,
  key =          "InfoWorld",
  title =        "InfoWorld",
  ISSN =         "0199-6649",
  address =      "Infoworld Publishing Co., 155 Bovet Road Suite 800,
                 San Mateo, CA 94402, USA, Tel: (415) 572-7341 or (800)
                 227-8365",
  acknowledgement = ack-cs,
  bibdate =      "Thu Dec  9 18:27:59 1993",
}

@Book{Kahin:BII92,
  author =       "Brian {Kahin, ed.}",
  title =        "Building Information Infrastructure: Issues in the
                 Development of the National Research and Education
                 Network",
  publisher =    pub-MH,
  year =         "1992",
  ISBN =         "0-390-03083-X",
  LCCN =         "T58.5 .B85 1992",
  price =        "US\$34.95",
  address =      pub-MH:adr,
  note =         "Includes the entire text of the High Performance
                 Computing Act (HPCA) of 1991 that authorized the
                 forthcoming National Research and Education Network
                 (NREN), as well as numerous examinations of what it
                 does and should mean. Papers from a workshop at
                 Harvard's Kennedy School of Government. Tough sledding
                 in spots, but very rewarding in others.",
  pages =        "iii + 443",
  bookreview =   "Matrix News, 2(5), May 1992",
  bibdate =      "Wed Mar 31 18:20:09 1993",
  acknowledgement = ack-jsq,
}

@Book{Kehoe:ZAI93,
  author =       "Brendan P. Kehoe",
  title =        "Zen and the Art of the Internet: {A} Beginner's
                 Guide",
  publisher =    pub-PH,
  year =         "1993",
  price =        "US\$22.00",
  pages =        "xv + 112",
  address =      pub-PH:adr,
  edition =      "Second",
  bookreview =   "Link Letter, 5(3):3, Nov.~1992; MicroTimes, 102:3,
                 Nov.~23, 1992. \path|simsc.si.edu:networks/zen.ad|.",
  note =         "The first edition of this book was and is available
                 only online, from various anonymous FTP servers. This
                 second edition is somewhat enlarged and updated, yet is
                 still the shortest introductory Internet book.",
  ISBN =         "0-13-010778-6",
  LCCN =         "TK5105.875.I57 K44 1993",
  acknowledgement = ack-jsq,
}

@Book{Kehoe:ZAI94,
  author =       "Brendan P. Kehoe",
  title =        "Zen and the Art of the Internet: {A} Beginner's
                 Guide",
  publisher =    pub-PTRPH,
  year =         "1994",
  ISBN =         "0-13-121492-6",
  LCCN =         "TK5105.875.I57 K44 1994",
  price =        "US\$23.95",
  pages =        "xx + 193",
  address =      pub-PTRPH:adr,
  edition =      "Third",
  acknowledgement = ack-nhfb,
  bibdate =      "Fri Mar 11 17:51:43 1994",
}

@Book{Kessler:ICF90,
  author =       "Gary C. Kessler",
  title =        "{ISDN}: concepts, facilities, and services",
  publisher =    pub-MH,
  address =      pub-MH:adr,
  year =         "1990",
  ISBN =         "0-07-034242-3",
  LCCN =         "TK5103.7 .K47 1990",
  pages =        "xvi + 302",
  bibdate =      "Fri Apr 16 09:02:52 1993",
  acknowledgement = ack-nhfb,
}

@Book{Kessler:MAN92,
  author =       "Gary C. Kessler and David A. Train",
  title =        "Metropolitan area networks",
  publisher =    pub-MH,
  address =      pub-MH:adr,
  year =         "1992",
  ISBN =         "0-07-034243-1",
  LCCN =         "TK5105.85 .K47 1992",
  pages =        "xii + 436",
  price =        "US\$39.95",
  bibdate =      "Fri Apr 16 09:03:47 1993",
  acknowledgement = ack-jsq,
}

@Book{Kessler:ICF93,
  author =       "Gary C. Kessler",
  title =        "{ISDN}: concepts, facilities, and services",
  publisher =    pub-MH,
  address =      pub-MH:adr,
  edition =      "Second",
  year =         "1993",
  ISBN =         "0-07-034247-4",
  LCCN =         "TK5103.7 .K47 1993",
  pages =        "xviii + 454",
  price =        "US\$49.95",
  bibdate =      "Mon Oct 11 17:23:44 1993",
  acknowledgement = ack-nhfb,
}

@Book{Kochan:UN89,
  author =       "Stephen G. Kochan and Patrick H. Wood",
  title =        "{UNIX} Networking",
  publisher =    pub-HAYDEN,
  address =      pub-HAYDEN:adr,
  year =         "1989",
  ISBN =         "0-672-48440-4",
  LCCN =         "QA76.76.O63 U546 1989",
  pages =        "viii + 400",
  acknowledgement = ack-nhfb,
}

@Book{Kochmer:IPN93,
  author =       "Jonathan Kochmer and NorthWestNet",
  title =        "The {Internet} Passport: {NorthWestNet}'s Guide to Our
                 World Online",
  publisher =    pub-NWN,
  year =         "1993",
  ISBN =         "0-9635281-0-6",
  LCCN =         "TK5105.875.I57 K63 1993",
  price =        "US\$39.95",
  address =      pub-NWN:adr,
  edition =      "Fourth",
  note =         "A forthcoming guide and catalog, not yet seen. It is
                 paradoxically both the fourth edition of and the
                 successor to the other NorthWestNet book listed later.
                 For details, send e-mail to \path|info@nwnet.net|.",
  pages =        "xxxii + 515",
  bibdate =      "Wed Mar 31 17:50:54 1993",
  acknowledgement = ack-jsq,
}

@Book{Krol:WIU92,
  author =       "Ed Krol",
  title =        "The Whole Internet User's Guide \& Catalog",
  publisher =    pub-OR,
  year =         "1992",
  ISBN =         "1-56592-025-2",
  LCCN =         "TK5105.875.I57 K86 1992",
  address =      pub-OR:adr,
  note =         "Perhaps the most ambitious of the new crop of books,
                 this one is both a user's guide and a catalog of
                 resources in one. It is aimed at graduate students who
                 want to use the Internet for research.",
  pages =        "xxiv + 376",
  price =        "US\$24.95",
  bookreview =   "Link Letter, 5(3):3, Nov.~1992. Matrix News, 2(11),
                 Nov.~1992. MicroTimes, 102:3, Nov.~23, 1992.",
  bibdate =      "Wed Mar 31 17:22:11 1993",
  acknowledgement = ack-jsq,
}

@Periodical{LAN,
  key =          "LAN",
  title =        "{LAN}\emdash The Local Area Network Magazine",
  ISSN =         "0898-0012",
  address =      "LAN, Miller Freeman Publications, P.O. Box 41904,
                 Nashville, TN 37204, USA, Tel: (800) 933-3321 or (615)
                 377-3322",
  note =         "Monthly: US\$20 per year.",
  acknowledgement = ack-cs,
  bibdate =      "Wed Feb 23 12:46:55 1994",
}

@Book{Lambert:IB93,
  author =       "Steve Lambert and Walt Howe",
  title =        "Internet Basics\emdash Your Online Access to the
                 Global Electronic Superhighway",
  publisher =    pub-RH,
  year =         "1993",
  ISBN =         "0-679-75023-1",
  address =      pub-RH:adr,
  price =        "US\$27.00",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:34:48 1994",
}

@Book{Lane:IPI92,
  author =       "Elizabeth S. Lane and Craig A. Summerhill",
  title =        "An Internet Primer for Information Professionals: {A}
                 Basic Guide to Networking Technology",
  publisher =    pub-MECKLER,
  year =         "1992",
  ISBN =         "0-88736-831-X",
  LCCN =         "TK5105.875.I57 L35 1992",
  address =      pub-MECKLER:adr,
  note =         "This book, not yet seen, is apparently aimed at
                 information professionals, presumably meaning
                 librarians and others.",
  pages =        "x + 182",
  price =        "US\$37.50",
  bibdate =      "Wed Mar 31 17:57:24 1993",
  acknowledgement = ack-jsq,
}

@Book{LaQuey:ICB92,
  author =       "Tracy LaQuey and Jeanne C. Ryer",
  title =        "The Internet Companion: {A} Beginner's Guide to Global
                 Networking",
  publisher =    pub-AW,
  address =      pub-AW:adr,
  year =         "1992",
  ISBN =         "0-201-62224-6",
  LCCN =         "TK5105.875.I57 L37 1993",
  price =        "US\$10.95",
  month =        oct,
  pages =        "x + 196",
  bibdate =      "Wed Mar 31 17:14:34 1993",
  bookreview =   "Internet Society News, 1(3):34, Summer 1992. Link
                 Letter, 5(3):4, Nov.~1992. Matrix News, 2(9):8-9.
                 Sept.~1992.  \path|companion@world.std.com|.",
  note =         "This is the least expensive introductory guide for new
                 users of the Internet, and perhaps the only one aimed
                 at the general public. It is also being made available
                 online by anonymous FTP from \path|world.std.com|, two
                 chapters a month.",
  acknowledgement = ack-jsq,
}

@Book{LaQuey:ICP93,
  author =       "Tracy LaQuey and Jeanne C. Ryer",
  title =        "The Internet Companion Plus: {A} Beginner's Guide to
                 Global Networking",
  publisher =    pub-AW,
  address =      pub-AW:adr,
  year =         "1993",
  ISBN =         "0-201-62719-1",
  LCCN =         "TK5105.875.I57 L39 1993",
  price =        "US\$19.95 (includes IBM PC diskette)",
  pages =        "x + 197",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 13:16:41 1994",
}

@Book{LaQuey:UDC89,
  author =       "Tracy Lynn LaQuey",
  title =        "Users' Directory of Computer Networks",
  publisher =    pub-DP # " and " # pub-PH,
  year =         "1989",
  ISBN =         "1-555-58047-5 (DP) and 0-13-950262-9 (PH)",
  LCCN =         "TK5105.5 .U74 1990",
  price =        "US\$34.95",
  address =      pub-DP:adr # " and " # pub-PH:adr,
  note =         "Digital Part Number EY-C200E-DP. A directory of users,
                 domains, etc. of the Internet, BITNET, UUCP, etc.",
  pages =        "xv + 630",
  bibdate =      "Fri Apr 2 09:33:33 1993",
  acknowledgement = ack-jsq,
}

@Book{Levine:ID93,
  author =       "John R. Levine and Carol Baroudi",
  title =        "Internet for Dummies",
  publisher =    pub-IDG,
  year =         "1993",
  ISBN =         "1-56884-024-1",
  address =      pub-IDG:adr,
  pages =        "xxiv + 355",
  price =        "US\$19.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:39:23 1994",
}

@Book{Levy:HHC84,
  author =       "Steven Levy",
  title =        "Hackers: Heroes of the Computer Revolution",
  publisher =    pub-ANCHOR,
  year =         "1984",
  ISBN =         "0-385-19195-2 (hardcover), 0-440-13405-6 (paperback)",
  LCCN =         "QA76.6 .L469 1984",
  address =      pub-ANCHOR:adr,
  pages =        "xv + 458",
  note =         "Tales of the real hackers who invented the modern
                 computer industry. Some of these people are still quite
                 active on the nets today.",
  price =        "US\$17.95 (hardcover), US\$4.95 (paperback)",
  bibdate =      "Fri Apr 2 09:13:23 1993",
  acknowledgement = ack-jsq,
}

@Book{Lynch:ISH93,
  author =       "Daniel C. Lynch and Marshall T. {Rose, eds.}",
  title =        "The Internet System Handbook",
  publisher =    pub-AW,
  year =         "1993",
  ISBN =         "0-201-56741-5",
  LCCN =         "TK5105.875.I57 I58 1993",
  note =         "A description of the process that produces Internet
                 Standards, and some other user level material in
                 addition to protocol material.",
  address =      pub-AW:adr,
  pages =        "xxxii + 790",
  price =        "US\$40",
  bibdate =      "Wed Mar 31 18:04:42 1993",
  acknowledgement = ack-jsq,
}

@Book{Madron:LAN89,
  author =       "Thomas W. Madron",
  title =        "{LAN}s\emdash Applications of {IEEE}/{ANSI} 802
                 Standards",
  publisher =    pub-WI,
  year =         "1989",
  ISBN =         "0-471-62049-1",
  LCCN =         "TK5105.7.M325 1989",
  price =        "US\$34.95",
  address =      pub-WI:adr,
  pages =        "xi + 308",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:59:51 1993",
}

@Book{Malamud:ANN90,
  author =       "Carl Malamud",
  title =        "Analyzing Novell Networks",
  publisher =    pub-VNR,
  year =         "1990",
  ISBN =         "0-442-00364-1",
  LCCN =         "TK5105.7 .M35 1990",
  pages =        "xv + 343",
  price =        "US\$37.95",
  address =      pub-VNR:adr,
  note =         "Chapter 1 quickly reviews the ISO seven-layer model,
                 explains the overall Novell architecture, and
                 introduces the Network General Sniffer network
                 analysis tool.  Chapters 2 and 3 explain the
                 Ethernet, Token Ring and ARCNET physical media.
                 Chapter 4 discusses the IPX, SPX and network
                 maintenance protocols; the author unfortunately does
                 not explain why you DON'T want to use Novell's
                 default Ethernet encapsulation.  He also notes that
                 IPX checksumming is disabled on the example he shows,
                 but doesn't mention that this is usual Novell
                 practice, or explain the implications.  This chapter
                 was written before packets greater than 512 bytes and
                 block mode were implemented.

                 Chapter 5 describes the NetWare operating system; the
                 Bindery; communications utilities; file attributes,
                 access rights, locking and synchronization; print
                 services; job servers; and accounting.  Chapter 6
                 describes the Message Handling Service (MHS) and some
                 gateways between it and other type of messaging
                 system.  Chapter 7 briefly describes data
                 organization, Btrieve, XQL and NetWare SQL.  Chapter
                 8 describes the Netwise RPC product and its
                 relationship to some other forms of RPC from other
                 vendors.

                 Chapter 9 describes the AT\&T STREAMS protocol
                 mechanism and its Novell implementation.  Chapter 10
                 briefly describes the NetWare support for AppleTalk.
                 Chapter 11 describes NetWare for VMS, Portable
                 NetWare (which supersedes NetWare for VMS), and how
                 Novell and DECnet networks can be gatewayed to each
                 other.

                 Chapter 12 briefly describes Novell support for WANS.
                 Chapter 13 discusses gateways between Novell and
                 TCP/IP, SNA (described as ``not quite as
                 nonproprietary as TCP/IP'' in what is surely the
                 understatement of the year!)  NetBIOS and OSI.

                 Much of the discussion is fairly superficial.  There
                 is, however, a good bibliography which provides
                 references to more detailed documents.  The glossary
                 and index look serviceable.  All chapters are
                 illustrated with reproductions of Sniffer displays.

                 Table of Contents:

                 1  Analyzing Networks
                 2  Data Links and LLC
                 3  Token Ring and ARCNET
                 4  IPX and SPX
                 5  NetWare Core Protocols
                 6  Message Handling Service
                 7  Data Access
                 8  Remote Procedure Calls
                 9  STREAMS and Protocol Stacks
                 10 AppleTalk
                 11 DECnet and Portable NetWare
                 12 X.25 and Wide Area Networks
                 13 Gateways to Other Networks",
  bibdate =      "Tue Apr 13 11:52:22 1993",
  acknowledgement = ack-woh,
 }

@Book{Malamud:EIT92,
  author =       "Carl Malamud",
  title =        "Exploring the Internet: {A} Technical Travelogue",
  publisher =    pub-PH,
  year =         "1992",
  ISBN =         "0-13-296898-3",
  LCCN =         "TK5105.875.I57 M36 1992",
  price =        "US\$26.95",
  bookreview =   "Internet Society News, 1(3):34, Summer 1992. Network
                 Computing, 3(11):46, October 15, 1992. Matrix News,
                 2(9):9,11, Sept.~1992.",
  address =      pub-PH:adr,
  month =        aug,
  note =         "Many fine lunches and dinners with users,
                 administrators, and developers of the Internet in many
                 countries around the world, with accurate technical
                 background. Certainly the most wickedly funny of all
                 the books about the Internet. Contains a subplot about
                 how and why ITU and ISO do not publish their standards
                 online.",
  pages =        "xi + 379",
  bibdate =      "Wed Mar 31 17:59:34 1993",
  acknowledgement = ack-jsq,
}

@Book{Marine:IGS92,
  author =       "April {Marine, ed.} and Susan Kirkpatrick and Vivian
                  Neou and Carol Ward",
  title =        "Internet: Getting Started",
  publisher =    pub-SRI,
  ISBN =         "0-944604-15-3",
  LCCN =         "TK5105.875.I57 I55 1994",
  year =         "1992",
  pages =        "xxii + 360",
  price =        "US\$39.00",
  address =      pub-SRI:adr,
  month =        sep,
  note =         "How to join the Internet, and some context so you will
                 know why.  This book is not a guide, and not a catalog,
                 but it does contain numerous contact listings.
                 \path|ftp.nisc.sri.com:netinfo/internet-getting-started-contents|.",
  bookreview =   "Link Letter, 5(3):4, Nov.~1992. Matrix News, 2(12),
                 Dec.~1992.",
  bookreview2 =  "(from Ermel Stepp, Marshall University \path|<estepp@wvnvm>|).
                  Part I defines the Internet and discusses types of
                  of access to the network and steps to initiate
                  access to the network. It gives information on
                  providers/vendors the services for research,
                  education, commerce, and individual use.
                  Approximate costs are discussed in terms of such
                  factors as services desired, hardware used,
                  dedicated lines vs dialup, distance from host,
                  frequency of use, peak vs non-peak charges, and
                  telephone charges. Acceptable use is discussed,
                  explained, and illustrated. The seven chapters in
                  Part I are:
                  \begin{itemize}
                  \item
                    Introduction to the Internet (what it is, who is
                    in charge, what is and is not a part of it, kinds
                    of networks)
                  \item
                    How to Join the Internet (MX, dialup, individual
                    access, connecting networks)
                  \item
                    Costs (determining factors, network and individual
                    examples)
                  \item
                    Service Providers (vendors of network connections,
                    dialup vendors, providers of services within
                    states)
                  \item
                    Military Access (by each branch of the military)
                  \item
                    NSFNET Acceptable Use Policy
                  \item
                    Non-U.S. Sites (European cooperation and contacts,
                    Baltic and Nordic countries, Caribbean Basin, the
                    Pacific Rim, 30 specific countries, U.S. providers
                    of international connections)

                    Part II explains the concepts of the Internet,
                    such as the hierarchial Domain Name System (DNS)
                    and addressing, protocols (the TCP/IP suite, the
                    telnet protocol, file transfer protocal (FTP),
                    requests for comments (RFCs), for your information
                    (FYI), and standards (STDs). The six chapters in
                    Part II are:
                  \item
                    The Internet--More Information (historical,
                    physical, and growth)
                  \item
                    Basic Internet Concepts (RFCs, FYIs, and STDs;
                    security, protocols, addressing, the Domain Name
                    System, directory services)
                  \item
                    Applications (electronic mail, mailing lists and
                    news groups, file transfer protocol, telnet, and
                    information servers such as archie, Prospero, WWW,
                    WAIS, and the Internet gopher)
                  \item
                    Internet Organizations (network associations,
                    network administrative organizations,
                    administrative bodies, standards organizations,
                    security response centers, network information
                    centers, and user groups)
                  \item
                    Internet Resources (NNSC internet resource guide,
                    NNSC tour of the Internet, TCP/IP CD, network
                    reading list, online libraries, network seminars,
                    and supercomputer centers)
                  \item
                    Further Reading (general introductory references,
                    technical introductions, Domain Name System,
                    network security, and some GOSIP documentation)
                  \end{itemize}

                  The Bibliography and References contains 30
                  references and 27 bibliographic citations. The
                  eleven appendices are:
                  \begin{itemize}
                  \item
                    Acronym List (six pages of acronyms from AARNet to
                    YUNAC)
                  \item
                    All Providers Alphabetically (24 pages, with
                    postal addresses, telephone numbers, FAX numbers,
                    electronic addresses, area served, and services)
                  \item
                    SRI Network Information Systems Center (Internet
                    Information Series, Internet: Getting Started and
                    Internet Mailing Lists; Internet Technology
                    Handbook, TCP/IP CD, Internet Technology Series,
                    hardcopy RFCs, RFC Subscription Service, FYI
                    Collection
                  \item
                    Registration Templates (IP Address Template,
                    Domain Template, with retrieval instructions)
                  \item
                    RFC Index (list of 365 RFCs, from 1365 to 1000 in
                    22 pages, with retrieval instructions)
                  \item
                    FYI Index (list of 16 FYI, with retrieval instructions)
                  \item
                    STD Index (list of 34 STDs, with retrieval instructions)
                  \item
                    ISI's RFC Information Retrieval Information (list
                    of 8 primary and 10 secondary sites from which
                    RFCs may be retrieved, with instructions)
                  \item
                    RFC Sets (topical list of related RFCs in six volumes)
                  \item
                    International Connectivity (list of 107 entities
                    with international connectivity via BITNET,
                    Internet,UUCP, FIDONET, and/or OSI)
                  \item
                    GOSIP Document Information (eight pages of information)
                    Internet: Getting Started is concerned with
                    joining and understanding the Internet. It is
                    neither a manual for particular systems and tools,
                    nor a catalog of networking resources.
                  \end{itemize}",
  bibdate =      "Thu Dec  9 18:39:04 1993",
  acknowledgement = ack-jsq,
}

@Book{Marine:IGS94,
  author =       "April {Marine, ed.} and Susan Kirkpatrick and Vivian
                 Neou and Carol Ward",
  title =        "Internet: Getting Started",
  publisher =    pub-PTRPH,
  ISBN =         "0-13-289596-X",
  LCCN =         "TK5105.875.I57 I55 1994",
  year =         "1994",
  pages =        "xxv + 390",
  price =        "US\$39.00",
  address =      pub-PTRPH:adr,
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:52:46 1994",
}

@Book{McClure:NRE91,
  author =       "Charles McClure and Ann Bishop and Philip Doty and
                 Howard Rosenbaum",
  title =        "The National Research And Education Network ({NREN}):
                 Research and Policy Perspectives",
  publisher =    pub-ABLEX,
  year =         "1991",
  ISBN =         "0-89391-813-X",
  LCCN =         "Q179.94 .M33 1991",
  address =      pub-ABLEX:adr,
  note =         "Masses of information on NREN, and examination of its
                 potential effects on research",
  pages =        "ii + 744",
  price =        "US\$45 (personal), US\$95 (institutional)",
  bookreview =   "Electronic Networking: Research, Applications and
                 Policy 2(1), Spring 1992",
  bibdate =      "Fri Apr 2 09:10:30 1993",
  acknowledgement = ack-jsq,
}

@Book{McNamara:LAN85,
  author =       "John E. McNamara",
  title =        "Local Area Networks\emdash An introduction to the
                 technology",
  publisher =    pub-DP # " and " # pub-PH,
  year =         "1985",
  ISBN =         "0-93237-679-7 (DP), 0-13-539669-7 (PH)",
  LCCN =         "TK5105.7.M36 1985",
  pages =        "viii + 165",
  price =        "US\$30.00",
  address =      pub-DP:adr # " and " # pub-PH:adr,
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:29:45 1993",
}

@Book{Miller:LTH89,
  author =       "Mark A. Miller",
  title =        "{LAN} Troubleshooting Handbook",
  publisher =    pub-MT,
  year =         "1989",
  ISBN =         "1-55851-054-0 (book), 1-55851-056-7 (book/disk),
                  1-55851-055-9 (disk)",
  LCCN =         "TK5105.7 .M55 1989",
  price =        "US\$29.95 (book), US\$39.95 (book/disk), US\$20.00 (disk)",
  address =      pub-MT:adr,
  pages =        "309",
  acknowledgement = ack-cs,
  bibdate =      "Thu Dec  9 17:55:26 1993",
}

@Book{Miller:LTH93,
  author =       "Mark A. Miller",
  title =        "{LAN} Troubleshooting Handbook",
  publisher =    pub-MT,
  year =         "1989",
  edition =      "Second",
  ISBN =         "1-55851-301-9",
  LCCN =         "TK5105.7 .M55 1993",
  price =        "US\$34.95",
  address =      pub-MT:adr,
  acknowledgement = ack-cs,
  bibdate =      "Thu Dec  9 17:56:32 1993",
}

@Book{Miller:IGN91,
  author =       "Mark A. Miller",
  title =        "Internetworking\emdash {A} Guide to Network
                 Communications\emdash {LAN} to {LAN}, {LAN} to {WAN}",
  publisher =    pub-MT,
  year =         "1991",
  ISBN =         "1-55851-143-1",
  LCCN =         "TK5105.5 .M55 1991",
  price =        "US\$34.95",
  address =      pub-MT:adr,
  pages =        "iii + 425",
  bibdate =      "Mon Nov 15 13:47:25 1993",
  acknowledgement = ack-nhfb,
}

@Book{Miller:TTI92,
  author =       "Mark A. Miller",
  title =        "Troubleshooting {TCP\slash IP} \emdash{} Analyzing the
                 Protocols of the {Internet}",
  publisher =    pub-MT,
  year =         "1992",
  ISBN =         "1-55851-268-3",
  LCCN =         "TK5105.5 .M52 1992",
  pages =        "588",
  address =      pub-MT:adr,
  price =        "US\$44.95",
  bibdate =      "Tue Apr 6 16:58:07 1993",
  acknowledgement = ack-nhfb,
}

@Book{Miller:TI91,
  author =       "Mark A. Miller",
  title =        "Troubleshooting Internetworks\emdash Tools,
                  Techniques, and Protocols",
  publisher =    pub-MT,
  year =         "1991",
  ISBN =         "1-55851-236-5",
  LCCN =         "TK5105.5.M56 1991",
  address =      pub-MT:adr,
  price =        "US\$34.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Sun Mar  6 17:30:04 1994",
}

@Book{Miller:MIS93,
  author =       "Mark A. Miller",
  title =        "Managing Internetworks with {SNMP}",
  publisher =    pub-MT,
  year =         "1993",
  ISBN =         "1-55851-304-3",
  LCCN =         "TK5105.55 .M55 1993",
  address =      pub-MT:adr,
  price =        "US\$44.95",
  pages =        "xx + 507",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 14:04:01 1994",
}

@Manual{MODTAP:AM93,
  title =        "{MOD}-{TAP} Applications Manual",
  organization = "MOD-TAP",
  address =      "285 Ayer Road, PO Box 706, Harvard, MA 01451-0706,
                 USA, Tel: (508) 772-5630",
  year =         "1993",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:46:23 1993",
}

@Manual{MODTAP:CC93,
  title =        "{MOD}-{TAP} Components Catalog",
  organization = "MOD-TAP",
  address =      "285 Ayer Road, PO Box 706, Harvard, MA 01451-0706,
                 USA, Tel: (508) 772-5630",
  year =         "1993",
  price =        "US\$5.00",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:46:23 1993",
}

@Book{Mui:XWS92,
  author =       "Linda Mui and Eric Pearce",
  title =        "{X} {Window} {System} Administrator's Guide for {X11}
                 Release 4 and Release 5",
  publisher =    pub-OR,
  year =         "1992",
  price =        "US\$29.95 (without CD ROM), US\$59.95 (with CD ROM)",
  ISBN =         "0-937175-83-8, 1-56592-052-X (with CD ROM)",
  LCCN =         "QA76.76.W56 D44 v.8 1992",
  address =      pub-OR:adr,
  pages =        "xxiv + 346",
  bibdate =      "Sat Nov 13 11:49:33 1993",
  note =         "Contains CD ROM with X11R4 and X11R5 source code, plus
                 compiled versions for Sun 3 SunOS 4.1.1, Sun 4 SunOS
                 4.1.1, DECstation ULTRIX 4.2, and IBM RS/6000 AIX
                 3.2.",
  acknowledgement = ack-nhfb,
}

@Book{Muller:GFR91,
  author =       "Nathan J. Muller and Robert P. Davidson",
  title =        "The Guide to Frame Relay \& Fast Packet Networking",
  publisher =    pub-TELECOM,
  year =         "1991",
  address =      pub-TELECOM:adr,
  note =         "Numerous new technologies are emerging to support
                 wide area networking; among them are frame relay,
                 cell relay (ATM), SMDS, SONET, SDH, ISDN and BISDN.
                 This confusing jumble of acronyms and technologies
                 deserves a careful, thorough explanation.
                 Unfortunately the authors did not rise to the
                 occasion; instead they produced a jumble of
                 unexplained acronyms and confused descriptions.  Not
                 recommended.

                 Table of Contents
                  1 Public Network Trends
                  2 WAN Technologies
                  3 Principles of Frame Relay
                  4 Principles of Frame Relay ISDN
                  5 Principles of Cell Relay/ATM
                  6 Frame Relay Enablers: LANs, Fiber and their Interconnection
                  7 Carrier Services
                  8 Products and Networks
                  9 Network Planning and Design
                 10 Planning for Frame Relay
                 11 Managing Technology Acquisitions in a Down Economy
                 Bibliography
                 List of Acronyms
                 Index",
  bibdate =      "Tue Apr 13 12:08:36 1993",
  acknowledgement = ack-woh,
}

@Manual{NetworkElectronics:LAN93,
  title =        "Network Electronics {LAN} Catalog",
  organization = "Network Electronics",
  address =      "4801 N. Ravenswood Ave., Chicago, IL. 60640-4496, USA,
                 Tel: (312) 784-5100",
  year =         "1993",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 11:53:36 1993",
}

@Book{NNSC:IRG91,
  key =          "NNSC",
  author =       "NSF Network Service Center (NNSC)",
  title =        "Internet Resource Guide",
  publisher =    pub-BBN,
  year =         "1991",
  price =        "US\$15.00",
  pages =        "240",
  address =      pub-BBN:adr,
  note =         "The original Internet Resource Guide. Available as
                 \path|nnsc.nsf.net:resource-guide/README|.",
  bibdate =      "Fri Apr 2 09:30:20 1993",
  acknowledgement = ack-jsq,
}

@Periodical{NetworkComputing,
  key =          "NetComp",
  title =        "Network Computing",
  address =      "600 Community Drive, Manhasset NY 11030-9789, USA,
                 Tel: (516) 562-5071",
  note =         "Available free to qualified subscribers.",
  acknowledgement = ack-cs,
  bibdate =      "Wed Oct 6 13:05:29 1993",
}

@Periodical{NetworkWorld,
  key =          "NetWorld",
  title =        "Network World",
  ISSN =         "0887-7661",
  address =      "161 Worchester Road, Framingham, Mass. 01701, USA,
                 Tel: (508) 875-6400",
  note =         "Weekly; available free to qualified subscribers.",
  acknowledgement = ack-cs,
  bibdate =      "Thu Dec  9 18:28:12 1993",
}

@Book{NorthWestNet:NUS92,
  author =       "NorthWestNet",
  title =        "NorthWestNet User Services Internet Resource Guide",
  publisher =    pub-NWN,
  year =         "1992",
  LCCN =         "TK 5105.875 I57 K76n 1991a",
  price =        "US\$20",
  bookreview =   "Matrix News, 2(1), Jan.~1992.
                 \path|ftphost.nwnet.net:nic/nwnet/user-guide/README.nusirg|.",
  address =      pub-NWN:adr,
  note =         "NorthWestNet's Resource Guide",
  pages =        "xi + 279",
  bibdate =      "Fri Apr 2 09:28:20 1993",
  acknowledgement = ack-jsq,
}

@Book{Padovano:NAU93,
  author =       "Michael Padovano",
  title =        "Networking Applications on {UNIX} System {V}",
  publisher =    pub-PH,
  year =         "1993",
  ISBN =         "0-13-613555-2",
  LCCN =         "QA76.76.O63 P33 1993",
  address =      pub-PH:adr,
  pages =        "xvi + 544",
  price =        "US\$44",
  bibdate =      "Tue Sep 21 11:28:40 1993",
  acknowledgement = ack-nhfb,
}

@Book{Parkhurst:LPN90,
  author =       "Carol A. {Parkhurst, ed.}",
  title =        "Library Perspectives on {NREN}: The National Research
                 and Education Network",
  publisher =    pub-LITA,
  year =         "1990",
  ISBN =         "0-8389-7477-5",
  LCCN =         "Z674.7 .L52 1990",
  address =      pub-LITA:adr,
  price =        "US\$10.50",
  bookreview =   "Matrix News, 1(7), Oct.~1991",
  notes =        "Another NREN policy anthology; this one oriented
                 towards library uses.",
  pages =        "xi + 75",
  bibdate =      "Wed Mar 31 18:25:09 1993",
  acknowledgement = ack-jsq,
}

@Book{Quarterman:M90,
  author =       "John S. Quarterman",
  title =        "The Matrix",
  publisher =    pub-DP # " and " # pub-PH,
  address =      pub-DP:adr # " and " # pub-PH:adr,
  year =         "1990",
  price =        "US\$50.00",
  pages =        "xxvii + 719",
  note =         "Digital order number EY-C176E-DP-SS. A context book
                 about all computer networks worldwide, including UUCP,
                 FidoNet, BITNET, USENET, and the Internet. The longest
                 of all the books listed, and the most comprehensive.",
  ISBN =         "1-55558-033-5 (DP) and 0-13-565607-9 (PH)",
  LCCN =         "TK5105.5 .Q37 1990",
  acknowledgement = ack-jsq,
}

@Book{Quarterman:UPO93,
  author =       "John S. Quarterman and Susanne Wilhelm",
  title =        "{UNIX}, {POSIX}, and {Open Systems}: The Open
                 Standards Puzzle",
  publisher =    pub-AW,
  year =         "1993",
  pages =        "xxix + 416",
  ISBN =         "0-201-52772-3",
  LCCN =         "QA76.76.O63 Q37 1993",
  address =      pub-AW:adr,
  note =         "Context about open systems standards. Includes a very
                 brief history of the Internet, comments on the effects
                 of networks on standards and the reverse, commentary on
                 the benefits of publishing standards online, and an
                 in-depth examination of the IETF standards process used
                 to produce Internet Standards. Also includes an
                 Internet growth graph.",
  price =        "US\$42.50",
  bookreview =   "Internet Society News, 1(3):34, Summer 1992.",
  bibdate =      "Wed Mar 31 18:02:39 1993",
  acknowledgement = ack-jsq,
}

@Book{Quarterman:ICS94,
  author =       "John S. Quarterman and Smoot Carl-Mitchell",
  title =        "The Internet Connection\emdash System Connectivity and
                 Configuration",
  publisher =    pub-AW,
  year =         "1993",
  ISBN =         "0-201-54237-4",
  LCCN =         "TK5105.875.I57 Q37 1994",
  address =      pub-AW:adr,
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 12:25:14 1994",
}

@Book{Rago:USV93,
  author =       "Steven A. Rago",
  title =        "{UNIX} System {V} network programming",
  publisher =    pub-AW,
  year =         "1993",
  ISBN =         "0-201-56318-5",
  LCCN =         "92-45276, QA76.76.O63 R34 1993",
  address =      pub-AW:adr,
  pages =        "xv + 784",
  price =        "US\$45.50",
  bibdate =      "Tue Sep 21 11:32:00 1993",
  acknowledgement = ack-nhfb,
}

@Book{Raymond:NHD91,
  author =       "Eric S. {Raymond, ed.} and Guy Steele",
  title =        "The New Hacker's Dictionary",
  publisher =    pub-MIT,
  year =         "1991",
  ISBN =         "0-262-18145-2 (hardcover), 0-262-68069-6 (paperback)",
  LCCN =         "PN6231.E4 H3 1991",
  price =        "US\$10.95 (hardcover)",
  address =      pub-MIT:adr,
  note =         "The authority on hacker jargon, and a very amusing
                 book. Look it up in here when you doubt a definition in
                 the press.",
  pages =        "xx + 433",
  bibdate =      "Fri Apr 2 09:16:25 1993",
  acknowledgement = ack-jsq,
}

@Book{Rittner:WEO93,
  author =       "Don Rittner",
  title =        "The Whole Earth Online Almanac: Info from {A} to {Z}",
  publisher =    pub-BRADY,
  year =         "1993",
  ISBN =         "1-56686-090-3",
  LCCN =         "QA76.55 .R58 1993",
  address =      pub-BRADY:adr,
  pages =        "xiv + 545",
  price =        "US\$32.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 14:05:32 1994",
}

@Book{Rose:SB91,
  author =       "Marshall T. Rose",
  title =        "The Simple Book",
  publisher =    pub-PH,
  address =      pub-PH:adr,
  year =         "1991",
  price =        "US\$54.00",
  ISBN =         "0-13-812611-9",
  LCCN =         "TK5105.5.R68 1991",
  pages =        "xxix + 347",
  walts-review = "A good clear introduction to SNMP, the Internet
                 standard network management protocol.  Explains the
                 hows and whys.  Recommended reading for anyone
                 responsible for network management.

                 Table of Contents:

                 1 Introduction
                 2 The Internet Suite of Protocols
                 3 Concepts
                 4 Management Objects: SMI and MIB
                 5 Mechanism: SNMP
                 6 Policy: Applications
                 7 An Implementation
                 8 The Future
                 A Relevant Internet Documents
                 B The Lore of Internet Management
                 C MIB-II
                 D Ordering ISODE
                 Glossary
                 Bibliography
                 Index
                 ",
  bibdate =      "Tue Apr 13 15:31:19 1993",
  acknowledgement = ack-nhfb # " and " # ack-woh,
}

@Book{Rose:SB94,
  author =       "Marshall T. Rose",
  title =        "The Simple Book\emdash An Introduction to Internet
                 Management",
  publisher =    pub-PH,
  year =         "1994",
  ISBN =         "0-13-177254-6",
  LCCN =         "TK5105.5.R68 1994",
  address =      pub-PH:adr,
  pages =        "xxiv + 456",
  price =        "US\$55.00",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Dec 9 17:19:36 1993",
}

@Book{Rose:IM93,
  author =       "Marshall T. Rose",
  title =        "The Internet Message\emdash Closing the Book with
                 Electronic Mail",
  publisher =    pub-PH,
  year =         "1993",
  address =      pub-PH:adr,
  ISBN =         "0-13-092941-7",
  LCCN =         "TK5105.73 .R66 1993",
  pages =        "xxvi + 370",
  bibdate =      "Sat Mar 12 17:48:24 1994",
  acknowledgement = ack-nhfb,
}

@Article{Ross:IEEE-Comm-Mag-24-5-10,
  author =       "Floyd E. Ross",
  title =        "{FDDI} \emdash{} a Tutorial",
  journal =      j-IEEE-Comm-Mag,
  year =         "1986",
  volume =       "24",
  number =       "5",
  pages =        "10--17",
  month =        may,
  note =         "A good general introduction to FDDI techniques and
                 terminology. You will find it easier to read if you
                 have a fair amount of prior experience and vocabulary
                 in network technology. The proposed applications now
                 seem a little dated, but the basic ideas remain
                 valid.",
  bibdate =      "Tue Apr 13 11:29:35 1993",
  acknowledgement = ack-woh,
}

@Article{Ross:IEEE-J-SAC-7-7-1043,
  author =       "Floyd E. Ross",
  title =        "An Overview of {FDDI}: The Fiber Distributed Data
                 Interface",
  journal =      j-IEEE-J-SAC,
  year =         "1989",
  volume =       "7",
  number =       "7",
  pages =        "1043--1051",
  month =        sep,
  note =         "An updated version of the same author's 1986 paper
                 \cite{Ross:IEEE-Comm-Mag-24-5-10}. This version
                 reflects three years' more experience and goes into
                 more detail in some areas. For this reason you may find
                 it a little less readable as an introduction.",
  bibdate =      "Tue Apr 13 11:35:24 1993",
  acknowledgement = ack-woh,
}

@Book{Sachs:HIB94,
  author =       "David Sachs and Henry Stair",
  title =        "Hands-on Internet\emdash {A} Beginning Guide for {PC}
                 Users",
  publisher =    pub-PTRPH,
  year =         "1994",
  ISBN =         "0-13-056392-7",
  LCCN =         "TK5105.875.I57 S33 1993",
  address =      pub-PTRPH:adr,
  pages =        "xiv + 275",
  price =        "US\$27.95 (includes IBM PC diskette)",
  acknowledgement = ack-nhfb,
  bibdate =      "Wed Feb 23 14:06:09 1994",
}

@Book{Stallings:I89,
  author =       "William Stallings",
  title =        "{ISDN}: An Introduction",
  publisher =    pub-COLLIER,
  year =         "1989",
  ISBN =         "0-02-415471-7",
  LCCN =         "TK5103.7.S73 1989",
  pages =        "xii + 418 ",
  address =      pub-COLLIER:adr,
  bibdate =      "Mon Apr 19 08:03:03 1993",
  acknowledgement = ack-nhfb,
}

@Book{Stallings:LN90,
  author =       "William Stallings",
  title =        "Local Networks",
  publisher =    pub-COLLIER,
  year =         "1990",
  ISBN =         "0-02-415531-4",
  LCCN =         "TK5105.7 .S78 1990",
  pages =        "xvi + 510",
  edition =      "Third",
  address =      pub-COLLIER:adr,
  bibdate =      "Mon Apr 19 08:05:38 1993",
  acknowledgement = ack-nhfb,
}

@Book{Stallings:IBI92,
  author =       "William Stallings",
  title =        "{ISDN} and Broadband {ISDN}",
  publisher =    pub-COLLIER,
  ISBN =         "0-02-415475-X",
  LCCN =         "TK5103.7.S73 1992",
  pages =        "xvii + 633",
  year =         "1992",
  edition =      "Second",
  address =      pub-COLLIER:adr,
  bibdate =      "Mon Apr 19 08:03:03 1993",
  acknowledgement = ack-nhfb,
}

@Book{Stallings:NS93,
  author =       "William Stallings",
  title =        "Networking Standards: {A} Guide to {OSI}, {ISDN},
                 {LAN}, and {MAN} Standards",
  publisher =    pub-AW,
  year =         "1993",
  ISBN =         "0-201-56357-6",
  LCCN =         "TK5105.5 .S73 1993",
  pages =        "xv + 646",
  address =      pub-AW:adr,
  bibdate =      "Mon Apr 19 07:59:27 1993",
  acknowledgement = ack-nhfb,
}

@Book{Stallings:LMA93,
  author =       "William Stallings",
  title =        "Local and Metropolitan Area Networks",
  publisher =    pub-MAC,
  year =         "1993",
  ISBN =         "0-02-415465-2",
  LCCN =         "TK5105.7 .S77 1993",
  pages =        "xvi + 550",
  address =      pub-MAC:adr,
  edition =      "Fourth",
  bibdate =      "Mon Apr 19 08:08:53 1993",
  acknowledgement = ack-nhfb,
}

@Book{Stallings:SSC93,
  author =       "William Stallings",
  title =        "{SNMP}, {SNMP}v2, and {CMIP}: the Practical Guide to
                 Network-Management Standards",
  publisher =    pub-AW,
  address =      pub-AW:adr,
  year =         "1993",
  LCCN =         "92-38220, TK5105.5 .S763 1993",
  ISBN =         "0-201-63331-0",
  pages =        "xvii + 625",
  price =        "US\$49.50",
  acknowledgement = ack-nhfb,
  bibdate =      "Tue Sep 21 11:36:58 1993",
}

@Book{Sterling:HCL92,
  author =       "Bruce Sterling",
  title =        "The Hacker Crackdown: Law and Disorder on the
                 electronic frontier",
  publisher =    pub-BANTAM,
  year =         "1992",
  ISBN =         "0-553-08058-X",
  LCCN =         "HV6773.2 .S74 1992, KF9350 .S73 1992",
  pages =        "xiv + 328",
  price =        "US\$23.00",
  address =      pub-BANTAM:adr,
  note =         "An in-depth examination of the forces of law who try
                 to deal with computer crime, and of the issues
                 involved, written by one of the science fiction writers
                 who invented cyberpunk. The real story behind Operation
                 Sundevil and the Legion of Doom. Readable, informative,
                 amusing, and necessary.",
  bibdate =      "Fri Apr 2 09:26:05 1993",
  acknowledgement = ack-jsq,
}

@Book{Stern:MNN91,
  author =       "Hal Stern",
  title =        "Managing {NFS} and {NIS}",
  publisher =    pub-OR,
  year =         "1991",
  address =      pub-OR:adr,
  ISBN =         "0-937175-75-7",
  LCCN =         "TK5105.5 .S74 1991",
  pages =        "xxiv + 410",
  price =        "US\$27.95",
  walts-review = "A practical, detailed handbook for those responsible
                 for managing NFS/NIS installations. The subject is
                 covered in depth. The reader is assumed to have a good
                 working knowledge of UNIX system administration. The
                 book is based on the SunOS 4.1 version of the software,
                 but the author has made a decent attempt to address
                 other versions.

                 Table of Contents:

                  1 Networking Fundamentals
                  2 Network Information Service Operation
                  3 System Management using NIS
                  4 Building Applications with NIS
                  5 System Administration Using the Network Filesystem
                  6 Network File System Design and Operation
                  7 Diskless Clients
                  8 Network Security
                  9 Centralizing Mail Services with NFS and NIS
                 10 Diagnostic and Administrative Tools
                 11 Debugging Network Problems
                 12 Performance Analysis and Tuning
                 13 The Automounter
                 14 PC/NFS
                  A Transmission Line Theory
                  B IP Packet Routing
                  C NFS Problem Diagnosis",
  acknowledgement = ack-nhfb # " and " # ack-woh,
}

@Book{Stevens:UNP90,
  author =       "W. Richard Stevens",
  title =        "{UNIX} Network Programming",
  publisher =    pub-PH,
  address =      pub-PH:adr,
  year =         "1990",
  ISBN =         "0-13-949876-1",
  LCCN =         "QA76.76.O63 S755 1990",
  pages =        "xi + 772",
  bibdate =      "Mon Oct 11 17:41:10 1993",
  acknowledgement = ack-nhfb,
}

@Book{Stevens:TII94,
  author =       "W. Richard Stevens",
  title =        "{TCP}/{IP} Illustrated\emdash The Protocols",
  publisher =    pub-AW,
  year =         "1994",
  ISBN =         "0-201-63346-9",
  LCCN =         "TK5105.55 S74 1994",
  address =      pub-AW:adr,
  pages =        "900",
  price =        "US\$47.50",
  acknowledgement = ack-nhfb,
  bibdate =      "Thu Dec 9 16:54:36 1993",
}

@Book{Stoll:CET89,
  author =       "Clifford Stoll",
  title =        "The Cuckoo's Egg: Tracking a Spy Through the Maze of
                 Computer Espionage",
  publisher =    pub-DOUBLEDAY,
  year =         "1989",
  ISBN =         "0-385-24946-2",
  LCCN =         "UB271.R92 S47 1989",
  price =        "US\$19.95",
  address =      pub-DOUBLEDAY:adr,
  note =         "A spy novel, except it's true: a first person account
                 by a down- on-his-luck Berkeley astronomer who with
                 others tracked down a KGB network spy. Despite its
                 necessary concentration on cracking, still a readable
                 introduction to what the Internet is about.",
  pages =        "vi + 326",
  bibdate =      "Fri Apr 2 09:17:51 1993",
  acknowledgement = ack-jsq,
}

@Book{Tanenbaum:CN88,
  author =       "Andrew S. Tanenbaum",
  title =        "Computer Networks",
  publisher =    pub-PH,
  address =      pub-PH:adr,
  year =         "1988",
  edition =      "Second",
  ISBN =         "0-13-162959-X",
  LCCN =         "TK5105.5 .T36 1988",
  pages =        "xv + 658",
  acknowledgement = ack-nhfb,
}

@Book{Tennant:CIT93,
  author =       "Roy Tennant and John Ober and Anne G. Lipow and
                 {Foreword by Clifford Lynch}",
  title =        "Crossing the Internet Threshold: an Instructional
                 Handbook",
  publisher =    pub-LSP,
  address =      pub-LSP:adr,
  year =         "1993",
  ISBN =         "1-882208-01-3",
  LCCN =         "TK5105.875.I57 T46 1993, K662.I4 T46",
  pages =        "viii + 134",
  bookreview =   "\path|simsc.si.edu:networks/crossing.ad|.",
  notes =        "A short textbook on using the Internet, by two
                 librarians at the University of California at
                 Berkeley.",
  price =        "US\$45.00",
  bibdate =      "Mon Oct 18 17:23:44 1993",
  acknowledgement = ack-jsq,
}

@Book{Tolhurst:UI94,
  author =       "William A. Tolhurst and Mary Ann Pike and Keith A.
                 Blanton and John R. Harris",
  title =        "Using the Internet, Special Edition",
  publisher =    pub-QUE,
  year =         "1994",
  ISBN =         "1-56529-353-3",
  address =      pub-QUE:adr,
  pages =        "xx + 1188",
  price =        "US\$39.95",
  acknowledgement = ack-nhfb,
  bibdate =      "Sat Mar 12 17:52:07 1994",
}

@Book{Washburn:TIR93,
  author =       "Kevin Washburn and Jim T. Evans",
  title =        "{TCP}/{IP}\emdash Running a Successful Network",
  publisher =    pub-AW,
  year =         "1993",
  ISBN =         "0-201-62765-5",
  LCCN =         "TK5105.5 .W37 1993",
  address =      pub-AW:adr,
  pages =        "xvii + 537",
  acknowledgement = ack-nhfb,
  bibdate =      "Mon Oct 18 15:09:13 1993",
}

@Book{Wolff:NG94,
  author =       "Michael Wolff and Peter Rutten and Albert F. {Bayers
                 III} and Kelly Maloni",
  title =        "{NET} {GUIDE}: Your Map to the Services, Information
                 and Entertainment on the Electronic Highway",
  publisher =    pub-RH,
  year =         "1994",
  ISBN =         "0-679-75106-8",
  editor =       "Tracy Smith",
  address =      pub-RH:adr,
  pages =        "xix + 356",
  price =        "US\$19.00",
  acknowledgement = ack-dab,
  bibdate =      "Wed Feb 23 13:11:08 1994",
}

@Book{xopen:XPG88-7,
  author =       "{X/Open Company, Ltd.}",
  title =        "X\slash Open Portability Guide, Networking Services",
  publisher =    pub-PH,
  address =      pub-PH:adr,
  year =         "1988",
  volume =       "7",
  ISBN =         "0-13-685892-9",
  acknowledgement = ack-nhfb,
}