Computer networks: a top-down approach
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York, NY
McGraw-Hill
2012
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXIII, 931 S. graph. Darst. |
ISBN: | 9780073523262 9780071315159 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV041569593 | ||
003 | DE-604 | ||
005 | 20140121 | ||
007 | t | ||
008 | 140117s2012 d||| |||| 00||| eng d | ||
010 | |a 2010051900 | ||
020 | |a 9780073523262 |c hbk |9 978-0-07-352326-2 | ||
020 | |a 9780071315159 |9 978-0-07-131515-9 | ||
035 | |a (OCoLC)745493206 | ||
035 | |a (DE-599)GBV644196874 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-473 |a DE-M347 | ||
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Forouzan, Behrouz A. |d 1944- |e Verfasser |0 (DE-588)132379813 |4 aut | |
245 | 1 | 0 | |a Computer networks |b a top-down approach |c Behrouz A. Forouzan ; Firouz Mosharraf |
264 | 1 | |a New York, NY |b McGraw-Hill |c 2012 | |
300 | |a XXIII, 931 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Rechnernetz |0 (DE-588)4070085-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Rechnernetz |0 (DE-588)4070085-9 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Mosharraf, Firouz |e Verfasser |4 aut | |
856 | 4 | 2 | |m Digitalisierung UB Bamberg - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027015018&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-027015018 |
Datensatz im Suchindex
_version_ | 1804151754549362688 |
---|---|
adam_text | .. ■ .·!>.. s.w.,.
Preface
xvii
Trademarks
xxiii
Chapter
1
Chapter
2
Chapter
3
Chapter
4
Chapter
5
Chapter
6
Chapter
7
Chapter
8
Chapter
9
Introduction
1
Application Layer
33
Transport Layer
139
Network Layer
241
Data-Link Layer: Wired Networks
375
Wireless Networks and Mobile IP
479
Physical Layer and Transmission Media
547
Multimedia and Quality of Service
607
Network Management
701
Chapter
10
Network Security
731
Chapter
11
Socket Programming In Java
805
Appendix A Unicode
841
Appendix
В
Positional Numbering System
845
Appendix
С
HTML, CSS, XML, andXSL
853
Appendix
D
Miscellaneous Information
861
Appendix
E SB/óTCode
865
Glossary
867
References
901
Index
905
Preface
xvii
Trademarks
xxiii
1.1
1.2
1.3
1.4
1.5
1.6
1.7
2.1
Chapter
1
Introduction
1
OVERVIEW OF THE INTERNET
2
1.1.1
Networks
2
1.1.2
Switching
4
1.1.3
The Internet
6
1.1.4
Accessing the Internet
7
1.1.5
Hardware and Software
8
PROTOCOL LAYERING
9
1.2.1
Scenarios
9
1.2.2
ТСРЛР
Protocol Suite
12
1.2.3
The
OSI
Model
20
INTERNET HISTORY
22
1.3.1
Early History
22
1.3.2
Birth of the Internet
22
1.3.3
Internet Today
24
STANDARDS AND ADMINISTRATION
1.4.1
Internet Standards
24
1.4.2
Internet Administration
26
END-CHAPTER MATERIALS
27
1.5.1
Further Reading
27
1.5.2
Key Terms
28
1.5.3
Summary
28
PRACTICE SET
29
1.6.1
Quizzes
29
1.6.2
Questions
29
L6.3 Problems
30
SIMULATION EXPERIMENTS
31
1.7.1
Applets
31
1.7.2
Lab Assignments
32
Chapter
2
Application Layer
33
24
INTRODUCTION
34
2.1.1
Providing Services
35
2.1.2
Application-Layer Paradigms
36
vii
viii CONTENTS
2.2
CLIENT-SERVER PARADIGM
38
2.2.1
Application Programming Interface
39
2.2.2
Using Services of the Transport Layer
43
2.3
STANDARD CLIENT-SERVER APPLICATIONS
44
2.3.1
World Wide Web and HTTP
44
2.3.2
FTP
59
2.3.3
Electronic Mail
63
2.3.4
TELNET
76
2.3.5
Secure Shell (SSH)
78
2.3.6
Domain Name System (DNS)
81
2.4
PEER-TO-PEER PARADIGM
92
2.4.1
P2P Networks
92
2.4.2
Distributed Hash Table (DHT)
95
2.4.3
Chord
97
2.4.4
Pastry
104
2.4.5
Kademlia
108
2.4.6
A Popular P2P Network: BitTorrent
112
2.5
SOCKET INTERFACE PROGRAMMING
114
2.5.1
Socket Interface in
С
114
2.6
END-CHAPTER MATERIALS
128
2.6.1
Further Reading
128
2.6.2
Key Terms
129
2.6.3
Summary
129
2.7
PRACTICE SET
130
2.7.1
Quizzes
130
2.7.2
Questions
130
2.7.3
Problems
132
2.8
SIMULATION EXPERIMENTS
136
2.8.1
Applets
136
2.8.2
Lab Assignments
136
2.9
PROGRAMMING ASSIGNMENT
137
Chapter
3
Transport Layer
139
3.1
INTRODUCTION
140
3.1.1
Transport-Layer Services
141
3.2
TRANSPORT-LAYER PROTOCOLS
154
3.2.1
Simple Protocol
154
3.2.2
Stop-and-Wait Protocol
155
3.2.3
Go-Back-W Protocol (GBN)
160
3.2.4
Selective-Repeat Protocol
166
3.2.5
Bidirectional Protocols: Piggybacking
173
3.2.6
Internet Transport-Layer Protocols
173
3.3
USER DATAGRAM PROTOCOL
(UDP)
175
3.3.1
User Datagram
175
3.3.2
UDP
Services
176
3.3.3
UDP
Applications
179
3.4
TRANSMISSION CONTROL PROTOCOL (TCP)
181
3.4.1
TCP Services
181
3.4.2
TCP Features
184
CONTENTS ix
3.4.3 Segment 185
3.4.4
A
TCP
Connection
188
3.4.5 State Transition
Diagram
194
3.4.6 Windows in TCP 198
3.4.7
Flow Control
200
3.4.8
Error Control
205
3
.4.9
TCP Congestion Control
213
3.4.10
TCP Timers
223
3.4.11
Options
227
3.5
END-CHAPTER MATERIALS
227
3.5.1
Further Reading
227
3.5.2
Key Terms
227
3.5.3
Summary
228
3.6
PRACTICE SET
228
3.6.1
Quizzes
228
3.6.2
Questions
229
3.6.3
Problems
232
3.7
SIMULATION EXPERIMENTS
239
3.7.1
Applets
239
3.7.2
Lab Assignments
239
3.8
PROGRAMMING ASSIGNMENT
240
Chapter
4
Network Layer
241
4.1
INTRODUCTION
242
4.1.1
Network-Layer Services
243
4.1.2
Packet Switching
246
4.1.3
Network-Layer Performance
251
4.1.4
Network-Layer Congestion
255
4.1.5
Structure of A Router
258
4.2
NETWORK-LAYER PROTOCOLS
261
4.2.1 IPv4
Datagram Format
262
4.2.2 IPv4
Addresses
269
4.2.3
Forwarding of IP Packets
286
4.2.4
ICMPv4
295
4.3
UNICAST ROUTING
299
4.3.1
General Idea
300
4.3.2
Routing Algorithms
302
4.3.3
Unicast Routing Protocols
313
4.4
MULTICAST ROUTING
333
4.4.1
Introduction
333
4.4.2
Multicasting Basics
336
4.4.3
Intradomain Routing Protocols
343
4.4.4
Interdomain
Routing Protocols
349
4.5
NEXT GENERATION IP
350
4.5.1
Packet Format
351
4.5.2 IPv6
Addressing
353
4.5.3
Transition from
IPv4
to
IPv6 358
4.5.4
ICMPvő
359
CONTENTS
4.6
END-CHAPTER
MATERIALS 361
4.6.1
Further Reading
361
4.6.2
Key Terms
361
4.6.3
Summary
362
4.7
PRACTICE SET
362
4.7.1
Quizzes
362
4.7.2
Questions
363
4.7.3
Problems
366
4.8
SIMULATION EXPERIMENTS
373
4.8.1
Applets
373
4.8.2
Lab Assignments
373
4.9
PROGRAMMING ASSIGNMENT
374
Chapter
5
Data-Link Layer: Wired Networks
375
5.1
INTRODUCTION
376
5.1.1
Nodes and Links
377
5.1.2
Two Types of Links
377
5.1.3
Two Sublayers
378
5.2
DATA LINK CONTROL (DLC)
378
5.2.1
Framing
378
5.2.2
Flow and Error Control
3 81
5.2.3
Error Detection and Correction
382
5.2.4
Two DLC Protocols
396
5.3
MULTIPLE ACCESS PROTOCOLS
402
5.3.1
Random Access
404
5.3.2
Controlled Access
416
5.3.3
Channelization
419
5.4
LINK-LAYER ADDRESSING
419
5.5
WIRED LANS: ETHERNET PROTOCOL
5.5.1
IEEE Project
802 428
5.5.2
Standard Ethernet
429
5.5.3
Fast Ethernet
(100
Mbps)
436
5.5.4
Gigabit Ethernet
437
5.5.5
Ю
-Gigabit Ethernet
438
5.5.6
Virtual LANs
438
5.6
OTHER WIRED NETWORKS
442
5.6.1
Point-to-Point Networks
443
5.6.2
SONET
448
5.6.3
Switched Network: ATM
455
5.7
CONNECTING DEVICES
460
5.7.1
Repeaters or Hubs
460
5.7.2
Link-Layer Switches
461
5.7.3
Routers
463
5.8
END-CHAPTER MATERIALS
464
5.8.1
Recommended Reading
464
5.8.2
Key Terms
464
5.8.3
Summary
465
428
CONTENTS xi
5.9
PRACTICE
SET
466
5.9.1
Quizzes
466
5.9.2
Questions
466
5.9.3
Problems
468
5.10
SIMULATION EXPERIMENTS
476
5.10.1
Applets
476
5.10.2
Lab Assignments
477
5.11
PROGRAMMING ASSIGNMENTS
477
Chapter
б
Wireless Networks and Mobile IP
479
6.1
WIRELESS LANs
480
6.1.1
Introduction
480
6.1.2
IEEE
802.1
1 Project
483
6.1.3
Bluetooth
495
6.1.4
WiMAX
501
6.2
OTHER WIRELESS NETWORKS
503
6.2.1
Channelization
503
6.2.2
Cellular Telephony
510
6.2.3
Satellite Networks
521
6.3
MOBILE IP
527
6.3.1
Addressing
527
6.3.2
Agents
529
6.3.3
Three Phases
530
6.3.4
Inefficiency in Mobile IP
535
6.4
END-CHAPTER MATERIALS
536
6.4.1
Further Reading
536
6.4.2
Key Terms
537
6.4.3
Summary
537
6.5
PRACTICE SET
538
6.5.1
Quizzes
538
6.5.2
Questions
538
6.5.3
Problems
540
6.6
SIMULATION EXPERIMENTS
545
6.6.1
Applets
545
6.6.2
Lab Assignments
545
6.7
PROGRAMMING ASSIGNMENT
545
Chapter
7
Physical Layer and Transmission Media
547
7.1
DATA AND SIGNALS
548
7.1.1
Analog and Digital
549
7.1.2
Transmission Impairment
556
7.1.3
Data Rate Limits
558
7.1.4
Performance
560
7.2
DIGITAL TRANSMISSION
563
7.2.1
Digital-to-Digital Conversion
563
7.2.2
Analog-to-Digital Conversion
569
xii CONTENTS
7.3 ANALOG TRANSMISSION 574
7.3.1 Digital-to-Analog
Conversion
574
7.3.2 Analog-to-Analog
Conversion
579
7.4
BANDWIDTH UTILIZATION
581
7.4.1
Multiplexing
581
7.4.2
Spread Spectrum
587
7.5
TRANSMISSION MEDIA
591
7.5.1
Guided Media
591
7.5.2
Unguided Media: Wireless
596
7.6
END-CHAPTER MATERIALS
598
7.6.1
Recommended Reading
598
7.6.2
Key Terms
598
7.6.3
Summary
599
7.7
PRACTICE SET
600
7.7.1
Quizzes
600
7.7.2
Questions
600
7.7.3
Problems
601
Chapter
8
Multimedia and Quality of Service
607
8.1
COMPRESSION
608
8.1.1
Lossless Compression
608
8.1.2
Lossy Compression
617
8.2
MULTIMEDIA DATA
623
8.2.1
Text
623
8.2.2
Image
623
8.2.3
Video
627
8.2.4
Audio
629
8.3
MULTIMEDIA IN THE INTERNET
630
8.3.1
Streaming Stored Audio/Video
631
8.3.2
Streaming Live Audio/Video
634
8.3.3
Real-Time Interactive Audio/Video
635
8.4
REAL-TIME INTERACTIVE PROTOCOLS
641
8.4.1
Rationale for New Protocols
642
8.4.2
RTP
645
8.4.3
RTCP
648
8.4.4
Session Initialization Protocol (SIP)
651
8.4.5
H.323
658
8.4.6
SCTP
660
8.5
QUALITY OF SERVICE
674
8.5.1
Data-Flow Characteristics
674
8.5.2
Flow Classes
675
8.5.3
Flow Control to Improve QoS
676
8.5.4
Integrated Services (IntServ)
682
8.5.5
Differentiated Services (DiffServ)
686
8.6
END-CHAPTER MATERIALS
687
8.6.1
Recommended Reading
687
8.6.2
Key Terms
688
8.6.3
Summary
688
CONTENTS xiii
8.7
PRACTICE
SET
689
8.7.1
Quizzes
689
8.7.2
Questions
689
8.7.3
Problems
692
8.8
SIMULATION EXPERIMENTS
700
8.8.1
Applets
700
8.8.2
Lab Assignments
700
8.9
PROGRAMMING ASSIGNMENTS
700
Chapter
9
Network Management
701
9.1
INTRODUCTION
702
9.1.1
Configuration Management
702
9.1.2
Fault Management
704
9.1.3
Performance Management
705
9.1.4
Security Management
705
9.1.5
Accounting Management
705
9.2
SNMP
706
9.2.1
Managers and Agents
706
9.2.2
Management Components
707
9.2.3
An Overview
709
9.2.4
SMI
710
9.2.5
МІВ
713
9.2.6
SNMP
716
9.3
ASN.l
722
9.3.1
Language Basics
722
9.3.2
Data Types
723
9.3.3
Encoding
726
9.4
END-CHAPTER MATERIALS
726
9.4.1
Further Reading
726
9.4.2
Key Terms
726
9.4.3
Summary
726
9.5
PRACTICE SET
727
9.5.1
Quizzes
727
9.5.2
Questions
727
9.5.3
Problems
728
Chapter
10
Network Security
731
10.1
INTRODUCTION
732
10.1.1
Security Goals
732
10.1.2
Attacks
733
10.1.3
Services and Techniques
734
10.2
CONFIDENTIALITY
735
10.2.1
Symmetric-Key Ciphers
735
10.2.2
Asymmetric-Key Ciphers
746
10.3
OTHER ASPECTS OF SECURITY
751
10.3.1
Message Integrity
751
10.3.2
Message Authentication
752
10.3.3
Digital Signature
753
xiv CONTENTS
ЮЗА
Entity Authentication
758
10.3.5
Key Management
761
10.4
INTERNET SECURITY
766
10.4.1
Application-Layer Security
767
10.4.2
Transport-Layer Security
776
10.4.3
Network-Layer Security
782
10.5
FIREWALLS
792
10.5.1
Packet-Filter Firewall
793
10.5.2
Proxy Firewall
793
10.6
END-CHAPTER MATERIALS
794
10.6.1
Further Reading
794
10.6.2
Key Terms
794
10.6.3
Summary
795
10.7
PRACTICE SET
796
10.7.1
Quizzes
796
10.7.2
Questions
796
20.7.3
Problems
798
10.8
SIMULATION EXPERIMENTS
803
10.8.1
Applets
803
10.8.2
Lab Assignments
803
10.9
PROGRAMMING ASSIGNMENTS
803
Chapter
11
Socket Programming In Java
805
11.1
INTRODUCTION
806
11.1.1
Addresses and Ports
806
Π
. 1.2
Client-Server Paradigm
809
11.2
PROGRAMMING WITH
UDP
810
11.2.1
Iterative Approach
810
11.2.2
Concurrent Approach
820
11.3
PROGRAMMING WITH TCP
823
11.3.1
Iterative Approach
823
11.3.2
Concurrent Approach
832
11.4
END-CHAPTER MATERIALS
835
11.4.1
Further Reading
835
11.4.2
Key Terms
835
11.4.3
Summary
835
11.5
PRACTICE SET
836
11.5.1
Quizzes
836
11.5.2
Questions
836
11.5.3
Problems
838
11.6
PROGRAMMING ASSIGNMENTS
838
Appendix A Unicode
841
Appendix
В
Positional Numbering System
845
AppendixC HTML, CSS, XML, and
XSL 853
CONTENTS xv
Appendix D Miscellaneous
Information
861
Appendix E
бВ/бТСосіе
865
Glossary
867
References
901
Index
905
|
any_adam_object | 1 |
author | Forouzan, Behrouz A. 1944- Mosharraf, Firouz |
author_GND | (DE-588)132379813 |
author_facet | Forouzan, Behrouz A. 1944- Mosharraf, Firouz |
author_role | aut aut |
author_sort | Forouzan, Behrouz A. 1944- |
author_variant | b a f ba baf f m fm |
building | Verbundindex |
bvnumber | BV041569593 |
classification_rvk | ST 200 ST 250 |
ctrlnum | (OCoLC)745493206 (DE-599)GBV644196874 |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01419nam a2200361 c 4500</leader><controlfield tag="001">BV041569593</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20140121 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">140117s2012 d||| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2010051900</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780073523262</subfield><subfield code="c">hbk</subfield><subfield code="9">978-0-07-352326-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780071315159</subfield><subfield code="9">978-0-07-131515-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)745493206</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)GBV644196874</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-473</subfield><subfield code="a">DE-M347</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">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Forouzan, Behrouz A.</subfield><subfield code="d">1944-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)132379813</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Computer networks</subfield><subfield code="b">a top-down approach</subfield><subfield code="c">Behrouz A. Forouzan ; Firouz Mosharraf</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York, NY</subfield><subfield code="b">McGraw-Hill</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXIII, 931 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="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="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">Mosharraf, Firouz</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bamberg - ADAM Catalogue Enrichment</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=027015018&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-027015018</subfield></datafield></record></collection> |
id | DE-604.BV041569593 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:59:51Z |
institution | BVB |
isbn | 9780073523262 9780071315159 |
language | English |
lccn | 2010051900 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-027015018 |
oclc_num | 745493206 |
open_access_boolean | |
owner | DE-473 DE-BY-UBG DE-M347 |
owner_facet | DE-473 DE-BY-UBG DE-M347 |
physical | XXIII, 931 S. graph. Darst. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | McGraw-Hill |
record_format | marc |
spelling | Forouzan, Behrouz A. 1944- Verfasser (DE-588)132379813 aut Computer networks a top-down approach Behrouz A. Forouzan ; Firouz Mosharraf New York, NY McGraw-Hill 2012 XXIII, 931 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Rechnernetz (DE-588)4070085-9 gnd rswk-swf Rechnernetz (DE-588)4070085-9 s DE-604 Mosharraf, Firouz Verfasser aut Digitalisierung UB Bamberg - ADAM Catalogue Enrichment application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027015018&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Forouzan, Behrouz A. 1944- Mosharraf, Firouz Computer networks a top-down approach Rechnernetz (DE-588)4070085-9 gnd |
subject_GND | (DE-588)4070085-9 |
title | Computer networks a top-down approach |
title_auth | Computer networks a top-down approach |
title_exact_search | Computer networks a top-down approach |
title_full | Computer networks a top-down approach Behrouz A. Forouzan ; Firouz Mosharraf |
title_fullStr | Computer networks a top-down approach Behrouz A. Forouzan ; Firouz Mosharraf |
title_full_unstemmed | Computer networks a top-down approach Behrouz A. Forouzan ; Firouz Mosharraf |
title_short | Computer networks |
title_sort | computer networks a top down approach |
title_sub | a top-down approach |
topic | Rechnernetz (DE-588)4070085-9 gnd |
topic_facet | Rechnernetz |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=027015018&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT forouzanbehrouza computernetworksatopdownapproach AT mosharraffirouz computernetworksatopdownapproach |