Skip to main content

Network Security

Individuals need information security to protect their important personal information from being stolen. They need system security to prevent harmful cyber attacks that hurt application programming or operating systems. There are many ways that your information and system security can be threatened and also many ways to protect it.

Malware is malicious software that runs on a computer causes it to do harmful things like running services that charge you or messing up your data. Ransomware is a type of malware that steals data and holds it requiring you to meet specific terms to regain access.

 It is important to regularly scan your computer for any malware. There may be important updates that patch any vulnerabilities. It is also smart to have back up data and being prepared in case of malware infection. One of the best ways to keep your information secure is through the use of antivirus software. 

“It primarily works by using a list of known virus patterns, called definitions or signatures. Another way it works is through heuristic identification. This means the software looks for actions or behaviors that are similar to what viruses do and tries to block those actions.” (TestOut Corp., 2024) 

Infections can spread through a network and onto different devices so it is important to activelymonitor across different devices on the network. Some other great ways to prevent a malware infection are “filtering to only allow file types you would expect to receive blocking websites that are known to be malicious, actively inspecting content, and using signatures to block known malicious code”. (NCSC,2020) Disconnecting from the internet may also be necessary in the case of a malware infection. 

 Social engineering refers to when someone manipulates another to get sensitive information by masquerading as something that they aren’t. There are different types of social engineering like phishing, baiting, tailgating, scareware, and dumpster diving. Some use hardware to transmit malware others use schemes like false alarms. Tailgating is “a physical breach where an unauthorized person manipulates their way into a restricted or employee only authorized area through the use of social engineering tactics.”(CMU, n.d) Multi-factor authentication is a great preventative measure that helps to ensure the wrong person isn’t trying to access your information. It’s important to safely guard sensitive files and verify any outside sources asking for that information. 

Awareness of what information should be securely guarded and who to allow access to that information is key. Antivirus software and safe communication practices, as well as routine monitoring of the activity in your network are essential for maintaining the security of your information and system.

References

Mitigating malware and ransomware attacks. (02/2020) https://www.ncsc.gov.uk/guidance/mitigating-malware-and-ransomware-attacks

Carnegie Mellon University. (n.d.). Social Engineering - Information Security Office - Computing Services - Carnegie Mellon University. https://www.cmu.edu/iso/aware/dont-take-the-bait/social-engineering.html

TestOut Corp. (2024). CertMaster Learn Tech+http://www.testout.com

Comments

Popular

Writing Efficient Programs

  Writing Better Programs: More Than Just “Making It Work” When I first started coding, my mindset was simple: if the program runs, I’m done. But after getting into data structures and algorithm design, I’ve realized that how a program works matters just as much as if it works. That’s where algorithmic design and data structures come in—they help you build programs that are not just correct, but efficient and well-structured. 🔹 Thinking Like a Programmer (Before You Code) One of the biggest changes I’ve made is slowing down before I start typing code. Instead of jumping straight into Java, I try to break the problem down into steps first. This is algorithmic design. For example, I’ll: Figure out what the program needs to do Write out the steps (kind of like pseudocode) Then translate that into actual code Doing this helps me avoid confusion and keeps my program organized from the start. 🔹 Are Some Algorithms and Data Structures Better? Yes—but not in a one-si...

Duolingo Critique

The app that I chose to review is Duolingo. There is a web version also. It is an interactive learning app that has many features. It can be accessed from multiple mobile devices like a tablet, laptop or phone. It can also be accessed with a pc. Functionality is seamless on all platforms. There is a database of learners with their information being stored for individual reference and each learner can connect with others through their profile. You can add friends and interact with others users. There are leaderboards that track progress daily on the app. This format is exciting because it makes the experience feel more like a game than educational lessons. There is a competitive factor and challenges that keep things interesting. Conversational exercises can be practiced in a more natural manner through an AI generated FaceTime call that reacts to your responses and stores your conversations. Stories are another way of practicing a language on the app. A pre generated radio program is a...

Computers

Computers  Past, present, & future The beginning Computers have changed the way we live. They connect us by sending electrical signals through a network to convey different messages. At first the speed and extent of that process was limited by less advanced technology. It took more hardware to complete certain tasks. For example, DSL wires would get congested but now that there are many towers built we have wireless connections that speed things up for us. Or things like fiber that communicate information through light rays. Modern Computers Computers have now reached a point of ultimate sufficiency. Non-volatile memory is able to store more gigabytes of data with smaller hardware than ever before. Just a simple flash drive will probably suffice for most people’s needs. And with things like cloud storage that host large databases for different networks, there is less of a need for physical components. Volatile memory processes different bits of information faster than ever befo...