wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Networking Quiz

Total questions: 77

Worksheet time: 2hrs 56mins

Name
Class
Date
1.

Which of the following is a primary characteristic of a circuit-switched network, like the traditional telephone system?

a)

Data is broken into packets that can take different paths to the destination.

b)

It is more efficient for bursty data traffic.

c)

It requires end devices to establish and terminate sessions.

d)

A dedicated communication path is established for the duration of the conversation.

2.

A SOHO network typically connects networks in different geographic locations.

a)

True

b)

False

3.

The type of network that spans a college campus is typically called a (a)   .

4.

Which command is used to enter the privileged EXEC mode on a Cisco IOS device?

a)

configure terminal

b)

enable

c)

login

d)

interface fastethernet 0/1

5.

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

a)

To require encrypted passwords for remote login

b)

To encrypt all current and future plaintext passwords in the configuration file

c)

To encrypt data packets traveling through the router

d)

To set the encryption algorithm for the enable secret password

6.

The 'hostname' command is configured in global configuration mode.

a)

True

b)

False

7.

The command to assign an IP address to a VLAN 1 interface on a Layer 2 switch is 'ip address ________' (include the subnet mask).

4 lines
8.

Which layer of the TCP/IP model is responsible for path determination and logical addressing?

a)

Network Access

b)

Internet

c)

Application

d)

Transport

9.

What is a key advantage of using a layered model for network communications?

a)

All of the above

b)

Prevents changes in one layer from affecting other layers

c)

Promotes competition by defining standard functions

d)

Simplifies protocol design and learning

10.

The OSI model's Application layer only provides services to user applications like web browsers.

a)

True

b)

False

11.

In the OSI model, the (a)   layer is responsible for the mechanical and electrical specifications of the physical data connection.

12.

Which type of fiber optic cable uses LEDs as a light source and is best for shorter-distance LANs?

a)

Multimode Fiber

b)

UTP Cable

c)

Coaxial Cable

d)

Singlemode Fiber

13.

What is the primary cause of attenuation in a copper cable?

a)

Signal reflection due to impedance mismatch

b)

Electromagnetic interference from external sources

c)

Crosstalk from adjacent wires

d)

Resistance in the wire converting electrical energy to heat

14.

A straight-through cable is used to connect two same-type devices, like a switch to a switch.

a)

True

b)

False

15.

The TIA/EIA-568B standard for Ethernet wiring specifies the pinout order as: white/orange, orange, white/green, blue, white/blue, green, white/brown, (a)   .

16.

What is the decimal equivalent of the binary number 11010110?

a)

118

b)

150

c)

202

d)

214

17.

What is the hexadecimal value 'D' equivalent to in decimal?

a)

13

b)

14

c)

15

d)

12

18.

The binary number system is also known as base-16.

a)

True

b)

False

19.

The 8-bit binary number for the decimal value 172 is (a)   .

20.

Which data link layer sublayer is responsible for MAC addressing and media access control?

a)

MAC

b)

LLC

c)

Network

d)

Physical

21.

What is the primary purpose of the Frame Check Sequence (FCS) field in a data link frame?

a)

Type identification

b)

Addressing

c)

Error detection

d)

Frame sequencing

22.

The Data Link layer is primarily concerned with logical addressing (IP addresses).

a)

True

b)

False

23.

A network (a)   is a data link layer device that connects network segments and makes forwarding decisions based on MAC addresses.

24.

What does a switch do when it receives a frame with a destination MAC address that is not in its MAC address table?

a)

Floods the frame out all ports except the incoming port

b)

Drops the frame

c)

Sends it back to the source

d)

Broadcasts an ARP request

25.

Which switching method allows the switch to start forwarding a frame after reading only the first 64 bytes, reducing latency but not error checking the entire frame?

a)

Fragment-free

b)

Store-and-forward

c)

Cut-through

d)

Fast-forward

26.

What is the primary purpose of the Time-to-Live (TTL) field in an IP packet header?

a)

To specify the maximum time a packet can be queued in a router

b)

To indicate the packet's priority level

c)

To synchronize timing between source and destination

d)

To prevent packets from looping endlessly in the network

27.

A router makes a forwarding decision based on the information in which layer of the OSI model?

a)

Network Layer

b)

Data Link Layer

c)

Transport Layer

d)

Physical Layer

28.

The default gateway address on a host must be on the same IP network as the host's own IP address.

a)

True

b)

False

29.

The network address 192.168.10.0 255.255.255.0 can accommodate (a)   host addresses.

30.

Which of the following is a private IP address range as defined by RFC 1918?

a)

169.254.0.0 - 169.254.255.255

b)

192.168.0.0 - 192.168.0.255

c)

100.64.0.0 - 100.127.255.255

d)

172.16.0.0 - 172.31.255.255

31.

What is the first step a router takes when processing a packet?

a)

Match the destination IP address to a routing table entry

b)

Encapsulate the packet into a new Layer 2 frame

c)

Check the packet's integrity and decrement the TTL

d)

Determine the exit interface using the routing table

32.

Static routes are always preferred over dynamic routes in a router's routing table.

a)

True

b)

False

33.

The (a)   protocol is used by a host to automatically obtain an IP address, subnet mask, and default gateway.

34.

What is the most significant bit in the binary octet 10000000?

a)

The leftmost bit (1)

b)

The rightmost bit (0)

c)

The fourth bit from the left (0)

d)

The second bit from the right (0)

35.

Which physical layer medium is most susceptible to electromagnetic interference (EMI)?

a)

Shielded Twisted-Pair (STP) Copper

b)

Unshielded Twisted-Pair (UTP) Copper

c)

Coaxial Cable

d)

Fiber-Optic Cable

36.

The 'copy running-config startup-config' command saves the current configuration to volatile memory.

a)

True

b)

False

37.

In the OSI model, data at the Transport layer is called a (a)   .

38.

What is the primary purpose of ARP (Address Resolution Protocol)?

a)

To map an IP address to a MAC address

b)

To map a MAC address to an IP address

c)

To map a domain name to an IP address

d)

To map an IP address to a domain name

39.

Which switching method provides the highest level of error checking?

a)

Cut-through

b)

Fragment-free

c)

Fast-forward

d)

Store-and-forward

40.

A /28 subnet mask (255.255.255.240) provides 14 usable host addresses per network.

a)

True

b)

False

41.

The command to configure a default gateway on a Cisco switch is 'ip default-gateway (a)   '

42.

Convert the hexadecimal number 0x3F to decimal.

a)

63

b)

93

c)

33

d)

57

43.

Which organization is responsible for the overall development of Internet standards, including RFCs?

a)

IETF

b)

IEEE

c)

ISO

d)

TIA/EIA

44.

A hub operates at the Data Link layer of the OSI model.

a)

True

b)

False

45.

The (a)   command is used to test reachability to a network host.

46.

What is the minimum Ethernet frame size?

a)

64 Bytes

b)

60 Bytes

c)

1518 Bytes

d)

1500 Bytes

47.

Which protocol operates at the Transport layer and provides connection-oriented, reliable data transfer?

a)

TCP

b)

IP

c)

UDP

d)

ICMP

48.

The subnet mask 255.255.0.0 is equivalent to a /16 prefix.

a)

True

b)

False

49.

The (a)   command displays the ARP table on a Windows computer.

50.

What is the binary equivalent of the decimal number 191?

a)

10111111

b)

11011111

c)

11101111

d)

10111101

51.

Which type of UTP cable is rated for frequencies up to 250 MHz and is suitable for 1000BASE-T Gigabit Ethernet?

a)

Cat 6

b)

Cat 5

c)

Cat 5e

d)

Cat 3

52.

The Network layer adds a header and trailer to the PDU it receives from the Transport layer.

a)

True

b)

False

53.

The process of dividing a large network into smaller, more manageable networks is called (a)   .

54.

Which of the following is a characteristic of a peer-to-peer network model?

a)

It requires a dedicated network server

b)

It provides centralized user authentication

c)

Devices can function as both clients and servers

d)

It is more scalable than a client-server model

55.

What is the purpose of the 'no shutdown' interface configuration command?

a)

To administrively enable an interface

b)

To disable an interface

c)

To clear interface statistics

d)

To restart the interface driver

56.

The Transport layer is responsible for the physical transmission of bits across the network medium.

a)

True

b)

False

57.

The (a)   field in an IP header identifies the upper-layer protocol that should receive the packet payload (e.g., TCP=6, UDP=17).

58.

Which of the following is a loopback address for testing TCP/IP configuration on a local host?

a)

127.0.0.1

b)

169.254.1.1

c)

192.168.0.1

d)

10.0.0.1

59.

What does the 'ping' command use to verify connectivity?

a)

ICMP Echo Request and Reply

b)

TCP handshake

c)

ARP requests

d)

UDP datagrams

60.

A router will not forward a broadcast packet by default.

a)

True

b)

False

61.

The command to view the current running configuration on a Cisco IOS device is 'show (a)   '.

62.

What is the decimal value of the binary number 00101001?

a)

41

b)

43

c)

45

d)

39

63.

Which data link layer technology is defined by the IEEE 802.3 standard?

a)

Ethernet

b)

Wi-Fi (802.11)

c)

Bluetooth

d)

Token Ring

64.

The 'ipconfig' command is used on Linux systems to view IP address configuration.

a)

True

b)

False

65.

The maximum data unit that can be sent in one frame without fragmentation is known as the (a)   .

66.

Which of the following is a connectionless Transport layer protocol?

a)

UDP

b)

TCP

c)

FTP

d)

HTTP

67.

What is the primary function of a default route (0.0.0.0/0) in a router's routing table?

a)

To block all incoming traffic from the internet

b)

To route packets to the local loopback network

c)

To provide a backup path for dynamic routing protocols

d)

A gateway of last resort for packets with no specific route

68.

The Data Link layer uses IP addresses to identify the source and destination hosts.

a)

True

b)

False

69.

The (a)   command is used to trace the path a packet takes from source to destination.

70.

How many host addresses are available in a /27 network?

a)

30

b)

32

c)

28

d)

26

71.

Which of the following is NOT a characteristic of TCP?

a)

Low overhead

b)

Connection-oriented

c)

Reliable delivery

d)

Flow control

72.

A VLAN allows you to logically segment a physical switch into multiple broadcast domains.

a)

True

b)

False

73.

The (a)   command encrypts the privileged EXEC mode password on a Cisco router.

74.

What is the result of the AND operation between the IP address 192.168.10.55 and the subnet mask 255.255.255.0?

a)

192.168.10.0

b)

192.168.10.55

c)

192.168.10.255

d)

192.168.0.0

75.

Which physical topology requires that all devices are connected to a central point, such as a switch?

a)

Star

b)

Bus

c)

Ring

d)

Mesh

76.

The 'show interfaces' command displays Layer 1 and Layer 2 status information.

a)

True

b)

False

77.

The process of converting digital data into signals for transmission is called (a)   .