Notes

SSH key-based authentication allows you to generate a public/private key. Place the public key on the server you are trying to access and the private key is kept with you on your machine. When you SSH to the server from the machine which has the private key , the server will immediately logs you in.

Introduction

Computer Networks is a communication network established between many electronic devices, not necessarily computers only for sharing resources and data. Such a network is established using physical links (such as cables, fiber, etc.) or can be wireless. (Wi-Fi, Bluetooth, etc.).

Open system is a system that is connected to the network and is ready for communication.

Closed system is system that is not connected to the network and can’t be communicated with.

Transmission Modes determine how data is transferred between two devices in a computer network. There are 3 transmission modes in computer networks:

PAN, LAN, WLAN MAN, WAN, GAN

History Lesson: Revisiting Networking Stone Age

https://www.youtube.com/watch?v=CRdL1PcherM&list=PLIhvC56v63IJVXv0GJcl9vO5Z6znCVb1P&index=4

OSI (Open Systems Interconnection) Model

The OSI (Open System Interconnection) reference model is a comprehensive set of standards and rules for hardware manufacturers and software developers. By following these standards, they can build networking components and software applications that work in any environment.

It provides a framework for creating and implementing networking standards, devices, and internetworking schemes. It explains the networking from a modular perspective, making it easier to understand and troubleshoot.

Motivation: