Systemprogrammierung in UNIX/Linux: Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen
Gespeichert in:
Format: | Buch |
---|---|
Sprache: | German |
Veröffentlicht: |
Wiesbaden
Springer
2011
|
Ausgabe: | 1., neue Ausg. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | X, 350 S. |
ISBN: | 9783834814180 3834814180 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV039662175 | ||
003 | DE-604 | ||
005 | 00000000000000.0 | ||
007 | t | ||
008 | 111026s2011 gw |||| 00||| ger d | ||
015 | |a 11,N12 |2 dnb | ||
016 | 7 | |a 1010546430 |2 DE-101 | |
020 | |a 9783834814180 |c Pb. : ca. EUR 29.95 (DE) |9 978-3-8348-1418-0 | ||
020 | |a 3834814180 |c Pb. : ca. EUR 29.95 (DE) |9 3-8348-1418-0 | ||
024 | 3 | |a 9783834814180 | |
035 | |a (OCoLC)725008650 | ||
035 | |a (DE-599)DNB1010546430 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
044 | |a gw |c XA-DE-HE | ||
082 | 0 | |a 005.432 |2 22/ger | |
084 | |a ST 261 |0 (DE-625)143633: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
245 | 1 | 0 | |a Systemprogrammierung in UNIX/Linux |b Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen |
250 | |a 1., neue Ausg. | ||
264 | 1 | |a Wiesbaden |b Springer |c 2011 | |
300 | |a X, 350 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a UNIX |0 (DE-588)4061835-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Systemprogrammierung |0 (DE-588)4184280-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a LINUX |0 (DE-588)4337730-0 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a UNIX |0 (DE-588)4061835-3 |D s |
689 | 0 | 1 | |a LINUX |0 (DE-588)4337730-0 |D s |
689 | 0 | 2 | |a Systemprogrammierung |0 (DE-588)4184280-7 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024511526&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-024511526 |
Datensatz im Suchindex
_version_ | 1804148526028947456 |
---|---|
adam_text | IMAGE 1
INHALTSVERZEICHNIS
ABBILDUNGSVERZEICHNIS IX
1 EINFUEHRUNG UND UEBERBLICK 1
1.1 DER AUFBAU EINES COMPUTERSYSTEMS 1
1.2 GRUNDBEGRIFFE 3
1.3 BETRIEBSSYSTEMSTRUKTUREN 4
1.4 GESCHICHTLICHE ENTWICKLUNG 7
1.5 UEBERBLICK UEBER DAS BUCH 9
2 DAS BETRIEBSSYSTEM UNIX 11
2.1 GRUNDLAGEN 11
2.2 UNIX- UND LINUX-SYSTEME IN DER PRAXIS 20
2.3 EXKURS: GESCHICHTLICHE ENTWICKLUNG VON UNIX UND LINUX 21
3 SCRIPT-PROGRAMMIERUNG IN UNIX/LINUX 23
3.1 WAS VERSTEHT MAN UNTER SCRIPT-PROGRAMMEN? 23
3.2 PROGRAMMIERUNG VON UNIX/LINUX-SCRIPTEN 23
3.3 PRAXISBEISPIELE 36
3.4 UEBUNGEN 40
4 UNIX-PROZESSE UND ELEMENTARE KOMMUNIKATION 43
4.1 UNIX-PROZESSE 43
4.5 PIPES 59
4.6 SHARED MEMORY 65
4.7 UEBUNGEN 71
5 PROZESSMODELL, NEBENLAEUFIGKEIT UND SYNCHRONISATION 73
5.1 DER PROZESSBEGRIFF 73
5.2 PARALLELITAET 88
5.3 SYNCHRONISATIONSPRIMITIVE FUER DEN WECHSELSEITIGEN AUSSCHLUSS 92 5.4
BEISPIELE FUER SYNCHRONISATIONSPROBLEME 125
5.5 UEBUNGEN 134
6 ANWENDUNGSSZENARIEN ZUR INTERPROZESS-KOMMUNIKATION 137
6.1 SEMAPHORE UND SHARED MEMORY 137
6.2 DATEIEN ALS SPERRMECHANISMUS 143
BIBLIOGRAFISCHE INFORMATIONEN HTTP://D-NB.INFO/1010546430
DIGITALISIERT DURCH
IMAGE 2
VIII INHALTSVERZEICHNIS
6.3 NACHRICHTENWARTESCHLANGEN 144
6.4 SIGNALE 150
6.5 UEBUNGEN 161
7 UNIX-DATEISYSTEM 163
7.1 GRUNDLAGEN 163
7.2 SYSTEMAUFRUFE ZUM DATEISYSTEM 173
7.3 NFS (NETWORK FILE SYSTEM) 196
7.4 UEBUNGEN 202
8 VERTEILTE SYSTEME 205
8.1 GRUNDLAGEN 206
8.2 AUFGABEN VON KOMMUNIKATIONSPROTOKOLLEN 213
8.3 TCP/IP 216
8.4 SOCKETS 221
8.5 REMOTE PROCEDURE CALL 235
8.6 UEBUNGEN 256
9 STRATEGIEN ZUM SCHEDULING UND ZUR SPEICHERVERWALTUNG 259
9.1 PROZESS-SCHEDULING 259
9.2 SCHEDULING-VERFAHREN 262
9.3 ZWEISTUFIGES SCHEDULING 270
9.4 SPEICHERVERWALTUNG 272
9.5 SWAPPING 274
9.6 PAGING 278
9.7 UEBUNGEN 286
10 ZUSAMMENFASSUNG UND AUSBLICK 287
10.1 KERNIDEEN UND WICHTIGE KONZEPTE AUS DIESEM BUCH 287 10.2 DIE
GRENZEN DES BUCHES: WAS WURDE NICHT BEHANDELT? 287 10.3 WO FINDET MAN
WEITERGEHENDE INFORMATIONEN? 288
LITERATUR 289
INTERNET-LINKS 291
INSTALLATIONSHINWEISE FUER LINUX, ECLIPSE UND DEN C-COMPILER 293
INDEX 297
|
any_adam_object | 1 |
building | Verbundindex |
bvnumber | BV039662175 |
classification_rvk | ST 261 |
ctrlnum | (OCoLC)725008650 (DE-599)DNB1010546430 |
dewey-full | 005.432 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.432 |
dewey-search | 005.432 |
dewey-sort | 15.432 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1., neue Ausg. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01621nam a2200433 c 4500</leader><controlfield tag="001">BV039662175</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">00000000000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">111026s2011 gw |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">11,N12</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1010546430</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783834814180</subfield><subfield code="c">Pb. : ca. EUR 29.95 (DE)</subfield><subfield code="9">978-3-8348-1418-0</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3834814180</subfield><subfield code="c">Pb. : ca. EUR 29.95 (DE)</subfield><subfield code="9">3-8348-1418-0</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783834814180</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)725008650</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1010546430</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">ger</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-HE</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.432</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 261</subfield><subfield code="0">(DE-625)143633:</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="245" ind1="1" ind2="0"><subfield code="a">Systemprogrammierung in UNIX/Linux</subfield><subfield code="b">Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1., neue Ausg.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Wiesbaden</subfield><subfield code="b">Springer</subfield><subfield code="c">2011</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 350 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="650" ind1="0" ind2="7"><subfield code="a">UNIX</subfield><subfield code="0">(DE-588)4061835-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Systemprogrammierung</subfield><subfield code="0">(DE-588)4184280-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">LINUX</subfield><subfield code="0">(DE-588)4337730-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">UNIX</subfield><subfield code="0">(DE-588)4061835-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">LINUX</subfield><subfield code="0">(DE-588)4337730-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Systemprogrammierung</subfield><subfield code="0">(DE-588)4184280-7</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">DNB 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=024511526&sequence=000001&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-024511526</subfield></datafield></record></collection> |
id | DE-604.BV039662175 |
illustrated | Not Illustrated |
indexdate | 2024-07-10T00:08:32Z |
institution | BVB |
isbn | 9783834814180 3834814180 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024511526 |
oclc_num | 725008650 |
open_access_boolean | |
physical | X, 350 S. |
publishDate | 2011 |
publishDateSearch | 2011 |
publishDateSort | 2011 |
publisher | Springer |
record_format | marc |
spelling | Systemprogrammierung in UNIX/Linux Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen 1., neue Ausg. Wiesbaden Springer 2011 X, 350 S. txt rdacontent n rdamedia nc rdacarrier UNIX (DE-588)4061835-3 gnd rswk-swf Systemprogrammierung (DE-588)4184280-7 gnd rswk-swf LINUX (DE-588)4337730-0 gnd rswk-swf UNIX (DE-588)4061835-3 s LINUX (DE-588)4337730-0 s Systemprogrammierung (DE-588)4184280-7 s DE-604 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024511526&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Systemprogrammierung in UNIX/Linux Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen UNIX (DE-588)4061835-3 gnd Systemprogrammierung (DE-588)4184280-7 gnd LINUX (DE-588)4337730-0 gnd |
subject_GND | (DE-588)4061835-3 (DE-588)4184280-7 (DE-588)4337730-0 |
title | Systemprogrammierung in UNIX/Linux Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen |
title_auth | Systemprogrammierung in UNIX/Linux Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen |
title_exact_search | Systemprogrammierung in UNIX/Linux Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen |
title_full | Systemprogrammierung in UNIX/Linux Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen |
title_fullStr | Systemprogrammierung in UNIX/Linux Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen |
title_full_unstemmed | Systemprogrammierung in UNIX/Linux Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen |
title_short | Systemprogrammierung in UNIX/Linux |
title_sort | systemprogrammierung in unix linux grundlegende betriebssystemkonzepte und praxisorientierte anwendungen |
title_sub | Grundlegende Betriebssystemkonzepte und praxisorientierte Anwendungen |
topic | UNIX (DE-588)4061835-3 gnd Systemprogrammierung (DE-588)4184280-7 gnd LINUX (DE-588)4337730-0 gnd |
topic_facet | UNIX Systemprogrammierung LINUX |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024511526&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |