Skip to content
www.takethenotes.com
  • Home
  • Embedded
  • Linux
  • C/C++
  • Network Protocols
    • IPSec
  • AWS
  • AIML
Uncategorized

Difference between a container, pod and microservices

Jan 1, 2023 Admin

In today's fast-paced and ever-evolving software development landscape, three terms that are often heard are containers, pods and microservices. These are commonly used to build and deploy modern applications, but…

Network Protocols

SCTP (Stream Control Transmission Protocol)

Dec 25, 2022 Admin

SCTP (Stream Control Transmission Protocol) is a transport-level protocol that provides reliable, connection-oriented data transfer for applications. It is similar to TCP in many ways, but it also has some…

Embedded Linux

Bootloader – What is it & how to use it?

Dec 19, 2022 Admin

A bootloader is a small piece of software that runs when an embedded device is turned on or reset. Its primary function is to load the operating system (OS) or…

Embedded C/C++

Different type of memory corruption

Dec 18, 2022 Admin

Memory corruption in embedded devices refers to the unintentional alteration of data stored in a device's memory in a way, that can cause the device to malfunction or behave unexpectedly

Embedded

What is Secure Boot?

Dec 18, 2022 Admin

Secure boot is a feature that is designed to ensure the integrity and security of a device's boot process. It involves the use of digital signatures and public key infrastructure…

Embedded

Difference between Digital Signing and Encryption

Dec 18, 2022 Admin

Although "Digital signing" and "Encryption" are often used together to provide both confidentiality and authenticity for a message or data but they very distinct concepts in the field of cryptography.

Embedded

Interrupt – an Important Feature

Dec 17, 2022 Admin

Interrupt in Embedded world are an pause to main code processing and processing of high priority code (i.e. ISR). Once the code of ISR is processed then resume of main…

Embedded Linux

UEFI (Unified Extensible Firmware Interface)- What is it?

Dec 17, 2022 Admin

UEFI is implemented as a firmware program that is stored in a chip on the motherboard of a computer. It is responsible for initializing the hardware components of the system…

Embedded

Operating modes in ARM Cortex-A controllers

Dec 16, 2022 Admin

Operating mode is a term used to describe the state of a microcontroller and the resources and instructions that are available to it

Embedded

Introduction to ARM TrustZone

Dec 15, 2022 Admin

ARM TrustZone is an embedded security feature that is built into ARM-based microprocessors. It provides a secure environment for sensitive operations.

Posts pagination

1 … 5 6 7 8

Follow us on LinkedIn

www.takethenotes.com
Contact us: info@takethenotes.com

© 2021-2022 | Proudly made with ♥ in India

  • Home
  • Contributors
  • Sitemap