This project provides a comprehensive implementation of cloud simulation scenarios using:
- CloudSim - Framework for modeling and simulation of cloud computing environments
- GreenCloud - Energy-aware cloud simulation (NS-2 based)
CloudSimProject/
├── cloudsim/ # CloudSim implementation
│ ├── src/ # Java source files
│ ├── lib/ # CloudSim libraries
│ ├── config/ # Configuration files
│ └── results/ # Simulation results
├── greencloud/ # GreenCloud implementation
│ ├── tcl/ # TCL simulation scripts
│ ├── config/ # Configuration files
│ └── results/ # Simulation results
├── analysis/ # Analysis and visualization
│ ├── scripts/ # Python analysis scripts
│ └── graphs/ # Generated graphs
├── docs/ # Documentation and reports
└── presentation/ # Presentation materials
cd cloudsim
./setup.shcd cloudsim
./run_simulations.shcd greencloud
./setup.shcd analysis/scripts
python3 analyze_results.py- Java JDK 8 or higher
- Python 3.8+ with matplotlib, pandas, numpy
- NS-2 (for GreenCloud)
- Maven (for building CloudSim)
Cloud Computing / Distributed Systems Project
Educational Use