wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IT2112 Networking 1 Quiz 1

Total questions: 45

Worksheet time: 23mins

Name
Class
Date
1.

What is the primary function of a network?

a)

To provide electricity to devices

b)

To allow communication and resource sharing

c)

To increase computer speed

d)

To decrease internet usage

2.

Which device is considered an "end device" in a network?

a)

Router

b)

Firewall

c)

Laptop

d)

Switch

3.

Which type of network connects multiple LANs over a large geographic area?

a)

PAN

b)

LAN

c)

WAN

d)

MAN

4.

Which of the following is NOT an example of intermediary network devices?

a)

Switch

b)

Router

c)

Wireless Access Point

d)

Printer

5.

What is the main difference between a peer-to-peer network and a client-server network?

a)

Peer-to-peer networks require more servers

b)

Client-server networks are decentralized

c)

Peer-to-peer networks have no dedicated servers

d)

Client-server networks are not scalable

6.

Which of the following is an advantage of cloud computing?

a)

Requires high upfront investment

b)

Provides remote access to data and applications

c)

Does not allow multiple users

d)

Reduces the need for cybersecurity

7.

What does "Quality of Service" (QoS) primarily help with in a network?

a)

Preventing unauthorized access

b)

Improving network speed for specific traffic types

c)

Increasing hardware costs

d)

Reducing the number of devices in a network

8.

You need to create a network for a small office with 10 employees. Which network type is most suitable?

a)

WAN

b)

LAN

c)

MAN

d)

WLAN

9.

A company wants to provide secure access to its internal network for remote employees. Which technology should it use?

a)

LAN

b)

VPN

c)

Peer-to-peer network

d)

Ethernet

10.

If a network administrator wants to reduce unauthorized access to network resources, which security measure should they implement?

a)

Increase internet speed

b)

Use an Access Control List (ACL)

c)

Remove all network passwords

d)

Install additional switches

11.

Which scenario best demonstrates the use of fault tolerance in a network?

a)

A single internet connection is used by an entire office

b)

A company uses multiple redundant paths to ensure uptime

c)

A user manually switches networks when one fails

d)

Employees share a single computer for internet access

12.

A retail company uses a private cloud for internal operations but integrates a public cloud for customer-facing applications. What type of cloud model does this represent?

a)

Public Cloud

b)

Private Cloud

c)

Hybrid Cloud

d)

Community Cloud

13.

Which factor would make a company choose a wireless network instead of a wired one?

a)

They need a more secure connection

b)

They have a small, fixed office layout

c)

They require flexibility and mobility

d)

They want to increase cable management complexity

14.

A company wants to improve network security and decides between implementing a firewall or a VPN. What is the key difference between the two?

a)

Firewalls protect against external threats, while VPNs secure remote connections

b)

Firewalls create encrypted tunnels, while VPNs block malware

c)

VPNs are only used in LANs, while firewalls work only in WANs

d)

Firewalls slow down the network, while VPNs speed it up

15.

Imagine you are setting up a network for a new smart home system. Which technologies would be essential for full automation?

a)

Peer-to-peer networking, LAN, and Ethernet

b)

Cloud computing, IoT devices, and wireless networking

c)

Dial-up networking, switches, and routers

d)

VPN, WAN, and firewalls

16.

What does CLI stand for in Cisco IOS?

a)

Computer Line Interface

b)

Command Line Interface

c)

Configuration List Interface

d)

Connected Link Interface

17.

Which Cisco IOS mode has the least privileges and is identified by a '>' prompt?

a)

Privileged EXEC Mode

b)

User EXEC Mode

c)

Global Configuration Mode

d)

Interface Configuration Mode

18.

Which command is used to enter privileged EXEC mode?

a)

enable

b)

configure terminal

c)

login

d)

interface

19.

What is the purpose of the service password-encryption command?

a)

Encrypts passwords stored in the configuration file

b)

Enables SSH on the device

c)

Changes the device hostname

d)

Assigns an IP address to the switch

20.

Which of the following is a reason to use SSH instead of Telnet for remote access?

a)

SSH uses less bandwidth

b)

SSH provides encryption for security

c)

SSH allows multiple users to connect at once

d)

SSH is only available on Windows

21.

What is the difference between the startup-config and running-config files?

a)

The startup-config is stored in RAM, while the running-config is stored in NVRAM

b)

The running-config is stored in RAM and is lost after a reboot, while the startup-config is stored in NVRAM

c)

The running-config is only used during bootup, while the startup-config is used for live configuration changes

d)

The startup-config can only be modified by privileged users

22.

Which interface must be configured with an IP address to enable remote management of a switch?

a)

FastEthernet0/1

b)

GigabitEthernet0/1

c)

VLAN 1

d)

Console 0

23.

You need to assign a hostname to a switch. Which command sequence should you use?

a)

enable → configure terminal → hostname Switch1

b)

