Cookies Policy
The website need some cookies and similar means to function. If you permit us, we will use those means to collect data on your visits for aggregated statistics to improve our service. Find out More
Accept Reject
  • Menu
About

About

I hold a Masters degree in Informatics and Telecommunications from Arts, Sciences and Technology University, Lebanon.I hold Bachelor degree in Informatics and Technology from ULF University, Lebanon.I am a PhD Student at MAPi (A joint Doctoral Programme in Computer Science of the University of Minho, the University of Aveiro and the University of Porto), I am also a researcher at HASLab/INESC TEC located in Minho University, Braga, Portugal.

I am interested in the domain of distributed systems. I am working on my thesis now, the subject is: “Extending Conflict-free Replicated Data Types Fault Models".

The thesis aims to extend the fault model of CRDTs to address Byzantine faults, rational behaviors, etc.This work aims at extending the fault model addressed in literature for CRDTs by suggestions considering Byzantine faults as it represents the strongest fault model, it exists in practice, and it has been studied very well in literature.

My supervisors are: Dr. Ali Shoker and Prof. José Bacelar Almeida.

Hosting Research Unit : High-Assurance Software Lab (HASLab)/INESC TEC & Univ. of Minho.

External Monitor : Prof. Alysson Bessani, universidade de Lisboa

Interest
Topics
Details

Details

  • Name

    Houssam Ahmad Yactin
  • Role

    External Student
  • Since

    15th March 2016
Publications

2021

On the feasibility of byzantine agreement to secure fog/edge data management

Authors
Shoker, A; Yactine, H;

Publication
Advances in Information Security

Abstract
Fog/Edge computing improves the latency and security of data by keeping storage and computation close to the data source. Nevertheless, this raises other security challenges against malicious, a.k.a, Byzantine, attacks that can exploit the isolation of nodes, or when access to distributed data is required in untrusted environments. In this work, we study the feasibility of deploying Byzantine Agreement protocols to improve the security of fog/edge systems in untrusted environments. In particular, we explore existing Byzantine Agreement protocols, heavily developed in the Blockchain area, emphasizing the Consistency, Availability, and Partition-Tolerance tradeoffs in a geo-replicated system. Our work identifies and discusses three different approaches that follow the Strong Consistency, Eventual Consistency, and Strong Eventual Consistency models. Our conclusions show that Byzantine Agreement protocols are still immature to be used by fog/edge computing in untrusted environment due to their high finality latency; however, they are promising candidates that encourage further research in this direction. © 2021, Springer Nature Switzerland AG.

2021

ASPAS: As Secure as Possible Available Systems

Authors
Yactine, H; Shoker, A; Younes, G;

Publication
Distributed Applications and Interoperable Systems - 21st IFIP WG 6.1 International Conference, DAIS 2021, Held as Part of the 16th International Federated Conference on Distributed Computing Techniques, DisCoTec 2021, Valletta, Malta, June 14-18, 2021, Proceedings

Abstract

2018

Semantic Wikis Distributed on Structured Peer-to-Peer Networks

Authors
Rahhal, C;

Publication
The International Journal of E-Learning and Educational Technologies in the Digital Media

Abstract

2017

As Secure as Possible Eventual Consistency

Authors
Shoker, A; Yactine, H; Baquero, C;

Publication
PROCEEDINGS OF THE 3RD INTERNATIONAL WORKSHOP ON PRINCIPLES AND PRACTICE OF CONSISTENCY FOR DISTRIBUTED DATA (PAPOC 17)

Abstract
Eventual consistency (EC) is a relaxed data consistency model that, driven by the CAP theorem, trades prompt consistency for high availability. Although, this model has shown to be promising and greatly adopted by industry, the state of the art only assumes that replicas can crash and recover. However, a Byzantine replica (i.e., arbitrary or malicious) can hamper the eventual convergence of replicas to a global consistent state, thus compromising the entire service. Classical BFT state machine replication protocols cannot solve this problem due to the blocking nature of consensus, something at odd with the availability via replica divergence in the EC model. In this work in progress paper, we introduce a new secure highly available protocol for the EC model that assumes a fraction of replicas and any client can be Byzantine. To respect the essence of EC, the protocol gives priority to high availability, and thus Byzantine detection is performed off the critical path on a consistent data offset. The paper concisely explains the protocol and discusses its feasibility. We aim at presenting a more comprehensive and empirical study in the future.