Understanding Memory Management and I/O Devices

WEEK 9 Round Robin Algorithm? How Does It Work?

A scheduling algorithm which has a time quantum. After that set quantum time, the process that was running is preempted and moved back to the arrival queue if it still has burst time remaining.

Demand Paging? Example of Demand Paging.

Demand paging is a method of virtual memory management. Demand paging follows that pages should only be brought into memory if the executing process demands them. This is often referred to as lazy evaluation as only those

Read More

The employer shall conduct” + “risk assessment

z

Dependability:


most important? User degree of trust in system, system will operate as expected and not fail during normal user interdep attributes:
availability,reliability,security, safety, resilience, maintainability, error tolerance, repair ability

Why?


failures affect lots of people, unreliable = unsafe, cost, info loss, reputation causes:

hardware, software, operational. Interdependent safe systems must be safe and reliable which can be hindered by cyberattacks, viruses, ddos attacks which can
Read More

Network Fundamentals: VLANs, Spanning Tree, and Network Layer Concepts

VLANs and Hubs

VLANs require configuration tables in bridges to function. However, if hubs are used instead of switches, configuration tables are not necessary because hubs simply connect incoming lines electrically without performing any routing or configuration.

Spanning Tree Algorithm

Steps:

  1. Elect a root node (switch with the lowest address).
  2. Grow the tree as the shortest distances from the root (using the lowest address to break distance ties).
  3. Turn off ports for forwarding if they are not on the
Read More

Understanding Plastics: Types, Properties, and Applications

A monomer is… A molecule with low molecular weight
All these containers are made with: thermoplastics
All these objects are made with: Thermosets (rigid)
All these objects are made with: elastomers (goma)
Impermeability is a property of plastics … True
Molecular bonds in thermosets plastics are much stronger than in thermoplastics:… True
Polymers in plastics are made of long chains of carbon atoms… True
Plastics can be natural or synthetic … Yes, there are two types.
Plastics have high malleability

Read More

Routing Algorithms, Congestion Control, and IPV4 Protocol: A Comprehensive Guide

Distance Vector Algorithm

  1. A router transmits its distance vector to each of its neighbors in a routing packet.
  2. Each router receives and saves the most recently received distance vector from each of its neighbors.
  3. A router recalculates its distance vector when:
    • It receives a distance vector from a neighbor containing different information than before.
    • It discovers that a link to a neighbor has gone down.
    • The DV calculation is based on minimizing the cost to each destination

– In distance vector routing,

Read More

Cybersecurity Fundamentals and Advanced Concepts

Cybersecurity Basics

  • Security Models and Principles:

    • Bell-LaPadula Model: Ensures confidentiality with “no read up, no write down” principles.

    • Biba Model: Integrity-focused, with “no write up, no read down” rules to prevent data corruption.

    • Clark-Wilson Model: Ensures transaction integrity and separation of duties.

    • Least Privilege & Defense in Depth: Fundamental principles for minimal access and multi-layered defense strategies.

  • Authentication & Access Control:

    • Strong authentication mechanisms,

Read More