Network and System Administration: Chapter 1: Introduction
Network and System Administration: Chapter 1: Introduction
Chapter 1 : Introduction
By: Shewakena
G.
Chapter Outline
problem
NB Warning!
Never do something you cannot undo.
Never stop learning b/c technology rapidly changes
Shall be use less privilege account b/c mistakes will be
less drastic
2. Data security
inefficiencies.
routers.
location
occur.
Concept Of Server Based
Networking
With more than 10 users, a P2P network will not adequate.
There is a need to use a dedicated computer/server which
optimize or increase the service of network to clients. This
type of networking is also known as client/server based
network.
What Is Client/Server?
It is a network architecture in which client requests data from
server and the server responds to the request in retrieving the
required information.
It is the base to manage & to administer networking.
Computer that provides resources to the network users.
Cont’d
interruptions.
network administration
Personal Integrity
user.
software.
Operating Systems: Windows and
UNIX Variant
Novel Netware,
(OSs)
5
E
N
A
G
. An Operating System (OS) is system software that
manages computer hardware and software resources.
It provides a user interface and enables applications to run
on a computer.
OS manages:
Process Management: Scheduling and executing processes.
Memory Management: Allocating and freeing up memory.
File System Management: Organizing and storing files.
Device Management: Handling input/output devices.
Security & User Management: Ensuring authentication and access control.
42
0S
4H
/E
G
.
43
0S
4H
/E
con…
5
E
N
A
G
.
44
0S
4H
/E
con…
5
E
N
A
G
.
45
0S
4H
/E
OS Comparison Table
0
W
8
A
/
K
2
5
E
N
A
G
.
46
0S
4H
/E
0
47
0S
4H
/E
0
W
G
.
48
0S
4H
/E
0
G
enterprise users.
.
Key Advantages of Windows Systems
✔ User-friendly – Easy-to-use graphical interface.
✔ Software Availability – Supports a vast range of applications, including
Microsoft Office and gaming software.
✔ Hardware Compatibility – Works with almost all PC hardware and drivers.
✔ Enterprise Features – Active Directory, Group Policy for centralized
management.
Challenges
❌ Security Vulnerabilities – Prone to malware and cyberattacks, requiring
frequent updates.
❌ Resource-Heavy – Higher system requirements compared to Unix-based OSs.
❌ Limited Customization – Users have less control over system configurations.
50
0S
4H
/E
G
N
A
Interfaces (UIs)
.
51
0S
4H
/E
G
A. General-Purpose Linux Distributions
.
These are commonly used for desktop computing, development, and
personal use.
52
0S
4H
/E
G
B. Server and Enterprise Distributions
.
These distros focus on security, stability, and performance for
professional environments.
53
0S
4H
/E
G
. These distributions are designed for ethical hacking and
security research.
D. Lightweight Distributions
These are optimized for older hardware or minimal
system resources.
54
0S
4H
/E
0
W
8
A
/
Linux User Interfaces (UIs)
K
2
5
E
N
Linux offers multiple Desktop Environments (DEs),
G
A
which define how the graphical interface looks and
.
operates.
Each DE provides a different user experience,
customization level, and performance.
🔹 GNOME vs KDE
GNOME: Simple, elegant, but consumes more RAM.
KDE: Feature-rich, highly customizable, but slightly heavier.
🔹 Lightweight Choices
XFCE, LXQt, MATE are ideal for older hardware or users who
prefer a fast system. 55
Windows Vs. Linux File System
Linux
Open source operating system
User can change source code as per requirement whereas
Windows
Commercial operating system so
User doesn’t have access to source code.
Linux
Secure as it is easy to detect bugs and fix whereas
Windows :- has a huge user base, so
It becomes a target of hackers to attack windows system
Key difference between
General Files
General Files also called as Ordinary files.
Directory Files
These files are a warehouse for other file types.
You can have a directory file within a directory (sub- directory).
Like 'Folders' found in Windows operating system.
Cont’d
Device Files:
In MS Windows, devices like Printers, CD-ROM, and hard drives are
represented as drive letters like G: H:.
In Linux, there are represented as files.
For example, if the first SATA hard drive had three primary
partitions, they would be named and numbered as
/dev/sda1, /dev/sda2 and /dev/sda3.
Note: All device files reside in the directory /dev/
Cont’d
Note
changing permissions.
Windows Vs. Linux: Users
the service.
Standard
Child
Guest
Windows Vs. Linux: File Name
Convention
In Windows, you cannot have 2 files with the same name in the
same folder. See below –
Cont’d
While in Linux, you can have 2 files with the same name in the
same directory, provided they use different cases.
Windows Vs. Linux: