Difference between Firewall and Proxy Server

Both firewall and thee proxy are resided between the local system and the internet to provide security against the network threats. 1. Firewall: A firewall is an application or the hardware device that protects the local system from unauthorized people and also monitoring the external network security threats like spoofing and routing attacks. 2. Proxy: Same as the… Read More »

A brief introduction to a new stable sorting algorithm – Quadsort

1. Overview We’ll discuss Quadsort in this article. It’s a new stable sorting algorithm. We’ll begin from the concept of stable sorting and some sorting algorithms. Then, we’ll discuss the Quadsort algorithm step by step. We’ll discuss an example of Quadsort with flowchart to show in the process. 2. Stable Sorting Algorithms The relative order of the identical… Read More »

Complicated Computer concepts in Layman’s terms

This article is mainly to understand the jargon Computer Science concepts in easy layman language. I have used my maximum user understandable language for easier understanding and provided explaination for 5 major concepts in Layman’s terms. 1. Concept of Algorithm. How can the concept of “Algorithm” be made understood to a normal person without using computer concepts???? Let… Read More »

Some Interesting Facts About MySQL

MySQL is a relational database management system (RDBMS) based on SQL- Structured Query Language and is free and open source.MySQL was created by MySQL AB, a Swedish company in 1995 which was later acquired by Sun Microsystems in 2008. MySQL is easy to use and fast. It is one of the most famous open source databases and it… Read More »

What is Software and its Types ?

Software is nothing but a program or collection of programs that perform a specific task. Software is a bridge between user and computer hardware. Softwares directs the peripheral devices on how to perform the task which is specified for that software. There are two main types of Software given as Follows:     System Software Application Software These… Read More »

Square Roots using Prime Factorization Method

The number system is basically a representation of numbers in different forms and with different operators. The origin of the number system was a long time ago by our ancestors. Earlier they use the barter system until they don’t get introduced to Number System. They discover the method of counting. They might be used their fingers for counting… Read More »