Questions tagged [system]
The system tag has no summary.
40 questions
5
votes
3
answers
647
views
Reliability vs Fault Tolerance
I am confused with the following terms: Reliability and Fault Tolerance
According to Designing Data Intensive Applications book, the definition of Reliability is:
The system should continue to work ...
1
vote
2
answers
212
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
6
answers
268
views
How can testability help in identifying and fixing bugs before they are integrated into the system?
Loose coupling promotes testability because it allows components to be tested in isolation without having to test the entire system. This can help to reduce the risk of introducing new bugs by making ...
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 ...
0
votes
2
answers
129
views
TL suggests that testing, refactor, and tool usage could avoid the need for verbose logging
Additional Context
I make infrastructure for automated device testing. Debugging can be very time consuming because the devices have many states and are constantly being updated with new builds which ...
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 ...
-2
votes
2
answers
255
views
How can we implement an incremental naming system?
Just like how Mac or Windows gives incremental names to new folders, how can we implement such a system in a database?
Let's say I have currently 3 folders (default names) i.e., "untitled folder&...
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 ...
-5
votes
1
answer
672
views
Can you have 2 processes modify a data store in a DFD diagram
If I have a Ban User process that should definitely modify the Accounts data store and if I have Create Account that should also should modify the Accounts data store.
-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 ...
1
vote
1
answer
62
views
Deploying a Customer Facing Enterprise App
I have a customer-facing enterprise app. (like AWS). Customers specify config on the app and relevant infrastructure is spun up along with my software on it. My CloudOps team, like the AWSCloudOps ...
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
vote
0
answers
41
views
How would i design processing twitter data
I am working on a project where a user can input different criteria which will be used to fetch tweets, lets call this action as TweetAnalysis. These tweets will then be sent to another internal ...
-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 ...
-1
votes
2
answers
280
views
Improving Availability vs Mean Time Between Failures
Let's assume that I have to deal with an unreliable system accessed by many users that goes down/fails, let's say, X times for X minutes weekly. If only one of the following can be improved due to ...