1 / 3

Connectivity: 2/3 Tier

Models for DB Connectivity. Connectivity: 2/3 Tier. 2-tier architecture. 3-tier architecture. complicated programming great SW power logic client-sided complicated SW distribution permanent connection with client sided transaction support.

aine
Download Presentation

Connectivity: 2/3 Tier

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. Models for DB Connectivity Connectivity: 2/3 Tier 2-tier architecture 3-tier architecture • complicated programming • great SW power • logic client-sided • complicated SW distribution • permanent connection with client sided transaction support • simple HTML for client, adjustable complexity for middleware • limited SW power • logic hierarchically distributed • simplest SW distribution (none) • transient connection (data transfer) stateless model no client-side transaction support DBMS DBMS Web Server Browser Browser Swiss Federal Institute of Technology n

  2. Models for DB Connectivity Connectivity: CGI, DLL, ASP CGI DBMS Browser Web Server DLL ASP Swiss Federal Institute of Technology n

  3. Models for DB Connectivity Connectivity: CGI, DLL, ASP Details • Common Gatway Interface • independent programs in separate processes • PERL, REXX, or any prog. language CGI • proprietary: ISAPI, NSAPI • efficient, same process as server • any prog. Language • comfortable development environment (FP, Livewire) • may perjudice server process DLL • Proprietary (see also ColdFusion) • efficient, same process as server • scripts (VB, JS), JApplets, ActiveX controls • comfortable development environment (Visual IDev) ASP Swiss Federal Institute of Technology n

More Related