Framing in Data Link Layer

Before understanding the framing in data link layer we need to understand some common terminology. Datagram: The unit of transmission in the network layer (such as IP). A datagram may be encapsulated in one or more packets passed to the data link layer. Frame: The unit of transmission at the data link layer. A frame

Framing in Data Link Layer Read More »

Understanding Linear Regression

Understanding Linear Regression

Among various kinds of Linear Models used in Machine Learning, Linear Regression is one of the popular and basic models that every Data Scientists or Machine Learning Engineers (or some other names) read about. Before directly diving to Linear Regression let’s understand what exactly is the linear model. Linear Model In simple words, we define

Understanding Linear Regression Read More »

Transport Layer Security (TLS)

Transport Layer Security (TLS) is an upgraded version of the Secure Sockets Layer (SSL). TLS is an encryption protocol intended to keep data secure when being transferred over a network. Client-server applications use the TLS protocol to communicate across a network in a way designed to prevent eavesdropping and tampering. Websites can use TLS to

Transport Layer Security (TLS) Read More »