Computer networks: a systems approach
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Amsterdam [u.a.]
Elsevier
2007
|
Ausgabe: | 4. ed. |
Schlagworte: | |
Online-Zugang: | Publisher description Inhaltsverzeichnis |
Beschreibung: | Includes bibliographical references and index |
Beschreibung: | XXVII, 806 S. Ill., graph. Darst. |
ISBN: | 0123705487 9780123740137 0123740134 9780123705488 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV022391656 | ||
003 | DE-604 | ||
005 | 20080103 | ||
007 | t | ||
008 | 070418s2007 xxuad|| |||| 00||| eng d | ||
010 | |a 2006102454 | ||
020 | |a 0123705487 |c hardcover : alk. paper |9 0-12-370548-7 | ||
020 | |a 9780123740137 |9 978-0-12-374013-7 | ||
020 | |a 0123740134 |c pbk. : alk. paper |9 0-12-374013-4 | ||
020 | |a 9780123705488 |9 978-0-12-370548-8 | ||
035 | |a (OCoLC)846129627 | ||
035 | |a (DE-599)BVBBV022391656 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-20 |a DE-1051 |a DE-91 |a DE-703 |a DE-11 |a DE-2070s | ||
050 | 0 | |a TK5105.5 | |
082 | 0 | |a 004.6/5 | |
082 | 0 | |a 004.65 |b P4C6 2007 |2 22 | |
082 | 0 | |a 004.65 |2 22 | |
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
084 | |a DAT 250f |2 stub | ||
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 4. ed. | ||
264 | 1 | |a Amsterdam [u.a.] |b Elsevier |c 2007 | |
300 | |a XXVII, 806 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Includes bibliographical references and index | ||
650 | 7 | |a Redes de computadoras |2 lemb | |
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 Sonstige |0 (DE-588)122327535 |4 oth | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0704/2006102454-d.html |3 Publisher description | |
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=015600479&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015600479 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804136450166358016 |
---|---|
adam_text | Foreword vii
Foreword to the First Edition ix
Preface xi
1 Foundation
Problem: Building a Network 2
1.1 Applications 4
1.2 Requirements 6
1.2.1 Connectivity 7
1.2.2 Cost Effective Resource Sharing 11
1.2.3 Support for Common Services 14
1.3 Network Architecture 19
1.3.1 Layering and Protocols 20
1.3.2 OSI Architecture 26
1.3.3 Internet Architecture 28
1.4 Implementing Network Software 30
1.4.1 Application Programming Interface (Sockets) 31
1.4.2 Example Application 33
1.4.3 Protocol Implementation Issues 37
1.5 Performance 40
1.5.1 Bandwidth and Latency 40
1.5.2 Delay x Bandwidth Product 44
1.5.3 High Speed Networks 46
1.5.4 Application Performance Needs 48
1.6 Summary 50
Open Issue: Ubiquitous Networking 51
Further Reading 52
Exercises 55
xxii Contents
2 Direct Link Networks
Problem: Physically Connecting Hosts 64
2.1 Hardware Building Blocks 66
2.1.1 Nodes 66
2.1.2 Links 71
2.2 Encoding (NRZ, NRZI, Manchester, 4B/5B) 79
2.3 Framing 84
2.3.1 Byte Oriented Protocols (PPP) 84
2.3.2 Bit Oriented Protocols (HDLC) 87
2.3.3 Clock Based Framing (SONET) 89
2.4 Error Detection 92
2.4.1 Two Dimensional Parity 93
2.4.2 Internet Checksum Algorithm 94
2.4.3 Cyclic Redundancy Check 96
2.5 Reliable Transmission 101
2.5.1 Stop and Wait 102
2.5.2 Sliding Window 105
2.5.3 Concurrent Logical Channels 115
2.6 Ethernet (802.3) 116
2.6.1 Physical Properties 116
2.6.2 Access Protocol 119
2.6.3 Experience with Ethernet 123
2.7 Rings (802.5, FDDI, RPR) 124
2.7.1 Token Ring Media Access Control 127
2.7.2 Token Ring Maintenance 129
2.7.3 FDDI 130
2.7.4 Resilient Packet Ring (802.17) 131
2.8 Wireless 133
2.8.1 Bluetooth (802.15.1) 136
2.8.2 Wi Fi (802.11) 137
2.8.3 WiMAX (802.16) 143
2.8.4 Cell Phone Technologies 145
2.9 Summary 147
Open Issue: Sensor Networks 148
Further Reading 149
Exercises 151
3 Packet Switching
Problem: Not All Networks Are Directly Connected 166
3.1 Switching and Forwarding 168
Contents xxiii
3.1.1 Datagrams 170
3.1.2 Virtual Circuit Switching 172
3.1.3 Source Routing 179
3.2 Bridges and LAN Switches 183
3.2.1 Learning Bridges 184
3.2.2 Spanning Tree Algorithm 187
3.2.3 Broadcast and Multicast 192
3.2.4 Limitations of Bridges 193
3.3 Cell Switching (ATM) 195
3.3.1 Cells 195
3.3.2 Segmentation and Reassembly 200
3.3.3 Virtual Paths 205
3.3.4 Physical Layers for ATM 206
3.4 Implementation and Performance 208
3.4.1 Ports 210
3.4.2 Fabrics 214
3.5 Summary 218
Open Issue: The Future of Switching 219
Further Reading 219
Exercises 221
4 Internetworking
Problem: There Is More Than One Network 232
4.1 Simple Internetworking (IP) 234
4.1.1 What Is an Internetwork? 234
4.1.2 Service Model 236
4.1.3 Global Addresses 248
4.1.4 Datagram Forwarding in IP 250
4.1.5 Address Translation (ARP) 254
4.1.6 Host Configuration (DHCP) 259
4.1.7 Error Reporting (ICMP) 262
4.1.8 Virtual Networks and Tunnels 262
4.2 Routing 266
4.2.1 Network as a Graph 268
4.2.2 Distance Vector (RIP) 269
4.2.3 Link State (OSPF) 277
4.2.4 Metrics 286
4.2.5 Routing for Mobile Hosts 289
4.2.6 Router Implementation 294
4.3 Global Internet 297
xxiv Contents
4.3.1 Subnetting 299
4.3.2 Classless Routing (CIDR) 303
4.3.3 Interdomain Routing (BGP) 306
4.3.4 Routing Areas 316
4.3.5 IP Version 6 (IPv6) 318
4.4 Multicast 329
4.4.1 Multicast Addresses 331
4.4.2 Multicast Routing (DVMRP, PIM, MSDP) 332
4.5 Multiprotocol Label Switching 343
4.5.1 Destination Based Forwarding 344
4.5.2 Explicit Routing 350
4.5.3 Virtual Private Networks and Tunnels 352
4.6 Summary 356
Open Issue: Deployment of IPv6 358
Further Reading 359
Exercises 360
5 End to End Protocols
Problem: Getting Processes to Communicate 380
5.1 Simple Demultiplexer (UDP) 382
5.2 Reliable Byte Stream (TCP) 384
5.2.1 End to End Issues 385
5.2.2 Segment Format 387
5.2.3 Connection Establishment and Termination 390
5.2.4 Sliding Window Revisited 394
5.2.5 Triggering Transmission 400
5.2.6 Adaptive Retransmission 403
5.2.7 Record Boundaries 407
5.2.8 TCP Extensions 408
5.2.9 Alternative Design Choices 410
5.3 Remote Procedure Call 411
5.3.1 RPC Fundamentals 412
5.3.2 RPC Implementations (SunRPC, DCE) 419
5.4 Transport for Real Time Applications (RTP) 426
5.4.1 Requirements 428
5.4.2 RTP Details 429
5.4.3 Control Protocol 433
5.5 Performance 437
5.6 Summary 440
Open Issue: Application Specific Protocols 441
Contents xxv
Further Reading 442
Exercises 443
6 Congestion Control and Resource Allocation
Problem: Allocating Resources 456
6.1 Issues in Resource Allocation 458
6.1.1 Network Model 458
6.1.2 Taxonomy 462
6.1.3 Evaluation Criteria 464
6.2 Queuing Disciplines 467
6.2.1 FIFO 468
6.2.2 Fair Queuing 469
6.3 TCP Congestion Control 474
6.3.1 Additive Increase/Multiplicative Decrease 474
6.3.2 Slow Start 477
6.3.3 Fast Retransmit and Fast Recovery 483
6.4 Congestion Avoidance Mechanisms 486
6.4.1 DECbit 486
6.4.2 Random Early Detection (RED) 487
6.4.3 Source Based Congestion Avoidance 493
6.5 Quality of Service 499
6.5.1 Application Requirements 500
6.5.2 Integrated Services (RSVP) 506
6.5.3 Differentiated Services (EF, AF) 516
6.5.4 Equation Based Congestion Control 522
6.6 Summary 524
Open Issue: Inside versus Outside the Network 525
Further Reading 526
Exercises 527
7 End to End Data
Problem: What Do We Do with the Data? 542
7.1 Presentation Formatting 544
7.1.1 Taxonomy 545
7.1.2 Examples (XDR, ASN.1, NDR) 549
7.1.3 Markup Languages (XML) 553
7.2 Data Compression 557
7.2.1 Lossless Compression Algorithms 559
7.2.2 Image Compression (JPEG) 561
7.2.3 Video Compression (MPEG) 566
7.2.4 Transmitting MPEG over a Network 571
xxvi Contents
7.2.5 Audio Compression (MP3) 575
7.3 Summary 576
Open Issue: Computer Networks Meet Consumer Electronics 577
Further Reading 578
Exercises 579
8 Network Security
Problem: Security Attacks 586
8.1 Cryptographic Tools 589
8.1.1 Principles of Ciphers 589
8.1.2 Symmetric Key Ciphers 591
8.1.3 Public Key Ciphers 593
8.1.4 Authenticators 595
8.2 Key Predistribution 599
8.2.1 Predistribution of Public Keys 599
8.2.2 Predistribution of Symmetric Keys 604
8.3 Authentication Protocols 604
8.3.1 Originality and Timeliness Techniques 605
8.3.2 Public Key Authentication Protocols 606
8.3.3 Symmetric Key Authentication Protocols 607
8.3.4 Diffie Hellman Key Agreement 611
8.4 Secure Systems 613
8.4.1 Pretty Good Privacy (PGP) 613
8.4.2 Secure Shell (SSH) 615
8.4.3 Transport Layer Security (TLS, SSL, HTTPS) 618
8.4.4 IP Security (IPsec) 622
8.4.5 Wireless Security (802.11 i) 625
8.5 Firewalls 626
8.5.1 Strengths and Weaknesses of Firewalls 629
8.6 Summary 631
Open Issue: Denial of Service Attacks 632
Further Reading 633
Exercises 634
9 Applications
Problem: Applications Need Their Own Protocols 640
9.1 Traditional Applications 642
9.1.1 Electronic Mail (SMTP, MIME, IMAP) 643
9.1.2 World Wide Web (HTTP) 650
9.1.3 Name Service (DNS) 657
9.1.4 Network Management (SNMP) 666
Contents xxvii
9.2 Web Services 668
9.2.1 Custom Application Protocols (WSDL, SOAP) 670
9.2.2 A Generic Application Protocol (REST) 676
9.3 Multimedia Applications 678
9.3.1 Session Control and Call Control (SDP. SIP, H.323) 679
9.3.2 Resource Allocation for Multimedia Applications 688
9.4 Overlay Networks 693
9.4.1 Routing Overlays 695
9.4.2 Peer to Peer Networks (Gnutella, BitTorrent) 702
9.4.3 Content Distribution Networks 714
9.5 Summary 719
Open Issue: New Network Architecture 720
Further Reading 721
Exercises 722
Solutions to Select Exercises 729
Glossary 743
Bibliography 769
Index 785
|
adam_txt |
Foreword vii
Foreword to the First Edition ix
Preface xi
1 Foundation
Problem: Building a Network 2
1.1 Applications 4
1.2 Requirements 6
1.2.1 Connectivity 7
1.2.2 Cost Effective Resource Sharing 11
1.2.3 Support for Common Services 14
1.3 Network Architecture 19
1.3.1 Layering and Protocols 20
1.3.2 OSI Architecture 26
1.3.3 Internet Architecture 28
1.4 Implementing Network Software 30
1.4.1 Application Programming Interface (Sockets) 31
1.4.2 Example Application 33
1.4.3 Protocol Implementation Issues 37
1.5 Performance 40
1.5.1 Bandwidth and Latency 40
1.5.2 Delay x Bandwidth Product 44
1.5.3 High Speed Networks 46
1.5.4 Application Performance Needs 48
1.6 Summary 50
Open Issue: Ubiquitous Networking 51
Further Reading 52
Exercises 55
xxii Contents
2 Direct Link Networks
Problem: Physically Connecting Hosts 64
2.1 Hardware Building Blocks 66
2.1.1 Nodes 66
2.1.2 Links 71
2.2 Encoding (NRZ, NRZI, Manchester, 4B/5B) 79
2.3 Framing 84
2.3.1 Byte Oriented Protocols (PPP) 84
2.3.2 Bit Oriented Protocols (HDLC) 87
2.3.3 Clock Based Framing (SONET) 89
2.4 Error Detection 92
2.4.1 Two Dimensional Parity 93
2.4.2 Internet Checksum Algorithm 94
2.4.3 Cyclic Redundancy Check 96
2.5 Reliable Transmission 101
2.5.1 Stop and Wait 102
2.5.2 Sliding Window 105
2.5.3 Concurrent Logical Channels 115
2.6 Ethernet (802.3) 116
2.6.1 Physical Properties 116
2.6.2 Access Protocol 119
2.6.3 Experience with Ethernet 123
2.7 Rings (802.5, FDDI, RPR) 124
2.7.1 Token Ring Media Access Control 127
2.7.2 Token Ring Maintenance 129
2.7.3 FDDI 130
2.7.4 Resilient Packet Ring (802.17) 131
2.8 Wireless 133
2.8.1 Bluetooth (802.15.1) 136
2.8.2 Wi Fi (802.11) 137
2.8.3 WiMAX (802.16) 143
2.8.4 Cell Phone Technologies 145
2.9 Summary 147
Open Issue: Sensor Networks 148
Further Reading 149
Exercises 151
3 Packet Switching
Problem: Not All Networks Are Directly Connected 166
3.1 Switching and Forwarding 168
Contents xxiii
3.1.1 Datagrams 170
3.1.2 Virtual Circuit Switching 172
3.1.3 Source Routing 179
3.2 Bridges and LAN Switches 183
3.2.1 Learning Bridges 184
3.2.2 Spanning Tree Algorithm 187
3.2.3 Broadcast and Multicast 192
3.2.4 Limitations of Bridges 193
3.3 Cell Switching (ATM) 195
3.3.1 Cells 195
3.3.2 Segmentation and Reassembly 200
3.3.3 Virtual Paths 205
3.3.4 Physical Layers for ATM 206
3.4 Implementation and Performance 208
3.4.1 Ports 210
3.4.2 Fabrics 214
3.5 Summary 218
Open Issue: The Future of Switching 219
Further Reading 219
Exercises 221
4 Internetworking
Problem: There Is More Than One Network 232
4.1 Simple Internetworking (IP) 234
4.1.1 What Is an Internetwork? 234
4.1.2 Service Model 236
4.1.3 Global Addresses 248
4.1.4 Datagram Forwarding in IP 250
4.1.5 Address Translation (ARP) 254
4.1.6 Host Configuration (DHCP) 259
4.1.7 Error Reporting (ICMP) 262
4.1.8 Virtual Networks and Tunnels 262
4.2 Routing 266
4.2.1 Network as a Graph 268
4.2.2 Distance Vector (RIP) 269
4.2.3 Link State (OSPF) 277
4.2.4 Metrics 286
4.2.5 Routing for Mobile Hosts 289
4.2.6 Router Implementation 294
4.3 Global Internet 297
xxiv Contents
4.3.1 Subnetting 299
4.3.2 Classless Routing (CIDR) 303
4.3.3 Interdomain Routing (BGP) 306
4.3.4 Routing Areas 316
4.3.5 IP Version 6 (IPv6) 318
4.4 Multicast 329
4.4.1 Multicast Addresses 331
4.4.2 Multicast Routing (DVMRP, PIM, MSDP) 332
4.5 Multiprotocol Label Switching 343
4.5.1 Destination Based Forwarding 344
4.5.2 Explicit Routing 350
4.5.3 Virtual Private Networks and Tunnels 352
4.6 Summary 356
Open Issue: Deployment of IPv6 358
Further Reading 359
Exercises 360
5 End to End Protocols
Problem: Getting Processes to Communicate 380
5.1 Simple Demultiplexer (UDP) 382
5.2 Reliable Byte Stream (TCP) 384
5.2.1 End to End Issues 385
5.2.2 Segment Format 387
5.2.3 Connection Establishment and Termination 390
5.2.4 Sliding Window Revisited 394
5.2.5 Triggering Transmission 400
5.2.6 Adaptive Retransmission 403
5.2.7 Record Boundaries 407
5.2.8 TCP Extensions 408
5.2.9 Alternative Design Choices 410
5.3 Remote Procedure Call 411
5.3.1 RPC Fundamentals 412
5.3.2 RPC Implementations (SunRPC, DCE) 419
5.4 Transport for Real Time Applications (RTP) 426
5.4.1 Requirements 428
5.4.2 RTP Details 429
5.4.3 Control Protocol 433
5.5 Performance 437
5.6 Summary 440
Open Issue: Application Specific Protocols 441
Contents xxv
Further Reading 442
Exercises 443
6 Congestion Control and Resource Allocation
Problem: Allocating Resources 456
6.1 Issues in Resource Allocation 458
6.1.1 Network Model 458
6.1.2 Taxonomy 462
6.1.3 Evaluation Criteria 464
6.2 Queuing Disciplines 467
6.2.1 FIFO 468
6.2.2 Fair Queuing 469
6.3 TCP Congestion Control 474
6.3.1 Additive Increase/Multiplicative Decrease 474
6.3.2 Slow Start 477
6.3.3 Fast Retransmit and Fast Recovery 483
6.4 Congestion Avoidance Mechanisms 486
6.4.1 DECbit 486
6.4.2 Random Early Detection (RED) 487
6.4.3 Source Based Congestion Avoidance 493
6.5 Quality of Service 499
6.5.1 Application Requirements 500
6.5.2 Integrated Services (RSVP) 506
6.5.3 Differentiated Services (EF, AF) 516
6.5.4 Equation Based Congestion Control 522
6.6 Summary 524
Open Issue: Inside versus Outside the Network 525
Further Reading 526
Exercises 527
7 End to End Data
Problem: What Do We Do with the Data? 542
7.1 Presentation Formatting 544
7.1.1 Taxonomy 545
7.1.2 Examples (XDR, ASN.1, NDR) 549
7.1.3 Markup Languages (XML) 553
7.2 Data Compression 557
7.2.1 Lossless Compression Algorithms 559
7.2.2 Image Compression (JPEG) 561
7.2.3 Video Compression (MPEG) 566
7.2.4 Transmitting MPEG over a Network 571
xxvi Contents
7.2.5 Audio Compression (MP3) 575
7.3 Summary 576
Open Issue: Computer Networks Meet Consumer Electronics 577
Further Reading 578
Exercises 579
8 Network Security
Problem: Security Attacks 586
8.1 Cryptographic Tools 589
8.1.1 Principles of Ciphers 589
8.1.2 Symmetric Key Ciphers 591
8.1.3 Public Key Ciphers 593
8.1.4 Authenticators 595
8.2 Key Predistribution 599
8.2.1 Predistribution of Public Keys 599
8.2.2 Predistribution of Symmetric Keys 604
8.3 Authentication Protocols 604
8.3.1 Originality and Timeliness Techniques 605
8.3.2 Public Key Authentication Protocols 606
8.3.3 Symmetric Key Authentication Protocols 607
8.3.4 Diffie Hellman Key Agreement 611
8.4 Secure Systems 613
8.4.1 Pretty Good Privacy (PGP) 613
8.4.2 Secure Shell (SSH) 615
8.4.3 Transport Layer Security (TLS, SSL, HTTPS) 618
8.4.4 IP Security (IPsec) 622
8.4.5 Wireless Security (802.11 i) 625
8.5 Firewalls 626
8.5.1 Strengths and Weaknesses of Firewalls 629
8.6 Summary 631
Open Issue: Denial of Service Attacks 632
Further Reading 633
Exercises 634
9 Applications
Problem: Applications Need Their Own Protocols 640
9.1 Traditional Applications 642
9.1.1 Electronic Mail (SMTP, MIME, IMAP) 643
9.1.2 World Wide Web (HTTP) 650
9.1.3 Name Service (DNS) 657
9.1.4 Network Management (SNMP) 666
Contents xxvii
9.2 Web Services 668
9.2.1 Custom Application Protocols (WSDL, SOAP) 670
9.2.2 A Generic Application Protocol (REST) 676
9.3 Multimedia Applications 678
9.3.1 Session Control and Call Control (SDP. SIP, H.323) 679
9.3.2 Resource Allocation for Multimedia Applications 688
9.4 Overlay Networks 693
9.4.1 Routing Overlays 695
9.4.2 Peer to Peer Networks (Gnutella, BitTorrent) 702
9.4.3 Content Distribution Networks 714
9.5 Summary 719
Open Issue: New Network Architecture 720
Further Reading 721
Exercises 722
Solutions to Select Exercises 729
Glossary 743
Bibliography 769
Index 785 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Peterson, Larry L. |
author_GND | (DE-588)122327624 (DE-588)122327535 |
author_facet | Peterson, Larry L. |
author_role | aut |
author_sort | Peterson, Larry L. |
author_variant | l l p ll llp |
building | Verbundindex |
bvnumber | BV022391656 |
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 |
classification_tum | DAT 250f |
ctrlnum | (OCoLC)846129627 (DE-599)BVBBV022391656 |
dewey-full | 004.6/5 004.65 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.6/5 004.65 |
dewey-search | 004.6/5 004.65 |
dewey-sort | 14.6 15 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 4. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02084nam a2200529zc 4500</leader><controlfield tag="001">BV022391656</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20080103 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070418s2007 xxuad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2006102454</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0123705487</subfield><subfield code="c">hardcover : alk. paper</subfield><subfield code="9">0-12-370548-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780123740137</subfield><subfield code="9">978-0-12-374013-7</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0123740134</subfield><subfield code="c">pbk. : alk. paper</subfield><subfield code="9">0-12-374013-4</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780123705488</subfield><subfield code="9">978-0-12-370548-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)846129627</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022391656</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield><subfield code="a">DE-1051</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-2070s</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></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004.65</subfield><subfield code="b">P4C6 2007</subfield><subfield code="2">22</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004.65</subfield><subfield code="2">22</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="084" ind1=" " ind2=" "><subfield code="a">DAT 250f</subfield><subfield code="2">stub</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">4. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Amsterdam [u.a.]</subfield><subfield code="b">Elsevier</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXVII, 806 S.</subfield><subfield code="b">Ill., 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="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Redes de computadoras</subfield><subfield code="2">lemb</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">Sonstige</subfield><subfield code="0">(DE-588)122327535</subfield><subfield code="4">oth</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0704/2006102454-d.html</subfield><subfield code="3">Publisher description</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=015600479&sequence=000002&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-015600479</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.BV022391656 |
illustrated | Illustrated |
index_date | 2024-07-02T17:15:01Z |
indexdate | 2024-07-09T20:56:35Z |
institution | BVB |
isbn | 0123705487 9780123740137 0123740134 9780123705488 |
language | English |
lccn | 2006102454 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015600479 |
oclc_num | 846129627 |
open_access_boolean | |
owner | DE-20 DE-1051 DE-91 DE-BY-TUM DE-703 DE-11 DE-2070s |
owner_facet | DE-20 DE-1051 DE-91 DE-BY-TUM DE-703 DE-11 DE-2070s |
physical | XXVII, 806 S. Ill., graph. Darst. |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Elsevier |
record_format | marc |
spelling | Peterson, Larry L. Verfasser (DE-588)122327624 aut Computer networks a systems approach Larry L. Peterson & Bruce S. Davie 4. ed. Amsterdam [u.a.] Elsevier 2007 XXVII, 806 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Includes bibliographical references and index Redes de computadoras lemb 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. Sonstige (DE-588)122327535 oth http://www.loc.gov/catdir/enhancements/fy0704/2006102454-d.html Publisher description HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015600479&sequence=000002&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. Computer networks a systems approach Redes de computadoras lemb 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_exact_search_txtP | 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 | Redes de computadoras lemb Computer networks Rechnernetz (DE-588)4070085-9 gnd |
topic_facet | Redes de computadoras Computer networks Rechnernetz Lehrbuch |
url | http://www.loc.gov/catdir/enhancements/fy0704/2006102454-d.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015600479&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT petersonlarryl computernetworksasystemsapproach AT daviebruces computernetworksasystemsapproach |