lOMoARcPSD|38241937
Assignment 1,2
Cmputer Science And Engineering (Deenbandhu Chhotu Ram University of Science and
Technology)
Scan to open on Studocu
Studocu is not sponsored or endorsed by any college or university
Downloaded by Shruti Srivastava (
[email protected])
lOMoARcPSD|38241937
ASSIGNMENT 1
OBJECTIVE: Study of hardware and software requirements of different operating system
(UNIX,LINUX,WINDOWS XP,WINDOWS7/8)
Explanation
Hardware requirements
The most common set of requirements defined by any operating system or software
application is the physical computer resources, also known as hardware, A hardware
requirements list is often accompanied by a hardware compatibility list (HCL), especially in
case of operating systems. An HCL lists tested, compatible, and sometimes incompatible
hardware devices for a particular operating system or application.
Software requirements
Software requirements deal with defining software resource requirements and prerequisites
that need to be installed on a computer to provide optimal functioning of an application.
These requirements or prerequisites are generally not included in the software installation
package and need to be installed separately before the software is installed.
Hardware requirements of UNIX
Minimum requirement
Hardware ESM
ESM agent
manager+agent
Physical memory 2 GB 512 MB
Hard disk space 25 GB 450 MB
Swap space 4 GB 1 GB
CPU 2.8 GHz 1.33 GHz
Network speed 100 Mbps 10 Mbps
Table: Supported UNIX platforms for ESM agents and manager
ESM component Operating system Version
ESM agents AIX (RS 6000) 5.3
5.3 , 6.1, 6.1 WPAR, 6.1
AIX (IBM PPC 64)
VIOS
HP-UX (PA-RISC) 11.23, 11.31
HP-UX (Itanium) 11.23 , 11.31
RedHat LinuxES (x86_64, x64,
5.0, 5.1, 5.2, 5.3, 5.4
Itanium, PPC64)
RedHat Linux ES IBM Z-Linux 5.1, 5.2, 5.3, 5.4
SuSE Linux ES (x86_64 ,x64,
10, 11
Itanium, PPC64)
SuSE Linux ES IBM Z-Linux 10, 11
Solaris (x86, x64) 10
Solaris (SPARC) 9, 10 (Global Zone and
lOMoARcPSD|38241937
Local Zone)
9, 10 (Global Zone and
ESM manager Solaris (SPARC)
Local Zone)
Hardware and Software Requirements of LINUX Operating System
1. 32-bit Intel® Pentium® 4 or compatible processor running at 2 GHz or greater
2. 512 MB RAM
3. Graphics card: NVIDIA® Quadro™ FX 1100, FX1400, FX540 or ATI FireGL™
V3200, V5100
4. Disk space: 350 MB for client components
5. A DVD-ROM drive
6. 64-bit Red Hat Enterprise Linux version 6.0 or later
7. 8 GB memory
8. 50 GB free disk space at minimum, 120 GB recommended
9. 4 CPU processor with minimum 1.6 GHz
10. Network speed minimum of 100 Mbps
11. Java RunTime Environment (JRE) or Java Development Kit (JDK) version 1.7
Hardware and Software Requirements of window XP Operating System
1. Pentium 233-megahertz (MHz) processor or faster (300 MHz is recommended)
2. At least 64 megabytes (MB) of RAM (128 MB is recommended)
3. At least 1.5 gigabytes (GB) of available space on the hard disk
4. CD-ROM or DVD-ROM drive
5. Keyboard and a Microsoft Mouse or some other compatible pointing device
6. Video adapter and monitor with Super VGA (800 x 600)or higher resolution
7. Sound card
8. Speakers or headphones
Hardware and Software Requirements of window 7 Operating System
1. 1 gigahertz (GHz) or faster 32-bit (x86) or 64-bit (x64) processor*
2. 1 gigabyte (GB) RAM (32-bit) or 2 GB RAM (64-bit)
3. 16 GB available hard disk space (32-bit) or 20 GB (64-bit)
4. DirectX 9 graphics device with WDDM 1.0 or higher driver
Hardware and Software Requirements of window 8 Operating System
1. Processor: 1 gigahertz (GHz) or faster
2. RAM: 1 gigabyte (GB) (32-bit) or 2 GB (64-bit)
3. Hard disk space: 16 GB (32-bit) or 20 GB (64-bit)
4. Graphics card: Microsoft DirectX 9 graphics device with WDDM driver
VIVA VOCE QUESTIONS
S.No Questions Mark CO BL
. s
1. What is the difference between unix and 2.5 1 1,2
linux os
2. what are the key features of window 7 2.5 1 1,2
lOMoARcPSD|38241937
ASSIGNMENT 2
OBJECTIVE: Execute various UNIX system calls for i. Process management ii. File
management iii. Input/output Systems calls.
Explanation
Some basic UNIX commands are as follows:
cd : Change directory or display current directory path.
cls : Clear the window.
dir : Display list of contents of current directory.
help : Display list of commands or help about a command.
notepad : Run the Windows Notepad text editor.
type : Displays the contents of a text file.
Some other useful commands are:
attrib : Displays or changes file attributes.
assoc : Displays or modifies file extension associations.
chkdsk : Checks a disk and displays a status report.
color : Sets the text and background colors.
comp : Compares the contents of two files or sets of files.
copy : Copies one or more files to another location.
date : Displays or sets the computer's date
del (or erase) : Deletes one or more files.
echo : Displays messages, or turns command echoing on/off.
exit : Closes the DOS window.
find : Searches for a text string in a file or files.
md (or mkdir) : Creates a directory.
more : Displays the contents of a file one screen at a time.
move : Moves one or more files from one directory to another directory.
rd (or rmdir) : Removes a directory.
ren (or rename) : Renames a file or files.
sort : Sorts input.
time : Displays or sets the computer's time.
tree : Graphically displays the directory structure of a drive or directory.
xcopy : Copies files and directory trees.
Part I. In this part basic DOS commands will be introduced.
1. Execute the two MS-DOS commands which will set the default to the root directory (\) on the d:
drive.
d:
cd \
2. Type date and time and then press ENTER. DOS will let you check and change the date and time. If
the correct date/time is displayed, simply press ENTER. If the date/time is incorrect, type the correct
date/time and press ENTER.
3. Type ver to display the Windows OS’s version number.
4. Use the dir command to list the contents of the root directory on the d: drive (i.e. d:\> dir).
5. Type “help [command]” to display help information on that command. (i.e. help dir)
lOMoARcPSD|38241937
Part II. In the steps below we will create a simple text file called hello.txt, make two directories,
mydir and mysubdir and copy hello.txt into the subdirectories. We will then delete the copies of
hello.txt and remove the directories under mydir.
1. Invoke the MS-DOS full screen text editor utility EDIT (if your OS does not support EDIT then use
notepad command i.e. notepad hello.txt) to create a text file called hello.txt:
d:\> notepad hello.txt
Enter the line “Hello World!” use File|Save and File|Exit to save your work and to quit EDIT.
2. Use the type command to display contents of hello.txt.
d:\> type hello.txt
You should see: Hello World!
3. Use the md command to create (make) a new directory called mydir. d:\> md mydir
4. Use the cd command to change the default directory to mydir. d:\> cd mydir
5. Use dir to display the contents of mydir. It should contain no files except for "pointers" to itself and
its parent.
d:\mydir> dir
6. Use the copy command to copy the file hello.txt in the root directory to mydir.
d:\mydir> copy d:\hello.txt
7. Use dir to display the contents of mydir. You should see hello.txt listed.
d:\mydir> dir
8. Use md to create (make) a subdirectory for mydir called mysubdir.
d:\mydir> md mysubdir
9. Use cd to change the default directory to mysubdir. d:\mydir> cd mysubdir
10.Copy hello.txt to mysubdir. Use the mydir directory copy of hello.txt. d:\mydir\mysubdir> copy
d:\mydir\hello.txt
11. Make a second copy of hello.txt but call it hello1.txt. d:\mydir\mysubdir> copy d:\hello.txt
hello1.txt
12. Use the ren (rename) command to rename hello.txt as hello2.txt. d:\mydir\mysubdir> rename
hello.txt hello2.txt
13.Check your work - display the contents of mydir. d:\mydir\mysubdir> tree \mydir
14.Check that the content of hello2.txt has not changed by displaying it.
d:\mydir\mysubdir> type hello2.txt
15. Using a wildcard delete all files with a .txt extension in mysubdir.
d:\mydir\mysubdir> del *.txt
16. Use the dir command to check that both files are gone. d:\mydir\mysubdir> dir
17.Return to the mydir directory. d:\mydir\mysubdir> cd \mydir
18. Use the dir command to view the contents of the mydir directory.
d:\mydir> dir
lOMoARcPSD|38241937
19. Use the rd command to remove the mysubdir directory.
d:\mydir> rd mysubdir
20. Use the dir command to check that the mysubdir subdirectory is gone. d:\mydir> dir
21.Return to the root directory. d:\mydir> cd
VIVA VOCE QUESTIONS
S.No Questions Mark CO BL
. s
1. What is use of ipconfig Command ? 2.5 2 1,2
2. Explain use of Ping Command 2.5 2 1,2