Questions tagged [system]
The system tag has no summary.
41 questions
-1
votes
1
answer
157
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 ...
5
votes
3
answers
675
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
230
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
270
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
78
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
131
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
258
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
86
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
674
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
60
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
63
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
306
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
42
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
152
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 ...