You are on page 1of 3

IMPORTANT TOPICS

Raspberry Pi 3 Specifications
SoC: Broadcom BCM2837
CPU: 4× ARM Cortex-A53, 1.2GHz
GPU: Broadcom VideoCore IV
RAM: 1GB LPDDR2 (900 MHz)
Networking: 10/100 Ethernet, 2.4GHz 802.11n wireless
Bluetooth: Bluetooth 4.1 Classic, Bluetooth Low Energy
Storage: microSD
GPIO: 40-pin header, populated
Ports: HDMI, 3.5mm analogue audio-video jack, 4× USB 2.0, Ethernet

Python Flask Framework


Flask is a web application framework written in Python. Armin Ronacher, who leads
an international group of Python enthusiasts named Pocco, develops it. Flask is
based on Werkzeug WSGI toolkit and Jinja2 template engine.

AES-256
The more popular and widely adopted symmetric encryption algorithm likely to be
encountered nowadays is the Advanced Encryption Standard (AES). It is found at
least six time faster than triple DES.

PBKDF2
In cryptography, PBKDF1 and PBKDF2 (Password-Based Key Derivation Function
2) are key derivation functions with a sliding computational cost, used to reduce
vulnerabilities to brute force attacks.
Cloud Computing
Cloud computing is a general term for anything that involves delivering hosted
services over the Internet.

IOT

The internet of things, or IoT, is a system of interrelated computing devices,


mechanical and digital machines, objects, animals or people that are provided with
unique identifiers ( UIDs ) and the ability to transfer data over a network without
requiring human-to-human or human-to-computer interaction.

Internet vs Intranet

BASIS FOR
INTERNET INTRANET
COMPARISON

Meaning Connects different network It is a part of Internet which is

of computers together privately owned by a particular

firm

Accessibility Anyone can access the Accessible only by the

Internet organization members, having

login details.

Safety Is not as safe as Safe

compared to Intranet
No of Users Unlimited Limited

Visitors Traffic More Less

Network Type Public Private

Information Unlimited, and can be Limited, and circulates among the

Provided viewed by everyone members of an organization

You might also like