0% found this document useful (0 votes)
177 views

Admas University Bishoftu Campus: Course Title - System & Network Administration Title: Group Assignment I1

The document contains a group assignment for a systems and network administration course. It lists the group members and their student IDs. It provides instructions for submitting answers to 3 questions. The questions ask the group to briefly explain: [1] processes and different process states; [2] DNS and DHCP with their applications; [3] RAID 0, RAID 1, and RAID 10 with their specific characteristics.

Uploaded by

hak adv
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
177 views

Admas University Bishoftu Campus: Course Title - System & Network Administration Title: Group Assignment I1

The document contains a group assignment for a systems and network administration course. It lists the group members and their student IDs. It provides instructions for submitting answers to 3 questions. The questions ask the group to briefly explain: [1] processes and different process states; [2] DNS and DHCP with their applications; [3] RAID 0, RAID 1, and RAID 10 with their specific characteristics.

Uploaded by

hak adv
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

ADMAS UNIVERSITY BISHOFTU CAMPUS

Course Title -System & Network Administration


TITLE: GROUP ASSIGNMENT I1
GROUP MEMBERS

S.No NAME ID SECTION YEAR DEPT.

1 HBTAMU H/MICHAEL 0500/17 1 3RD CoSc

2 GADISA NEGASO 0194/17 1 3RD CoSc

3 KASSAHUN TAFESE 0192/17 1 3RD CoSc

4 SEFELEGE TEREFE 0211/17 1 3RD CoSc

Submitted to Instructor: Fikre T.


June 02, 2020 G.C.
INSTRUCTIONS
NB: Read duly the following instructions and act as per requirements.
o This is a group assignment. Thus, copy and paste from other groups will result in
zero values.
o You must use either MS-word or PDF format for your answers. Other forms may
not to be welcomed. In particular images using cell phone be considered at your
risk.
o You must send your work using telegram via cell phone: 0911-79-85-14 only using
private telegram account for telegram users are welcomed. You cannot send via
your (students) group telegram.
o Otherwise non- telegram user may submit in person using hardcopy to your
respective department. Those who are willing to submit with hardcopy should
make sure that their handwriting is legible. Please any other way of submission is
not welcomed.
o Your final submission date is on June 25/06/2020. You can submit before the due
date. I highly value your punctuality as part of your assignment. Thus, late
submission may result in 1% punishment per delay for each day. But the
submission date by no means extends beyond June 27/06/2020.
o Neatness and clarity have its own value!

Stay Safe!

QUESTIONS:
1. Briefly explain processes and the different process states?
2. Briefly explain DNS and DHCP with their applications?
3. Briefly explain RAID 0, RAID 1 and RAID 10 with their specific characteristics?
1. Briefly explain processes and the different process
states?
Process
A process is basically a program in execution. The execution of a process must
progress in a sequential fashion.
A process is an active program i.e. a program that is under execution. It is more
than the program code as it includes the program counter, process stack,
registers, program code etc. Compared to this, the program code is only the text
section.
A program is not a process by itself as the program is a passive entity, such as
file contents, while the process is an active entity containing program counter,
resources etc.

process states
Process States A process changes its state as it executes. This state partially
depends on the current activity of a process.
The following are the states
✓ New
o It is being created
✓ Running
o Instructions being executed
✓ Waiting
o Waiting for some event to occur
✓ Ready
o Waiting to be assigned to a processor
✓ Terminated
o Finished execution
2. Briefly explain DNS and DHCP with their applications?

DNS, Domain Name System Server is used to translate domain names to


IP Addresses or used to translate IP Addresses to domain names.
DHCP, Dynamic Host Configuration Protocol Server is used to configure
hosts mechanically.

DNS Components
✓ Name Space:
o Establishes the syntactical rules for creating and structuring legal
DNS names
✓ Name Server:
o Globally distributed database
✓ Resolver:
o A software that understands how to formulate a DNS query
DHCP Components
✓ DHCP Server:
o Application that responds to client requests for TCP/IP
configuration settings
✓ DHCP Client:
o Issues requests to the server
✓ DHCP Communication Protocol:
o Defines the formats and sequences of the messages exchanged by
DHCP clients and servers.

3. Briefly explain RAID 0, RAID 1 and RAID 10 with their


specific characteristics

RAID 0:
 Is not redundant
 Data is split across drives, resulting in higher data throughput.
 Performance is very good
 Failure of any disk in the array results in data loss
 Commonly referred to as striping
RAID 1:
 Provides redundancy by writing all data to two or more drives
 Performance faster in read and slow in write to SLED
 Either drive fails, no data is lost
 Commonly referred to as mirroring
RAID 10
• 4 disks connected with raid 0 and raid 1
• Combining RAID 1 and RAID 0
• Fault tolerant from RAID 1
• Speed from RAID 0
• Can only use 50% of data storage

Characteristics of RAID0, RAID1, RAID10


Features RAID 0 RAID 1 RAID 10

Minimum number 2 2 4
of drives
Fault tolerance None Single-drive failure Up to one disk failure in
each sub-array

Read performance High Medium High

Write Performance High Medium Medium

Capacity utilization 100% 50% 50%

Typical High end workstations, data logging, Operating systems, Fast databases, file
applications real-time rendering, very transitory transaction databases servers, application
data servers

You might also like