Principles of protocol design:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Berlin
Springer
2008
|
Ausgabe: | [compl. new ed.] |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XI, 402 S. graph. Darst. |
ISBN: | 9783540775416 9783540775409 3540775404 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035119623 | ||
003 | DE-604 | ||
005 | 20090121 | ||
007 | t | ||
008 | 081027s2008 d||| |||| 00||| eng d | ||
015 | |a 08,N09,0041 |2 dnb | ||
016 | 7 | |a 987490990 |2 DE-101 | |
020 | |a 9783540775416 |9 978-3-540-77541-6 | ||
020 | |a 9783540775409 |c Gb. : EUR 85.55 (freier Pr.), sfr 139.50 (freier Pr.) |9 978-3-540-77540-9 | ||
020 | |a 3540775404 |c Gb. : EUR 85.55 (freier Pr.), sfr 139.50 (freier Pr.) |9 3-540-77540-4 | ||
028 | 5 | 2 | |a 12211210 |
035 | |a (OCoLC)213479464 | ||
035 | |a (DE-599)DNB987490990 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-634 |a DE-2070s | ||
050 | 0 | |a TK5105.55 | |
082 | 0 | |a 004.6/2 |2 22 | |
084 | |a ST 206 |0 (DE-625)143614: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Sharp, Robin |e Verfasser |4 aut | |
245 | 1 | 0 | |a Principles of protocol design |c Robin Sharp |
250 | |a [compl. new ed.] | ||
264 | 1 | |a Berlin |b Springer |c 2008 | |
300 | |a XI, 402 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Protocoles de réseaux d'ordinateurs | |
650 | 4 | |a Computer network protocols | |
650 | 0 | 7 | |a Protokoll |g Datenverarbeitungssystem |0 (DE-588)4343364-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Entwurf |0 (DE-588)4121208-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Kommunikationsprotokoll |0 (DE-588)4128252-8 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)4123623-3 |a Lehrbuch |2 gnd-content | |
689 | 0 | 0 | |a Protokoll |g Datenverarbeitungssystem |0 (DE-588)4343364-9 |D s |
689 | 0 | 1 | |a Entwurf |0 (DE-588)4121208-3 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
689 | 1 | 0 | |a Kommunikationsprotokoll |0 (DE-588)4128252-8 |D s |
689 | 1 | 1 | |a Entwurf |0 (DE-588)4121208-3 |D s |
689 | 1 | |8 2\p |5 DE-604 | |
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=016787322&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
883 | 1 | |8 2\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1805084184323031040 |
---|---|
adam_text |
Contents
1 Introduction 1
1.1 What is a Protocol? 1
1.2 Protocols as Processes 3
1.3 Techniques for Actual Protocols 4
1.4 Real Protocols 4
1.5 Reader's Guide 5
2 CSP Descriptions and Proof Rules 7
2.1 Processes and Process Synchronisation 8
2.1.1 Process Expressions 9
2.1.2 Process Algebra 13
2.1.3 Process Expressions for Process Networks 20
2.2 Channel History Semantics 26
2.2.1 Transitions and Traces 26
2.2.2 Inference Rules for Specifications Based on Traces 29
2.3 Failure Semantics 35
3 Protocols and Services 45
3.1 Providing a Service 48
3.1.1 Proving the Protocol Correct 50
3.1.2 Structuring your Proof 54
3.2 Service Features 55
3.2.1 Sequence Preservation 56
3.2.2 Data Unit Synchronisation 56
3.2.3 Flow Control 56
3.2.4 Freedom from Error 57
3.2.5 Service Reset 58
3.2.6 Connection Establishment and Release 58
3.2.7 Change of Mode 60
3.2.8 Information about Peer Change of State 62
3.2.9 Expedited Data 63
vii
viii Contents
3.2.10 Security 63
3.3 OSI and Other Layered Architectures 64
3.3.1 The Internet and Other Layered Architectures 66
4 Basic Protocol Mechanisms 71
4.1 Sequence Control and Error Control 73
4.1.1 Corruption Control 73
4.1.2 Simple ACK/NACK protocols 76
4.1.3 Simple Polling Protocols 77
4.1.4 ACK/NACK Protocols with Timeout 78
4.1.5 The Alternating Bit Protocol 80
4.1.6 The Case of the Floating Corpses 82
4.2 Flow Control 87
4.2.1 Fixed Window Protocols 88
4.2.2 Protocols with Receive Window Size 1 89
4.2.3 Protocols with Receive Window Size Greater than 1 92
4.2.4 Dynamic Window Systems and the Concept of Credit 93
4.3 Indication of Change of Peer State 94
4.3.1 Two-way Exchanges 94
4.3.2 Atomic Two-way Exchanges 96
4.3.3 Exchanges in the Presence of Errors 97
4.4 Change of Service Mode 100
4.4.1 Connection-mode and Connectionless-mode 100
4.4.2 Point-to-point and Multi-peer 101
4.4.3 Simplex and Duplex 101
4.5 Multiplexing and Splitting 102
4.5.1 Multiplexing 102
4.5.2 Splitting 110
4.6 Segmentation and Reassembly 112
4.7 Prioritisation 116
5 Multi-peer Consensus 121
5.1 Reliable Broadcasts 122
5.2 Election 126
5.3 Commitment 129
5.4 Byzantine Agreement 135
5.4.1 Using unsigned messages 136
5.4.2 Using signed messages 138
5.4.3 Other forms of Byzantine agreement 140
5.5 Clock Synchronisation 141
5.5.1 Logical Clocks 142
5.5.2 Real time clocks 144
5.5.3 Byzantine Clock Synchronisation 146
5.6 Finding the Global State 148
Contents ix
6 Security 155
6.1 Cryptographic Methods 155
6.1.1 Encipherment 156
6.1.2 Secret Key Cryptosystems 157
6.1.3 Public Key Cryptosystems 160
6.2 Integrity 164
6.3 Digital Signatures 167
6.4 Entity Authentication 170
6.4.1 Authentication with Secret Key Cryptosystems 171
6.4.2 Authentication with Public Key Cryptosystems 173
6.4.3 Proofs of Authentication Protocols 175
6.4.4 Certification Authorities 181
6.5 Key Exchange 184
6.6 Non-cryptographic Methods 186
7 Naming, Addressing and Routing 191
7.1 General Principles of Naming and Addressing 191
7.1.1 Naming Strategies in the Upper Layers of the System 194
7.1.2 Directories and Servers 197
7.1.3 Distributed Directories 199
7.1.4 Internet Naming and the Internet DNS 203
7.2 Addressing Structures 207
7.2.1 OSI Addressing 209
7.2.2 Internet addressing 210
7.2.3 MOTIS/MHS Addressing 214
7.3 Routing 215
7.3.1 Flooding 216
7.3.2 Static Routing 217
7.3.3 Tree Routing 218
7.3.4 Centralised Adaptive Routing 219
7.3.5 Isolated Adaptive Routing 221
7.3.6 Distributed Adaptive Routing 223
7.3.7 Exploratory Routing 226
7.4 Congestion 229
7.4.1 Discarding 231
7.4.2 Limiting the Number of PDUs 232
7.4.3 Timeout-based control 232
7.4.4 Explicit feedback 235
7.4.5 Deadlock 236
8 Protocol Encoding 241
8.1 Simple Binary Encoding 242
8.2 TLV Encoding 244
8.3 ASN.l Encoding 246
8.3.1 ASN.l Types 246
x Contents
8.3.2 ASN.l Values 248
8.3.3 ASN.l Encoding Rules 248
8.4 ASCII encodings 251
8.4.1 MIME encoding 252
8.4.2 S/MIME encoding 255
8.4.3 XML encoding 257
8.4.4 XML types 263
8.4.5 XML Security 269
9 Protocols in the OSI Lower Layers 275
9.1 Data Link Layer 276
9.1.1 Connection-mode 276
9.1.2 Connectionless-mode 278
9.2 Network Layer 280
9.2.1 Connection-mode 280
9.2.2 Connectionless-mode 281
9.2.3 Network Layer Security 282
9.3 Transport Layer 284
9.3.1 Connection-mode 284
9.3.2 Connectionless-mode 288
10 Application Support Protocols 291
10.1 Session Layer 291
10.2 Presentation Layer 295
10.3 Application Layer 297
10.4 Basic Application Service Elements 298
10.4.1 Association Control 298
10.4.2 Remote Operations 299
10.5 Commitment, Concurrency and Recovery 301
10.6 Client-server Systems 303
10.6.1 Remote Procedure Call 304
10.6.2 Binding 307
10.6.3 Asynchronous RPC 307
10.6.4 Object Services and Middleware 309
10.6.5 SOAP 311
10.7 Security Middleware 316
11 Application Protocols 321
11.1 File Transfer 322
11.1.1 ISO File Transfer and Management 322
11.1.2 Internet FTP 326
11.1.3 Network File System 328
11.2 Distributed Transaction Processing 329
11.3 Message Handling 332
11.3.1 The MOTIS Message Transfer Sub-layer 333
Contents xi
11.3.2 The MOTIS Interpersonal Messaging Service 335
11.3.3 Internet Mail Protocols 337
11.4 Hypertext and the World Wide Web 340
11.4.1 Uniform Resource Identifiers 340
11.4.2 Hypertext Transfer Protocols 342
11.4.3 Web Caching 346
11.4.4 HTTP Authentication 350
11.4.5 Stateful HTTP and Cookies 352
11.4.6 Secure HTTP 354
11.5 Web Services 356
11.5.1 Web Service Description Language 358
11.5.2 Publication and Discovery of Web services 361
11.5.3 Web Service Architectures 363
A Notation 367
A. 1 Data Types and Variables 367
A.2 Data Values and Expressions 367
A.3 Processes and Process Expressions 368
A.4 Traces, Failures and Transitions 369
A.5 Inference Rules for Process Specifications 369
A.6 Security 369
B Standardisation of Protocols 371
B.I Standards Organisations 371
B.2 Standards Documents 372
B.2.1 ISO standards 372
B.2.2 ITU-T recommendations 373
B.2.3 Internet standards 374
References 377
Index 389 |
adam_txt |
Contents
1 Introduction 1
1.1 What is a Protocol? 1
1.2 Protocols as Processes 3
1.3 Techniques for Actual Protocols 4
1.4 Real Protocols 4
1.5 Reader's Guide 5
2 CSP Descriptions and Proof Rules 7
2.1 Processes and Process Synchronisation 8
2.1.1 Process Expressions 9
2.1.2 Process Algebra 13
2.1.3 Process Expressions for Process Networks 20
2.2 Channel History Semantics 26
2.2.1 Transitions and Traces 26
2.2.2 Inference Rules for Specifications Based on Traces 29
2.3 Failure Semantics 35
3 Protocols and Services 45
3.1 Providing a Service 48
3.1.1 Proving the Protocol Correct 50
3.1.2 Structuring your Proof 54
3.2 Service Features 55
3.2.1 Sequence Preservation 56
3.2.2 Data Unit Synchronisation 56
3.2.3 Flow Control 56
3.2.4 Freedom from Error 57
3.2.5 Service Reset 58
3.2.6 Connection Establishment and Release 58
3.2.7 Change of Mode 60
3.2.8 Information about Peer Change of State 62
3.2.9 Expedited Data 63
vii
viii Contents
3.2.10 Security 63
3.3 OSI and Other Layered Architectures 64
3.3.1 The Internet and Other Layered Architectures 66
4 Basic Protocol Mechanisms 71
4.1 Sequence Control and Error Control 73
4.1.1 Corruption Control 73
4.1.2 Simple ACK/NACK protocols 76
4.1.3 Simple Polling Protocols 77
4.1.4 ACK/NACK Protocols with Timeout 78
4.1.5 The Alternating Bit Protocol 80
4.1.6 The Case of the Floating Corpses 82
4.2 Flow Control 87
4.2.1 Fixed Window Protocols 88
4.2.2 Protocols with Receive Window Size 1 89
4.2.3 Protocols with Receive Window Size Greater than 1 92
4.2.4 Dynamic Window Systems and the Concept of Credit 93
4.3 Indication of Change of Peer State 94
4.3.1 Two-way Exchanges 94
4.3.2 Atomic Two-way Exchanges 96
4.3.3 Exchanges in the Presence of Errors 97
4.4 Change of Service Mode 100
4.4.1 Connection-mode and Connectionless-mode 100
4.4.2 Point-to-point and Multi-peer 101
4.4.3 Simplex and Duplex 101
4.5 Multiplexing and Splitting 102
4.5.1 Multiplexing 102
4.5.2 Splitting 110
4.6 Segmentation and Reassembly 112
4.7 Prioritisation 116
5 Multi-peer Consensus 121
5.1 Reliable Broadcasts 122
5.2 Election 126
5.3 Commitment 129
5.4 Byzantine Agreement 135
5.4.1 Using unsigned messages 136
5.4.2 Using signed messages 138
5.4.3 Other forms of Byzantine agreement 140
5.5 Clock Synchronisation 141
5.5.1 Logical Clocks 142
5.5.2 Real time clocks 144
5.5.3 Byzantine Clock Synchronisation 146
5.6 Finding the Global State 148
Contents ix
6 Security 155
6.1 Cryptographic Methods 155
6.1.1 Encipherment 156
6.1.2 Secret Key Cryptosystems 157
6.1.3 Public Key Cryptosystems 160
6.2 Integrity 164
6.3 Digital Signatures 167
6.4 Entity Authentication 170
6.4.1 Authentication with Secret Key Cryptosystems 171
6.4.2 Authentication with Public Key Cryptosystems 173
6.4.3 Proofs of Authentication Protocols 175
6.4.4 Certification Authorities 181
6.5 Key Exchange 184
6.6 Non-cryptographic Methods 186
7 Naming, Addressing and Routing 191
7.1 General Principles of Naming and Addressing 191
7.1.1 Naming Strategies in the Upper Layers of the System 194
7.1.2 Directories and Servers 197
7.1.3 Distributed Directories 199
7.1.4 Internet Naming and the Internet DNS 203
7.2 Addressing Structures 207
7.2.1 OSI Addressing 209
7.2.2 Internet addressing 210
7.2.3 MOTIS/MHS Addressing 214
7.3 Routing 215
7.3.1 Flooding 216
7.3.2 Static Routing 217
7.3.3 Tree Routing 218
7.3.4 Centralised Adaptive Routing 219
7.3.5 Isolated Adaptive Routing 221
7.3.6 Distributed Adaptive Routing 223
7.3.7 Exploratory Routing 226
7.4 Congestion 229
7.4.1 Discarding 231
7.4.2 Limiting the Number of PDUs 232
7.4.3 Timeout-based control 232
7.4.4 Explicit feedback 235
7.4.5 Deadlock 236
8 Protocol Encoding 241
8.1 Simple Binary Encoding 242
8.2 TLV Encoding 244
8.3 ASN.l Encoding 246
8.3.1 ASN.l Types 246
x Contents
8.3.2 ASN.l Values 248
8.3.3 ASN.l Encoding Rules 248
8.4 ASCII encodings 251
8.4.1 MIME encoding 252
8.4.2 S/MIME encoding 255
8.4.3 XML encoding 257
8.4.4 XML types 263
8.4.5 XML Security 269
9 Protocols in the OSI Lower Layers 275
9.1 Data Link Layer 276
9.1.1 Connection-mode 276
9.1.2 Connectionless-mode 278
9.2 Network Layer 280
9.2.1 Connection-mode 280
9.2.2 Connectionless-mode 281
9.2.3 Network Layer Security 282
9.3 Transport Layer 284
9.3.1 Connection-mode 284
9.3.2 Connectionless-mode 288
10 Application Support Protocols 291
10.1 Session Layer 291
10.2 Presentation Layer 295
10.3 Application Layer 297
10.4 Basic Application Service Elements 298
10.4.1 Association Control 298
10.4.2 Remote Operations 299
10.5 Commitment, Concurrency and Recovery 301
10.6 Client-server Systems 303
10.6.1 Remote Procedure Call 304
10.6.2 Binding 307
10.6.3 Asynchronous RPC 307
10.6.4 Object Services and Middleware 309
10.6.5 SOAP 311
10.7 Security Middleware 316
11 Application Protocols 321
11.1 File Transfer 322
11.1.1 ISO File Transfer and Management 322
11.1.2 Internet FTP 326
11.1.3 Network File System 328
11.2 Distributed Transaction Processing 329
11.3 Message Handling 332
11.3.1 The MOTIS Message Transfer Sub-layer 333
Contents xi
11.3.2 The MOTIS Interpersonal Messaging Service 335
11.3.3 Internet Mail Protocols 337
11.4 Hypertext and the World Wide Web 340
11.4.1 Uniform Resource Identifiers 340
11.4.2 Hypertext Transfer Protocols 342
11.4.3 Web Caching 346
11.4.4 HTTP Authentication 350
11.4.5 Stateful HTTP and Cookies 352
11.4.6 Secure HTTP 354
11.5 Web Services 356
11.5.1 Web Service Description Language 358
11.5.2 Publication and Discovery of Web services 361
11.5.3 Web Service Architectures 363
A Notation 367
A. 1 Data Types and Variables 367
A.2 Data Values and Expressions 367
A.3 Processes and Process Expressions 368
A.4 Traces, Failures and Transitions 369
A.5 Inference Rules for Process Specifications 369
A.6 Security 369
B Standardisation of Protocols 371
B.I Standards Organisations 371
B.2 Standards Documents 372
B.2.1 ISO standards 372
B.2.2 ITU-T recommendations 373
B.2.3 Internet standards 374
References 377
Index 389 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Sharp, Robin |
author_facet | Sharp, Robin |
author_role | aut |
author_sort | Sharp, Robin |
author_variant | r s rs |
building | Verbundindex |
bvnumber | BV035119623 |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.55 |
callnumber-search | TK5105.55 |
callnumber-sort | TK 45105.55 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
classification_rvk | ST 206 |
ctrlnum | (OCoLC)213479464 (DE-599)DNB987490990 |
dewey-full | 004.6/2 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.6/2 |
dewey-search | 004.6/2 |
dewey-sort | 14.6 12 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | [compl. new ed.] |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV035119623</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20090121</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">081027s2008 d||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">08,N09,0041</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">987490990</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783540775416</subfield><subfield code="9">978-3-540-77541-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783540775409</subfield><subfield code="c">Gb. : EUR 85.55 (freier Pr.), sfr 139.50 (freier Pr.)</subfield><subfield code="9">978-3-540-77540-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3540775404</subfield><subfield code="c">Gb. : EUR 85.55 (freier Pr.), sfr 139.50 (freier Pr.)</subfield><subfield code="9">3-540-77540-4</subfield></datafield><datafield tag="028" ind1="5" ind2="2"><subfield code="a">12211210</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)213479464</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB987490990</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-634</subfield><subfield code="a">DE-2070s</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TK5105.55</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004.6/2</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 206</subfield><subfield code="0">(DE-625)143614:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Sharp, Robin</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Principles of protocol design</subfield><subfield code="c">Robin Sharp</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">[compl. new ed.]</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin</subfield><subfield code="b">Springer</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 402 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=" " ind2="4"><subfield code="a">Protocoles de réseaux d'ordinateurs</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer network protocols</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Protokoll</subfield><subfield code="g">Datenverarbeitungssystem</subfield><subfield code="0">(DE-588)4343364-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Entwurf</subfield><subfield code="0">(DE-588)4121208-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Kommunikationsprotokoll</subfield><subfield code="0">(DE-588)4128252-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><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">Protokoll</subfield><subfield code="g">Datenverarbeitungssystem</subfield><subfield code="0">(DE-588)4343364-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Entwurf</subfield><subfield code="0">(DE-588)4121208-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Kommunikationsprotokoll</subfield><subfield code="0">(DE-588)4128252-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Entwurf</subfield><subfield code="0">(DE-588)4121208-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="5">DE-604</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=016787322&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</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><datafield tag="883" ind1="1" ind2=" "><subfield code="8">2\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 | (DE-588)4123623-3 Lehrbuch gnd-content |
genre_facet | Lehrbuch |
id | DE-604.BV035119623 |
illustrated | Illustrated |
index_date | 2024-07-02T22:20:53Z |
indexdate | 2024-07-20T08:00:25Z |
institution | BVB |
isbn | 9783540775416 9783540775409 3540775404 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016787322 |
oclc_num | 213479464 |
open_access_boolean | |
owner | DE-634 DE-2070s |
owner_facet | DE-634 DE-2070s |
physical | XI, 402 S. graph. Darst. |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Springer |
record_format | marc |
spelling | Sharp, Robin Verfasser aut Principles of protocol design Robin Sharp [compl. new ed.] Berlin Springer 2008 XI, 402 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Protocoles de réseaux d'ordinateurs Computer network protocols Protokoll Datenverarbeitungssystem (DE-588)4343364-9 gnd rswk-swf Entwurf (DE-588)4121208-3 gnd rswk-swf Kommunikationsprotokoll (DE-588)4128252-8 gnd rswk-swf (DE-588)4123623-3 Lehrbuch gnd-content Protokoll Datenverarbeitungssystem (DE-588)4343364-9 s Entwurf (DE-588)4121208-3 s 1\p DE-604 Kommunikationsprotokoll (DE-588)4128252-8 s 2\p DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016787322&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 2\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Sharp, Robin Principles of protocol design Protocoles de réseaux d'ordinateurs Computer network protocols Protokoll Datenverarbeitungssystem (DE-588)4343364-9 gnd Entwurf (DE-588)4121208-3 gnd Kommunikationsprotokoll (DE-588)4128252-8 gnd |
subject_GND | (DE-588)4343364-9 (DE-588)4121208-3 (DE-588)4128252-8 (DE-588)4123623-3 |
title | Principles of protocol design |
title_auth | Principles of protocol design |
title_exact_search | Principles of protocol design |
title_exact_search_txtP | Principles of protocol design |
title_full | Principles of protocol design Robin Sharp |
title_fullStr | Principles of protocol design Robin Sharp |
title_full_unstemmed | Principles of protocol design Robin Sharp |
title_short | Principles of protocol design |
title_sort | principles of protocol design |
topic | Protocoles de réseaux d'ordinateurs Computer network protocols Protokoll Datenverarbeitungssystem (DE-588)4343364-9 gnd Entwurf (DE-588)4121208-3 gnd Kommunikationsprotokoll (DE-588)4128252-8 gnd |
topic_facet | Protocoles de réseaux d'ordinateurs Computer network protocols Protokoll Datenverarbeitungssystem Entwurf Kommunikationsprotokoll Lehrbuch |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016787322&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT sharprobin principlesofprotocoldesign |