Object-oriented networks: models for architecture, operations, and management
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Englewood Cliffs, NJ
PTR Prentice Hall
1994
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Literaturverz. S. 713 - 737 |
Beschreibung: | XXV, 757 S. graph. Darst. |
ISBN: | 0130310972 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV009651005 | ||
003 | DE-604 | ||
005 | 20150312 | ||
007 | t | ||
008 | 940613s1994 d||| |||| 00||| eng d | ||
020 | |a 0130310972 |9 0-13-031097-2 | ||
035 | |a (OCoLC)29564866 | ||
035 | |a (DE-599)BVBBV009651005 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-29T |a DE-473 |a DE-92 |a DE-91G |a DE-20 |a DE-634 |a DE-188 | ||
050 | 0 | |a QA76.64 | |
082 | 0 | |a 004.6/01/1 |2 20 | |
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
084 | |a ST 230 |0 (DE-625)143617: |2 rvk | ||
084 | |a ST 231 |0 (DE-625)143618: |2 rvk | ||
084 | |a DAT 250f |2 stub | ||
084 | |a DAT 315f |2 stub | ||
100 | 1 | |a Bapat, Subodh |e Verfasser |4 aut | |
245 | 1 | 0 | |a Object-oriented networks |b models for architecture, operations, and management |c Subodh Bapat |
246 | 1 | 3 | |a Object oriented networks |
264 | 1 | |a Englewood Cliffs, NJ |b PTR Prentice Hall |c 1994 | |
300 | |a XXV, 757 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Literaturverz. S. 713 - 737 | ||
650 | 4 | |a Computer networks | |
650 | 4 | |a Object-oriented programming (Computer science) | |
650 | 0 | 7 | |a Systementwicklung |0 (DE-588)4126945-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Objektorientierte Programmierung |0 (DE-588)4233947-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Rechnernetz |0 (DE-588)4070085-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Objektorientierung |0 (DE-588)4346172-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Objektorientierte Programmierung |0 (DE-588)4233947-9 |D s |
689 | 0 | 1 | |a Rechnernetz |0 (DE-588)4070085-9 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Systementwicklung |0 (DE-588)4126945-7 |D s |
689 | 1 | 1 | |a Objektorientierung |0 (DE-588)4346172-4 |D s |
689 | 1 | 2 | |a Rechnernetz |0 (DE-588)4070085-9 |D s |
689 | 1 | |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=006380650&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-006380650 |
Datensatz im Suchindex
_version_ | 1804123993358204928 |
---|---|
adam_text | Contents
Preface xvii
CHAPTER 1 INTRODUCTION TO NETWORK MODELING 1
1.1 Introduction 1
1.2 Networks as Complex Systems 1
1.3 Modeling Complex Systems 3
1.4 Modeling in Network Architecture 8
1.5 Modeling in Network Operations 10
1.6 Modeling in Network Management 14
1.7 The Multiparadigmatic Modeling Methodology 17
1.8 Summary 18
CHAPTER 2 PRINCIPLES OF OBJECT ORIENTED MODELING 19
2.1 Introduction 19
2.2 Conceptual Background 19
2.3 Abstraction 21
2.4 Encapsulation 23
2.5 Classification 24
2.6 Attributes 27
2.7 Functions 28
2.8 Inheritance and Extension 29
2.9 Instantiation 33
2.10 Aggregation 34
2.11 Summary 35
CHAPTER 3 OBJECT ORIENTED MODELING VERSUS OBJECT
ORIENTED PROGRAMMING 36
3.1 Introduction 36
3.2 Conceptual Background 36
vii
viii Contents
3.3 Reusability 37
3.4 Relationships 38
3.5 Monotonic Inheritance 38
3.6 Multiple Inheritance 39
3.7 Overriding 40
3.8 Polymorphism 40
3.9 Dynamic Binding 41
3.10 Delegation 41
3.11 Visibility Control 42
3.12 Declarative Instantiation 42
3.13 Inter Object Communication 43
3.14 Non Referent Classes 43
3.15 Subclasses versus Subtypes 44
3.16 Specification versus Implementation 45
3.17 Type Knowledge 45
3.18 Object Persistence 46
3.19 Language Implementation Issues 46
3.20 Using Object Oriented Modeling and Programming
Together 47
3.21 Summary 47
CHAPTER 4 DESIGNING OBJECT CLASSES 50
4.1 Introduction 50
4.2 Specifying Object Classes 50
4.3 Core Property Specification 51
4.4 Variant Property Specification 52
4.5 Capsules 53
4.10 Summary 59
CHAPTER 5 SPECIALIZATION AND GENERALIZATION 60
5.1 Introduction 60
5.2 Conceptual Background 60
5.3 Ancestral and Descendant Classes 63
5.4 Classes and Instances 66
5.5 Summary 71
CHAPTER 6 THE OBJECT INHERITANCE HIERARCHY 72
6.1 Introduction 72
6.2 Basis of Specialization 72
6.3 Quantitative Basis of Specialization 73
6.4 Qualitative Basis of Specialization 74
6.5 Basis Free Specialization 76
6.6 Disjoint and Complete Specialization 76
6.7 Compound Specialization 80
6.8 Specialization by Argument Contravariance 83
6.9 Specialization by Result Covariance 85
6.10 Specialization by Capsule Fixing 86
Contents jx
6.11 Specialization Principles: Addition, Restriction, and
Extension 87
6.12 Multiple Inheritance 89
6.13 Principles of Hierarchy Normalization 93
6.14 Hierarchy Design 98
6.15 Summary 99
CHAPTER 7 THE OBJECT AGGREGATION HIERARCHY 100
7.1 Introduction 100
7.2 Conceptual Background 100
7.3 Aggregation versus Inheritance 103
7.4 Use of Aggregation 105
7.5 Aggregation versus Capsules 107
7.6 Component Multiplicity 108
7.7 Advanced Component Multiplicity Concepts 110
7.8 Aggregation Principles 114
7.9 Component and Aggregate Addition 116
7.10 Component Multiplicity Restriction 119
7.11 Component and Aggregate Specialization 123
7.12 Aggregation for Naming and Addressing 127
7.13 Summary 128
CHAPTER 8 OBJECT ORIENTED ARCHITECTURE OF A NODAL
PROCESSOR 129
8.1 Introduction 129
8.2 Requirements for the Nodal Processor 129
8.3 Architecture of the Nodal Processor 131
8.4 The Nodal Processor Inheritance Hierarchy 137
8.5 The Nodal Processor Aggregation Hierarchies 141
8.6 Products of the Nodal Processor Family 142
8.7 Architectures for Nodal Processor Products 145
8.8 Principles for Architecting Nodal Processor Products 152
8.9 High Order Aggregations 155
8.10 Summary 157
CHAPTER 9 THE OBJECT REGISTRATION HIERARCHY 158
9.1 Introduction 158
9.2 Conceptual Background 158
9.3 Design of Registration Name Spaces 159
9.4 Structuring Registration Hierarchies 161
9.5 The International Registration Hierarchy 163
9.6 Other International Registration Hierarchies 164
9.7 Linking to the International Hierarchy 168
9.8 Achieving Interoperability 169
9.9 Summary 170
x Contents
CHAPTER 10 INTRODUCTION TO NETWORK MODELING SYNTAX 171
10.1 Introduction 171
10.2 Formalism in Network Modeling 171
10.3 Elements of ASN.l 173
10.4 Information Object Classes 179
10.5 Using Information Object Classes 181
10.6 Attribute Value Predicates 185
10.7 Constrained Types 187
10.8 Parameterized Types 191
10.9 Specifying Collections 193
10.10 Specifying Domains 197
10.11 Other Logical Predicates 200
10.12 Putting It All Together 202
10.13 Summary 204
CHAPTER 11 FORMAL MODELING OF NETWORK OBJECTS 206
11.1 Introduction 206
11.2 Object Classes 206
11.3 Using Attributes in Classes 210
11.4 Attributes 212
11.5 Functions 212
11.6 Capsules 217
11.7 The Inheritance Hierarchy 217
11.8 Aggregation Hierarchies 224
11.9 Summary 227
CHAPTER 12 OBJECT MODELING APPLICATION EXAMPLES 228
12.1 Introduction 228
12.2 Device Object Classes 228
12.3 Protocol Object Classes 233
12.4 Service Object Classes 238
12.5 Specifying Service Objects 245
12.6 Summary 251
CHAPTER 13 OBJECT FUNCTION BEHAVIOR 252
13.1 Introduction 252
13.2 Formal Description Techniques 252
13.3 Graphical Formal Descriptions 253
13.4 Notational Formal Descriptions 259
13.5 Formal Description of Software Objects 267
13.6 Formal Description of Hardware Objects 268
13.7 Specialization by Function Extension 270
13.8 Reuse of Formal Specifications 273
13.9 Summary 275
CHAPTER 14 FORMAL BEHAVIOR MODELS 276
14.1 Introduction 276
Contents xi
14.2 Referencing Formal Specifications 276
14.3 Covariance and Contravariance 281
14.4 Specialization by Function Extension 286
14.5 Summary 287
CHAPTER 15 MODELING NETWORK PROTOCOLS 288
15.1 Introduction 288
15.2 Conceptual Background 288
15.3 Reference Models 289
15.4 Protocol Entities 293
15.5 Protocol Layering 297
15.6 Protocol Stacks 300
15.7 Isochronous Communication 301
15.8 Protocol Planes 305
15.9 Ports 309
15.10 Bandedness 314
15.11 Classifying Network Devices 315
15.12 Summary 317
CHAPTER 16 FORMAL PROTOCOL MODELS 318
16.1 Introduction 318
16.2 Modeling Reference Models 318
16.3 Protocol Entities 321
16.4 Protocol Layering 323
16.5 Protocol Stacks 325
16.6 Ports 329
16.7 Summary 330
CHAPTER 17 OBJECT CLASS RELATIONSHIPS 331
17.1 Introduction 331
17.2 Conceptual Background 331
17.3 Subjects, Relatants, and Roles 333
17.4 Subject and Relatant Multiplicity 336
17.5 Attribute Defined Multiplicity 339
17.6 Relationship Attributes 340
17.7 Relationship Inheritance 342
17.8 Relationship Addition 344
17.9 Relatant Multiplicity Restriction 345
17.10 Subject Multiplicity Regression 349
17.11 Relatant Specialization 356
17.12 Relationship Attribute Restriction 357
17.13 Relatant Attribute Restriction 360
17.14 Specialization Principles 362
17.15 What Else Is a Relationship? 366
17.16 Associations versus Relationships 370
17.17 Normalization of Relationships 374
17.18 Other Methods of Modeling Relationships 378
xjj Contents
17.19 New Relationship Modeling Approaches 381
17.20 Summary 384
CHAPTER 18 VIRTUAL RELATIONSHIPS 385
18.1 Introduction 385
18.2 Conceptual Background 385
18.3 Commutative Virtual Relationships 387
18.4 Transitive Virtual Relationships 390
18.5 Distributive Virtual Relationships 391
18.6 Convolute Virtual Relationships 395
18.7 Implicate Virtual Relationships 399
18.8 Applying Virtual Relationships 403
18.9 Multiplicities of Virtual Relationships 406
18.10 Virtual Relationships for Specialization 407
18.11 Use of Virtual Relationships 408
18.12 Summary 409
CHAPTER 19 FORMAL MODELING OF RELATIONSHIPS 410
19.1 Introduction 410
19.2 Formal Specification of Roles 410
19.3 Formal Relationship Notation 412
19.4 Relationship Attributes 417
19.5 Virtual Relationships 419
19.6 Aggregation as a Relationship 423
19.7 Protocol Layerings as Relationships 425
19.8 Multiplicity Based Specialization 426
19.9 Relationship Addition and Relatant Specialization 428
19.10 Relatant Property Based Specialization 431
19.11 Relationship Instance Predicates 433
19.12 Summary 434
CHAPTER 20 VIRTUAL ATTRIBUTES 435
20.1 Introduction 435
20.2 Conceptual Background 435
20.3 An Example of Virtual Attributes 438
20.4 Conditional Virtual Attributes 441
20.5 Tracked Virtual Attributes 442
20.6 Multiply Tracked Virtual Attributes 445
20.7 Syntax of Tracked Virtual Attributes 447
20.8 Relatant Ordering 448
20.9 Relatant Information Functions 450
20.10 Virtual Attributes of Aggregate Classes 453
20.11 Other Examples of Virtual Attributes 455
20.12 Contingent Base Attributes 457
20.13 Tracked Virtual Functions 459
20.14 Tracking through Virtual Relationships 460
20.15 Virtual Attributes in Specialization 461
Contents xiii
20.16 Summary 462
CHAPTER 21 VIRTUAL OBJECT CLASSES 464
21.1 Introduction 464
21.2 Conceptual Background 464
21.3 Creating Virtual Object Classes 466
21.4 Selected Virtual Classes 467
21.5 Modes of Virtualization by Selection 470
21.6 Projected Virtual Classes 474
21.7 Using Projection 475
21.8 Conjunct Virtual Classes 478
21.9 Conjunction and Multiplicity 481
21.10 Virtualization, Specialization, and Relationships 487
21.11 Comparison with the Relational Model 488
21.12 Summary 490
CHAPTER 22 OBJECT CLASS CONSTRAINTS 492
22.1 Introduction 492
22.2 Conceptual Background 492
22.3 Modeling Constraints 496
22.4 Constraint Addition 504
22.5 Constraint Restriction 506
22.6 System Spanning Constraints 508
22.7 Summary 509
CHAPTER 23 OBJECT CLASS RULES 510
23.1 Introduction 510
23.2 Inference Rules and Triggers 510
23.3 Conceptual Background 515
23.4 Rule Addition 520
23.5 Rule Precondition Contravariance 521
23.6 Rule Function Addition 526
23.7 Using Rules 527
23.8 System Spanning Rules 528
23.9 Summary 529
CHAPTER 24 FORMAL MODELS FOR INFERRED SEMANTICS 530
24.1 Introduction 530
24.2 Virtual Attributes and Functions 530
24.3 Attribute Defined Expressions 534
24.4 Tracked Properties 536
24.5 Classes with Virtual Properties 539
24.6 Ordered Relationships 542
24.7 Virtual Object Classes 544
24.8 Object Constraints and Rules 546
24.9 Specialization Using Constraints and Rules 549
24.10 Summary 553
xiv Contents
CHAPTER 25 THE METAMODEL 554
25.1 Introduction 554
25.2 The Metamodel 554
CHAPTER 26 THE THEORY AND ITS IMPLEMENTATION 563
26.1 Introduction 563
26.2 The Modeling Methodology 563
26.3 Confluence of Multiple Paradigms 564
26.4 Toward an Object Calculus 566
26.5 Some Implementation Issues 569
26.6 Implementation Platforms 571
26.7 Application Information Bases 575
26.8 Summary 576
CHAPTER 27 MODELING FOR NETWORK ARCHITECTURE 578
27.1 Introduction 578
27.2 Network Architecture and Planning 578
27.3 Automated Network Synthesis 580
27.4 Connectivity and Interconnectivity 583
27.5 Network Synthesis Constraints 586
27.6 Algorithms for Synthesis Automation 586
27.7 Network Topology Optimization 588
27.8 Virtual Classes for Network Views 590
27.9 Network Simulation 591
27.10 Traffic Engineering 593
27.11 The Simulation Environment 595
27.12 Synthesis with Simulation 599
27.13 Summary 599
CHAPTER 28 MODELING FOR NETWORK OPERATIONS 600
28.1 Introduction 600
28.2 Network Operations 600
28.3 Interoperability and Interworkability 603
28.4 The Intelligent Network 611
28.5 Distributed Computing Systems 617
28.6 Intelligent Networks versus Networked Intelligence 620
28.7 Shared Conceptual Schema 622
28.8 Summary 624
CHAPTER 29 MODELING FOR NETWORK MANAGEMENT 625
29.1 Introduction 625
29.2 Network Management 625
29.3 The SNMP Object Model 628
29.4 Commentary: SNMP Information Model 638
29.5 The OSI Management Object Model 640
29.6 Commentary: OSI Management Information Model 655
29.7 The Telecommunications Management Network 659
Contents xv
29.8 Distributed Object Management 662
29.9 Multiple Information Models 665
29.10 Summary 667
CHAPTER 30 THE FUTURE OF NETWORK MODELING 669
30.1 Network Modeling 669
30.2 Specification Models versus Implementation Models 670
30.3 Benefits of Formal Specification 670
30.4 How Much Should We Specify? 671
30.5 Prospects for Architecture Modeling 672
30.6 Prospects for Operations Modeling 673
30.7 Prospects for Management Modeling 674
30.8 Future Challenges in Network Modeling 675
Glossary: Object Oriented Modeling Terminology 677
Glossary: Communications Terminology 697
Glossary: ASN.1 Terminology 709
References 713
Abbreviations 738
Index 741
|
any_adam_object | 1 |
author | Bapat, Subodh |
author_facet | Bapat, Subodh |
author_role | aut |
author_sort | Bapat, Subodh |
author_variant | s b sb |
building | Verbundindex |
bvnumber | BV009651005 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.64 |
callnumber-search | QA76.64 |
callnumber-sort | QA 276.64 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 200 ST 230 ST 231 |
classification_tum | DAT 250f DAT 315f |
ctrlnum | (OCoLC)29564866 (DE-599)BVBBV009651005 |
dewey-full | 004.6/01/1 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.6/01/1 |
dewey-search | 004.6/01/1 |
dewey-sort | 14.6 11 11 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02097nam a2200529 c 4500</leader><controlfield tag="001">BV009651005</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20150312 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">940613s1994 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0130310972</subfield><subfield code="9">0-13-031097-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)29564866</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV009651005</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-29T</subfield><subfield code="a">DE-473</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.64</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004.6/01/1</subfield><subfield code="2">20</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 230</subfield><subfield code="0">(DE-625)143617:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 231</subfield><subfield code="0">(DE-625)143618:</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="084" ind1=" " ind2=" "><subfield code="a">DAT 315f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Bapat, Subodh</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Object-oriented networks</subfield><subfield code="b">models for architecture, operations, and management</subfield><subfield code="c">Subodh Bapat</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Object oriented networks</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Englewood Cliffs, NJ</subfield><subfield code="b">PTR Prentice Hall</subfield><subfield code="c">1994</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXV, 757 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="500" ind1=" " ind2=" "><subfield code="a">Literaturverz. S. 713 - 737</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer networks</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Object-oriented programming (Computer science)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Systementwicklung</subfield><subfield code="0">(DE-588)4126945-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Objektorientierte Programmierung</subfield><subfield code="0">(DE-588)4233947-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</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="650" ind1="0" ind2="7"><subfield code="a">Objektorientierung</subfield><subfield code="0">(DE-588)4346172-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Objektorientierte Programmierung</subfield><subfield code="0">(DE-588)4233947-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><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="689" ind1="1" ind2="0"><subfield code="a">Systementwicklung</subfield><subfield code="0">(DE-588)4126945-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Objektorientierung</subfield><subfield code="0">(DE-588)4346172-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="2"><subfield code="a">Rechnernetz</subfield><subfield code="0">(DE-588)4070085-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><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=006380650&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-006380650</subfield></datafield></record></collection> |
id | DE-604.BV009651005 |
illustrated | Illustrated |
indexdate | 2024-07-09T17:38:36Z |
institution | BVB |
isbn | 0130310972 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-006380650 |
oclc_num | 29564866 |
open_access_boolean | |
owner | DE-29T DE-473 DE-BY-UBG DE-92 DE-91G DE-BY-TUM DE-20 DE-634 DE-188 |
owner_facet | DE-29T DE-473 DE-BY-UBG DE-92 DE-91G DE-BY-TUM DE-20 DE-634 DE-188 |
physical | XXV, 757 S. graph. Darst. |
publishDate | 1994 |
publishDateSearch | 1994 |
publishDateSort | 1994 |
publisher | PTR Prentice Hall |
record_format | marc |
spelling | Bapat, Subodh Verfasser aut Object-oriented networks models for architecture, operations, and management Subodh Bapat Object oriented networks Englewood Cliffs, NJ PTR Prentice Hall 1994 XXV, 757 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Literaturverz. S. 713 - 737 Computer networks Object-oriented programming (Computer science) Systementwicklung (DE-588)4126945-7 gnd rswk-swf Objektorientierte Programmierung (DE-588)4233947-9 gnd rswk-swf Rechnernetz (DE-588)4070085-9 gnd rswk-swf Objektorientierung (DE-588)4346172-4 gnd rswk-swf Objektorientierte Programmierung (DE-588)4233947-9 s Rechnernetz (DE-588)4070085-9 s DE-604 Systementwicklung (DE-588)4126945-7 s Objektorientierung (DE-588)4346172-4 s HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006380650&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Bapat, Subodh Object-oriented networks models for architecture, operations, and management Computer networks Object-oriented programming (Computer science) Systementwicklung (DE-588)4126945-7 gnd Objektorientierte Programmierung (DE-588)4233947-9 gnd Rechnernetz (DE-588)4070085-9 gnd Objektorientierung (DE-588)4346172-4 gnd |
subject_GND | (DE-588)4126945-7 (DE-588)4233947-9 (DE-588)4070085-9 (DE-588)4346172-4 |
title | Object-oriented networks models for architecture, operations, and management |
title_alt | Object oriented networks |
title_auth | Object-oriented networks models for architecture, operations, and management |
title_exact_search | Object-oriented networks models for architecture, operations, and management |
title_full | Object-oriented networks models for architecture, operations, and management Subodh Bapat |
title_fullStr | Object-oriented networks models for architecture, operations, and management Subodh Bapat |
title_full_unstemmed | Object-oriented networks models for architecture, operations, and management Subodh Bapat |
title_short | Object-oriented networks |
title_sort | object oriented networks models for architecture operations and management |
title_sub | models for architecture, operations, and management |
topic | Computer networks Object-oriented programming (Computer science) Systementwicklung (DE-588)4126945-7 gnd Objektorientierte Programmierung (DE-588)4233947-9 gnd Rechnernetz (DE-588)4070085-9 gnd Objektorientierung (DE-588)4346172-4 gnd |
topic_facet | Computer networks Object-oriented programming (Computer science) Systementwicklung Objektorientierte Programmierung Rechnernetz Objektorientierung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=006380650&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT bapatsubodh objectorientednetworksmodelsforarchitectureoperationsandmanagement AT bapatsubodh objectorientednetworks |