Computer networks: a systems approach
"Computer Networks: A Systems Approach is a carefully focused revision of the first edition, updated to incorporate user feedback and reflect the most recent changes in networking technology." "A systems approach focused on the Internet promotes an enduring, practical understanding of...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
San Francisco, Calif.
Morgan Kaufmann
2000
|
Ausgabe: | 2. ed. |
Schriftenreihe: | The Morgan Kaufmann series in networking
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Zusammenfassung: | "Computer Networks: A Systems Approach is a carefully focused revision of the first edition, updated to incorporate user feedback and reflect the most recent changes in networking technology." "A systems approach focused on the Internet promotes an enduring, practical understanding of networks and their building blocks. Each chapter begins with a problem statement that frames the discussion to follow. The authors then develop complete solutions, illustrate them with real-world examples - including specific protocol references and C code - and address topical issues debated throughout the networking community." "The result? Readers learn the why of network design - not just the facts surrounding current systems but the principles at work in their application and evolution."--BOOK JACKET. |
Beschreibung: | XXVI, 748 S. graph. Darst. |
ISBN: | 1558605770 1558605142 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV012974051 | ||
003 | DE-604 | ||
005 | 20030509 | ||
007 | t | ||
008 | 000207s2000 d||| |||| 00||| eng d | ||
020 | |a 1558605770 |9 1-55860-577-0 | ||
020 | |a 1558605142 |9 1-55860-514-2 | ||
035 | |a (OCoLC)41580670 | ||
035 | |a (DE-599)BVBBV012974051 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-739 |a DE-91 |a DE-91G |a DE-384 |a DE-20 |a DE-703 |a DE-706 |a DE-634 |a DE-83 | ||
050 | 0 | |a TK5105.5 | |
082 | 0 | |a 004.6/5 |2 21 | |
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
100 | 1 | |a Peterson, Larry L. |e Verfasser |0 (DE-588)122327624 |4 aut | |
245 | 1 | 0 | |a Computer networks |b a systems approach |c Larry L. Peterson & Bruce S. Davie |
250 | |a 2. ed. | ||
264 | 1 | |a San Francisco, Calif. |b Morgan Kaufmann |c 2000 | |
300 | |a XXVI, 748 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a The Morgan Kaufmann series in networking | |
520 | 1 | |a "Computer Networks: A Systems Approach is a carefully focused revision of the first edition, updated to incorporate user feedback and reflect the most recent changes in networking technology." "A systems approach focused on the Internet promotes an enduring, practical understanding of networks and their building blocks. Each chapter begins with a problem statement that frames the discussion to follow. The authors then develop complete solutions, illustrate them with real-world examples - including specific protocol references and C code - and address topical issues debated throughout the networking community." "The result? Readers learn the why of network design - not just the facts surrounding current systems but the principles at work in their application and evolution."--BOOK JACKET. | |
650 | 4 | |a Computer networks | |
650 | 0 | 7 | |a Rechnernetz |0 (DE-588)4070085-9 |2 gnd |9 rswk-swf |
655 | 7 | |8 1\p |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Rechnernetz |0 (DE-588)4070085-9 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Davie, Bruce S. |e Verfasser |0 (DE-588)122327535 |4 aut | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008838757&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-008838757 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804127670439510016 |
---|---|
adam_text | Titel: Computer networks
Autor: Peterson, Larry L
Jahr: 2000
Foreword
Foreword to the First Edition
Preface
vii
ix
xix
1 Foundation
Problem: Building a Network 2
1.1 Requirements 4
1.1.1 Connectivity 4
1.1.2 Cost-Effective Resource Sharing 8
1.1.3 Support for Common Services 12
1.1.4 Performance 20
1.2 Network Architecture 29
1.2.1 Layering and Protocols 30
1.2.2 OSI Architecture 30
1.2.3 Internet Architecture 38
1.3 Implementing Network Software 41
1.3.1 Application Programming Interface (Sockets) 42
1.3.2 Example Application 45
1.3.3 Protocol Implementation Issues 48
1.4 Summary 50
Open Issue: Ubiquitous Networking 57
Further Reading 58
Exercises 00
2 Direct Link Networks
Problem: Physically Connecting Hosts 08
2.1 Hardware Building Blocks 70
2.1.1 Nodes 70
2.1.2 Links 71
2.2 Encoding (NRZ, NRZI, Manchester, 4B/5B) 8Q
xii
Contents
»4
2.3 Framing
2.3.1 Byte-Oriented Protocols (BISYNC, PPP, DDCMP) ^
2.3.2 Bit-Oriented Protocols (HDLC) 87
2.3.3 Clock-Based Framing (SONET) 89
92
2.4 Error Detection
94
2.4.1 Two-Dimensional Parity
2.4.2 Internet Checksum Algorithm 94
2.4.3 Cyclic Redundancy Check 96
101
2.5 Reliable Transmission
2.5.1 Stop-and-Wait 103
2.5.2 Sliding Window 108
2.5.3 Concurrent Logical Channels 118
2.6 Ethernet (802.3) 116
2.6.1 Physical Properties 117
2.6.2 Access Protocol ^9
2.6.3 Experience with Ethernet ^24
2.7 Token Rings (802.5, FDDI) 128
2.7.1 Physical Properties *28
2.7.2 Token Ring Media Access Control I27
2.7.3 Token Ring Maintenance I2®
2.7.4 Frame Format *31
2.7.5 FDDI 132
2.8 Wireless (802.11) 136
2.8.1 Physical Properties 136
2.8.2 Collision Avoidance 137
2.8.3 Distribution System 139
2.8.4 Frame Format 141
2.9 Network Adaptors 142
2.9.1 Components 142
2.9.2 View from the Host 143
2.9.3 Device Drivers 148
2.9.4 Memory Bottleneck 151
2.10 Summary ^3
Open Issue: Does It Belong in Hardware? 154
Further Reading
Exercises 156
Contents xiii
3 Packet Switching
Problem: Not All Networks Are Directly Connected 170
3.1 Switching and Forwarding 172
3.1.1 Datagrams 174
3.1.2 Virtual Circuit Switching 176
3.1.3 Source Routing 183
3.1.4 Implementation and Performance 185
3.2 Bridges and LAN Switches 186
3.2.1 Learning Bridges 187
3.2.2 Spanning Tree Algorithm 190
3.2.3 Broadcast and Multicast 195
3.2.4 Limitations of Bridges 196
3.3 Cell Switching (ATM) 198
3.3.1 Cells 198
3.3.2 Segmentation and Reassembly 203
3.3.3 Virtual Paths 209
3.3.4 Physical Layers for ATM 210
3.3.5 ATM in the LAN 211
3.4 Switching Hardware 215
3.4.1 Design Goals 216
3.4.2 Ports and Fabrics 219
3.4.3 Crossbar Switches 221
3.4.4 Shared-Media Switches 226
3.4.5 Self-Routing Fabrics 227
3.5 Summary 232
Open Issue: The Future of ATM 233
Further Reading 234
Exercises 235
4 Internetworking
Problem: There Is More Than One Network 246
4.1 Simple Internetworking (IP) 248
4.1.1 What Is an Internetwork? 248
4.1.2 Service Model 250
4.1.3 Global Addresses 262
4.1.4 Datagram Forwarding in IP 264
4.1.5 Address Translation (ARP) 9ftR
Contents
xiv
4.1.6 Host Configuration (DHCP) 273
4.1.7 Error Reporting (ICMP) 276
4.1.8 Virtual Networks and Tunnels 277
4.2 Routing 280
4.2.1 Network as a Graph 232
4.2.2 Distance Vector (RIP) 284
4.2.3 Link State (OSPF) 292
4.2.4 Metrics r 301
4.2.5 Routing for Mobile Hosts 394
4.3 Global Internet 399
4.3.1 Subnetting 311
4.3.2 Classless Routing (CIDR) 316
4.3.3 Interdomain Routing (BGP) 319
4.3.4 Routing Areas 4 326
4.3.5 IP version 6 (IPv6) 329
4.4 Multicast 3^0
4.4.1 Link-State Multicast 341
4.4.2 Distance-Vector Multicast 344
4.4.3 Protocol Independent Multicast (PIM) 346
4.5 Summary -• 350
Open Issue: IP, ATM, and MPLS 351
Further Reading 352
Exercises 354
5 End-to-End Protocols
Problem: Getting Processes to Communicate 333
5.1 Simple Demultiplexer (UDP)
5.2 Reliable Byte Stream (TCP)
5.2.1 End-to-End Issues ^73
5.2.2 Segment Format
5.2.3 Connection Establishment and Termination 378
5.2.4 Sliding Window Revisited 3g3
5.2.5 Adaptive Retransmission
389
5.2.6 Record Boundaries
5.2.7 TCP Extensions
394
5.2.8 Alternative Design Choices 3g5
5.3 Remote Procedure Call
397
V
Contents
xv
5.3.1 Bulk Transfer (BLAST) 400
5.3.2 Request/Reply (CHAN) 407
5.3.3 Dispatcher (SELECT) 417
5.3.4 Putting It All Together (SunRPC, DCE) 420
5.4 Performance 426
5.4.1 Experimental Method 427
5.4.2 Latency 428
5.4.3 Throughput 430
5.5 Summary 430
Open Issue: Application-Specific Protocols 431
Further Reading 432
Exercises 433
6 Congestion Control and Resource Allocation
Problem: Allocating Resources 440
6.1 Issues in Resource Allocation 443
6.1.1 Network Model 448
6.1.2 Taxonomy 452
6.1.3 Evaluation Criteria 454
6.2 Queuing Disciplines 457
6.2.1 FIFO 458
6.2.2 Fair Queuing 459
6.3 TCP Congestion Control 464
6.3.1 Additive Increase/Multiplicative Decrease 465
6.3.2 Slow Start 468
6.3.3 Fast Retransmit and Fast Recovery 472
6.4 Congestion-Avoidance Mechanisms 475
6.4.1 DECbit 475
6.4.2 Random Early Detection (RED) 470
6.4.3 Source-Based Congestion Avoidance 482
6.5 Quality of Service 488
6.5.1 Application Requirements 439
6.5.2 Integrated Services (RSVP) 494
6.5.3 Differentiated Services gQ5
6.5.4 ATM Quality of Service 599
6.6 Summary
Open Issue: Inside versus Outside the Network bio
xvi
Contents
Further Reading
516
Exercises
7 End-to-End Data
Problem: What Do We Do with the Data?
7.1 Presentation Formatting
7.1.1 Taxonomy
7.1.2 Examples (XDR, ASN.1, NDR)
7.2 Data Compression
7.2.1 Lossless Compression Algorithms
7.2.2 Image Compression (JPEG)
7.2.3 Video Compression (MPEG)
7.2.4 Transmitting MPEG over a Network
7.2.5 Audio Compression (MP3)
7.3 Summary
Open Issue: Computer Networks Meet Consumer Electronics
Further Reading
Exercises
8 Network Security
Problem: Securing the Data 568
8.1 Cryptographic Algorithms 570
8.1.1 Requirements 572
8.1.2 The Data Encryption Standard (DES) 573
8.1.3 RSA 578
8.1.4 Message Digest 5 (MD5) 581
8.1.5 Implementation and Performance 584
8.2 Security Mechanisms 584
8.2.1 Authentication Protocols 585
8.2.2 Message Integrity Protocols 588
8.2.3 Public Key Distribution (X.509) 591
8.3 Example Systems 594
8.3.1 Privacy Enhanced Mail (PEM) 594
8.3.2 Pretty Good Privacy (PGP) 599
8.3.3 Transport Layer Security (TLS, SSL, HTTPS) 601
8.3.4 IP Security (IPSEC) 605
8.4 Firewalls 608
8.4.1 Filter-Based Firewalls cqq
528
530
531
535
539
541
543
548
553
557
559
559
560
561
Contents Xvij
8.4.2 Proxy-Based Firewalls 610
8.4.3 Limitations 612
8.5 Summary 613
Open Issue: Denial-of-Service Attacks 614
Further Reading 615
Exercises @15
9 Applications
Problem: Applications Need Their Own Protocols 622
9.1 Name Service (DNS) 624
9.1.1 Domain Hierarchy 625
9.1.2 Name Servers @26
9.1.3 Name Resolution @30
9.2 Traditional Applications 633
9.2.1 Electronic Mail (SMTP, MIME) 634
9.2.2 World Wide Web (HTTP) 640
9.2.3 Network Management (SNMP) 646
9.3 Multimedia Applications 649
9.3.1 Requirements 651
9.3.2 Real-time Transport Protocol (RTP) 653
9.3.3 Session Control and Call Control (H.323) @60
9.4 Summary 662
Open Issue: Programming the Network 663
Further Reading 664
Exercises 665
Glossary 673
References 699
Index 717
About the Authors 749
|
any_adam_object | 1 |
author | Peterson, Larry L. Davie, Bruce S. |
author_GND | (DE-588)122327624 (DE-588)122327535 |
author_facet | Peterson, Larry L. Davie, Bruce S. |
author_role | aut aut |
author_sort | Peterson, Larry L. |
author_variant | l l p ll llp b s d bs bsd |
building | Verbundindex |
bvnumber | BV012974051 |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.5 |
callnumber-search | TK5105.5 |
callnumber-sort | TK 45105.5 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
classification_rvk | ST 200 |
ctrlnum | (OCoLC)41580670 (DE-599)BVBBV012974051 |
dewey-full | 004.6/5 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.6/5 |
dewey-search | 004.6/5 |
dewey-sort | 14.6 15 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02493nam a2200433 c 4500</leader><controlfield tag="001">BV012974051</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20030509 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">000207s2000 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1558605770</subfield><subfield code="9">1-55860-577-0</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1558605142</subfield><subfield code="9">1-55860-514-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)41580670</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV012974051</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TK5105.5</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004.6/5</subfield><subfield code="2">21</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 200</subfield><subfield code="0">(DE-625)143611:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Peterson, Larry L.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)122327624</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Computer networks</subfield><subfield code="b">a systems approach</subfield><subfield code="c">Larry L. Peterson & Bruce S. Davie</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">San Francisco, Calif.</subfield><subfield code="b">Morgan Kaufmann</subfield><subfield code="c">2000</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXVI, 748 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">The Morgan Kaufmann series in networking</subfield></datafield><datafield tag="520" ind1="1" ind2=" "><subfield code="a">"Computer Networks: A Systems Approach is a carefully focused revision of the first edition, updated to incorporate user feedback and reflect the most recent changes in networking technology." "A systems approach focused on the Internet promotes an enduring, practical understanding of networks and their building blocks. Each chapter begins with a problem statement that frames the discussion to follow. The authors then develop complete solutions, illustrate them with real-world examples - including specific protocol references and C code - and address topical issues debated throughout the networking community." "The result? Readers learn the why of network design - not just the facts surrounding current systems but the principles at work in their application and evolution."--BOOK JACKET.</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer networks</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Rechnernetz</subfield><subfield code="0">(DE-588)4070085-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="8">1\p</subfield><subfield code="0">(DE-588)4123623-3</subfield><subfield code="a">Lehrbuch</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Rechnernetz</subfield><subfield code="0">(DE-588)4070085-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Davie, Bruce S.</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)122327535</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008838757&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-008838757</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
genre | 1\p (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV012974051 |
illustrated | Illustrated |
indexdate | 2024-07-09T18:37:02Z |
institution | BVB |
isbn | 1558605770 1558605142 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-008838757 |
oclc_num | 41580670 |
open_access_boolean | |
owner | DE-739 DE-91 DE-BY-TUM DE-91G DE-BY-TUM DE-384 DE-20 DE-703 DE-706 DE-634 DE-83 |
owner_facet | DE-739 DE-91 DE-BY-TUM DE-91G DE-BY-TUM DE-384 DE-20 DE-703 DE-706 DE-634 DE-83 |
physical | XXVI, 748 S. graph. Darst. |
publishDate | 2000 |
publishDateSearch | 2000 |
publishDateSort | 2000 |
publisher | Morgan Kaufmann |
record_format | marc |
series2 | The Morgan Kaufmann series in networking |
spelling | Peterson, Larry L. Verfasser (DE-588)122327624 aut Computer networks a systems approach Larry L. Peterson & Bruce S. Davie 2. ed. San Francisco, Calif. Morgan Kaufmann 2000 XXVI, 748 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier The Morgan Kaufmann series in networking "Computer Networks: A Systems Approach is a carefully focused revision of the first edition, updated to incorporate user feedback and reflect the most recent changes in networking technology." "A systems approach focused on the Internet promotes an enduring, practical understanding of networks and their building blocks. Each chapter begins with a problem statement that frames the discussion to follow. The authors then develop complete solutions, illustrate them with real-world examples - including specific protocol references and C code - and address topical issues debated throughout the networking community." "The result? Readers learn the why of network design - not just the facts surrounding current systems but the principles at work in their application and evolution."--BOOK JACKET. Computer networks Rechnernetz (DE-588)4070085-9 gnd rswk-swf 1\p (DE-588)4123623-3 Lehrbuch gnd-content Rechnernetz (DE-588)4070085-9 s DE-604 Davie, Bruce S. Verfasser (DE-588)122327535 aut HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008838757&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Peterson, Larry L. Davie, Bruce S. Computer networks a systems approach Computer networks Rechnernetz (DE-588)4070085-9 gnd |
subject_GND | (DE-588)4070085-9 (DE-588)4123623-3 |
title | Computer networks a systems approach |
title_auth | Computer networks a systems approach |
title_exact_search | Computer networks a systems approach |
title_full | Computer networks a systems approach Larry L. Peterson & Bruce S. Davie |
title_fullStr | Computer networks a systems approach Larry L. Peterson & Bruce S. Davie |
title_full_unstemmed | Computer networks a systems approach Larry L. Peterson & Bruce S. Davie |
title_short | Computer networks |
title_sort | computer networks a systems approach |
title_sub | a systems approach |
topic | Computer networks Rechnernetz (DE-588)4070085-9 gnd |
topic_facet | Computer networks Rechnernetz Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008838757&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT petersonlarryl computernetworksasystemsapproach AT daviebruces computernetworksasystemsapproach |