Technical Support Fundamentals
Technical Support Fundamentals
system
(1s & 0s=binary digits)
Bit - smallest storage unit
- stores 1s and 0s
Byte - a collection of 8 bits
- stores one character: ,,a”, ,,B” or
,,%”
https://www.asciitable.com/
Abstraction - In computing, we use abstraction to make a very complex
problem, like how to make computers work, easier to think about. We do that by breaking
it apart into simpler ideas that describe single concepts or individual jobs that need to be
done, and then stack them in layers. E.g. Error message 404-Page not found
The External Data Bus or EDB - It's a row of wires that interconnect the parts of our computer
When you send a voltage to one of the wires, we say the state of the wire is on, or represented by a 1. If there's
no voltage, then we say that the state is off, represented by a 0. This is how we send around our ones and
zeroes. The EDB comes in different sizes, 8 bit, 16 bit, 32, even 64.
The Memory Controller Chip or MCC. The MCC is a bridge between the CPU and the RAM. Finds the instructions for a certain
program and sends it to the CPU;
The Address bus. It connects the CPU to the MCC, and sends over the location of the data, but not the data itself. Then the MCC
takes the address and looks for the data. And then data is then sent over the EDB.
Fastest way to get data: Cache is smaller than RAM, but it let's us store data that we use often, and let's us quickly reference it.
More on COMPONEnTS
The BIOS (UEFI) is software that helps initialize the hardware in our
computer and gets our operating system up and running.Our
motherboard stores the BIOS in a special type of memory called, the
read-only memory chip, or ROM chip.ROM is non-volatile, meaning it
won't erase the data if the computer is turned off.
Devices use programs to tell the CPU what to do: services or drivers.
Thermal paste is used to better connect our CPU and heat sink.
Case fan
Case cables
a. Kernel - main core of the OS - operating with hardware and manages our system
resources.
b. User space (everything outside the kernel): system programs, users interfaces
etc.
Mobile - iOS/Android
SSH server:
a. Win - Putty/PowerShell
b. Linux - OpenSSH
The alternative is using an SSH authentication key. SSH keys come in a set of two keys called
private and public keys. You can think of them as actual physical keys to a special safe. You
can use one key to lock the safe, but it won't unlock it. The other key can then only unlock the
safe, but not lock it. That's basically how public and private keys work. You can lock
something with the public key, but you can only unlock it with a private key and vice versa.
This ensures that whatever is in the safe is available to only those with the public and private
keys.
VPN - It allows you to connect to a private network like your work network over the Internet.
Think of it as a more sophisticated SSH with a lot more setup. It allows you to access
resources like shared file servers and network devices as if you are connected to your work
network.
The KERNEL’S PARTS
The kernel does file storage in file
management.Files are managed by the file
system.
For Linux
mkdir numele-fisierului-dorit
Week 4 - Networking
The Internet is the physical connection of computers and
wires around the world. The Web is the information on the
Internet. Networking is a specific branch of information
technology (IT) and is one of the fastest-growing areas of
IT. It involves the processes of building, using and
maintaining computer networks – including hardware,
software and protocols – so that multiple computing
devices can share data.The Internet is composed of a
massive network of satellites, cellular networks, and
physical cables buried beneath the ground. We don't
actually connect to the Internet directly. Instead, computers
called servers (applications) connect directly to the Internet.
Servers store the websites that we use, like Wikipedia,
Google, Reddit, and BBC. These websites serve content.
The machines that we use, like our mobile phones, laptops,
video game, consoles and more, are called clients (a
hardware or software unit that access a service available on
a server). Clients request the content, like pictures,
websites, from the servers. Clients don't connect directly to
the Internet. Instead, they connect to a network run by an
Internet service provider or ISP: Digi, Telekom etc.Basically,
all the other networks in the world, together, they form one
giant network of computers called the Internet.
Networking
When you send or receive data through a
network, your computer needs to have both an IP
and a MAC address.
TCP/IP
The Internet Protocol or IP, delivers our packets to the right computers. => IP
Addresses . The Internet Protocol helps us route information.
Wikipedia source:
Uninstalling software: