The design of a distributed database system is a complex task. Fragmentation is one of the core designing technique in distributed database system. Fragmentation is the task of dividing a ta... Read more
Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data Structures is about rendering data elements in... Read more
In mathematics, computing, linguistics and related subjects, an algorithm is a sequence of finite instructions, often used for calculation and data processing. It is formally a type of effec... Read more
Hadoop is an open-source framework that allows to store and process big data in a distributed environment across clusters of computers using simple programming models. It is designed to scal... Read more
The Vehicular Ad-Hoc Network, or VANET, is a technology that uses moves cars as nodes in a network to create a mobile network. VANET turns every participating car into a wireless router or n... Read more
Definition – CPU scheduling is a process which allows one process to use the CPU while the execution of another process is on hold(in waiting state) due to unavailability of any resour... Read more
In your first C program, you are going to understand the following things in your program- 1. a pre-processor directive that must be present in all your C programs. 2. a simple C function us... Read more
1) Exploratory or formative or preparatory Research – Areas covered about which no information is available currently. No research has been undertaken so far on the subject under study... Read more
1) Formulating the Research problem – Based on area of interest identify the problem. After discussing with colleagues & seniors so as to avoid repetition. After consulting a... Read more
A model is defined as a representation of real life system whether such system refers to a problem, process, operations or events. Models enable us to experiments more effectively than on th... Read more