wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

NET1L - Lesson 7 (Ethernet Switching)

Total questions: 75

Worksheet time: 40mins

Name
Class
Date
1.

Also called CAM Table (Content Addressable Memory) Table.

a)

MAC Address Table

b)

Routing Table

c)

IP Address Table

2.

Ethernet operates in the ___________ and the physical layer.

a)

data link layer

b)

network layer

c)

transport layer

3.

It is a family of networking technologies defined in the IEEE 802.2 and 802.3 standards.

a)

Ethernet

b)

WLAN

c)

Wi-Fi

d)

Bluetooth

4.

The 802 LAN/MAN standards, including Ethernet, use two separate sublayers of the data link layer to operate:

a)

LLC Sublayer

b)

MAC Sublayer

c)

IP Sublayer

5.

Places information in the frame to identify which network layer protocol is used for the frame.

(IEEE 802.2)

a)

LLC Sublayer

b)

MAC Sublayer

6.

Responsible for data encapsulation and media access control, and provides data link layer addressing.

(IEEE 802.3, 802.11, or 802.15)

a)

LLC Sublayer

b)

MAC Sublayer

7.

IEEE 802.3 data encapsulation includes the following:

a)

Ethernet frame

b)

Ethernet Addressing

c)

Ethernet Error detection

d)

Ethernet Forwarding

8.

This is the internal structure of the Ethernet frame.

a)

Ethernet frame

b)

Ethernet Addressing

c)

Ethernet Error detection

9.

The Ethernet frame includes both a source and destination MAC address to deliver the Ethernet frame from Ethernet NIC to Ethernet NIC on the same LAN.

a)

Ethernet frame

b)

Ethernet Addressing

c)

Ethernet Error detection

10.

The Ethernet frame includes a frame check sequence (FCS) trailer.

a)

Ethernet frame

b)

Ethernet Addressing

c)

Ethernet Error detection

11.

What is used for error detection in the Ethernet Frame?

- It checks the size of the frame.

a)

FCS (Frame Check Sequence)

b)

(MTU) maximum transmission unit

c)

ECS (Ethernet Check Sequence)

12.

Switches are recommended instead of Hub (they are Dumb Hubs)

a)

True

b)

False

13.

Includes the specifications for different Ethernet communications standards over various types of media including copper and fiber.

a)

IEEE 802.3 MAC sublayer

b)

IEEE 802.3 LLC sublayer

c)

IEEE 802.11 WLAN sublayer

14.

Legacy Ethernet using a bus topology or hubs is a shared, _________ medium.

a)

half-duplex

b)

full-duplex

15.

Ethernet over a half-duplex medium uses a contention-based access method:

a)

Carrier sense multiple access/collision detection (CSMA/CD)

b)

Carrier sense multiple access/collision avoidance (CSMA/CA)

16.

Ethernet LANs of today use switches that operate in full-duplex.

a)

True

b)

False

17.

Full-duplex communications with Ethernet switches require access control through CSMA/CD.

a)

True

b)

False

18.

The minimum Ethernet frame size is ____ bytes and the maximum is _____ bytes.

a)

64, 1518

b)

54, 1618

c)

74, 1519

d)

84, 1518

19.

The preamble field is included when describing the size of the frame.

a)

True

b)

False

20.

Any frame less than 64 bytes in length is considered a “_____________” or “_________” and is automatically discarded.

a)

collision fragment

b)

runt frame

c)

jumbo

d)

baby giant frames

21.

Frames with more than 1500 bytes of data are considered “____________” or “________________”.

a)

collision fragment

b)

runt frame

c)

jumbo

d)

baby giant frames

22.

Dropped frames are not likely to be the result of collisions or other unwanted signals.

They are considered valid.

a)

True

b)

False

23.

Jumbo frames are usually supported by most Fast Ethernet and Gigabit Ethernet switches and NICs.

a)

True

b)

False

24.

An Ethernet MAC address consists of a ______ binary value, expressed using ____ hexadecimal values.

a)

48-bit binary

b)

12 hexadecimal

c)

24-bit binary

d)

10 hexadecimal

25.

Given that 8 bytes (one bit) is a common binary grouping, binary 00000000 to 11111111 can be represented in hexadecimal as the range 00 to FF.

11111111 - 255

a)

True

b)

False

26.

When using hexadecimal, leading zeroes are not always displayed to complete the 8-bit representation.

