Changes between Version 2 and Version 3 of BotnetExample


Ignore:
Timestamp:
Nov 4, 2010 4:35:36 PM (13 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BotnetExample

    v2 v3  
    55== Example 1: Botnet ==
    66
    7 This example used two metadescriptions. Let's go through each of them:
     7This example used two metadescriptions. Let's go through each of them. This example is written in [CurrentlyProposedLanguage].
    88
    99=== Worm spread metadescription ===
     
    1111Dimensions:
    1212 * '''Logical topology:'''
     13Objects:
    1314
    14    [[Image(wormobj.jpg)]]
     15  VNode extends Node
     16
     17  VNode := {state = Vulnerable, Vulnerability vulnerability = x}
     18
     19  INode := VNode {state = Infected}
     20
     21Cardinality:
     22
     23  |INode|,,>=1,,
     24
     25  |VNode|,,>=1,,
     26
     27Relationships:
    1528
    1629   (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.)