Name___________________________ Dep__________ IDNo____ __________
Time allocated 1:30hr
I. Multiple choice
1. Who determines a user’s rights on a client/server network?
A. Each computer user determines the user rights for their own workstation
B. Users set their own individual rights based on their total system knowledge
C. All users automatically have full rights to use the entire network when they are issued
an account on the network
D. The network administrator sets individual rights on the network system
2. TCP/IP is installed on each PC within a network. You can communicate within the network
but are unable to access the Internet. Which of the following TCP/IP settings must be
properly configured for Internet access?
A. IP Address
B. MAC address
C. Default Gateway
D. DNS Server
E. Subnet Mask
3. Which of the following is not the Networking Devices?
A. Firewalls
B. Routers
C. Linux
D. Gateways
4. What are the uses of subletting?
A. It divides one large network into several smaller ones
B. It divides network into network classes
C. It speeds up the speed of network
D. None of above
5. Which one of the following is a Network Operating System?
A. Windows Server B. Solaris C. Linux Server D. MAC OS x Server E. all
6. Which Users frequently find every error in the system and contact system administrators
frequently, demanding upgrades of their favorite programs?
A. Passive users B. Active users C. both D. none
7. The IP address [Link] is:
A. Class A address
B. Class B address
C. Class C address
8. An IP address is divided into what two parts
A. Physical and logical
B. Network and subnet
C. Network and host
9. Which class has the largest number of hosts?
A. Class A
B. Class B
C. Class C
D. Class D
10. A computer is connected directly to the internet, so what type of address it must have?
A. Public Address
B. Private Address
C. Multicast Address
D. MAC Address
II. Short answer
1. Describe the difference between a network administrator and a system administrator
2. Write Duties of a system administrator?
3. What is the command used to create groups?
4. What is the command used to change groups?
5. What is the commands that can be used to add users to group?
6. The deference between servers based network and peer-to-peer network
7. Write the IP address [Link] mask [Link] in CIDR notation
8. Assume Classful Addressing is used.
a) Computer A has IP address [Link]. What class is it? __________________
b) Computer B has IP address [Link]. Are A and B on the same network? YES / NO
c) Is the computer with the following IP address on the same network as A? YES / NO
00010001 11010011 01010000 00000000
9. From this IP address [Link]/28, Answer the following questions consider IPV4
address -
A. Subnet Mask
B. Network address
C. Broadcast address
D. First Network address
E. Last Network Address
Multiple Choice
1. Who determines a user’s rights on a client/server network?
o D. The network administrator sets individual rights on the network system
2. TCP/IP is installed on each PC within a network. You can communicate within the
network but are unable to access the Internet. Which of the following TCP/IP
settings must be properly configured for Internet access?
o C. Default Gateway
3. Which of the following is not a Networking Device?
o C. Linux
4. What are the uses of subnetting?
o A. It divides one large network into several smaller ones
5. Which one of the following is a Network Operating System?
o E. all (Windows Server, Solaris, Linux Server, MAC OS X Server)
6. Which Users frequently find every error in the system and contact system
administrators frequently, demanding upgrades of their favorite programs?
o B. Active users
7. The IP address [Link] is:
o C. Class C address
8. An IP address is divided into what two parts?
o C. Network and host
9. Which class has the largest number of hosts?
o A. Class A
10. A computer is connected directly to the internet, so what type of address must it
have?
A. Public Address
Short Answer
1. Describe the difference between a network administrator and a system
administrator:
o A network administrator is responsible for managing and maintaining the
network infrastructure, including routers, switches, firewalls, and ensuring
connectivity across devices and the internet. A system administrator focuses on
managing and maintaining the computer systems and servers within the network,
including installing software, patching, monitoring system performance, and
handling user accounts and permissions.
2. Write the duties of a system administrator:
o Install, configure, and maintain operating systems and software
o Ensure security measures are implemented (firewalls, antivirus, etc.)
o Manage user accounts and permissions
o Perform regular backups and data recovery
o Monitor system performance and troubleshoot issues
o Install and maintain network hardware and services
o Ensure server uptime and availability
3. What is the command used to create groups?
o On Linux/Unix: groupadd <group_name>
4. What is the command used to change groups?
o On Linux/Unix: usermod -g <group_name> <user_name>
5. What are the commands that can be used to add users to a group?
o On Linux/Unix: usermod -aG <group_name> <user_name>
6. The difference between a server-based network and a peer-to-peer network:
o A server-based network uses a centralized server to manage resources, users,
and permissions, ensuring better control, security, and scalability. A peer-to-peer
network allows direct communication and resource sharing between devices,
without the need for a central server, and is typically used in smaller, less
complex networks.
7. Write the IP address [Link] mask [Link] in CIDR notation:
o [Link]/26
8. Assume Classful Addressing is used. a) Computer A has IP address [Link].
What class is it?
o Class A
b) Computer B has IP address [Link]. Are A and B on the same network?
o NO (The network addresses differ)
c) Is the computer with the following IP address on the same network as A?
o 00010001 11010011 01010000 00000000
o YES (The first three octets match the network portion of A's IP)
9. From this IP address [Link]/28, answer the following questions:
o A. Subnet Mask: [Link]
o B. Network address: [Link]
o C. Broadcast address: [Link]
o D. First Network address: [Link]
o E. Last Network Address: [Link]