High-performance host interfacing for packet-switched networks:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Stanford, Calif.
Department of Computer Science, Stanford Univ.
1991
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Literaturverz. S. 50 - 53. - Zugl.: Stanford, Calif., Univ., Diss., 1989 |
Beschreibung: | X, 53 S. |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV005485680 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 920820s1991 |||| 10||| eng d | ||
035 | |a (OCoLC)26767702 | ||
035 | |a (DE-599)BVBBV005485680 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-91G | ||
050 | 0 | |a TK5105.5 | |
082 | 0 | |a 004.6/4 |2 20 | |
084 | |a DAT 256d |2 stub | ||
088 | |a STAN CS 91 1373 | ||
100 | 1 | |a Kanakia, Hemant R. |e Verfasser |4 aut | |
245 | 1 | 0 | |a High-performance host interfacing for packet-switched networks |c by Hemant Ratubhai Kanakia |
246 | 1 | 3 | |a STAN CS 91 1373 |
264 | 1 | |a Stanford, Calif. |b Department of Computer Science, Stanford Univ. |c 1991 | |
300 | |a X, 53 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Literaturverz. S. 50 - 53. - Zugl.: Stanford, Calif., Univ., Diss., 1989 | ||
650 | 4 | |a Computer interfaces | |
650 | 4 | |a Computer networks | |
650 | 4 | |a Packet switching (Data transmission) | |
650 | 0 | 7 | |a Paketvermittlungsnetz |0 (DE-588)4173102-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Schnittstelle |0 (DE-588)4053059-0 |2 gnd |9 rswk-swf |
655 | 7 | |0 (DE-588)1071861417 |a Konferenzschrift |2 gnd-content | |
689 | 0 | 0 | |a Paketvermittlungsnetz |0 (DE-588)4173102-5 |D s |
689 | 0 | 1 | |a Schnittstelle |0 (DE-588)4053059-0 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung TU Muenchen |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=003434431&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-003434431 |
Datensatz im Suchindex
_version_ | 1804119700300365824 |
---|---|
adam_text | Contents
Preface
iv
Acknowledgments
vi
1
Introduction
1
1.1
Scope of Thesis
....................................... 3
1.2
Our Answers: In Brief
................................... 4
1.3
Our Framework
....................................... 6
1.3.1
Processor and Memory Speed
........................... 6
1.3.2
Simplification of Transport Protocols
....................... 7
1.3.3
General-Purpose or Customized Hardware
.................... 8
1.4
Outline of Thesis
...................................... 9
2
Measurements of Current Systems
10
2.1
Introduction
......................................... 10
2.2
Measurement Environment
................................ 11
2.3
Observed User-level Performance
............................. 13
2.4
Packet Processing at End-nodes
.............................. 15
2.5
Internal Audit of Packet Processing Cost
......................... 18
2.6
Stand-alone Systems
.................................... 21
2.7
The Common Case
..................................... 26
2.8
Complexity of Transport Protocols
............................ 27
2.9
Results
............................................ 28
3
Host Interface Architecture: Key Principles
30
3.1
Introduction
......................................... 30
3.2
Onboard Intelligence
.................................... 30
3.2.1
Minimisation of Data Movement
......................... 31
3.2.2
Reduction of Packet Processing Time
...................... 36
vui
3.2.3
Overload Protection
................................ 42
3.3
Alternatives
......................................... 43
3.3.1
Larger Packet Size
................................. 43
3.3.2
Cut-through Adapters
............................... 44
3.3.3
End-to-end Checksums
............................... 46
3.4
Summary
.......................................... 47
4
NAB Architecture: Details
49
4.1
Introduction
......................................... 49
4.2
Host-Adapter Interface
................................... 49
4.2.1
Short Message
Handung.............................. 51
4.2.2
Long Message Handling
.............................. 52
4.2.3
Network Firewall
.................................. 52
4.3
NAB: Hardware Architecture
............................... 53
4.3.1
The Buffer Memory
................................ 55
4.3.2
The Packet Processing Pipeline
.......................... 60
4.4
NAB: Software
....................................... 64
4.4.1
The On-board General-Purpose Processor
.................... 64
4.4.2
Host-Adapter Interface: Details
.......................... 65
4.5
Summary
.......................................... 69
5
Performance Analysis
71
5.1
Introduction
......................................... 71
5.2
Delay for Short Packets
.................................. 72
5.3
Throughput for Packet Groups
.............................. 73
5.4
Effect of Improving Processor Technology
........................ 74
5.5
Cost/Performance Analysis
................................ 77
5.5.1
Packet Processing Pipeline
............................ 78
5.5.2
Memory Organisation
............................... 79
5.5.3
Onboard Intelligence
................................ 81
5.6
A Summary of Results
................................... 83
6
Related Work»
85
6.1
Introduction
......................................... 85
β.2
Better Software
....................................... 86
6.3
Hardware Support for Protocob
.............................. 87
6.4
Host-Network Device Interactions
............................. 88
6.5
Optimised Transport Protocols
.............................. 89
ix
6.6
Current Commercial Products
............................... 90
7
Conclusions and Future Work
92
7.1
Conclusions
......................................... 92
7.2
Future Work
........................................ 96
Bibliography
99
|
any_adam_object | 1 |
author | Kanakia, Hemant R. |
author_facet | Kanakia, Hemant R. |
author_role | aut |
author_sort | Kanakia, Hemant R. |
author_variant | h r k hr hrk |
building | Verbundindex |
bvnumber | BV005485680 |
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_tum | DAT 256d |
ctrlnum | (OCoLC)26767702 (DE-599)BVBBV005485680 |
dewey-full | 004.6/4 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.6/4 |
dewey-search | 004.6/4 |
dewey-sort | 14.6 14 |
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>01680nam a2200433 c 4500</leader><controlfield tag="001">BV005485680</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">920820s1991 |||| 10||| eng d</controlfield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)26767702</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV005485680</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-91G</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/4</subfield><subfield code="2">20</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 256d</subfield><subfield code="2">stub</subfield></datafield><datafield tag="088" ind1=" " ind2=" "><subfield code="a">STAN CS 91 1373</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Kanakia, Hemant R.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">High-performance host interfacing for packet-switched networks</subfield><subfield code="c">by Hemant Ratubhai Kanakia</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">STAN CS 91 1373</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Stanford, Calif.</subfield><subfield code="b">Department of Computer Science, Stanford Univ.</subfield><subfield code="c">1991</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 53 S.</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. 50 - 53. - Zugl.: Stanford, Calif., Univ., Diss., 1989</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer interfaces</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer networks</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Packet switching (Data transmission)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Paketvermittlungsnetz</subfield><subfield code="0">(DE-588)4173102-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Schnittstelle</subfield><subfield code="0">(DE-588)4053059-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="0">(DE-588)1071861417</subfield><subfield code="a">Konferenzschrift</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Paketvermittlungsnetz</subfield><subfield code="0">(DE-588)4173102-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Schnittstelle</subfield><subfield code="0">(DE-588)4053059-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung TU Muenchen</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=003434431&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-003434431</subfield></datafield></record></collection> |
genre | (DE-588)1071861417 Konferenzschrift gnd-content |
genre_facet | Konferenzschrift |
id | DE-604.BV005485680 |
illustrated | Not Illustrated |
indexdate | 2024-07-09T16:30:21Z |
institution | BVB |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-003434431 |
oclc_num | 26767702 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM |
owner_facet | DE-91G DE-BY-TUM |
physical | X, 53 S. |
publishDate | 1991 |
publishDateSearch | 1991 |
publishDateSort | 1991 |
publisher | Department of Computer Science, Stanford Univ. |
record_format | marc |
spelling | Kanakia, Hemant R. Verfasser aut High-performance host interfacing for packet-switched networks by Hemant Ratubhai Kanakia STAN CS 91 1373 Stanford, Calif. Department of Computer Science, Stanford Univ. 1991 X, 53 S. txt rdacontent n rdamedia nc rdacarrier Literaturverz. S. 50 - 53. - Zugl.: Stanford, Calif., Univ., Diss., 1989 Computer interfaces Computer networks Packet switching (Data transmission) Paketvermittlungsnetz (DE-588)4173102-5 gnd rswk-swf Schnittstelle (DE-588)4053059-0 gnd rswk-swf (DE-588)1071861417 Konferenzschrift gnd-content Paketvermittlungsnetz (DE-588)4173102-5 s Schnittstelle (DE-588)4053059-0 s DE-604 Digitalisierung TU Muenchen application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=003434431&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Kanakia, Hemant R. High-performance host interfacing for packet-switched networks Computer interfaces Computer networks Packet switching (Data transmission) Paketvermittlungsnetz (DE-588)4173102-5 gnd Schnittstelle (DE-588)4053059-0 gnd |
subject_GND | (DE-588)4173102-5 (DE-588)4053059-0 (DE-588)1071861417 |
title | High-performance host interfacing for packet-switched networks |
title_alt | STAN CS 91 1373 |
title_auth | High-performance host interfacing for packet-switched networks |
title_exact_search | High-performance host interfacing for packet-switched networks |
title_full | High-performance host interfacing for packet-switched networks by Hemant Ratubhai Kanakia |
title_fullStr | High-performance host interfacing for packet-switched networks by Hemant Ratubhai Kanakia |
title_full_unstemmed | High-performance host interfacing for packet-switched networks by Hemant Ratubhai Kanakia |
title_short | High-performance host interfacing for packet-switched networks |
title_sort | high performance host interfacing for packet switched networks |
topic | Computer interfaces Computer networks Packet switching (Data transmission) Paketvermittlungsnetz (DE-588)4173102-5 gnd Schnittstelle (DE-588)4053059-0 gnd |
topic_facet | Computer interfaces Computer networks Packet switching (Data transmission) Paketvermittlungsnetz Schnittstelle Konferenzschrift |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=003434431&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT kanakiahemantr highperformancehostinterfacingforpacketswitchednetworks AT kanakiahemantr stancs911373 |