1. The Internet: In simplest words it is a global network of smaller networks interconnected using communication protocols that are standardised. The Internet s
Internet is the network of computers which connects the whole world together.But, how it actually work at the very low level? Client side: First when we type a
Many folks consider that they both are same but are they really same? The Internet is a global network of networks while the Web, also referred formally as Worl
Web caching is done by a Proxy Server – an intermediate entity between the original server and the client. When a client requests for some information (throug
Problem-1: Find 2’s compliment of an 8 bit number stored at address 2050. Result is stored at address 3050 and 3051. Starting address of program is taken as 2
Although C does not provide direct support to error handling (or exception handling), there are ways through which error handling can be done in C. A programmer
A typical memory representation of C program consists of following sections. 1. Text segment 2. Initialized data segment 3. Uninitialized data segment 4. Stack
Real world runs on fuel and the Virtual world on security. In the World Wide Web, it is a misnomer that security always means privacy. When we say a web applica
There are mainly two ways to extract data from a website: Use the API of the website (if it exists). For example, Facebook has the Facebook Graph API which allo
Brute force attacks work by calculating every possible combination that could make up a password and testing it to see if it is the correct password. As the pas
Prerequisite: Downloading files in Python, Web Scraping with BeautifulSoup We all know that Python is a very easy programming language but what makes it cool ar
Web Application Framework or simply “web framework” is a software framework that is designed to support the development of web applications including we
If you’re a budding engineer in the trade of IT or someone else with a fresh interest in website development and design, then this post is for you. For over a
It goes without saying that in general a search engine responds to a given query with a ranked list of relevant documents.The purpose of this article is to desc
Background A Database Management System (DBMS) stores data in the form of tables, uses ER model and the goal is ACID properties. For example a DBMS of college h
A data-warehouse is a heterogeneous collection of different data sources organised under a unified schema. There are 2 approaches for constructing data-warehous
Prerequisite – Data Warehousing Data warehouse can be controlled when the user has a shared way of explaining the trends that are introduced as specific subje
Prerequisite – DBMS | File Organization – Set 1, File Organization-Set 2 B+ Tree File Organization – B+ Tree, as the name suggests, It uses a tree like st
In general terms, “Mining” is the process of extraction of some valuable material from the earth e.g. coal mining, diamond mining etc. In the context of com
Prerequisites – Data Warehousing, Data Warehouse Architecture, Characteristics and Functions of Data warehouse Here are some of the difficulties of Implementi
Data Mining – Knowledge Discovery in Databases(KDD). Why we need Data Mining? Volume of information is increasing everyday that we can handle from business tr
Web 1.0 – Web 1.0 refers to the first stage of the World Wide Web evolution. Earlier, there were only few content creators in Web 1.0 with the huge majority o
The media query is used to hide an element when printing a web pages. Use @media print query and set the visibility hidden to that element which need to hide at