Changes between Version 6 and Version 7 of BotnetExample
- Timestamp:
- Nov 4, 2010 4:37:17 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BotnetExample
v6 v7 12 12 * '''Logical topology:''' 13 13 14 Objects:14 '''Objects:''' 15 15 16 16 VNode extends Node … … 20 20 INode := VNode {state = Infected} 21 21 22 Cardinality:22 '''Cardinality:''' 23 23 24 24 |INode|,,>=1,, … … 26 26 |VNode|,,>=1,, 27 27 28 Relationships:28 '''Relationships:''' 29 29 30 30 (in English: There must be two sets of hosts, at least one infected host in infected set and at least one vulnerable host in vulnerable set. These sets are disjoint. All objects here are of type Nodes.)