I found some software can control the speed of the computers in lan, it seems that they use something like arp attack, can someone tell me the theory of this ?

Anyone heard of P2P over software ? how it works ?

link|improve this question

72% accept rate
2  
"peer to peer over software" makes no sense. – Spencer Ruport Sep 6 '09 at 3:28
feedback

migrated from stackoverflow.com Sep 6 '09 at 6:22

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 2 down vote accepted

Operating systems don't come standard with a "slow me down" command that can be magically accessed by other computers on the LAN. So, what you're talking about is some kind of attack and technically, almost any attack if successful could be used to slow a computer down.

Though, since you're talking about a LAN and ARP it's probably a DoS attack of some kind. Since there is a lot of bandwidth available on a LAN and a lot of people don't use software firewalls it's usually pretty easy to launch a successful DoS attack on another system. If we're talking about LAN parties it becomes even easier because the targeted computer's CPU and NIC are already under heavy stress and even a minor packet flood of some kind could produce noticeable latency in a game.

link|improve this answer
feedback

It's just common sense: flood the computer with ARP requests, the computer spends more CPU time processing requests, the computer appears to slow down because more CPU time is being used to handle incoming requests.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.