Skip to content

Programming by Design

If you're not prepared to be wrong, you'll never come up with anything original. – Sir Ken Robinson

  • About
  • Java-PbD
  • C-PbD
  • ASM-PbD
  • Algorithms
  • Other

Category: CISS-150-Project

CISS-150 Project 6 – Swap/Paging Space

Posted on December 29, 2020April 28, 2025 By William Jojo
CISS-150-Project

CISS-150 Project 6 (10 points) (Updated April 28, 2025) Overview The Ubuntu VM provided to you has no swap/paging space. Examination through the use of free and top will reveal this. Ubuntu 17.04 and later allows the use of a file in the standard filesystem to provide the storage needed for paging space. You will … Read More “CISS-150 Project 6 – Swap/Paging Space” »

CISS-150 Project 2 – Hardware

Posted on December 27, 2020October 6, 2024 By William Jojo
CISS-150-Project

CISS-150 Project 2 (10 points) (Updated October 6, 2024) Overview For this project, you will gather hardware information on all three virtual machines provided by your instructor. These include Windows 10, Windows Server 2019, and Ubuntu 24.04. Learning Outcomes System hardware. Exposure to Linux commands and pseudo filesystems. Exposure to Windows command shell and PowerShell … Read More “CISS-150 Project 2 – Hardware” »

CISS-150 Project 8 – Multifactor Authentication (MFA)

Posted on October 26, 2020May 5, 2025 By William Jojo
CISS-150-Project

CISS-150 Project 8 (10 points) (Updated May 5, 2025) This project focuses on making protocols more secure. When a service is forward-facing to the Internet, a username and password are simply not strong enough to keep out the interlopers. In addition to enabling the Secure Shell protocol (SSH), you will implement certificate authentication and OATH-TOTP … Read More “CISS-150 Project 8 – Multifactor Authentication (MFA)” »

CISS-150 Project 5 – Assembly Language Syscalls

Posted on September 27, 2020October 13, 2024 By William Jojo
CISS-150-Project

CISS-150 Project 5 (10 points) (Updated October 13, 2024) Overview Use Linux syscalls to simulate Java method calls like Scanner’s nextLine() method and PrintWriter’s printf() method. (similar to fgets() and printf() in C). Learning Outcomes Understanding basic assembly instructions. Understanding the connection of privileged calls and the Linux OS. Understanding the basics of syscalls. Getting … Read More “CISS-150 Project 5 – Assembly Language Syscalls” »

CISS-150 Project 4 – Assembly Language Basics

Posted on September 27, 2020October 13, 2024 By William Jojo
CISS-150-Project

CISS-150 Project 4 (10 points) (Updated October 13, 2024) Overview In this project, you become somewhat familiar with assembly language, the CPU registers, and the primitive level of operation that occurs at the CPU. Learning Outcomes Understanding basic assembly instructions. Understanding CPU registers. Understanding the basics of calling subroutines. Creating a build-environment. Getting Started Begin … Read More “CISS-150 Project 4 – Assembly Language Basics” »

CISS-150 Project 7 – RAID

Posted on April 8, 2020December 8, 2024 By William Jojo
CISS-150-Project

CISS-150 Project 7 (10 points) (Updated December 8, 2024) Overview This project will create a software-based RAID-1 in Ubuntu using mdadm. Learning outcomes Planning and design. Enhancing existing virtualization and storage skills. Modifying the virtual environment. Installing updates and application software. Creating a RAID array. Perform a RAID recovery. Current Configuration You can get a … Read More “CISS-150 Project 7 – RAID” »

CISS-150 – Threads

Posted on October 6, 2019September 19, 2021 By William Jojo
CISS-150-Project

(Updated September 19, 2021) This project examines the finer details of multi-programmed environments and the problems they introduce. You will be working with threads, locks, critical sections and reviewing key aspects of how operating systems manage some details while leaving some to the programmer to handle. This is to be done using your Ubuntu Linux … Read More “CISS-150 – Threads” »

CISS-150 Project 1 – Planning!

Posted on December 18, 2018August 30, 2021 By William Jojo
CISS-150-Project

CISS-150 Project 1 (10 points) (Updated August 29, 2021) Overview You have been given three (3) virtual machines (VMs) in a resource pool that bears your name. Within these VMs, you are to configure the networking for each. You will be given details and videos to watch to understand what needs to be done. Learning … Read More “CISS-150 Project 1 – Planning!” »

CISS-150 Final Project – Heterogeneous Integration

Posted on June 10, 2018May 12, 2023 By William Jojo
CISS-150-Project

Final CISS-150 Project (75 points) (Updated May 12, 2023) Omnes relinquite spes, o vos intrantes [Abandon hope, all ye who enter here.] This is it—the last project. Here we will make all three guests operate in a heterogeneous way. That is, Windows 10 will authenticate against the Active Directory (AD) domain in Windows 2019 and … Read More “CISS-150 Final Project – Heterogeneous Integration” »

CISS-150 Project 9 – Active Directory

Posted on April 9, 2013December 10, 2024 By William Jojo
CISS-150-Project

CISS-150 Project 9 (10 points) (Updated December 10, 2024) In this project, we will add Active Directory to our Windows 2019 server. This is a preparatory step toward the final project. Then, we will change the Windows 10 machine to participate in an Active Directory domain – the domain you created in Windows 2019. Learning … Read More “CISS-150 Project 9 – Active Directory” »

Posts pagination

1 2 Next

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Copyright © 2018 – 2025 Programming by Design.