Joseph Anthony C. Hermocilla Articles


Research Proposal Part 7: Timeline

The following table outlines a 12-week timeline for developing a research proposal in computer systems, with two weeks for identifying the research gap and two weeks for developing the methods section. The timeline assumes 3 hours of work per week, totaling 36 hours, and includes generic tasks and deliverables to produce a comprehensive proposal addressing a research gap in the field.







Dependability in Edge Computing

This article [BAGCHI2019] addresses three challenges related to the dependability of edge computing namely: How should failures be handled? How should security and privacy issues be addressed? How should multi-tenancy be addressed in resource-constrained edge devices? Edge computing attempts to improve the performance of software applications by placing computing resources …

Fuzzing: Hack, Art, and Science

A program usually accepts input, performs operations on the input, and produces output. Incorrect processing of input can lead to security vulnerabilities, such as buffer overflow. Depending on the input, the program may not perform the desired operation. An attacker can craft a specialized input that exploits the vulnerability to …