answersLogoWhite

0


Best Answer

Centralization- access, resources, and data security are controlled through the server

Scability - any element can be upgraded when needed

Flexibility - new technology can be easily integrate into the system

User friendly - familiar point and click interface

Hope this helps!

Inclus.net - We provide individual and corporate IT training

Educate, Learn & Serve

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a benefit of server side programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

10 Explain the term session in server side programming approach What is the main benefit from implementing the session?

explain the term session in server side programming approach


What language is used for robot programming?

A bot can be written in a server-side language like php, asp, etc.


Can you connect to a Java server from a different programming language?

If the server allows it, yes.


Internet programming differ from other programming?

Internet programming is generally a client/server based programming where there will be servers for handling requests and clients for sending request these may be on different computers but the other programing may or may not be client server based which is on the same PC


What are client side and server side scripting?

Client side scripting is a script, (ex. Javascript, VB script), that is executed by the browser (i.e. Firefox, Internet Explorer, Safari, Opera, etc.) that resides at the user computer. Server side scripting, (ex. ASP.Net, ASP, JSP, PHP, Ruby, or others), is executed by the server (Web Server), and the page that is sent to the browser is produced by the serve-side scripting. So when a server sends out a page, it executes server-side scripts, but does not execute client-side scripts. Once the browser receives the page, it executes the client-side scripts. Server side scripting can connect to databases that reside on the web server or another server reachable from web server. Client side scripting cannot do that. Server side scripting can access the file system that reside at the web server, client side cannot. Server side scripting can access settings belong to Web server while client side cannot. Client side scripting can access files and settings that are local at the user computer. Client side scripting consumes cycles from user's computer not web server one, while server side scripting consumes cycles form web server one.

Related questions

10 Explain the term session in server side programming approach What is the main benefit from implementing the session?

explain the term session in server side programming approach


Is ruby programming client side or server side?

Ruby is a server-side language.


Which server is used in ASP.NET?

Hi, ASP.net is a server side programming that is designed to create dynamic web pages. It is supported on Window Server 2000 and Window Server 2003. Thanks!!


Why java script is not a server side programming?

It is not impossible to code on server side using javascript as there are frameworks available today which lets use of javascript on server side. But usage of this is not that high as most people prefer the normal way of using AJAX if they want javascript to interact with a server side language.


What is Hypertext Preprocessor related too?

Hypertext Preprocessor is PHP, it is a server side web programming language.


What is client program?

As far as web programming is concerned, client side programming is code that runs in the web browser, rather than the web server. JavaScript is an example of client side scripting because the code is sent to the browser, at which point it is executed. PHP is an example of server side scripting because the code is executed on the server, and the resulting code is sent to the browser and displayed.


What is php is all about?

PHP is a server side programming language that also serves as a general purpose programming languages. What does I mean by Server Side? Well this means that the php source files are being run on the server as a opposed to the end user using their browser to run Javascript code which is a client-side scripting language. PHP allows for the creation of dynamic and interesting website design


What is the purpose of client side programming?

Client Side Programming saves time and bandwidth by processing data from user input before sending it to the server side for processing and storage. It also provides some effects which are limited to the end-user.


Why javascript is not server side programming?

JavaScript is primarily known as a client-side programming language, which means it runs in the web browser on the client's device (e.g., computer, smartphone). However, it can also be used on the server side, but it's not traditionally considered a server-side programming language like Python, Ruby, Java, or PHP. Here's why: Execution Environment: JavaScript is designed to be executed in a web browser. Its primary role is to enhance the interactivity and functionality of web pages by manipulating the Document Object Model (DOM) and making asynchronous requests to servers. Language Design: JavaScript was originally created for client-side scripting, so its core features and libraries are tailored for browser-based tasks. Node.js: While JavaScript is primarily a client-side language, Node.js, a server-side runtime environment, was developed to execute JavaScript on the server. Node.js extends JavaScript's capabilities to server-side scripting, but it's distinct from traditional server-side languages in terms of its runtime environment and architecture. Concurrency Model: JavaScript's single-threaded nature, designed for the browser, can limit its effectiveness for certain server-side tasks that require handling multiple concurrent requests efficiently. Node.js addresses this limitation by using an event-driven, non-blocking I/O model. Server-Side Languages: Server-side programming languages like Python, Ruby, and PHP are specifically designed for building server-side applications and offer extensive libraries and frameworks for tasks such as database interaction, file handling, and server management. In summary, JavaScript is primarily a client-side programming language, but it can also be used on the server side, thanks to environments like Node.js. While JavaScript's role has expanded to include server-side scripting, And if you are looking JavaScript Online Course then my suggestion is to contact Croma Campus. For further information contact :- +91-9711526942


What skills are needed to become skilled web developer?

HTML/XHTML, CSS, JavaScript Server/Client side architecture Programming/Coding/Scripting in one of the many server-side frameworks Ability to utilize a database


What are server-side scripting languages?

Server-side scripting languages are programming languages designed to create HTML pages (or Web pages) on the server. Special libraries are frequently included with these languages to help generate HTML pages easier. Some examples of server-side scripting languages are Python, PHP, Ruby, C#, and JavaScript (NodeJS).


What is difference java and visual basic programming?

java is a server side programing where as visual basic is a client side programing(This programing Language is different from oops)