Ex: the binary value 0000 1010 is represented in hexadecimal as 0A.

(1010 is just A, you need to add 0000 1010)

a)

True

b)

False

27.

Hexadecimal numbers are often represented by the value preceded by _______ to distinguish between decimal and hexadecimal values in documentation.

32 - decimal

____32 - hexadecimal

a)

0x

b)

1x

c)

x

28.

Hexadecimal may also be represented by a _______ 16, or the hex number followed by an __ (e.g., 73H - since it is not included in hex values anymore).

a)

subscript

b)

H

c)

superscript

d)

F

29.

In an Ethernet LAN, every network device is connected to the same, shared media.

a)

True

b)

False

30.

MAC addressing provides a method for device identification at the ____________ of the OSI model.

a)

data link layer

b)

network layer

c)

physical layer

31.

An Ethernet MAC address is a 48-bit address expressed using 12 hexadecimal digits. Because a byte equals 8 bits, we can also say that a MAC address is _________ in length.

a)

6 bytes

b)

5 bytes

c)

4 bytes

32.

All MAC addresses must be unique to the Ethernet device or Ethernet interface.

a)

True

b)

False

33.

All MAC addresses must be unique to the Ethernet device or Ethernet interface. To ensure this, all vendors that sell Ethernet devices must register with the IEEE to obtain a unique 6 hexadecimal (i.e., 24-bit or 3-byte) code called the ______________________.

a)

organizationally unique identifier (OUI)

b)

organizationally universal identifier (OUI)

c)

organization unique identity (OUI)

34.

An Ethernet MAC address consists of a ___ hexadecimal vendor OUI code followed by a ____ hexadecimal vendor-assigned value.

a)

6, 6

b)

6, 12

c)

5, 6

d)

6, 7

35.

When a device is forwarding a message to an Ethernet network, the Ethernet header include a __________ address and a __________address.

a)

Source MAC, Destination MAC

b)

Source IP, Destination IP

36.

When a NIC receives an Ethernet frame, it examines the destination MAC address to see if it matches the physical MAC address that is stored in RAM.

If there is a match, the device discards the frame.

If there is no match, it passes the frame up the OSI layers, where the de-encapsulation process takes place.

a)

True

b)

False

37.

Ethernet NICs will also accept frames if the destination MAC address is a broadcast or a multicast group of which the host is a member.

a)

True

b)

False

38.

Any device that is the source or destination of an Ethernet frame, will have an Ethernet NIC and therefore, a ________.

This includes workstations, servers, printers, mobile devices, and routers.

a)

IP Address

b)

MAC Address

39.

__________ - last address in the addressing scheme.

___________ - first address in the addressing scheme.

a)

Broadcast, Default Gateway

b)

Default Gateway, Broadcast

40.

FF:FF:FF:FF:FF:FF (11111111) - Broadcast since its the last address

a)

True

b)

False

41.

There are instances that the Switch doesn’t have any record of a destination MAC address.

What the switch will do is broadcast the frame to all and ask who has this destination MAC Address.

a)

True

b)

False

42.

Is the unique address that is used when a frame is sent from a single transmitting device to a single destination device.

a)

Unicast MAC Address

b)

Multicast MAC Address

c)

Broadcast MAC Address

43.

The process that a source host uses to determine the destination MAC address associated with an IPv4 address.

a)

Address Resolution Protocol (ARP)

b)

Neighbor Discovery (ND)

c)

Internet Protocol (IP)

d)

Transmission Control Protocol (TCP)

44.

The process that a source host uses to determine the destination MAC address associated with an IPv6 address.

a)

Address Resolution Protocol (ARP)

b)

Neighbor Discovery (ND)

c)

Internet Protocol (IP)

d)

Transmission Control Protocol (TCP)

45.

The source MAC address must always be a unicast.

a)

True

b)

False

46.

A Layer 2 Ethernet switch is completely aware of the data (protocol) being carried in the data portion of the frame, such as an IPv4 packet, an ARP message, or an IPv6 ND packet.

The switch makes its forwarding decisions based solely on the Layer 2 Ethernet MAC addresses.

a)

True

b)

False

47.

An Ethernet switch examines its MAC address table to make a forwarding decision for each frame, unlike legacy Ethernet hubs that repeat bits out all ports except the incoming port.

a)

True

b)

False

48.

