1 / 12

Client-Server Modell

Client-Server Modell. Nicolas Frings. Advanced IT Basics. Agenda. 1.0 Client-Server Modell 1.1 Problemstellung 1.2 Fallbeispiel 2.0 Statische und Dynamische Webseiten 2.1 Statische Webseiten 2.2 Dynamische Webseiten asd. 1.0 Client-Server Modell. 1.1 Problemstellung.

yardan
Download Presentation

Client-Server Modell

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Client-Server Modell Nicolas Frings Advanced IT Basics

  2. Agenda • 1.0 Client-Server Modell • 1.1 Problemstellung • 1.2 Fallbeispiel • 2.0 Statische und Dynamische Webseiten • 2.1 Statische Webseiten • 2.2 Dynamische Webseiten • asd

  3. 1.0 Client-Server Modell

  4. 1.1 Problemstellung • Problematik: Diversität des Marktes • Verschiedene Betriebssysteme • Unterschiedliche Software • → Kommunikationsproblem!

  5. 1.1 Problemstellung • Rechnerkommunikation:

  6. 1.1 Problemstellung • Client sendet Anfrage an den Server • → Protokolle! • Server verarbeitet Anfrage • Angefragte Daten werden an den Client zurück übertragen

  7. 1.2 Fallbeispiel • Client Browser sendet HTTP Request an Webserver • Anfrage: • GET infotext.html HTTP/1.1 • host: www.example.net

  8. 1.2 Fallbeispiel • Webserver sendet Daten an den Client Browser zurück • Browser interpretiert Daten und stellt die Seite dar • Antwort: • HTTP/1.1 200 OK • Server: Apache/1.3.29 (Unix) PHP/4.3.4 • Content-Length: (Größe von infotext.html in Byte) • Content-Language: de (nach RFC 3282 sowie RFC 1766) • Content-Type: text/html • html-Code von infotext.html

  9. 2.0 Statische und Dynamische Webseiten

  10. 2.1 Statische Webseiten • Charakteristik: • Webseite basiert auf reinem HTML Code • Alle Seitenelemente werden bei einer Client Anfrage übertragen und geladen • Problem: Datenübertragung & Modifikation

  11. 2.2 Dynamische Webseiten • Charakteristik: • Webseite basiert auf Mix von HTML und Script Code • Script Code: PHP → Datenbankunterstützung • Grundseite wird bei Client Anfrage geladen, Datenbankelemente jedoch erst auf Anfrage auf nachgeladen

  12. Danke für ihre Aufmerksamkeit

More Related