Module 3
Module 3
• What is a network
interface?
Copyright © 2024 The Computing Technology Industry Association, Inc. All rights reserved. 4
Network Interface Cards
• Transceiver component
• Connects the host to a transmission
medium (wired or wireless)
• Can have multiple ports on same card
• Has a unique MAC address
• Operates at the Data Link layer
Modular transceivers
• Terminate multiple types of
cable and connector types
• Operate at the Data Link layer
• No link
• Intermittent connection loss
Signal strength
• Intermittent connections
• Packet loss
• Poor network performance
2D:45:19:87:C8:
E2
48-bit alphanumeric identifier;
pairs of hexadecimal digits
separated by colons or hyphens
opyright © 2024 The Computing Technology Industry Association,
C 10
Inc. All rights reserved.
MAC Broadcast Address
Preamble SFD Destination Source Ether Type Payload FCS
MAC MAC
Synchronization Signals the Protocol of Data being Error-
sequence start of the Address of Address of the the payload transmitted checking
frame the recipient sending code
device device
Broadcast Address
11:11:11:11:11:11
To: D
From: A
A B C D
Bridges separate physical network segments while keeping all nodes in the same
logical network.
opyright © 2024 The Computing Technology Industry Association,
C 14
Inc. All rights reserved.
Switches
Switch
To: D
From: A
A B C D
A switch sends transmissions from one port only to the destination port.
opyright © 2024 The Computing Technology Industry Association,
C 15
Inc. All rights reserved.
Ethernet Switch Types
Unmanaged Modular vs. Desktop vs.
Stackable
vs. Managed Fixed Rack
Modular can be
Managed configured with Can be
Desktop switches
switches can be different connected
are free standing
configured numbers and together
types of ports
Unmanaged Rack-mounted
Fixed come with
switches have no switches are Can be managed
a set number of
configuration designed fit into as a single unit
ports
options networking racks
Link aggregation
• Combining 2+ separate
cabled links into a
single logical channel
• Provides redundancy
• Cost effective
Jumbo frame
• Layer 2 protocol
• Prevents bridge loops
• Provides fault tolerance
Copyright © 2024 The Computing Technology Industry Association, Inc. All rights reserved.
27
Lesson 3.4
Switch Troubleshooting
Resets
• Count of manual and automatic restarts
• High frequency of resets should be monitored
Discards/drops
• Causes by checksum errors, mismatched MTUs, size
anomalies, high load, ACL or VLAN configuration
errors
• Used for troubleshooting
Frame's calculated
checksum does not Frames are smaller Frames exceed the
match the than the minimum maximum allowed
transmitted frame size. size.
checksum
Copyright © 2024 The Computing Technology Industry Association, Inc. All rights reserved.
37
Summary
• NIC vs. Transceiver: NIC connects host to network (cable),
transceiver adapts cable types
• Hub vs. Switch: Hub broadcasts to all devices, switch directs
traffic to specific devices; bridge connects networks, keeps them
logically unified
• STP: Prevents bridge loops and ensures network redundancy
(Layer 2 protocol)