Angewandte Netzwerktechnik kompakt: Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Wiesbaden
Springer Vieweg
[2024]
|
Ausgabe: | 3. Auflage |
Schriftenreihe: | IT kompakt
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XVI, 372 Seiten Illustrationen, Diagramme |
ISBN: | 9783658435295 |
ISSN: | 2195-366X |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV049835640 | ||
003 | DE-604 | ||
007 | t | ||
008 | 240827s2024 a||| |||| 00||| ger d | ||
020 | |a 9783658435295 |9 978-3-658-43529-5 | ||
035 | |a (OCoLC)1408396873 | ||
035 | |a (DE-599)BVBBV049835640 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a ger | |
049 | |a DE-523 | ||
082 | 0 | |a 004.6 |2 23 | |
084 | |a ST 200 |0 (DE-625)143611: |2 rvk | ||
084 | |a TEC 000 |2 stub | ||
084 | |a DAT 000 |2 stub | ||
100 | 1 | |a Plenk, Valentin |e Verfasser |0 (DE-588)1124790683 |4 aut | |
245 | 1 | 0 | |a Angewandte Netzwerktechnik kompakt |b Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen |c Valentin Plenk |
250 | |a 3. Auflage | ||
264 | 1 | |a Wiesbaden |b Springer Vieweg |c [2024] | |
300 | |a XVI, 372 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a IT kompakt |x 2195-366X | |
650 | 4 | |a Computer Communication Networks | |
650 | 4 | |a Computer System Implementation | |
650 | 4 | |a Communications Engineering, Networks | |
650 | 4 | |a Software Engineering | |
650 | 4 | |a Computer networks | |
650 | 4 | |a Computer systems | |
650 | 4 | |a Telecommunication | |
650 | 4 | |a Software engineering | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-3-658-43530-1 |
856 | 4 | 2 | |m Digitalisierung Bibliothek HTW Berlin |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=035175653&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-035175653 |
Datensatz im Suchindex
_version_ | 1809774089883090944 |
---|---|
adam_text |
INHALTSVERZEICHNIS
1
EINFUEHRUNG
1
1.1
AKTUELLER
KONTEXT DER NETZWERKTECHNIK 1
1.2
AUFBAU
DES BUCHES 2
1.3
GRUNDLAGEN
DER KOMMUNIKATION 3
1.3.1
ZEITLICHER
ABLAUF
DER
KOMMUNIKATION 3
1.3.2
DAS
PRINZIP EINES
KOMMUNIKATIONSPROTOKOLLS 5
1.4
SCHICHTMODELLE
6
1.4.1
TCP/IP 7
1.4.2
JAVA
9
2
HINTERGRUND:
JAVA UND PROGRAMMIERUNG
13
2.1
JAVA
IN DER (PROFESSIONELLEN)
SOFTWAREENTWICKLUNG 13
2.2
JAVA-PLATTFORM
16
2.3
JAVA-BIBLIOTHEKEN
UND
BIBLIOTHEKSVERWALTUNG
17
2.4
ENTWICKLUNGSUMGEBUNG 18
2.5
JAVA
SCHNELLSTART 19
3
GRUNDLAGEN
25
3.1
BEISPIEL
STUDENTENVERWALTUNG -
DATENMODELL
25
3.2
JAVA-STREAMS
31
3.2.1
BINAERE
STREAMS
31
IX
INHALTSVERZEICHNIS
6
PROTOKOLLE:
HTTP
6.1
PROTOKOLLE
IM ALLGEMEINEN
6.2
DAS
PROTOKOLL HTTP
6.3
GET
UND
POST
6.4
COOKIES
6.5
AUTHENTIFIZIERUNG
UND VERSCHLUESSELUNG
6.6
ZUGRIFF
IN JAVA
6.6.1
DIE
BIBLIOTHEK
HTTPCLIENT
6.6.2
EINE
GET
-ANFRAGE
6.6.3
EINE
POST-ANFRAGE
6.7
BEISPIEL:
ZUGRIFF AUF DEN
WEBSERVER
EINER SPS (TEIL 2)
6.7.1
DIE
ANMELDUNG
6.7.2
DER
ZAEHLERSTAND
6.8
BEISPIEL
STUDENTENVERWALTUNG -
ABRUFEN
EINER JSON-DATEI
UEBUNGSAUFGABEN
7
PROTOKOLLE:
MQTT
7.1
IT VS OT
7.2
MQTT
IM UEBERBLICK
7.3
DER
MQTT-BROKER
7.4
KOMMUNIKATION
ZWISCHEN
CLIENT
UND BROKER
7.4.1
MQTT'
TOPICS
7.4.2
QUALITY
OF
SERVICE (QOS)
7.4.3
GESPEICHERTE
NACHRICHTEN
(RETAINED MESSAGES)
7.4.4
PERSISTENT
SESSION
7.4.5
PAYLOAD
7.5
ZUGRIFF
IN JAVA MIT HIVEMQ
7.5.1
ERZEUGEN
EINES
CLIENTS
7.5.2
VEROEFFENTLICHEN
VON NACHRICHTEN
7.5.3
EMPFANGEN
VON
NACHRICHTEN .
7.6
BEISPIEL:
TAG UND UHRZEIT
UEBUNGSAUFGABEN
INHALTSVERZEICHNIS
3.2.2
BEISPIEL
STUDENTENVERWALTUNG
-
BINAERES
SCHREIBEN
32
3.2.3
BEISPIEL
STUDENTENVERWALTUNG
-
VERWALTUNGSKLASSE
34
3.2.4
TEXT
-STREAMS
39
3.2.5
BEISPIEL
STUDENTENVERWALTUNG
-
LESEN ALS TEXT
3.3
CODIERUNG/ZEICHENSAETZE
3.4
NETZWERKANALYSE
MIT WIRESHARK
3.4.1
CAPTURE
-FILTER
3.4.2
DISPLAY-FILTER
3.4.3
PROTOKOLLANALYSE
UEBUNGSAUFGABEN
4
DATEIFORMATE:
JSON
59
4.1
DATEIFORMATE
IM
ALLGEMEINEN
59
4.2
DAS
DATEIFORMAT
JSON
60
4.3
ZUGRIFF
IN JAVA
MIT GSON
62
4.4
BEISPIEL
STUDENTENVERWALTUNG
- LESEN
UND SCHREIBEN
ALS JSON
67
UEBUNGSAUFGABEN
68
5
DATEIFORMATE:
HTML
71
5.1
HTML
IM KONTEXT
71
5.2
DAS
DATEIFORMAT HTML
72
5.3
WEBADRESSEN
73
5.3.1
URLS,
URNS UND URIS
73
5.3.2
IP-ADRESSEN
(IM
UEBERBLICK)
74
5.3.3
DOMAIN
NAME
SYSTEM
(DNS)
76
5.4
GRUNDSTRUKTUR
EINER HTML-SEITE
76
5.5
FORMULARE
81
5.6
ANALYSE
IM
WEBBROWSER
83
5.7
ANALYSE
MIT WIRESHARK
84
5.8
BEISPIEL:
ZUGRIFF
AUF DEN
WEBSERVER
EINER SPS (TEIL
1)
85
5.8.1
DER
QUELLCODE
87
5.8.2
DIE
KOMMUNIKATION
90
UEBUNGSAUFGABEN
93
43
50
52
53
54
55
56
ERZEICHNIS
32
34
39
43
50
52
53
54
55
56
59
59
60
62
67
68
71
71
72
73
73
74
76
76
81
83
84
85
87
90
93
INHALTSVERZEICHNIS
XI
6
PROTOKOLLE:
HTTP 95
6.1
PROTOKOLLE
IM ALLGEMEINEN 95
6.2
DAS
PROTOKOLL HITP 97
6.3
GET
UND
POST
98
6.4
COOKIES
99
6.5
AUTHENTIFIZIERUNG
UND VERSCHLUESSELUNG 99
6.6
ZUGRIFF
IN JAVA
100
6.6.1
DIE
BIBLIOTHEK HTT PCLI ENT 100
6.6.2
EINE
GET
-ANFRAGE
101
6.6.3
EINE
POST-ANFRAGE 102
6.7
BEISPIEL:
ZUGRIFF AUF DEN WEBSERVER
EINER SPS
(TEIL 2) 103
6.7.1
DIE
ANMELDUNG 104
6.7.2
DER
ZAEHLERSTAND
104
6.8
BEISPIEL
STUDENTENVERWALTUNG - ABRUFEN
EINER JSON-DATEI 106
UEBUNGSAUFGABEN
110
7
PROTOKOLLE:
MQTT 113
7.1
IT
VS OT
113
7.2
MQTT
IM UEBERBLICK 115
7.3
DER
MQTT-BROKER 117
7.4
KOMMUNIKATION
ZWISCHEN
CLIENT
UND BROKER 118
7.4.1
MQTT-TOPICS 119
7.4.2
QUALITY
OF
SERVICE (QOS) 120
7.4.3
GESPEICHERTE
NACHRICHTEN
(RETAINED MESSAGES) 122
7.4.4
PERSISTENT
SESSION 122
7.4.5
PAYLOAD
124
7.5
ZUGRIFF
IN JAVA MIT HIVEMQ 124
7.5.1
ERZEUGEN
EINES
CLIENTS
126
7.5.2
VEROEFFENTLICHEN
VON NACHRICHTEN 128
7.5.3
EMPFANGEN
VON
NACHRICHTEN 128
7.6
BEISPIEL:
TAG UND UHRZEIT
130
UEBUNGSAUFGABEN
137
XII
INHALTSVERZEICHNIS
8
PROTOKOLLE:
OPC UA
139
8.1
UEBERBLICK
UEBER OPC
UA
139
8.2
GEGENUEBERSTELLUNG
OPC UA
UND MQTT
142
8.3
ZUGRIFF
IN
JAVA MIT DEM
PROSYS-SDK
144
8.3.1
LESEN
EINES
NODES
145
8.3.2
SUCHEN
EINES NODES
IM
ADDRESS-SPACE
146
9
PROTOKOLLE:
TCP/IP
157
9.1
TCP/IP
IM
UEBERBLICK
157
9.2
TCP
IM DETAIL
158
9.2.1
VERBINDUNG
AUFBAUEN
159
9.2.2
DATENUEBERTRAGUNG
160
9.2.3
VERBINDUNGSABBAU
163
9.3
ZUGRIFF
IN JAVA
164
9.3.1
VERBINDUNGSAUFBAU
BEIM SERVER
165
9.3.2
VERBINDUNGSAUFBAU
BEIM CLIENT
166
9.4
EINE
BEISPIELANWENDUNG
167
9.5
BEISPIEL
STUDENTENVERWALTUNG
-
DATENAUSTAUSCH
UEBER
TCP/IP
174
UEBUNGSAUFGABEN
182
10
PROTOKOLLE: UDP/IP
185
10.1
UDP/IP
IM UEBERBLICK
185
10.2
UEBERTRAGBARE
DATENMENGE
186
10.3
ZUGRIFF IN JAVA
188
10.3.1
DAS PRINZIP DER
UDP-KOMMUNIKATION
188
10.3.2
EINE
BEISPIELANWENDUNG
(UNICAST)
189
10.3.3
EINE
BEISPIELANWENDUNG
(BROADCAST)
196
10.3.4
EINE
BEISPIELANWENDUNG
(MULTICAST)
200
UEBUNGSAUFGABEN
204
11
SYNTHESE: WEB
SERVICES
205
11.1
BEISPIEL:
STUDENTENVERWALTUNG
ALS EIGENBAU
205
INHALTSVERZEICHNIS
11.1.1
DER SERVERCODE
11.1.2
DER CLIENTCODE
11.2
GRUNDIDEE
EINES WEB
SERVICE
11.3
SOAP
11.4
BEISPIEL:
STUDENTENVERWALTUNG
ALS
SOAP-SERVICE
11.4.1
DER SERVERCODE
11.4.2
DER
CLIENTCODE
11.4.3
EINSCHUB:
EXCEPTIONS ODER
RUECKGABEWERTE'?
11.4.4
FEHLERBEHANDLUNG
11.5
REST / RESTFUL
11.6
BEISPIEL:
STUDENTENVERWALTUNG
ALS REST-SERVICE
11.6.1
DER
SERVERCODE
11.6.2
DER CLIENTCODE
11.6.3
FEHLERBEHANDLUNG
11.7
GEGENUEBERSTELLUNG
UEBUNGSAUFGABEN
12
AUSBLICK
12.1
DIE UNTEREN
SCHICHTEN IM
KONTEXT
12.2
IP-PROTOKOLL/NETZWERKSCHICHT
12.2.1
IPV4-ADRESSEN
12.2.2
ROUTING
12.3
ETHERNET/NETZZUGANGSSCHICHT
A
LOESUNGSVORSCHLAEGE
ZU DEN
UEBUNGSAUFGABEN
LITERATUR
STICHWORTVERZEICHNIS
REICHNIS
.
139
. 139
. 142
. 144
.
145
.
146
YY
157
. 157
YY
158
. 159
. 160
. 163
.
164
. 165
YY
166
167
.
174
. 182
.
185
. 185
. 186
. 188
INHALTSVERZEICHNIS
XIII
11.1.1
DER SERVERCODE
206
11.1.2
DER CLIENTCODE
215
11.2
GRUNDIDEE EINES WEB
SERVICE 221
11.3
SOAP
223
11.4
BEISPIEL: STUDENTENVERWALTUNG
ALS
SOAP
-SERVICE
224
11.4.1
DER SERVERCODE
226
11.4.2
DER
CLIENTCODE
230
11.4.3
EINSCHUB:
EXCEPTIONS
ODER
RUECKGABEWERTE
9
234
11.4.4
FEHLERBEHANDLUNG
238
11.5
REST
/ RESTFUL 249
11.6
BEISPIEL: STUDENTENVERWALTUNG
ALS REST-SERVICE
250
11.6.1
DER
SERVERCODE 252
11.6.2
DER CLIENTCODE
261
11.6.3
FEHLERBEHANDLUNG
274
11.7
GEGENUEBERSTELLUNG
280
UEBUNGSAUFGABEN
282
12
AUSBLICK
287
12.1
DIE UNTEREN SCHICHTEN IM KONTEXT 287
12.2
IP-PROTOKOLL/NETZWERKSCHICHT 289
12.2.1
IPV4-ADRESSEN
289
12.2.2
ROUTING
290
12.3
ETHERNET/NETZZUGANGSSCHICHT 292
.
188
A
LOESUNGSVORSCHLAEGE ZU DEN UEBUNGSAUFGABEN 295
.
189
LITERATUR
367
STICHWORTVERZEICHNIS 369
200
.
204
. 205
.
205
.
196 |
any_adam_object | 1 |
author | Plenk, Valentin |
author_GND | (DE-588)1124790683 |
author_facet | Plenk, Valentin |
author_role | aut |
author_sort | Plenk, Valentin |
author_variant | v p vp |
building | Verbundindex |
bvnumber | BV049835640 |
classification_rvk | ST 200 |
classification_tum | TEC 000 DAT 000 |
ctrlnum | (OCoLC)1408396873 (DE-599)BVBBV049835640 |
dewey-full | 004.6 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.6 |
dewey-search | 004.6 |
dewey-sort | 14.6 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Technik Informatik |
edition | 3. Auflage |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000zc 4500</leader><controlfield tag="001">BV049835640</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">240827s2024 a||| |||| 00||| ger d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783658435295</subfield><subfield code="9">978-3-658-43529-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1408396873</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV049835640</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-523</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">004.6</subfield><subfield code="2">23</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">TEC 000</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 000</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Plenk, Valentin</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1124790683</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Angewandte Netzwerktechnik kompakt</subfield><subfield code="b">Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen</subfield><subfield code="c">Valentin Plenk</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. Auflage</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Wiesbaden</subfield><subfield code="b">Springer Vieweg</subfield><subfield code="c">[2024]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVI, 372 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</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="490" ind1="0" ind2=" "><subfield code="a">IT kompakt</subfield><subfield code="x">2195-366X</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer Communication Networks</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer System Implementation</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Communications Engineering, Networks</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Software Engineering</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer networks </subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer systems</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Telecommunication</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Software engineering</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-3-658-43530-1</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung Bibliothek HTW Berlin</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=035175653&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-035175653</subfield></datafield></record></collection> |
id | DE-604.BV049835640 |
illustrated | Illustrated |
indexdate | 2024-09-10T02:24:27Z |
institution | BVB |
isbn | 9783658435295 |
issn | 2195-366X |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-035175653 |
oclc_num | 1408396873 |
open_access_boolean | |
owner | DE-523 |
owner_facet | DE-523 |
physical | XVI, 372 Seiten Illustrationen, Diagramme |
publishDate | 2024 |
publishDateSearch | 2024 |
publishDateSort | 2024 |
publisher | Springer Vieweg |
record_format | marc |
series2 | IT kompakt |
spelling | Plenk, Valentin Verfasser (DE-588)1124790683 aut Angewandte Netzwerktechnik kompakt Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen Valentin Plenk 3. Auflage Wiesbaden Springer Vieweg [2024] XVI, 372 Seiten Illustrationen, Diagramme txt rdacontent n rdamedia nc rdacarrier IT kompakt 2195-366X Computer Communication Networks Computer System Implementation Communications Engineering, Networks Software Engineering Computer networks Computer systems Telecommunication Software engineering Erscheint auch als Online-Ausgabe 978-3-658-43530-1 Digitalisierung Bibliothek HTW Berlin application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=035175653&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Plenk, Valentin Angewandte Netzwerktechnik kompakt Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen Computer Communication Networks Computer System Implementation Communications Engineering, Networks Software Engineering Computer networks Computer systems Telecommunication Software engineering |
title | Angewandte Netzwerktechnik kompakt Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen |
title_auth | Angewandte Netzwerktechnik kompakt Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen |
title_exact_search | Angewandte Netzwerktechnik kompakt Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen |
title_full | Angewandte Netzwerktechnik kompakt Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen Valentin Plenk |
title_fullStr | Angewandte Netzwerktechnik kompakt Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen Valentin Plenk |
title_full_unstemmed | Angewandte Netzwerktechnik kompakt Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen Valentin Plenk |
title_short | Angewandte Netzwerktechnik kompakt |
title_sort | angewandte netzwerktechnik kompakt dateiformate ubertragungsprotokolle und ihre nutzung in java applikationen |
title_sub | Dateiformate, Übertragungsprotokolle und ihre Nutzung in Java-Applikationen |
topic | Computer Communication Networks Computer System Implementation Communications Engineering, Networks Software Engineering Computer networks Computer systems Telecommunication Software engineering |
topic_facet | Computer Communication Networks Computer System Implementation Communications Engineering, Networks Software Engineering Computer networks Computer systems Telecommunication Software engineering |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=035175653&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT plenkvalentin angewandtenetzwerktechnikkompaktdateiformateubertragungsprotokolleundihrenutzunginjavaapplikationen |