A
Aarti Parmar· 5 years ago
Sharing trusted health, wellness, and beauty insights to support informed choices and everyday well-being.

How do you do some different secure system?

0
1.6K

Join this conversation

Sort By
Replying to the question above
Updated on07/23/26

You can build different secure systems. First, you need to figure out what you want to protect. It could be computers, networks, cloud applications, databases, user accounts, etc. Then, you need to apply multiple layers of security. These typically include strong authentication, access control, encryption, secure configuration, regular upgrades, backups, monitoring, and an incident-response plan.

One important framework is the NIST Cybersecurity Framework 2.0, which divides cybersecurity into six functions: Govern, Identify, Protect, Detect, Respond, and Recover.

To me, the strongest security is not dependent on one instrument. It is derived from the combination of preventive, detective and recovery controls, such that a failure in one layer does not endanger the whole system.

Secure System Types

Different contexts need different security approaches:

  • Network security protects network traffic and connected devices.

  • Application security secures software and web applications.

  • Cloud security is the protection of infrastructure, applications and data that are hosted in the cloud.

  • Endpoint security covers laptops, desktops and mobile devices.

  • Database security means the protection of information in a database.

In a Zero Trust security model, access is always verified rather than immediately trusting someone because they are inside a network.

NIST defines Zero Trust as “about protecting users, assets, and resources” and does not inherently trust based on network location.

Core Security Components

A typical well-designed secure system combines:

  • Multi-factor authentication (MFA)

  • Role-based access or least privilege

  • Data encryption

  • Firewalls and network controllers

  • Endpoint Security

  • Secure backups

  • Logging & Monitoring

  • Security updates on a regular basis

  • Incident-response processes

One notion I would really like to emphasize is minimum privilege. NIST defines it as restricting users or processes to the least privileges necessary to accomplish assigned tasks.

Security Step-by-Step

Here’s what a practical security process looks like:

  • Identify key systems, accounts and sensitive data.

  • Assess potential weaknesses and threats.

  • Implement adequate security safeguards.

  • Limit access to those who really need it.

  • Enable strong and multi-factor authentication.

  • Encrypt sensitive data where possible.

  • Keep your operating systems and applications updated.

  • Tested backups.

  • Be alert for suspicious activity.

  • Develop and test an incident-response and recovery plan.

The key point here is security needs to be risk-driven. Personal laptops and financial databases are not created equal, and security policies should not be applied equally.

Threat Protection

Secure systems should be designed to resist common attacks such as:

  • Malware and ransomware

  • Phishing (continued)

  • Theft of credentials

  • Unlawful access

  • Software errors

  • Internal threats

  • Data breaches

Zero Trust can further decrease risk by verifying and approving individuals and devices before granting them access to protected resources.

Monitoring and Maintenance

Security is a continuous process, not a one-time installation.

Often:

  • Review the security logs.

  • Apply security updates.

  • Delete unused accounts.

  • Check user permissions.

  • Backups test.

  • Scan for security holes.

  • Security policies update.

For me, I would consider monitoring and maintenance to be as vital as original security configuration, as new vulnerabilities and threats are always popping up.

Frequently Asked Questions

1. What kind of system is the most secure?

There is no single most secure system. Security is a matter of risk, architecture, controls, configuration and ongoing maintenance.

2. What is tiered security? 

Layered security means that there are a lot of security controls in place so if one protection fails, then the entire system does not get compromised automatically.

3. What is Zero Trust security? 

Zero Trust is built on the premise that access is not trusted by default and must be authenticated and authorized properly before resources may be accessed.

Must Read: What is Cybersecurity and Why is it so Important?

A
Helping users understand cybersecurity through practical strategies, trusted frameworks, and easy-to-follow security guidance.
View Profile

Aanya Sharma is a science and technology writer with over 5 years of experience and 300+ published articles across leading digital platforms. She holds a Bachelor's degree in Science (Physics) from Delhi University, which grounds her writing in scientific literacy and gives her the ability to evaluate technical claims with accuracy. Her work has appeared on platforms including The Wire Science, Analytics India Magazine, and Digit.in, where she has covered artificial intelligence, space exploration, consumer technology, environmental science, and emerging tech policy. With a focus on accuracy and clarity, her writing makes complex scientific and technological developments accessible to readers without a technical background. Aanya has participated in science communication panels at events including the India Science Festival and has been recognised as a contributor to responsible tech journalism in India. She is an active member of the National Association of Science Writers (NASW) and maintains a public portfolio of her published work. Across all her work, her writing is grounded in verified sources and a commitment to editorial standards — delivering content that readers can rely on in a space where misinformation spreads easily.

0
Replying to the question above
Answered on06/24/21

I have a lot of friends who ask me questions about security. There is just so much to learn these days. With that in mind, I started learning more about securing my own system by setting up a new Linux server and using it as my personal server for hosting websites. I started looking at different guides on how to use OpenSSH Server. Some of the server that will help any user secure their system with SSH servers, keys, user authentication, and even how to do some different secure systems like Windows NetBios over SSH.


How To Secure The Security System Infrastructure - Security Solutions Media



V
View Profile

Hey! I am Vanisha Anand from indore, and i am pursuing graduation right now.

0