answersLogoWhite

0


Best Answer

In the computer industry, server side refers to the operations performed by a server in a server-client computer relationship. The server side typically handles many functions to lighten the load of the client side's work.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does server side relate to in the computer industry?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

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 proxy server can?

A proxy server speaks the client side of a protocol to another server. This is often required when clients have certain restrictions on which servers they can connect to.


What is the purpose of PHP software?

To answer this question we must delve into the very nature of the Internet - the network of networks of networks. The HyperText Transfer Protocol (HTTP) defines a server as a computer connected to a network which receives requests for data and responds to them. A client is a computer which makes such requests and receives the responses. A proxy server performs both functions, operating as a middleman.A static web page is one which is necessarily the same upon every request; such a page normally has a .html or .htm extension. A dynamic web page is modified by a program which runs on the server, depending on any of several possible circumstances. PHP, a server-side scripting language, is a language designed for writing such programs.Note: PHP does not make pages dynamic in the same way as does JavaScript, a client-side scripting language. JavaScript is sent within a response and its instructions might be followed by the client. It can only change the copy of the page which was downloaded with itself and contact its origin server, unlike PHP which can access the server's filesystem and databases, and talk to other servers. However PHP is incapable of providing such a sleek user experience as JavaScript.


What do normally clip the ground bracelet to before you work inside the computer case?

the side of the computer case


What is the script for avatar palace to be able to say a word and it takes you to the room automatically?

It's a `plugall script. Which means it is server side. Ask the owner of the server for the short cut scripts to get to various rooms faster (assuming they set it up).

Related questions

What is meant by client-side processing?

Processing that is done on the client computer instead of the server computer. Most online multi-player games use client side processing to reduce server load and performance.


What is meant by client side processing?

Processing that is done on the client computer instead of the server computer. Most online multi-player games use client side processing to reduce server load and performance.


What is SS in computer terminology?

Three possibilities are: Screen Saver, Steady State, and Server Side.


Is ruby programming client side or server side?

Ruby is a server-side language.


What makes server side image maps different from client side maps?

Server-Side image maps are image maps that are on the server of your website, but Client-Side image maps are image maps that are on the clients computers. client side image maps are much better because then instead of their computer having to go to your website to go get all the images when the page calls for them it just loads it itself from the clients computer. this helps with loading time of the page and can be very useful to keep the attention of the people on your website.


What are the differences between client-side scripting and server-side scripting?

Web 2.0 applications have a server side and the choice of technologies to use server side is even more open than that client side. Client side is the user;s end of the experience, while server side is based on the server's end. As a developer, you can't impose a specific environment or browser client side because you must count on what is installed by your users and that's a severe restriction. Server side, however, you decide which platforms, operating systems, programming languages, frameworks, and libraries will be used. The choice that has the most impact on the architecture of your applications is usually the programming language. Server side, any programming language can be used to implement various Web applications and the most popular choices are scripting languages such as PHP, Perl, Python, and Ruby, and interpreted languages such as Java and C#. Client side scripts are executed and changed by the user on his side (the client side), while server side scripts are executed and changed by the user on the server. Server side scripts provide much more functionality for and by the wide variety of users (and their respective computer/browser settings) all around. Client side Scripting is possible to be blocked , where as server side scripting can't be blocked by the user , so if you validate using CLIENT SIDE only , and client side scripting blocked then even validation can not be done and directly even wrong data can be accepted and thus makes a flaw in the system.


What is certification and the importance of certifiction of javascript?

Java Script alone has no value. It has to be used in association with various server side technologies and other languages. There are certifications available on java script but it would be more prudent to get certified in industry recognized certifications primarily on server side technologies.


Do iTunes gift cards carry from computer to computer?

Your iTunes balance is saved server side. Long story short, as long as you log in with the same account on the other computer's itunes client, then yes.


What is the difference from a script and a localscript on Roblox?

A script on Roblox runs on the server side then talks to the users. This allows it to address multiple users and manage the server. Local scripts run on a users computer then talks to the server. This allows for less lag in tools.


Which is world largest use server side OS?

There is no server side OS available yet.


Is ruby server side scripting language?

Yes, Ruby is a server-side scripting language.


How do you get counter strike 1.6 server rcon?

Server Side: rcon_password <password> Client Side: rcon_password <password> rcon_address <IP of the server> rcon_port <IP port the server is using> rcon <server commands>