Difference between revisions of "Do we want it for a server?"

From FreekiWiki
Jump to navigation Jump to search
(added slocket)
Line 7: Line 7:
  
 
     start [label="START", shape="box", style="bold"]
 
     start [label="START", shape="box", style="bold"]
     no [label="NO\n(not a server)", shape="box", style="bold"]
+
     naw [label="NAW\n(not a server)", shape="box", style="bold"]
 
     slocket [label="Is it a SLOT-BASED SYSTEM\nor\nSOCKET-BASED SYSTEM?"]
 
     slocket [label="Is it a SLOT-BASED SYSTEM\nor\nSOCKET-BASED SYSTEM?"]
 +
    cpu [label="Is it at least one PROCESSOR?"]
 +
    piii [label="Is it a P-III?"]
 +
    xeon [label="Is it a XEON?"]
 
     fsb [label="What is the\nFRONT SIDE BUS\nspeed?"]
 
     fsb [label="What is the\nFRONT SIDE BUS\nspeed?"]
 
     multiproc [label="Can it take\nMULTIPLE PROCESSORS?"]
 
     multiproc [label="Can it take\nMULTIPLE PROCESSORS?"]
Line 16: Line 19:
 
     start -> multiproc
 
     start -> multiproc
  
     multiproc -> proctype [label="YES"]
+
     multiproc -> cpu [label="YES"]
     multiproc -> no [label="NO"]
+
     multiproc -> naw [label="NO"]
  
     proctype -> yes [label="P-III\n(XEON)"]
+
     cpu -> naw [label="NO"]
     proctype -> slocket [label="P-III\n(non XEON)"]
+
    cpu -> piii [label="YES"]
     proctype -> yes [label="P-4"]
+
 
     proctype -> no [label="OTHER"]
+
    piii -> xeon [label="YES"]
 +
     piii -> proctype [label="NO"]
 +
 
 +
    xeon -> slocket [label="NO"]
 +
    xeon -> yes [label="YES"]
 +
 
 +
     proctype -> yes [taillabel="P-4"]
 +
     proctype -> naw [taillabel="OTHER"]
  
 
     slocket -> fsb [label="SOCKET"]
 
     slocket -> fsb [label="SOCKET"]
     slocket -> no [label="SLOT"]
+
     slocket -> naw [label="SLOT"]
  
  
     fsb -> no [label="66 or 100"]
+
     fsb -> naw [label="66 or 100"]
 
     fsb -> yes [label="133"]
 
     fsb -> yes [label="133"]
  

Revision as of 15:40, 14 August 2007

Do we want to use this system as a server?

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.