My journey into a Masters in Cybersecurity has made me realize that my knowledge of networks is superficial. I was able to use and somewhat configure a network but did so mainly by trial and error and the online community. I felt that this was an area that I needed to be more experienced in, … Continue reading Studying for the Network+ certification
REST vs SOAP
Overview While the end goal is the same, REST and SOAP cannot be directly compared as REST is a set of guidelines that developers may choose to implement differently from project to project while SOAP is a well defined and standardized protocol for data exchange.auth0[1] REST REpresentational State Transfer (REST) is a software architecture that … Continue reading REST vs SOAP
OAuth and OpenID Connect
This is one article written as part of my studies for the CompTIA Security+ exam. (SY0-601) Make me better by commenting below. OAuth enables you (user) to authorize some of your identity information to an OAuth-enabled service without giving the OAuth-enabled service your password for the Identity Provider (which is hosting your identity information) . … Continue reading OAuth and OpenID Connect