You are on page 1of 5

ITT420: NETWORK AND SYSTEM ADMINISTRATION

LAB EXERCISE 1

Name: Nurul Syuhaini Aida Binti Mohamad Zuraidi Student No: 2019738195

At the end of this lab exercise students should be able to:


 Identify basic information about the computer using Windows operating system
 Identify basic information about a Linux machine
Note: Linux allows you to either use the Graphical User Interface (GUI) or the
Terminal Command Line Interface (CLI). Write the procedures for BOTH methods.

Complete this Lab exercise and submit before the end of the lab session.

WINDOWS

1. What is the name of the operating system that your computer is currently using?
Which version is it? Write out how you found out about this information.

 OS: Windows 10 pro


 Version: 1903
 How to find: Windows > Settings > About

2. What is the name of display adaptor(s) for your computer?

 Intel® HD Graphics 3000

3. What is the name of the model of the computer’s network interface card? How did
you find this out?
 How to find: Windows (right click) > Network Manager > network adapters

4. What is the Internet Protocol (IP) address used for your computer? How did you find
this information?
 IPv4 Address: 192.168.137.1
 How to find: Run CMD > ipconfig /all > Enter

5. Is this IP a static or a dynamic one?

 Dynamic
6. What is the hostname of your computer? How did you find out this information?

 Hostname: DESKTOP-S7L0SAU

 How to find: Run CMD > hostname > Enter

LINUX

1. What is the name of the operating system that your computer is currently using?
Which version is it? Write out how you found out about this information.
 OS: Kali
 Version: kali GNU/Linux rolling
 How to find 1: Run Terminal >lsb_release -a > enter

How to find 2: Setting >details> About


2. What is the name of the model of the computer’s network interface card? How did
you find this out?
 Network interface card: 82540EM Gigabit Ethernet Controller
 How to find: Run Terminal > type /sbin/ifconfig -a

3. What is the Internet Protocol (IP) address used for your computer? How did you find
this information?
 IP Address: 192.168.98.128
 How to find (CL!): Run Terminal > type ‘ip a’> Enter
 How to find (GUI): Setting > Network > Wired > Setting> details

4. What is the hostname of your computer? How did you find out this information?

 Hostname: kali
 How to find (CLI): Run Terminal > ‘hostname’ >Enter

 How to find (GUI): Setting > details>about

Please submit to idiscuss in ilearn. Save your file as LAB1_YourFullName

You might also like