Jump to content

Ok, so I have been getting into programming a lot lately, I'm not too good or anythings but I was a bit interested in more server side things. What do servers include, like what is RAID exactly, is there any programming involved in server stuff? I'm confused but trying to learn. Are servers just used to host things like game servers or are there other uses? I'm just looking for an overall view on servers and how they work and what they do. If anyone could help me out on this it would be much appreciated. Thanks!

Link to comment
https://linustechtips.com/topic/749772-server-stuff-raid-and-more/
Share on other sites

Link to post
Share on other sites

RAID stands for Redundant Array of Inexpensive Disks. RAID is designed to improve performance and/or add redundancy to hard drives or SSDs. Servers can be used for a variety of things such as a web server, game server, file server, and management server.

Link to post
Share on other sites

a server is *just a computer* like any other, which is used to provide services of sorts.

 

for example websites are ran on "servers", most companies have a "server" that holds the company data, when you connect to a game server, that's hosted on a "server" as well (excluding kiddo's that think it's a good idea to host them on their main desktop), etc.

 

but at the base, a server is essentially just a computer that is running applications, like any other.

 

as for raid, wikipedia describes it very well: https://en.wikipedia.org/wiki/RAID

Link to post
Share on other sites

6 hours ago, DyroZang said:

Ok, so I have been getting into programming a lot lately, I'm not too good or anythings but I was a bit interested in more server side things. What do servers include, like what is RAID exactly, is there any programming involved in server stuff? I'm confused but trying to learn. Are servers just used to host things like game servers or are there other uses? I'm just looking for an overall view on servers and how they work and what they do. If anyone could help me out on this it would be much appreciated. Thanks!

Servers are just essentally super baller computers that cost all the moneys. Basically servers are used in situations where there are going to be a lot of users/load on some type of software. Whether thats a website, F@H or similiar applications, game servers, test servers, media servers.... etc, where you will put enough load on them that a "mainstream" computer couldn't handle the load.

Servers are built with this in mind, which is why when you are getting a server, more cores is better generally, because the more cores, the more threads (or independent things) your computer can handle. A lot of the time people think of servers as the things that run the "back-end" of an application, and in reality, the only time you need a server for any application is if you are going to have a proper back-end. If you are just making some random website in HTML, you don't need a server, but if you are creating, for example, a early access video streaming platform, you need a server because there is intense backend operations happening (video transcoding, streaming said video... etc) 

So basically, there are lots of differnet scenarios where programming is involved on the server-side. 

 

Hope this helps!

I like Computer Stuffs. Have you tried unplugging it and plugging it in again? Automation Expert (Bots, scripts, etc)! Add me on Xbox Live: JollyPlanet449 And on Steam!: Baxtmann Wanshow.tips is a cool place too

Link to post
Share on other sites

R eusable

A nts

I n

D uck Sauce

 

RAID!

(not realy) it's mainly used to ensure if data is safe on mutiple drives

a simple RAID setup works as follows

Disk-Layout-RAID-1-0.png

very simple, don't use this set up though for a normal server, this is just an example even though you can do it if you want

****SORRY FOR MY ENGLISH IT'S REALLY TERRIBLE*****

Been married to my wife for 3 years now! Yay!

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×