Unit 2 test #3 networking

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

LAN Topologies

Star connects all devices to a central switch/hub, bus connects devices along a single shared cable, and mesh connects every device directly to every other device. Star is easiest in small workshops because it’s simple and easy to troubleshoot.

2
New cards

Role of a Switch vs. Hub

A switch connects devices in a LAN and forwards data only to the intended device using MAC addresses. A hub broadcasts to all devices on the network.

3
New cards

Copper vs. Fiber Cabling

Copper is cheaper and easier to install, ideal for small LANs. Fiber optic offers higher speeds and longer distance performance but costs more and is unnecessary for short local setups.

4
New cards

Ethernet Link Lights

They show whether there’s a physical connection and if data is being transmitted, helping identify cable or port issues during troubleshooting.

5
New cards

IPv4 Network vs. Host Portion

In an address with mask 255.255.255.0, the last octet (.0) represents the host portion, and the first three octets represent the network.

6
New cards

Duplicate IPv4 Addresses

Two devices using the same IP cause a conflict, resulting in intermittent or no connectivity.

7
New cards

Static IP Example

Used for devices that must always have the same address, like printers or servers.

8
New cards

Purpose of Subnet Mask

It identifies which part of an IP address represents the network and which part represents the host, helping devices decide if others are local or remote.

9
New cards

Testing LAN Connection with IPs

Compare network portions of IPs; if they match, they’re on the same LAN. Use the ping command to test communication.

10
New cards

Reason for IPv6

IPv6 was created to solve IPv4 address exhaustion and support the growing number of connected devices.

11
New cards

IPv6 “::” Symbol

Represents one group of consecutive zeroes in an IPv6 address. Example: fe80:0000:0000:0000:0000:0000:0000:0001 → fe80::1

12
New cards

IPv6 Address Compression

Removes leading zeros and groups of consecutive zeros (::) to make addresses shorter and easier to read.

13
New cards

IPv4 vs. IPv6 Automatic Addressing

IPv4 uses DHCP or static assignment, while IPv6 can self-configure using SLAAC (Stateless Address Autoconfiguration).

14
New cards

Troubleshooting Steps for LAN Connection

Check cables and link lights, verify correct IP configuration, and test connections by pinging devices.

15
New cards

Why Check Physical Cables First

Cable issues are the most common cause of connection problems and easiest to fix.

16
New cards

Ping Command

Tests connectivity between two devices by sending ICMP packets; useful for diagnosing physical or network layer issues.

17
New cards

Using Packet Tracer

Simulates a network for testing, visualizing data flow, and finding configuration or connection errors.

18
New cards

Transport Layer Problem Example

A TCP port mismatch can prevent communication even if the physical and network layers are working correctly.

19
New cards

Cat5 on Gigabit Networks

Cat5 cables can’t handle gigabit speeds due to lower frequency support, causing network bottlenecks or failures.

20
New cards

Attenuation

Signal strength weakens over distance, leading to slower transmission or loss. Caused by long cables or poor-quality materials.

21
New cards

Crosstalk

Interference between twisted pairs inside Ethernet cables caused by electrical signals. Minimized by proper twisting and shielding.

22
New cards

Cable Tester vs. Cable Toner

A cable tester checks for proper wiring and continuity; a toner helps trace and identify cables within a bundle.

23
New cards

Ethernet Length Limit

100 meters is the max recommended length for most copper Ethernet cables to prevent attenuation and signal loss.

24
New cards

192.168.1.5 vs. 192.168.2.5 Example

They can’t communicate directly because their network IDs are different with a 255.255.255.0 mask.

25
New cards

Documenting LAN Setup

Record IP addressing scheme, device names, cabling types, switch port connections, and configuration details.

26
New cards

Green Link Lights but No Communication

Indicates physical connection is working, but there may be configuration or addressing issues.

27
New cards

Long-Distance Connection Choice

Use fiber optic cabling for high-speed, long-distance links with minimal signal degradation.