answersLogoWhite

0


Best Answer

Client/server programs typically employ multi-threading where the primary thread handles the server side of things while one or more threads handle the client side.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is client server approach of c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


If a project is done in c plus plus then what is the frontend and backend?

The front-end is anything that interacts directly with the user (such as the GUI). The back-end is everything that goes on behind the scenes and is generally of no interest to the user. In a client-server application, the client is the front-end and the server is the back-end.


How do you code a simple C plus plus program to remote shutdown computers?

Any code that remotely controls another computer is far from simple. The simplest method would be to write a client-server application, where the client runs as a service awaiting a shutdown instruction from the server. However, it goes without saying that a network administrator would take a dim view of employees remotely shutting down other employee's computers.


Is C plus plus used to write banking software?

It can be, but there is no criteria stipulating that it must be. Banking isn't a black-art so virtually any language could be used so long as security isn't compromised. Speed and efficiency are important at the server side, but much less so at the client-side, so a combination of languages is also possible.


What is the difference between client side scripting and server side scripting languages?

Best Practice : Use both The Cons of using one or the other : With client side validation only, if a user disables JavaScript, then no validation will occur. With server side validation only, there are more return trips to the server which in turns uses more resources and slows down the site when a client side script could have done the validation without the server. The Pros of having both : The data will always be validated, whether or not the client has JavaScript enabled or not. There will be less server strain with the client side validation. The client can fix form errors faster with instant client side notifications. The data will have a bit more integrity going through the dual validation process.

Related questions

Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


What would happen if you run a C plus plus on a server?

You cannot run programming languages on a server. Or on a client, either.However a program made with a c++ compiler will run on a server or workstation as long as the compiler targets the OS of said server/workstation.(I have used the term compiler very loosely for the sake of brevity.)


If a project is done in c plus plus then what is the frontend and backend?

The front-end is anything that interacts directly with the user (such as the GUI). The back-end is everything that goes on behind the scenes and is generally of no interest to the user. In a client-server application, the client is the front-end and the server is the back-end.


Which is the most important item in a clientserver network A. Client B. Hub C. Server D. Media?

C. Server


Write and run a client and a server program in C-language using TCP The client?

Homework question, this is a long answer.


What is the function of a director?

c. to determine whether a request is meant for the client CPU or the server.


How do you shutdown a client computer from the server system by selecting the required client from the LAN?

Go to command prompt c:\>shutdown -i Then give the client ip Then give shutdown.


Objective type question and answer for client server architecture?

Q 1. What is Client-server Computing? a. Client/server is a computational architecture that involves client processes requesting service from server processes. b. Client/server is a computational architecture that involves Server processes requesting service from Client processes. c. hardware and software systems containing more than one processing element or storage element Q 2. What is a Client process? a.The client is a process (program) that sends a message to a server process (program) b. Q 3. What is a Server process? a. A server process (program) fulfills the client request by performing the task requested Q 4. What is a Two-Tier Architecture? a. A two-tier architecture is where a client talks directly to a server, with no intervening serverb. A two-tier architecture is where a client can not talks directly to a server. c. A two-tier architecture introduces a server (or an "agent") between the client and the server Q 5. What is a Three-Tier Architecture? a. A three-tier architecture introduces a server (or an "agent") between the client and the server b. A three-tier architecture is where a client talks directly to a server, with no intervening server c. A two-tier architecture is where a client can not talks directly to a server. Q 6. What is Cooperative Processing? a. Cooperative processing is computing which requires two or more distinct processors to complete a single transaction b. Cooperative processing is computing which requires single processors to complete a single transaction. c. Is an architecture introduces a server (or an "agent") between the client and the server Q 7. What is Distributed Processing? a. The distribution of applications and business logic across multiple processing platforms. b. The distribution of applications and business logic inside single processing platforms. c. Computing which requires single processors to complete a single transaction. Q 8. What is Remote Data Management? a.In remote data management, the entire application resides on the client and the data management is located on a remote server/host. b. In remote data management, the entire application resides on the Server and the data management is located on a remote Client c. Is computing which requires two or more distinct processors to complete a single transaction Q 9. What is OSF-DCE? a. DCE is the Distributed Computing Environment, from the Open Software Foundation. b. Q 10. What is CORBA? a. CORBA stands for the Common Object Request Broker Architecture. b. Confederation of Regions Broker Architecture c. Certificate of Registration Broker Architecture Q 11. Which of the following protocols is used in the internet a. X.25 b. IBM c. TCP/IP d. UUCP Q 12. A port no. 2000 is used on both PCs of a network for an application. Then the following layer in a Network is needed for handling such a connection. a. Network layer b. Transport layer c. Physical layer d. Data link layer Q 13. One needs to send the data to hosts on the network at once. The data must be received only by the hosts for whom it is intended. The following topology should be used. a. Broadcast b. Point to point c. Multicast d. None of the above


How do you code a simple C plus plus program to remote shutdown computers?

Any code that remotely controls another computer is far from simple. The simplest method would be to write a client-server application, where the client runs as a service awaiting a shutdown instruction from the server. However, it goes without saying that a network administrator would take a dim view of employees remotely shutting down other employee's computers.


What is bottom approach in c plus plus?

As Cpp purely follows object oriented programming approach , first the entities or classes are developed based on the design or domain model, and the problem is addressed , but opposite in c


Is JSP server side language?

Yes... Java server page is server side language . but it can create client side code in format of HTML . When the request send the web server the jsp process the HTML request and HTML response. by Arulmurugan C


Do you need an sql server with Microsoft visual c plus plus?

No, you do not need SQL*Server, Oracle, or any RDBMS with MS Visual C/C++. It is optional. You would only need it if you wanted to develop database aware software with ODBC, OLE, OCI, or any of the RDBMS protocols.