When a switch is turned on, the MAC address table is empty.

a)

True

b)

False

49.

[MAC Address Population]

If the source MAC address does not exist, it is not added to the table along with the incoming port number.

If the source MAC address does exist, the switch updates the refresh timer for that entry.

a)

True

b)

False

50.

By default, most Ethernet switches keep an entry in the table for 5 minutes.

a)

True

b)

False

51.

[MAC Address Population]

If the destination MAC address is in the table, it will forward the frame out the specified port.

If the destination MAC address is not in the table, the switch will forward the frame out all ports except the incoming port. This is called an unknown unicast.

a)

True

b)

False

52.

As a switch receives frames from different devices, it is able to populate its MAC address table by examining the source MAC address of every frame.

a)

True

b)

False

53.

What are the 2 Frame Forwarding methods (for switching data between network ports)?

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

54.

This frame forwarding method receives the entire frame and computes the CRC.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

55.

This frame forwarding method forwards the frame before it is entirely received.

- At a minimum, the destination address of the frame must be read before the frame can be forwarded.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

56.

A big advantage of ____________ is that it determines if a frame has errors before propagating the frame.

- When an error is detected in a frame, the switch discards the frame. Discarding frames with errors reduces the amount of bandwidth consumed by corrupt data.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

57.

__________________ is required for quality of service (QoS) analysis on converged networks where frame classification for traffic prioritization is necessary.

For example, voice over IP (VoIP) data streams need to have priority over web-browsing traffic.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

58.

In _________________, the switch acts upon the data as soon as it is received, even if the transmission is not complete.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

59.

-The switch buffers just enough of the frame to read the destination MAC address so that it can determine to which port it should forward out the data.

- The switch does not perform any error checking on the frame.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

60.

2 variants of cut-through switching:

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

61.

Offers the lowest level of latency by immediately forwarding a packet after reading the destination address.

- It is the typical cut-through method of switching.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

62.

Because ________________ starts forwarding before the entire packet has been received, there may be times when packets are relayed with errors.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

63.

A compromise between the high latency and high integrity of store-and-forward switching and the low latency and reduced integrity of fast-forward switching.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

64.

The switch stores and performs an error check on the first 64 bytes of the frame before forwarding.

- Because most network errors and collisions occur during the first 64 bytes, this ensures that a collision has not occurred before forwarding the frame.

a)

Store-and-forward switching

b)

Cut-through switching

c)

Fast-forward switching

d)

Fragment-free

65.

In fragment-free switching, the switch stores and performs an error check on the first _____ bytes of the frame before forwarding

a)

64

b)

32

c)

24

d)

16

66.

2 of the most basic settings on a switch:

a)

bandwidth (speed)

b)

duplex settings

c)

throughput

d)

latency

67.

It is critical that the duplex and bandwidth settings do not match between the switch port and the connected devices.

a)

True

b)

False

68.

There are two types of duplex settings used for communications on an Ethernet network:

a)

Full-duplex

b)

Complete-duplex

c)

Half-duplex

d)

Partial duplex

69.

Both ends of the connection can send and receive simultaneously.

a)

Full-duplex

b)

Complete-duplex

c)

Half-duplex

d)

Partial duplex

70.

Only one end of the connection can send at a time.

a)

Full-duplex

b)

Complete-duplex

c)

Half-duplex

d)

Partial duplex

71.

Is an optional function found on most Ethernet switches and NICs.

It enables two devices to automatically negotiate the best speed and duplex capabilities.

a)

Autonegotiation

b)

Auto-MDIX

72.

In Autonegotiation, the link follows the lowest link speed.

Ex: One switch has 100mbps but the other has 10mbps. (It will follow the 10mbps speed, because the other can adjust)

a)

True

b)

False

73.

Is one of the most common causes of performance issues on 10/100 Mbps Ethernet links.

- It occurs when one port on the link operates at half- duplex while the other port operates at full-duplex.

a)

Duplex mismatch

b)

Duplex lag

c)

Duplex performance

74.

This can occur when one or both ports on a link are reset, and the autonegotiation process does not result in both link partners having the same configuration.

a)

Duplex mismatch

b)

Duplex misconfiguration

c)

Duplex reset

75.

When enabled, the switch automatically detects the type of cable attached to the port and configures the interfaces accordingly.

(Either a crossover or straight-through cable)

a)

Autonegotiation

b)

Auto-MDIX