configure terminal → hostname Switch1 → enable

c)

hostname Switch1 → configure terminal → enable

d)

hostname Switch1 → enable → configure terminal

24.

Which command would you use to save the current running configuration to the startup configuration?

a)

save config

b)

write memory

c)

copy running-config startup-config

d)

backup-config

25.

A network administrator wants to remotely access a switch securely. What two things must be configured? (Select two.)

a)

Enable SSH using ip ssh version 2

b)

Configure Telnet access

c)

Set a VTY password

d)

Enable HTTP access

26.

A technician is troubleshooting a connectivity issue on a switch. Which command helps check IP configuration on a host computer?

a)

ping

b)

traceroute

c)

ipconfig (Windows) or ifconfig (Linux)

d)

show ip interface brief

27.

A network administrator notices that a newly configured switch loses its configuration after a reboot. What could be the cause?

a)

The running-config was not saved to the startup-config

b)

The startup-config file was deleted

c)

The switch has an incorrect VLAN configuration

d)

The switch does not have enough memory

28.

A company is implementing security policies for network devices. What is the BEST reason for configuring a banner message?

a)

It prevents unauthorized access

b)

It provides a legal warning to unauthorized users

c)

It blocks external hackers from accessing the switch

d)

It encrypts passwords stored on the device

29.

A technician needs to configure IP settings for a PC manually. Which configuration parameters are required? (Select three.)

a)

IP Address

b)

MAC Address

c)

Default Gateway

d)

Subnet Mask

30.

You are asked to design an initial configuration script for a switch that includes a hostname, encrypted passwords, SSH access, and a banner message. Which commands should be included? (Select all that apply.)

a)

hostname Switch1

b)

service password-encryption

c)

banner motd #Authorized Access Only#

d)

enable telnet access

31.

What is the primary purpose of network protocols?

a)

To increase internet speed

b)

To define rules for communication between devices

c)

To provide power to networking devices

d)

To assign MAC addresses to computers

32.

Which protocol suite is primarily used for internet communication?

a)

AppleTalk

b)

Novell NetWare

c)

TCP/IP

d)

OSI

33.

Which OSI model layer is responsible for logical addressing and routing?

a)

Data Link

b)

Network

c)

Transport

d)

Physical

34.

What is the correct order of the layers in the OSI model from top to bottom?

a)

Physical, Network, Transport, Session, Presentation, Application, Data Link

b)

Application, Presentation, Session, Transport, Network, Data Link, Physical

c)

Network, Transport, Data Link, Physical, Application, Presentation, Session

d)

Transport, Network, Data Link, Physical, Session, Application, Presentation

35.

Why are open standards important in networking?

a)

They make networks slower

b)

They allow different vendors' devices to work together

c)

They restrict network access

d)

They eliminate the need for protocols

36.

What is the main difference between TCP and UDP?

a)

TCP is faster but less reliable than UDP

b)

TCP is connection-oriented, while UDP is connectionless

c)

UDP requires handshaking before data transmission

d)

TCP and UDP are identical in functionality

37.

What is the purpose of encapsulation in network communication?

a)

To compress data for faster transmission

b)

To add headers and footers for proper data transmission

c)

To encrypt data for security

d)

To break data into smaller pieces

38.

A network administrator needs to verify the encapsulation of data in a captured packet. Which tool should they use?

a)

Wireshark

b)

Microsoft Word

c)

Cisco Packet Tracer

d)

Task Manager

39.

A user is experiencing slow web browsing. Which layer of the OSI model should be checked first?

a)

Application

b)

Network

c)

Transport

d)

Physical

40.

A company wants to use a protocol that ensures reliable data transfer. Which transport layer protocol should be chosen?

a)

IP

b)

UDP

c)

TCP

d)

HTTP

41.

A technician is troubleshooting a network issue. The device cannot reach an external web server but can access local resources. Which layer is most likely causing the issue?

a)

Data Link

b)

Transport

c)

Network

d)

Physical

42.

A network administrator notices that two different devices cannot communicate due to incompatible proprietary protocols. What should be done to resolve this issue?

a)

Use an open-standard protocol

b)

Install additional proprietary software

c)

Change the MAC addresses of the devices

d)

Increase bandwidth

43.

Which statement best explains the advantage of using a layered model in networking?

a)

It makes troubleshooting and understanding network functions easier

b)

It eliminates the need for IP addresses

c)

It allows devices to communicate without protocols

d)

It forces all devices to use the same hardware

44.

A company wants to optimize its network for real-time video streaming. Which protocol should they prioritize for transport-layer communication?

a)

TCP

b)

UDP

c)

ICMP

d)

FTP

45.

You are designing a communication system for a multinational company. Which factors should be considered when selecting network protocols? (Select all that apply.)

a)

Speed and reliability requirements

b)

Compatibility with existing devices

c)

Cost and licensing considerations

d)

The length of network cables