
Net+ 3.2 Lesson
Presentation
•
Information Technology (IT)
•
11th Grade
•
Practice Problem
•
Medium
Sean Carchidi
Used 2+ times
FREE Resource
35 Slides • 36 Questions
1
2
3
Layer 1
all interfaces receive unicast and broadcasts
security issues with sniffing unicast
Hub
4
Layer 1
although not used anymore, understanding how they operate is foundational
Hub
5
every port runs at half-duplex
speeds are 10/100 and SHARED between devices
Hub
6
wiring is special with hubs with the Tx connecting to the host and Rx connection to the hub
Hub
7
there are no configuration options for hubs
Hub
8
9
Multiple Choice
Hubs operate at what layer?
10
Multiple Choice
Hubs send these two types of transmissions to every port.
11
Multiple Choice
Hubs operate at what type of duplex?
12
Multiple Choice
With hubs, they have to be wired specifically; which end of the wire connects to the host?
Tx
Rx
Fx
13
Multiple Choice
What settings can be configured on a hub?
none
host name
switch ports
duplex mode
14
15
Physically connected devices that share network resources
Physical Segment
16
Although they might not be "physically" connected, the network devices are still sharing resources
Logical Segment
17
Multiple Choice
What device would you use to connect 2 physical networks to make one logical network?
Bridge
18
Layer 2 Device
Learns MAC addresses and builds a forward table
Reduces collisions by reducing nodes on one physical network
Bridges
19
Multiple Choice
Bridges operate on what layer?
20
Multiple Choice
Bridges build a forwarding table based on what information?
21
Multiple Choice
If a bridge has devices in the MAC Address table that have not been connected with in a while, what will happen?
22
Multiple Choice
Using a bridge reduces collisions on the network because
23
Multiple Choice
Bridges are widely used today
True
Not True
24
CD -> physically connected devices that can be separated by bridges; now separated by switch ports
BD -> established by layer 3 devices (routers) but they technically run at layer 2
Collision Domains v.
Broadcast
25
Multiple Choice
Today, collision domains are kept separate by what?
switch ports
bridge ports
router ports
26
Multiple Choice
Broadcast Domains are established on what layer?
27
Apartment Idea
Apartment Building: Think of a large apartment building with multiple floors. Each floor represents a network segment. A bridge acts like a mail carrier who sorts incoming mail (data packets) based on the apartment number (destination MAC address) and delivers them to the correct floor (network segment).
28
Traffic Control
Imagine a busy intersection with multiple lanes of traffic. A bridge is like a traffic controller, separating incoming traffic onto specific lanes (network segments) based on their destination. It prevents unnecessary traffic (data packets) from flooding the entire network.
29
30
Layer 2 Device
Establishes CD and BD boundaries
Ports restrict collision domains
All ports on same broadcast domain unless VLANs established
Switches
31
Data Link Layer
intelligent directors on a network
learn MAC addresses and efficiently direct data packets to correct device
improves network performance and reduces collisions
Switches
32
Layer 2
When a switch port established a link between 2 nodes, it is known as MICROSEGMENTATION
MICRO - SEGMANT
Switches
33
On a SWITCH, a collision will occur in half-duplex, but it will not affect the whole network because it is isolated to one port. Usually the speeds are 10/100
Switches
34
Multiple Choice
A network switch operates at what layer?
35
Multiple Choice
A single port on a switch reduces what type of domain?
36
Multiple Choice
All switch ports will be on the same broadcast domain unless WHAT is configured?
37
Multiple Choice
What is it called when a switch port established a point to point link between 2 nodes?
Microsegmentation
38
Multiple Choice
A collision will occur on a network switch when a port operates at what speed
39
Analogy
Think of a waitress in a restaurant who takes orders (data packets) from tables (devices) and delivers them directly to the intended kitchen station (destination device) based on the table number (MAC address)
40
41
can be added without configuration
usually less expensive
Unmanaged Switch
42
usually found on bigger networks
settings can be configured
if not configured, will act as an unmanaged switch
Managed Switch
43
switches that can be connected together and operate as a group
it will act as a "single unit"
Stackable Switch
44
modular switch has slots for plug-in cards, so it can be customized
fixed switch CANNOT be customized
Modular/Fixed
45
can be installed into a standard size rack
smaller switches -> 5 to 8 ports will be desktop
Desktop/Rack-Mounted
46
Multiple Choice
You need to connect a printer that needs to be on the network in an office that only has 2 open network ports; both ports are being used by the phone and the PC. What type of switch would you use to expand the network in the office?
managed desktop switch
unmanaged desktop switch
managed rack mounted switch
unmanaged rack mounted switch
47
Multiple Choice
Your network is expanding into the basement of your building; the network service installer hanged a cabinet in the closet; more than 15 devices will be tied into the network; what type of network switch would you need?
managed desktop switch
unmanaged desktop switch
managed rack mounted switch
unmanaged rack mounted switch
48
Multiple Choice
You run an enterprise network where 96 devices are active on the 1st floor; you want to consolidate your management of those devices; what type of switch could you invest in to achieve this goal?
stackable managed switch
stackable unmanaged switch
modular managed switch
modular unmanaged switch
49
Performed at CLI
called Cisco ISO
User Exec Mode = >
Priv EXEC Mode = #
Global Config Mode = (config#)
Switch Interface Configuration
50
User Exec Mode = >
read-only mode
runs basic troubleshooting tools
Switch Interface Configuration
51
Priv EXEC Mode = #
allows user to
report config
show system status
reboot/shutdown
backup/restore system
activated using the enable command
Switch Interface Configuration
52
Global Config Mode = (config#)
allows user to:
write config updates
activated by command configure terminal from PRIV mode
Switch Interface Configuration
53
Interfaces identified by type/slot/port
GigabitEthernet 0/2 (G0/2)
port #2 on first 10/100/1000 slot
most switches have only one slot, unless modular/stackable
CLI port naming
54
switches support a range of ethernet standards
most of the time, ports are set to auto-negotiate the speed
static configs can be setup also
auto-negotiation
55
shutdown -> disables port
no shutdown -> enables port
speed & duplex commands
usually set to auto
switchport -> configures port settings
such as access or no access
CLI INT commands
56
Multiple Choice
Which command disables an interface on Cisco IOS?
57
Multiple Choice
Which command can adjust the speed of an interface on Cisco IOS?
58
Multiple Choice
Which command can configure switching characteristics on Cisco IOS?
59
Multiple Choice
Which command brings you to User EXEC mode on Cisco IOS?
60
exit -> returns to previous mode
copy running-config startup-config
writes the changes to memory
CLI commands
61
Multiple Choice
Which CLI mode is read only on the CIsco IOS?
62
Multiple Choice
Which CLI mode allows users to show system status on Cisco IOS?
63
Multiple Choice
Which CLI mode allows users to backup and restore the system on Cisco IOS?
Privileged exec mode
Disable mode
64
Multiple Choice
Global configuration mode is shown as what in Cisco IOS?
65
Multiple Choice
FastEthernet0/8 is where on the network device?
100mbps on the 8th port of the device
1000mbps on the 8th port of the device
10mbps on the 8th port of the device
66
Multiple Choice
G0/24 is where on the network device?
100mbps on the 24th port of the device
1000mbps on the 24th port of the device
10mbps on the 24th port of the device
67
Multiple Choice
When a switch communicates with an end host and agrees on a speed, that is called?
68
Multiple Choice
Which commands returns you to User Exec mode after making a change on Cisco IOS?
69
Multiple Select
Which command helps you save the configuration to memory in Cisco IOS?
70
Word Cloud
Write one command you remember from Cisco IOS.
71
Poll
Rate this lesson
Global Config
User EXEV
User
I crashed out
Show answer
Auto Play
Slide 1 / 71
SLIDE
Similar Resources on Wayground
71 questions
4.5.6. лекција Мрежна опрема
Presentation
•
12th Grade
65 questions
Managing River Hazards
Presentation
•
9th - 10th Grade
63 questions
Algebra Ch. 3 Review
Presentation
•
9th - 12th Grade
66 questions
Review of Integumentary System
Presentation
•
11th Grade
65 questions
Chapter 12: Network Security
Presentation
•
11th Grade
67 questions
Magnetism Review
Presentation
•
11th - 12th Grade
65 questions
Lesson 1: Computer systems and system software
Presentation
•
12th Grade
Popular Resources on Wayground
20 questions
STAAR Review Quiz #3
Quiz
•
8th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
6 questions
Marshmallow Farm Quiz
Quiz
•
2nd - 5th Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
20 questions
Inferences
Quiz
•
4th Grade
19 questions
Classifying Quadrilaterals
Quiz
•
3rd Grade
12 questions
What makes Nebraska's government unique?
Quiz
•
4th - 5th Grade
Discover more resources for Information Technology (IT)
20 questions
Grammar
Quiz
•
9th - 12th Grade
31 questions
Easter Trivia
Quiz
•
KG - 12th Grade
16 questions
Circles - Equations, Central & Inscribed Angles
Quiz
•
9th - 12th Grade
46 questions
Unit 4 Geosphere Test Review
Quiz
•
9th - 12th Grade
25 questions
Early Cold War Quizziz
Quiz
•
11th Grade
10 questions
Climate Change and Its Impact
Interactive video
•
9th - 12th Grade
35 questions
Venn Diagrams, Theoretical, & Experimental Review
Quiz
•
9th - 12th Grade
20 questions
Food Chains and Food Webs
Quiz
•
7th - 12th Grade