Flexible Deterministic Packet Marking (FDPM) Java Project

This Java project depicts IP Traceback System called Flexible Deterministic Packet Marking (FDPM) that provides a defense mechanism to find out the real sources of attacking packets that traverse through the computer networks. The enabling technology that helps to control internet criminal activities in Internet Protocol (IP) Traceback. There are numerous Traceback algorithms and softwares. …

Flexible Deterministic Packet Marking (FDPM) Java Project Read More »

Radix Sort Program in C

In this tutorial you will learn about radix sort program in C. Radix sorting technique is one of the oldest techniques of sorting. Lets assume that we are given a list of some names and asked to sort them alphabetically. We would normally proceed by first dividing the names into 26 different sets (since, there …

Radix Sort Program in C Read More »

Android Architecture

Without proper knowledge of android architecture you may face difficulty in learning android programming. So in this tutorial I will discuss about architecture of android operating system. Read Previous Tutorial: Introduction to Android Programming   Android Architecture Android OS is a stack of different software components. Android architecture is basically divided into five sections and …

Android Architecture Read More »