Lecture 1(1)
Lecture 1(1)
Mohammed.G.Saeed
Introduction To Network Administration
Network administration aims to manage, monitor, maintain, secure, and service an organization’s network.
However, the specific tasks and procedures may vary depending on the size and type of an organization.
What does network administration consist of?
Network administration primarily consists of, but isn’t limited to, network monitoring, network management,
and maintaining network quality and security.
Types of networks:
Local Area Network (LAN),
Wide Area Network (WAN),
Metropolitan Area Network (MAN), and
Wireless Local Area Network (WLAN).
Understanding these concepts is crucial for
anyone involved in network administration or
IT.
1. Local Area Network (LAN)
Definition:
A LAN is a network that connects computers and devices
in a limited geographical area, such as a home, school, or
office building.
Features:
Geographical Scope: Limited to a small area (typically
within a building).
•Speed: High data transfer rates, often ranging from 100
Mbps to 10 Gbps.
•Ownership: Usually owned, controlled, and managed
by a single organization or individual.
•Technology: Common technologies include Ethernet
and Wi-Fi.
Examples:
•Office networks connecting computers, printers, and
servers.
•Home networks connecting personal devices like
laptops, smartphones, and smart TVs.
2. Wide Area Network (WAN)
Definition:
A WAN is a network that covers a broad area, potentially
spanning cities, countries, or even continents.
Features:
•Geographical Scope: Large distances, can connect multiple
LANs.
•Speed: Generally slower than LANs, with speeds varying
widely based on technology (from a few Kbps to several Gbps).
•Ownership: Often involves multiple organizations and may
use leased telecommunications lines.
•Technology: Technologies include MPLS, VPNs, and satellite
communications.
Examples:
•The Internet is the largest WAN, connecting millions of
networks globally.
•Corporate networks connecting branch offices in different cities
or countries.
3. Metropolitan Area Network (MAN)
Definition:
A MAN is a network that covers a larger geographic area than a
LAN but is smaller than a WAN, typically spanning a city or a
large campus.
Features:
•Geographical Scope: Covers a city or a large campus.
•Speed: Generally faster than WANs but can vary; often
between LAN and WAN speeds.
•Ownership: Can be owned by a single organization or consist
of multiple organizations sharing resources.
•Technology: Common technologies include fiber optics and
leased lines.
Examples:
•A city-wide network providing internet access to multiple
institutions.
•A university campus network connecting various buildings and
facilities.
4. Wireless Local Area Network (WLAN)
Definition:
A WLAN is a type of LAN that uses wireless communication to
connect devices within a limited area.
Features:
•Geographical Scope: Similar to LAN, but without physical
cables.
•Speed: Varies based on technology, typically ranging from 54
Mbps (802.11g) to several Gbps (Wi-Fi 6).
•Ownership: Usually owned and managed by a single
organization.
•Technology: Utilizes Wi-Fi standards, such as
802.11a/b/g/n/ac/ax.
Examples:
•Coffee shops, libraries, and airports offering wireless internet
access.
•Home networks connecting smartphones, tablets, and laptops
without cables.
Network Virtualization
Network virtualization is the
process of transforming network
functions into software and
disconnecting them from the
hardware they traditionally run on.
• High Cost
• Power consumption
• Down Time of a server
• Machine Crashing
• High Infrastructure
• Less Utilization of resource
Server Administration
The process of managing and maintaining servers to ensure optimal performance, security, and
availability.
Server virtualization in general terms lets you take a
single physical device and install (and run at the
same time) two or more OS environments that are
potentially different and have different identities,
application stacks, and so on
Full virtualization
➢ Full virtualization uses a special kind of software called a hypervisor.
➢ The hypervisor interacts directly with the physical server's CPU and disk space.
➢ It serves as a platform for the virtual servers' OSs.
➢ The hypervisor keeps each virtual server completely independent and unaware of the other virtual
servers running on the physical machine.
➢ Each guest server runs on its own OS .
Para virtualization
➢ The para-virtualization approach is a little different.
➢ Unlike the full virtualization technique, the guest servers in a para-virtualization system are aware
of one another.
➢ A para-virtualization hypervisor doesn't need as much processing power to manage the guest OSs,
because each OS is already aware of the demands the other Oss are placing on the physical server.
➢ The entire system works together as a team.
Operating System (OS) virtualization
➢ An OS-level virtualization approach
doesn't use a hypervisor at all.
➢ Instead, the virtualization capability is
part of the host OS, which performs all
the functions of a fully virtualized
hypervisor.
➢ The biggest limitation of this approach
is that all the guest servers must run the
same OS.
➢ Because all the guest operating systems
must be the same, this is called a
homogeneous environment.
Difference Between Server Administration & Network Administration
Feature Server Administration Network Administration
Installing and managing OS (Windows
Managing routers, switches, firewalls,
Key Responsibilities Server, Linux), configuring services (web,
VLANs, and wireless networks
database, email servers).
Ensuring server applications, storage, and Maintaining network integrity,
Primary Focus
computing resources are optimized. troubleshooting connectivity issues,
Active Directory, VMware, Hyper-V, IIS,
Cisco IOS, Wireshark, PRTG, Nagios,
Common Tools Apache, MySQL, PowerShell, Bash
pfSense, VLAN & VPN configurations.
scripting.
Security User authentication, firewall rules, system Network security, intrusion detection,
Management updates, configuring firewalls, encryption,
Setting up and maintaining mail servers, Configuring LAN/WAN, monitoring traffic,
Examples of Work
database servers, and cloud infrastructure. preventing cyber threats,
Focuses on computers/servers and Focuses on network devices and data
Simple Terms
software configurations. communication.
Advantages Of Virtualization? Limitations Of Virtualization
1.Cheaper implementation
1. Performance
2. Business doesn’t stop