server – POFTUT

What Is Server (In Computing)?

What Is Server (In Computing)?

Server is a bunch of hardware and software which is used to serve and provides different services to the clients in computing. Servers are an important part of computing where in today every internet user consumes different services from different companies’ servers. Servers are providing part of the Client-Server model and consumed by the different … Read more

What Is Computer Network?

What Is Computer Network?

A Computer Network is a group of computers connected to each other via a network. This network is used to transmit data between different computers. A computer in a network is called a node. Computer Network History Computer network history goes back to the 1950s where computers were so new. Below we will list some … Read more

What Is Server Farm?

What Is Server Farm?

Server Farm is a collection of computer servers in order to run special applications for specific purposes. Server farms consist of multiple servers those count can be 100s even 1000s. Server farm’s main advantage is processing data in a very fast and distributed way and solving the given problem in less time. Companies like Google, … Read more

HTTP Status Codes

HTTP Status Codes

HTTP is a stateless protocol where the session is managed by the upper-level applications. But HTTP protocol provides the status codes about the HTTP request. Every HTTP request will be responded by an HTTP status code from the remote site or server. In this tutorial, we will examine the HTTP status codes about their category, … Read more

What Is A Server In Computing and Server Types?

The server is a computers type which consists of purposeful hardware and software used to provide different services to the clients.  Servers generally use different and special applications to provide services. A server can contain a single service or multiple services to serve. Types Of Servers There is a different type of servers. We can … Read more

How To Run and Use Simple HTTP Server In Python2 and Python3?

Python provides different HTTP and related modules in builtin and 3rd party modules. Python also provides some basic HTTP server modules native. In this tutorial we will learn how to run HTTP server in Python2 and Python3. SimpleHTTPServer In Python2 From Commandline We will use SimpleHTTPServer module for Python2. We will just provide the module … Read more

Understanding and Configuring Apache Access Log

Understanding and Configuring Apache Access Log

Web server logs provide a lot of information about the web application and user. Apache is a very popular web server used by millions of web sites. Apache provides different types of logs like access , error etc. In this tutorial, we will look at how Apache Access Log configured and try to understand log format. … Read more

Visual Studio Express Installation

To develop C# applications we need to setup development environment. As we know C# applications runs on .Net framework. Visual Studio Express Our operating system is Windows 7. We will prefer IDE. IDE means Integrated Development Environment where all tools to write,compile,debug, create project can be found in the IDE. Microsoft have all ready provides an … Read more

Introduction to Javascript Programming Language

Javascript is scripting language very popular among developers. Javascript is the programming language of the web. In the recents years Javascript popularity is higher than before because it gained a lot of features with new browsers technologies. There browsers, mobile devices, desktop, game consoles use Javascript. History Javascript initially designed to interact with Html code … Read more

How to Install Ansible and Manage Servers?

Enterprise IT needs more than traditional IT tools. Because there are different architecture and styles in IT infrastructure. In a small company one web server is enough for all but in an enterprise company, there may be 10 – 100 web servers for the department’s different needs. Here one of the most important things is … Read more