home *** CD-ROM | disk | FTP | other *** search
/ CD-X 3 / cdx_03.iso / shutils / dos / t-node.arj / SCHOOL.000 < prev    next >
Encoding:
Text File  |  1995-06-24  |  3.9 KB  |  86 lines

  1. ;
  2. ; ┌───────────────────────────────────────────────────────────────────────────┐
  3. ; │ ░░░░ Examples of creating your own network by Bo Bendtsen ░░░░░░░░░░░░░░░ │
  4. ; └───────────────────────────────────────────────────────────────────────────┘
  5. ;
  6. ; All lines beginning with ; are comments.
  7. ; All spaces in nodelist lines must be replaced by underscore _
  8. ;
  9. ; You want to create a network for a closed usergroup, school or any other
  10. ; organisation. Your question: HOW DO I DO THIS ?
  11. ;
  12. ; Answer:
  13. ;
  14. ; Create a network address:
  15. ;
  16. ;     Zone number    :   Random number between 0-4095, we choose 1001
  17. ;     Network number :   Random number between 1-32000, we choose 1
  18. ;                        (Zone and network should NOT be the same)
  19. ;
  20. ;     Node number    :   Random number between 1-32000, we choose 1
  21. ;
  22. ; Your server address is now: 1001:1/1   (Zone:Net/Node)
  23. ; and all the persons connected to your node are points under this node.
  24. ;
  25. ; The teacher could be point 1 and the students could be 2,3,4 etc.
  26. ;
  27. ; If you are several school that want to be linked together, you just
  28. ; increase the Node number by 1 every time a new school joins.
  29. ;
  30. ;
  31. ; Example 1: 1 School with 5 teachers/students
  32. ;
  33. ; Zone,1001,Name_of_Network,Address,Name_of_coordinator,99-99999999
  34. ; Host,1,Name_of_school,School_address,Name_of_sysop,99-99999999,9600,UBOSS:1/1
  35. ; ,1,Student/teacher_1,Student_address,Student_name,-Unpublished-
  36. ; ,2,Student_2,Student_address,Student_name,-Unpublished-
  37. ; ,3,Student_3,Student_address,Student_name,-Unpublished-
  38. ; ,4,Student_4,Student_address,Student_name,-Unpublished-
  39. ; ,5,Student_5,Student_address,Student_name,-Unpublished-
  40. ;
  41. ;
  42. ; Example 2: 2 Schools with 5+3 teachers/students
  43. ;
  44. ; School 1 = 1001:1/1.1 - 1001:1/1.5        (Zone:Net/Node.Point)
  45. ; School 2 = 1001:2/1.1 - 1001:1/1.3
  46. ;
  47. ; Zone,1001,Name_of_Network,Address,Name_of_coordinator,99-99999999
  48. ; Host,1,Name_of_school_1,School_address,Name_of_sysop,99-99999999,9600,UBOSS:1/1
  49. ; ,1,Student/teacher_1,Student_address,Student_name,-Unpublished-
  50. ; ,2,Student_2,Student_address,Student_name,-Unpublished-
  51. ; ,3,Student_3,Student_address,Student_name,-Unpublished-
  52. ; ,4,Student_4,Student_address,Student_name,-Unpublished-
  53. ; ,5,Student_5,Student_address,Student_name,-Unpublished-
  54. ; Host,2,Name_of_school_2,School_address,Name_of_sysop,99-99999999,9600,UBOSS:1/2
  55. ; ,1,Student/teacher_1,Student_address,Student_name,-Unpublished-
  56. ; ,2,Student_2,Student_address,Student_name,-Unpublished-
  57. ; ,3,Student_3,Student_address,Student_name,-Unpublished-
  58. ;
  59. ; Example 3:
  60. ;
  61. ; You are 3 students working on a project. You want to be able of sending
  62. ; information to each other easily, so you faster can finish the project
  63. ; without having to meet every day and share documents.
  64. ;
  65. ; The best solution is if your school or one of the persons are already
  66. ; running a 24 hour mailer, so that system can be used for the network.
  67. ; Otherwise one of the students can act as server, but it will mean that
  68. ; this person should reserve his telephone for arranged hours of the day
  69. ; or on request. Depending on the need you can make your own judgement of
  70. ; what is best.
  71. ;                      ┌────────┐
  72. ;                      │ Server │      <--- Mailer like Frontdoor, Binkley
  73. ;                      │1001:1/1│           Portal of Power etc.
  74. ;                      └─┬──┬──┬┘      <--- Mail processor like Gecho/Fastecho
  75. ;            ┌───────────┘  │  └─────────────┐
  76. ;  ┌─────────┴───┐    ┌─────┴────────┐   ┌───┴───────┐
  77. ;  │Thomas Bjoerk│    │Bjarne Duelund│   │Bo Bendtsen│  <--- Pointsystem
  78. ;  │1001:1/1.1   │    │1001:1/1.2    │   │1001:1/1.3 │       (Terminate)
  79. ;  └─────────────┘    └──────────────┘   └───────────┘
  80. ;
  81. Zone,1001,Project_Network,Copenhagen,Thomas_Bjoerk,99-99999999
  82. Host,1,DIKU,University_road_1,Thomas_Bjoerk,99-99999999,9600,UBOSS:1/1
  83. ,1,Student_1,Roedovre,Thomas_Bjoerk,-Unpublished-
  84. ,2,Student_2,Vallensbaek,Bjarne_Duelund,-Unpublished-
  85. ,3,Student_3,Albertslund,Bo_Bendtsen,-Unpublished-
  86.