answersLogoWhite

0

Features of clientserver architecture in SQL?

Updated: 8/16/2019
User Avatar

Wiki User

16y ago

Best Answer

Client/Server Database Systems Client/server systems are constructed so that the database can reside on a central computer, known as a server, and be shared among several users. Users access the server through a client or server application: • In a two-tier client/server system, users run an application on their local computer, known as a client, that connects over a network to the server running SQL Server. The client application runs both business logic and the code to display output to the user, and is also known as a thick client. In a multitier client/server system, the client application logic is run in two locations: • The thin client is run on the user's local computer and is focused on displaying results to the user. • The business logic is located in server applications running on a server. Thin clients request functions from the server application, which is itself a multithreaded application capable of working with many concurrent users. The server application is the one that opens connections to the database server and can be running on the same server as the database, or it can connect across the network to a separate server operating as a database server. This is a typical scenario for an internet application. For example, a server application can run on a Microsoft Internet Information Services (IIS) and service thousands of thin clients running on the Internet or an intranet. The server application uses a pool of connections to communicate with a copy of SQL Server. SQL Server can be installed on the same computer as IIS, or it can be installed on a separate server in the network. Having data stored and managed in a central location offers several advantages: • Each data item is stored in a central location where all users can work with it. Separate copies of the item are not stored on each client, which eliminates problems with users having to ensure they are all working with the same information. • Business and security rules can be defined one time on the server and enforced equally among all users. This can be done in a database through the use of constraints, stored procedures, and triggers. It can also be done in a server application. • A relational database server optimizes network traffic by returning only the data an application needs.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Features of clientserver architecture in SQL?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Explain the concept of 2-tier 3-tier clientserver architecture?

xzvcnb, maznvl xl nlnlnl nlnl,nlsvd asfda asdfnalsaqf fasfn fadfgag


What is pictured on each euro bill?

On each euro bill, different architectural styles are depicted on the back side. For example, the €5 note features Classical architecture, the €10 note features Romanesque architecture, the €20 note features Gothic architecture, the €50 note features Renaissance architecture, the €100 note features Baroque and Rococo architecture, the €200 note features 19th-century architecture, and the €500 note features modern 20th-century architecture.


What features does the free Microsoft SQL Express 2005 offer?

The free version of Microsoft SQL Express 2005 features powerful data management tools. It also features data protection, fast performance, and is lightweight.


What are some unique features of SQL web hosting?

SQL webhosting is used for websites that store and display data from a database. SQL databases can be hosted on both Windows and Linux/UNIX operating systems.


Difference between a clientserver architecture and a mainframe architecture?

Mainframe systems use dumb terminals, a client/server environment uses intelligent terminals. Cross-platform computing and distributed processing is supported in client/server architecture, but not possible in a mainframe. There can be any numbers of servers and clients in a CSA, while mainframes work on the principle of the central server.


How does the Microsoft SQL Server compare with others?

According to a variety of sites that were researched, it has been found that the Microsoft SQL Server has very high ratings. There are many more features of Microsoft SQL than there are with others such as Oracle.


What was added to the most recent sql standard?

The most recent SQL standard came out late 2011. DDL features are one thing introduced into the newest SQL. It is used to improve the usability of generated and identity columns.


What are the common features of Islamic architecture?

Islamic Architecture features are domes with many ornamentals with natural colors. The types are mosque, tomb, palace, and forts.


what are the features and data management strategies of SQL Server?

SQL is one of the most demanding skill in the current world. Every day a huge amount of data is collected and one have to deal with these databases to make an insightful information. Hence it is important for us to learn SQL as it is a special-purpose database programming language which help to generate useful strategies from a database and can easily interact with large and massive database, no matter what is the size. These features of SQL make SQL a most powerful tool. Hence, here are some of the major SQL features which makes it a successful database programming language: High Performance High Availability Scalability and Flexibility Robust Transactional Support High Security Management Ease Open Source


What is the difference between Microsoft sql server architecture and oracle 8i database management system architecture?

in sql server you need to create separate databases for new project whereas in oracle only one database that is server for creating new project you need to create new tablespace like hr,inventory both r separate table spaces like different databases in sql server


Will taking SQL classes make me a let hacker?

Taking an SQL course will teach you SQL injection methods. However this alone will not be the deciding factor in your abilities as a hacker. You will also need to learn about different computer codes and security features.


What is sql-3?

SQL-3 is short for Structured Query Language Level 3, which is a standard that defines the syntax and semantics of SQL queries. It includes features like advanced outer joins, enhanced data manipulation capabilities, and support for recursive queries. SQL-3 builds upon SQL-92 and provides more advanced functionality for managing databases.