Coder Social home page Coder Social logo

mmu's Introduction

MMU

A system that simulates the activity of the memory management unit(MMU) in Java.

Purpose of the project

The purpose of the project is to create a system that simulates the activity of a memory management unit. The project is written in JAVA language.

Paging algorithms that has been used

There are several different paging algorithms where the pages are mapped to memory, we were asked to implement:

LRU - Least Recently Used. NRU - NOT Recently Used. Random. Application and system architecture In the project we created a client-server interface where we manage to send requests from the client using the GUI. Requests such as data access for the "browse" operation, update and delete information.

Design Pattern:

This system is built on OOP principles and has been used in common Design Pattern:

Observe Pattern. Strategy Pattern. Also, the GUI is used with the help of SWING and working with JSON files.

The system is structured to hold pages in memory identified by ID. The system transfers memory clips between the secondary memory and the head according to user requests. With the help of multi-threading, the system is able to receive requests from several customers at the same time.

You can watch the project in youtube: project filming

mmu's People

Contributors

oryantamsut avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.