Skip to main content

Swarm Intelligence


INTRODUCTION

Nature is a great place to go for inspiration when you want to see systems that are robust and have been around for millions of years. Nature provides the inspiration for swarm intelligence. Look at the emergent behavior observed in ants, termites, bees and others. We see very simple creatures, performing complex behavior as a group

Consider the case of ant colony working together .

The behaviour of ants has long fascinated scientists. These insects have the strength to carry food up to seven times their own body weight, and set up amazingly complex colonies, with social 'castes' in which every member has a role.
In fact, ants are not only fascinating just to entomologists looking at them under the microscope. In recent years, computer scientists have been paying great attention to the way in which a colony of ants can solve complex problems; in particular, how it finds the shortest route to a food source.

Each insect in a colony seemed to have its own agenda, and yet the group as a whole appeared to be highly organized. This organization was not achieved under supervision, but through interaction among individuals. This was most apparent in the way in which ants travel to and from a food source.

Ants form and maintain a line to their food source by laying a trail of pheromone, i.e. a chemical to which other members of the same species are very sensitive. They deposit a certain amount of pheromone while walking, and each ant prefers to follow a direction rich in pheromone. This enables the ant colony to quickly find the shortest route. The first ants to return should normally be those on the shortest route, so this will be the first to be doubly marked by pheromone (once in each direction). Thus other ants will be more attracted to this route than to longer ones not yet doubly marked, which means it will become even more strongly marked with pheromone.

Thus, the shortest route is doubly marked, and more ants will follow it. This simple model finds the shortest route between the nest and a food source. Allowing the pheromone trail to "evaporate" (as in nature) provides the ants a mechanism to explore for alternate food sources when the first is depleting and for alternate routes should the first become blocked. Studying this uncanny skill has enabled researchers to create software agents capable of solving complex IT problems.This forms the basic idea behind SWARM INTELLIGENCE


CHARATERISTICS OF SWARM
" Distributed, no central control or data source;
" No (explicit) model of the environment;
" Perception of environment, I.e. sensing;
" Ability to change environment

TRAVELING SALES ANT

In the traveling salesman problem,a person must find the shortest route by which to vcisit a given number of cities,each exactly once.The classic problem is devilishly difficult:for just 15 cities there are billions of route possiblities.

Recently researchers have begun to experiment with antlike agents to derive a solution.The approach relies on the artificial ants laying and following equivalent of pheromone trails

Comments

Popular posts from this blog

Money Pad, The Future Wallet

Definition "Money in the 21st century will surely prove to be as different from the money of the current century as our money is from that of the previous century. Just as fiat money replaced specie-backed paper currencies, electronically initiated debits and credits will become the dominant payment modes, creating the potential for private money to compete with government-issued currencies." Just as every thing is getting under the shadow of "e" today we have paper currency being replaced by electronic money or e-cash. Hardly a day goes by without some mention in the financial press of new developments in "electronic money". In the emerging field of electronic commerce, novel buzzwords like smartcards, online banking, digital cash, and electronic checks are being used to discuss money. But how are these brand-new forms of payment secure? And most importantly, which of these emerging secure electronic money technologies will survive into the next ce...

IP spoofing

Definition Criminals have long employed the tactic of masking their true identity, from disguises to aliases to caller-id blocking. It should come as no surprise then, that criminals who conduct their nefarious activities on networks and computers should employ such techniques. IP spoofing is one of the most common forms of on-line camouflage. In IP spoofing, an attacker gains unauthorized access to a computer or a network by making it appear that a malicious message has come from a trusted machine by "spoofing" the IP address of that machine. In the subsequent pages of this report, we will examine the concepts of IP spoofing: why it is possible, how it works, what it is used for and how to defend against it. Brief History of IP Spoofing The concept of IP spoofing was initially discussed in academic circles in the 1980's. In the April 1989 article entitled: "Security Problems in the TCP/IP Protocol Suite", author S. M Bellovin of AT & T Bell labs was...

Self Defending Networks

INTRODUCTION As the nature of threats to organizations continues to evolve, so must the defense posture of the organizations. In the past, threats from both internal and external sources were relatively slow-moving and easy to defend against. In today's environment, where Internet worms spread across the world in a matter of minutes, security systems - and the network itself - must react instantaneously. The foundation for a self-defending network is integrated security - security that is native to all aspects of an organization. Every device in the network - from desktops through the LAN and across the WAN - plays a part in securing the networked environment through a globally distributed defense. Such systems help to ensure the privacy of information transmitted and to protect against internal and external threats, while providing corporate administrators with control over access to corporate resources. SDN shows that the approach to security has evolved from a point produc...