Questions tagged [system]
The system tag has no summary.
41 questions
-1 votes
1 answer
125 views
How should I implement System Design patterns in general and when to use these patterns in every aspect?
I have been learning a lot of new things lately, DevOps, Cloud Computing, Monitoring, and Security. I have been facing my problems dead on, but System Design seems to be a bit complicated. I have ...
1 vote
2 answers
226 views
Application of Semantic Versioning Specifications Between 1.0.0-alpha and 1.0.0-alpha.1
I have no concrete idea about the main difference between 1.0.0-alpha and 1.0.0-alpha.1 of a system SemVer when it's applied in a real event of the system's development. Can someone explain the ...
0 votes
0 answers
77 views
Restricting access to resources by source and destination IP
Forgive me if this is the wrong place to ask such questions - I am still extremely new to this field and am not even sure where the most appropriate place to look for answers is. Question: Assume I ...
1 vote
2 answers
2k views
Relationship between System Requirements and Software Requirements
i'm trying to learn about requirements in software engineering. At the moment i have a example problem i'm running through, where i'm trying to develop a system that allows calculations. The goal of ...
0 votes
3 answers
85 views
"Assign" Role Association between two classes
If there is Class A and Class B and there is an association that B can be assigned to A.And the multiplicity is 1:M or M:1 from A to B.Example: 1.Room has Collection of Keys, and Key can can assigned ...
-4 votes
1 answer
59 views
What to call a system that gives users customized access to data?
What would be the proper way to describe a system whose sole purpose it is to give users access to large amounts of data in a structured way according to their own criteria? Like say for example ...
0 votes
1 answer
305 views
Northbound interface and Sounthbound interface, which understanding is correct?
Regarding the understanding of Northbound interface and Sounthbound interface of a system, which one will be correct? A In understanding A, the traffic from/to higher level system is northbound ...
-1 votes
1 answer
151 views
Can I use a 1D barcodes for an inventory tracking system?
I am to develop an inventory tracking system (e.g. keyboards, mice, phones, etc.) I am wondering if it is possible to use 1D barcodes UPC standard for this, will I be able to track each individual ...