This is a discussion on MYSQL Single-Tier and Multi-Tier Architecture within the Database Support forums, part of the Web Development category; Hi, Few definitions regarding Single-Tier and Multi-Tier Concept in MYSQL MYSQL Single-Tier The Single-Tier ODBC Drivers ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, Few definitions regarding Single-Tier and Multi-Tier Concept in MYSQL MYSQL Single-Tier The Single-Tier ODBC Drivers for MYSQL are a single component installed on a data-consuming machine - depending on the architecture in which the driver is deployed, a client such as a desktop, a workstation or an application-server machine. No components need be installed on the database server. The Open Link Single-Tier Drivers for MYSQL are a Type B class of driver developed using the MYSQL network (wire) protocol interface eliminating the need for the installation of any MYSQL-specific client networking software. MYSQL Multi Tier The Open Link Multi-Tier ODBC Driver for MYSQL comprises two parts. On the server you install a request broker which handles incoming connections, and a database agent which makes the connection to the database itself. On data-consuming machines (clients or application-servers), you install a generic client. This approach presents an extra layer of abstraction, such that by installing one component on each client, you can connect to several servers, or several different databases via the same broker. Multi-tier is ideally suited to larger installations where the network administrator wishes to handle security rules and performance configurations centrally. The Open Link Multi-Tier Drivers for MYSQL are a Type-B class driver developed using the MYSQL network (wire) protocol interface. For your reference i have attached the Images for Single-Tier and Multi-Tier.
__________________ -Murali.. |
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Two tier, three tier or multi tier | vigneshgets | Software Testing | 0 | 01-15-2008 09:53 PM |
| multi tasking, multi programming, multi threading | vigneshgets | Operating Systems | 1 | 07-18-2007 05:12 AM |
| Oracle Single -Tier and Multi-Tier Architecture | Murali | Database Support | 0 | 07-16-2007 04:50 AM |
| business logic in three-tier architecture | Jeyaseelansarc | PHP Programming | 0 | 05-18-2007 10:30 PM |
| Understanding the Three-Tier Architecture | Jeyaseelansarc | Other Web Programming Languages | 0 | 05-18-2007 05:38 AM |