User Tools

Site Tools


dido:public:ra:1.4_req:1_func

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dido:public:ra:1.4_req:1_func [2021/03/19 16:40]
murphy
dido:public:ra:1.4_req:1_func [2022/08/31 15:32] (current)
nick
Line 2: Line 2:
 [[dido:​public:​ra:​1.4_req |Return to Requirements ]] [[dido:​public:​ra:​1.4_req |Return to Requirements ]]
  
-[[dido:​public:​ra:​xapend:​xapend.a_glossary:​f:​funcreq]] define the basic system behavior. Essentially,​ they are requirements stating what the system ​does or must not do, and can be thought of in terms of how the system responds to inputs. Functional requirements usually define if/then behaviors and include calculations,​ data input, and business processes.+[[dido:​public:​ra:​xapend:​xapend.a_glossary:​f:​funcreq]] define the basic system behavior. Essentially,​ they are requirements stating what the system ​must do or must not do, and can be thought of in terms of how the system responds to inputs. Functional requirements usually define if/then behaviors and include calculations,​ data input, and business processes.
  
-Functional Requirements are features that allow the system to function as it was intended. Put another way, if the functional requirements are not met, the system will not work. Functional requirements are product features and focus on user requirements. Functional Requirements can be used during all phases of a project [[dido:​public:​ra:​xapend:​xapend.a_glossary:​s:​syslifecycle| Lifecycle]] independent of the development model (i.e., [[dido:​public:​ra:​xapend:​xapend.a_glossary:​w:​waterfall]] or [[dido:​public:​ra:​xapend:​xapend.a_glossary:​a:​agile]]). In the Waterfall method, these requirements are generally specified early on in the process. In the Agile method, they can be applied ​throughout ​each [[dido:​public:​ra:​xapend:​xapend.a_glossary:​s:​sprint]] or applied during specific Sprints.+Functional Requirements are features that allow the system to function as it was intended. Put another way, if the functional requirements are not met, the system will not work. Functional requirements are product features and focus on user requirements. Functional Requirements can be used during all phases of a project [[dido:​public:​ra:​xapend:​xapend.a_glossary:​s:​syslifecycle| Lifecycle]] independent of the [[dido:​public:​ra:​xapend:​xapend.a_glossary:​s:​software_development_model]] ​(i.e., [[dido:​public:​ra:​xapend:​xapend.a_glossary:​w:​waterfall]] or [[dido:​public:​ra:​xapend:​xapend.a_glossary:​a:​agile]], etc.). In the Waterfall method, these requirements are generally specified early on in the process. In the Agile method, they can be applied ​derived during ​each [[dido:​public:​ra:​xapend:​xapend.a_glossary:​s:​sprint]] or applied during specific Sprints.
  
-===== Things to Consider When Designing Distributed systems ===== +The DIDO RA views functional requirements ​from the following ​perspectives:
-  * **Note:** Because these are Functional Requirements,​ they need to be written specifically for the system being specified in the proposal or solicitation. +
- +
-In DIDO, the following areas minimally cover Functional Requirements:​ +
- +
-==== Hardware Architecture ==== +
-The goal of hardware ​functional requirements ​is to decide which hardware architectures are going to be supported and which, if any, will be left out. +
-https://​www.omgwiki.org/​dido/​doku.php?​id=dido:​public:​ra:​1.4_req:​1_func#​hardware_architecture +
-^  Functional Area                                                                  ^  Answer ​ ^          +
-| <​WRAP>​ +
- ​[[dido:​public:​ra:​1.4_req:​1_func:​platform|Which Platforms do you want to support?]]  +
-</​WRAP>​ | Yes/No | +
-| <​WRAP>​  +
- ​[[dido:​public:​ra:​xapend:​xapend.c_hwarch:​1_embedded|Which of the following ​Embedded Systems?]]  +
-      - [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​1_embedded:​subsystems|SubSystem]]  +
-      - [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​1_embedded:​standalone|Standalone]] +
-      - [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​1_embedded:​networked|Networked]] +
-</​WRAP>​ | Yes/No | +
-       +
-    * [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​server]] +
-      - [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​server:​sw]] +
-      - [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​server:​hw]] +
-    * [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​desktop]] +
-    * [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​handheld]] +
-    * [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​super]] +
-    * [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​network]] +
-   +
-==== Operating System ==== +
-Nodes on the distributed network must be designed specifically for the operating system that runs on the node. So the distributed system needs to support more than one operating system. But too many OSs can cause the support and maintenance of the system to be more difficult and costly. +
-  * [[dido:​public:​ra:​1.4_req:​1_func:​platform:​os_arch]] +
-   +
-==== Network ==== +
-A distributed system is a collection of networked nodes, that run on networking equipment all connected using wireless or USB connections. Network functional requirements is to decide which platform, devices, and permissions are used throughout the system. +
-    * [[dido:​public:​ra:​1.4_req:​1_func:​platform:​net_arch]] +
-    * [[dido:​public:​ra:​xapend:​xapend.c_hwarch:​network]] +
-    * [[dido:​public:​ra:​1.4_req:​1_func:​access]]  +
-   +
-==== RunTime Libraries ==== +
-RunTime functional requirements is to establish a RunTime Library that can communicate to with different operating/​hardware platforms across the system. +
-  * [[dido:​public:​ra:​1.4_req:​1_func:​platform:​sw_arch]] +
- +
-==== Community/​Development Tools ==== +
-Tool functional requirements include making sure your system has all the necessary development,​ management, and operation tools for the project. +
-  * [[dido:​public:​ra:​xapend:​xapend.e_tools]] +
-**Note**: The tool list provided is not exhaustive. +
- +
-==== Virtualized Nodes ==== +
-Utilizing Virtual Nodes in a distributed system can provide flexibility because a virtual node can run on many hardware/​operating system platforms. Virtual Node functional requirements entail determining which type of virtual node is necessary for the system. +
-  * [[dido:​public:​ra:​1.4_req:​1_func:​platform:virtnodes]]+
  
 +  * [[dido:​public:​ra:​1.4_req:​1_func:​platform]]
 +  * [[dido:​public:​ra:​1.4_req:​1_func:​access]]
  
  
dido/public/ra/1.4_req/1_func.1616186432.txt.gz · Last modified: 2021/03/19 16:40 by murphy