Open in app

Sign in

Write

Sign in

Alexis Oreiro
Alexis Oreiro

Home

About

Mar 29, 2022

OSI Model

The OSI model (or Open Systems Interconnection Model) is an absolute fundamental model used in networking. This critical model provides a framework dictating how all networked devices will send, receive and interpret data. One of the main benefits of the OSI model is that devices can have different functions and…

Osi Model

6 min read

OSI Model
OSI Model
Osi Model

6 min read


Jan 24, 2022

Defensive Cybersecurity (NIST)

I’m going to talk about steps that the US government takes to encourage good defensive cybersecutity practices. In all the discussions about cybersecurity, one of the key things you are going to know is the asymmetry between the adversaries and those who they attack. Adversaries can move around quickly and…

Cybersecurity

6 min read

Defensive Cybersecurity (NIST)
Defensive Cybersecurity (NIST)
Cybersecurity

6 min read


Apr 24, 2021

What happens when you type holbertonschool.com in your browser.

I’m going to show you how the web stack works. Starting When you press the key “h” the browser receives the event and the auto-complete functions kick in. Depending on your browser’s algorithm and if you are in private/incognito mode or not various suggestions will be presented to you in the…

Browsers

7 min read

What happens when you type holbertonschool.com in your browser.
What happens when you type holbertonschool.com in your browser.
Browsers

7 min read


Apr 19, 2021

IoT (Internet of Things).

The internet of things (IoT) describes the network of physical objects — “things”- or objects — that are embedded with sensors, software, and other technologies for the purpose of connecting and exchanging data with other devices and systems over the internet. Smart toasters, connected rectal thermometers, and fitness collars for…

IoT

5 min read

IoT (Internet of Things).
IoT (Internet of Things).
IoT

5 min read


Dec 14, 2020

Differences between Static & Dynamic libraries.

Why we use libraries? As a programmer, you may find yourself using the same function or functions repeatedly. In this case, it is best to put this function or functions in a library to speed up the compilation of the program. C libraries store files in object code; during the linking phase of the…

3 min read

Differences between Static & Dynamic libraries.
Differences between Static & Dynamic libraries.

3 min read


Nov 25, 2020

WHAT IS THE SHELL

And what happend when you type <ls -l> on your bash prompt. — The first thing to know is that a Unix Shell is a command language interpreter (command execution program). The primary purpose of which is to translate command lines typed at a terminal into system actions. The shell itself is a program through which other programs are invoked. This program was…

5 min read

WHAT IS THE SHELL
WHAT IS THE SHELL

5 min read


Oct 12, 2020

What, Why and How of the Static Libraries in C.

Befor we start to talk about Static Libraries we need to know what is a library on C language. A library in C is a collection of header files, exposed for use by other programs. The library therefore consists of an interface expressed in a (.h) file (named the "header")…

Static Libraries In C

5 min read

What, Why and How of the Static Libraries in C.
What, Why and How of the Static Libraries in C.
Static Libraries In C

5 min read


Sep 17, 2020

What happens when you type gcc main.c ?

Gcc is the GNU Compiler Collection which is a compiler system. It is used in many different languages including C, C++, Java, Objective C and many others. main.c is the file name that we want to compile that has the C extension. But what exactly does that mean? Three main…

2 min read

What happens when you type gcc main.c ?
What happens when you type gcc main.c ?

2 min read


Sep 17, 2020

What is the difference between a hard link and a symbolic link?

What is the difference between a hard link and a symbolic link? There are two types of links in UNIX system, hard link and soft links, also known as symbolic link or symlink. Though both points to some other source, there are a lot of difference between them. Hard link is direct pointer to the inode of the original file. If you…

2 min read

What is the difference between a hard link and a symbolic link?
What is the difference between a hard link and a symbolic link?

2 min read


Sep 17, 2020

The ls *.c command on Linux

ls command is a basic command in Linux used to list files and directories. This command comes with so many features like you can sort files and directories by Date, by Size, able to check hidden files and directories, permissions, inode information and so on. To know how it works…

2 min read

The ls *.c command on Linux
The ls *.c command on Linux

2 min read

Alexis Oreiro

Alexis Oreiro

Working to succeed in Cyber Security.

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams