wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Network Module Mid-Term Quiz 04

Total questions: 51

Worksheet time: 26mins

Name
Class
Date
1.

You want to send a layer 2 Ethernet frame to a group of devices connected to your local network. What type of communication will achieve your goal?

a)

Unicast communication

b)

Multicast communication

c)

Broadcast communication

2.

This key will complete the remaining of the command in CLI.

a)

Ctrl + a

b)

Space

c)

Tab

d)

Ctrl + d

e)

?

3.

Match the corresponding PDU name for each layer of the OSI model: (Layer 2): b PDU Name: _________________

a)

Frame

b)

Packet

c)

Segment

d)

Bit

4.

Match the corresponding PDU name for each layer of the OSI model: (Layer 3): a PDU Name: _________________

a)

Packet

b)

Frame

c)

Segment

d)

Bit

5.

Match the corresponding PDU name for each layer of the OSI model: (Layer 4): d PDU Name: _________________

a)

Segment

b)

Packet

c)

Frame

d)

Bit

6.

Which of the following is added at the OSI Network layer?

a)

A header field that identifies the type of frame

b)

Source & Destination IP addresses

c)

A header field that identifies how many routers are in the path

d)

Source and destination port numbers

e)

Source & Destination MAC addresses

7.

What will a switch do when the destination MAC address of a frame is not in the MAC address table?

a)

It broadcasts the frame out of all ports on the switch.

b)

It forwards the frame out of all ports except for the port at which the frame was received.

c)

It initiates an ARP request.

d)

It sends a destination host unreachable message and drops the frame.

e)

It forwards the frame out of the port that is associated with the destination MAC address.

8.

As a network administrator, you are transitioning your company's network from IPv4 to IPv6. One of your tasks is to explain to the team why Network Address Translation (NAT) is not necessary in IPv6. Please choose the best reason from the options below:

a)

IPv6 has integrated security.

b)

IPv6 has a vast number of addresses.

c)

IPv6 improves packet handling.

d)

IPv6 increases routing capacity.

9.

Which statement describes the treatment of ARP requests on the local link?

a)

ARP requests must be forwarded by all routers on the local network.

b)

ARP requests are received and processed by every device on the local network.

c)

ARP requests are dropped by all switches on the local network.

d)

ARP requests are received and processed only by the target device.

10.

Which three principal aspects should be emphasized in your network security policy to protect data?

a)

Confidentiality, Integrity, and Non-repudiation

b)

Confidentiality, Integrity, and Availability

c)

Integrity, Availability, and Accountability

d)

Confidentiality, Availability, and Authentication

11.

At a large multinational corporation, the IT department faced a major network outage that disrupted business operations for several hours. The initial investigation pointed to a possible issue with the data link layer of the network. To better understand the problem, the IT team needed to analyze the structure of the frames being transmitted over the network. During the review, the team focused on identifying the common parts present in all frame types supported by the data link layer. Which basic parts that are common to all frame types supported by layer two of OSI Model?    (Choose three.)

a)

Header

b)

Checksum

c)

Payload

d)

Trailer

e)

Footer

12.

Below, it shows a small switched network and the contents of the MAC address table of the switch. PC1 has sent a frame addressed to PC3. What will the switch do with the frame?

a)

The switch will forward the frame to all ports.

b)

The switch will forward the frame to all ports except port 4.

c)

The switch will forward the frame only to ports 1 and 3.

d)

The switch will discard the frame.

e)

The switch will forward the frame only to port 2.

13.

What information does the show ip int br command provide on a Cisco switch? Choose the correct answer from the options below.

a)

Displays a detailed configuration of all IP addresses assigned to interfaces.

b)

Shows a brief summary of IP interface information including IP addresses, interface status, and routing protocol status.

c)

Lists all routing protocols configured on the device.

d)

a)  Provides statistics on IP traffic passing through each interface.

14.

What is the decimal version of binary 00101111?

a)

79

b)

47

c)

95

d)

46

15.

Which one is correct regarding order of OSI layers starting from Layer 1 up to Layer 7 in order?

a)

Physical layer, Data link layer, Network Layer, Transport Layer, Session Layer, Presentation Layer, Application Layer

b)

Application Layer, Presentation Layer, Session Layer, Transport Layer, Network Layer, Data link layer, Physical layer

c)

Physical layer, Data link layer, Network Layer, Transport Layer, Application Layer, Session Layer, Presentation Layer

d)

Data link layer, Physical layer, Network Layer, Transport Layer, Application Layer, Session Layer, Presentation Layer

16.

Based on this Wireshark capture below, is this packet being fragmented?

a)

Yes, it is

b)

No, it is not

c)

I don’t know

17.

Which command is used in Windows to release the IP address leased by DHCP on a network interface?

a)

ipconfig /all

b)

ipconfig /renew release

c)

ipconfig /release

d)

ipconfig /release release

18.

What protocol is used to discover the MAC address of hosts on the same local network?

a)

Address Routing Protocol

b)

Address Reassignment Protocol

c)

Address Reverse Protocol

d)

Address Resolution Protocol

e)

Address Rename Protocol

19.

What is the name given to a one-to-one Ethernet communication?

a)

Full-duplex

b)

Half-duplex

c)

Multicast

d)

Unicast

e)

Broadcast

20.

What is the value of Layer 4 - TCP in the Protocol field of IP Header?

a)

17

b)

6

c)

53

d)

443

e)

9

21.

What does the command arp -d do in cmd?

a)

Display the ARP table

b)

Disable ARP requests

c)

Delete the ARP cache

d)

Debug ARP packets

22.

What algorithm is commonly used to calculate the FCS in Ethernet Frame?

a)

AES (Advanced Encryption Standard)

b)

SHA-256 (Secure Hash Algorithm 256-bit)

c)

CRC (Cyclic Redundancy Check)

d)

RSA (Rivest-Shamir-Adleman)

23.

Without this header field, an improperly configured router could cause an IPv4 packet to bounce back and forth indefinitely.

a)

TTL

b)

HOP Limit

c)

Protocol

d)

Destination Address

24.

The total maximum UTP cable length from end device to intermediary device is:

a)

90 m

b)

Depends on the category (5, 5e, 6)

c)

Vendor and installation specific

d)

100 m

25.

Based on the logical topology below, what is the command to configure default gateway on the switch Net_A?

a)

lp defaultgateway 10.10.10.254

b)

lp defaultgateway 205.211.30.1

c)

lp default-gateway 10.10.10.0

d)

lp default-gateway 10.10.10.254

26.

What statement describes a characteristic of MAC addresses? (Select two)

a)

They are only routable within the private network.

b)

They are added as part of a Layer 2 PDU.

c)

They have a 48-bit binary value.

d)

They have a 48-bytes binary value.

e)

They are not needed when using IPv6.

27.

This provides a method for a switch to determine whether the frame experienced transmission errors.

a)

Frame Check Sequence

b)

Transmission Validation Check

c)

Data Integrity Check

d)

Header Validation Check

28.

What is the main reason that you would configure an Ethernet switch with an IP address?

a)

So it can forward frames to local networks.

b)

So it can forward packets to remote networks.

c)

So it can be managed remotely.

d)

Because it would be unkind to leave a switch without an IP address.

29.

How does the Ethernet protocol detect if a frame transmitted over single-mode fiber cable was modified as a result of nearby EMI/RFI interference?

a)

By checking the CRC

b)

By checking the size of the frame

c)

Fiber is completely immune to EMI/RFI interference

d)

None of the answers

30.

Based on the Wireshark capture below, what is the IP address of the computer that sent the ping (The dark highlighted one)?

a)

10.0.0.33

b)

10.0.0.1

c)

9c:b6:d0:8f:51:43

d)

40:0f:c1:f7:9a:2f

e)

You can’t tell from this capture

31.

The header of an Ethernet II frame contains a Type field that defines the type of data encapsulated by the frame? For example, the Type field value could be 0x0800.

a)

True

b)

False

32.

If value on the type field of Ethernet II frame is is 1500 bytes / less in this field, it indicating the encapsulated frame length/payload.

a)

True

b)

False

33.

Convert the subnet mask 11111111.11111111.11111111.11110000 from binary to decimal. Choose the correct decimal value from the options below:

a)

255.255.255.0

b)

255.255.255.128

c)

255.255.255.240

d)

255.255.255.248

34.

Which connection provides a secure encrypted remote management CLI session to a Cisco switch?

a)

Console connection

b)

Telnet connection

c)

AUX connection

d)

SSH connection

35.

Which address on a PC does not change, even if the PC is moved to a different network?

a)

Default Gateway address

b)

IP address

c)

Logical address

d)

Physical address

e)

All of these will change

36.

Under what circumstances will an IP packet be fragmented, and how can you identify fragmentation in Wireshark?

a)

An IP packet will be fragmented when its size exceeds the Maximum Transmission Unit (MTU) - 1500 bytes of the network path. In Wireshark,

b)

An IP packet will be fragmented when it is smaller than the MTU of the network path.

c)

Fragmentation occurs when an IP packet is sent over a network with a higher MTU than the packet size.

d)

IP packets are never fragmented; they are always sent as a whole.

37.

Based on this output of IP Route, which one is the network entry that uses a dynamic routing?

a)

209.165.200.225/32

b)

192.168.10.0/24

c)

0.0.0.0/0

d)

10.1.1.0

e)

192.168.10.1/32

38.

Modern IP networks now combine services that used to require separate networks. This is called?

a)

A combined network

b)

A single service network

c)

A converged network

d)

A multi-mode network

39.

What is a characteristic of a scalable network?

a)

They are never overloaded with increased traffic.

b)

That can grow in size with the company.

c)

They are more reliable.

d)

They offer an unlimited number of applications.

40.

Which of the following are intermediate devices? (Circle/choose as many as you think is/are correct)

a)

Wireless controller

b)

Router

c)

IP Phone

d)

Laptop

e)

Switch

41.

Which of the following statements about MAC addressing is false?

a)

MAC addressing provides device identification at the data link layer.

b)

An Ethernet MAC address is a 48-bit/6-byte address.

c)

MAC addresses must be unique to the Ethernet device/interface.

d)

All vendors must register with the IEEE to obtain a unique 48-bit OUI.

e)

The OUI is followed by a 24-bit vendor-assigned value.

42.

Which networking component is commonly used to connect switches and routers to fiber optic cables?

a)

SNMP

b)

TCP

c)

SFP

d)

VLAN

43.

1.    A workstation is configured as follows:

IP address: 172.16.3.1

Subnet mask: 255.255.255.0

Default gateway: 172.16.3.0

What is the problem?

a)

The default gateway address has been assigned a network address.

b)

The subnet mask is not valid.

c)

The workstation has been given a network address.

44.

Which of the following best describes an IPv4 network broadcast address?

a)

All 0 bits in the host portion of the address

b)

All 1 bits in the host portion of the address

c)

Any address ending in ".255"

d)

All 0 bits plus a rightmost 1 bit in the host portion of the address

e)

All 1 bits plus a rightmost 0 bit in the host portion of the address

45.

Which of the following is a characteristic of multi-mode fiber-optic cable?

a)

Relatively smaller core with few paths for the light to travel

b)

Generally used between cities, rather than between buildings or in a downtown area

c)

Generally uses a LED as the light source

d)

More expensive than single-mode

46.

Which of the following IS NOT a service offered by layer 2?

a)

Routing

b)

Framing

c)

Linking upper layers to the physical media

d)

Error Detection

e)

Media Access Control

47.

What term is used to describe a route in a networking device that forwards packets to a designated gateway when no specific route for the destination network is found in its routing table?

a)

Static route

b)

Dynamic route

c)

Default route

d)

Fast route

48.

A host in the network has been provided with its layer 3 addressing by a server in the network. This is called?

a)

Dynamic Host Configuration Protocol (DHCP)

b)

Domain Name System (DNS)

c)

Address Resolution Protocol (ARP)

d)

ICMP echo request

e)

ICMP echo reply

49.

What is the command that would set adminpass as the privileged exec password? (Choose all that apply)

a)

enable password adminpass

b)

Line con 0

password adminpass

c)

enable secret class

d)

enable secret adminpass

e)

Line con 0

secret adminpass

50.

Refer to the image below. What is the IP address of Laptop3's default gateway?

a)

205.211.30.0.2

b)

192.168.200.5

c)

172.16.0.100

d)

172.16.0.59

e)

192.168.100.254

51.

Refer to the logical topology below. You just sent an ICMP echo request from Host A to the Server. As the reply leaves R1, what will be the source IP and MAC?

a)

The source IP will be R2 Fa0/0 and the source MAC will be the server.

b)

The source IP will be R2 Fa0/0 and the source MAC will be R2 Fa0/0.

c)

The source IP will be the server and the source MAC will be R1 Fa0/0.

d)

The source IP will be Host A and the source MAC will be the server.

e)

The source IP will be R2 Fa0/1 and the source MAC will be R2 Fa0/1.