Introduction to Networking - Week 1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering Week 1 networking concepts including devices, addressing, topologies, basic paths, and troubleshooting steps.

Last updated 11:31 AM on 9/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Network

A group of devices that can communicate and share resources.

2
New cards

LAN (Local Area Network)

A network operating within a local area, such as a home, lab, or office.

3
New cards

WAN (Wide Area Network)

A network that connects distant networks across larger geographical areas.

4
New cards

Internet

A global network of networks.

5
New cards

Endpoint / Host

A device on the network that sends or receives data.

6
New cards

NIC (Network Interface Card)

A hardware component that connects a device to the network.

7
New cards

Switch

A device that connects devices within a network.

8
New cards

Router

A device that connects different networks together.

9
New cards

Access Point

A network device that provides wireless access to the LAN.

10
New cards

Firewall

A network security device that controls which traffic is permitted.

11
New cards

Modem / ONT

A device that connects a local network to ISP access technology.

12
New cards

Server

A network entity that provides a service or resource to clients.

13
New cards

MAC Address

A Layer 2 address representing the local interface identity.

14
New cards

IP Address

A Layer 3 logical network address used to identify devices across networks.

15
New cards

Default Gateway

The router address where remote network traffic is sent.

16
New cards

DNS

Domain Name System, which turns human-readable names into IP addresses (e.g., google.com → IP).

17
New cards

STAR Topology

A common Ethernet LAN topology organized around a central device.

18
New cards

BUS Topology

A historically important network topology based on a shared medium.

19
New cards

RING Topology

A network topology arranged in a loop/ring structure where each node has neighbors.

20
New cards

MESH Topology

A network topology featuring multiple paths to provide connection redundancy.

21
New cards

Subnet Mask

A 32-bit mask used to separate network and host portions of an IP address, such as 255.255.255.0.

22
New cards

Troubleshooting Step 1: DEFINE

The first step in network troubleshooting: asking what you are trying to do.

23
New cards

Troubleshooting Step 2: OBSERVE

The second step in network troubleshooting: identifying what you know and what changed.

24
New cards

Troubleshooting Step 3: TEST

The third step in network troubleshooting: changing exactly one thing at a time.

25
New cards

Troubleshooting Step 4: LEARN

The fourth step in network troubleshooting: determining what the test result tells you.

26
New cards

Troubleshooting Step 5: REPEAT

The fifth step in network troubleshooting: using evidence rather than guesses to proceed.

27
New cards

Networking Definition

Learning the job of every box and what happens to the data as it moves between them.

28
New cards

Primary Purpose of a Switch

Connects devices inside the same network (e.g., PCs, printers, APs, servers).

29
New cards

Primary Purpose of a Router

Connects one network to another network (e.g., LAN → other LANs → Internet).

30
New cards

Basic Data Path Sequence

Laptop → Access Point → Switch → Router → ISP → Internet → Server.

31
New cards

ISP

Internet Service Provider, which links local routers to distant global networks.

32
New cards

OSI Model

An upcoming conceptual networking framework used to understand protocol layers.

33
New cards

TCP/IP

The standard protocol suite used for interconnecting network devices on the Internet.

34
New cards

Encapsulation

The process of wrapping data with headers as it moves down through network layers.

35
New cards

PDU

Protocol Data Unit, representing a specific block of data at a given layer.

36
New cards

Wireshark

A software application used for analyzing network traffic and inspecting packets.

37
New cards

Layer 2

The Data Link Layer associated with local interface identity (MAC ADDRESS).

38
New cards

Layer 3

The Network Layer associated with logical network addresses (IP ADDRESS).

39
New cards

Ping Command

A network command line utility used to test connectivity between hosts.

40
New cards

Packet Tracer

A simulation program used to build, configure, and test network setups.

41
New cards

Packet Tracer Challenge #1 Setup

Connecting two PCs to one switch to enable direct communication on the same network.

42
New cards

PC 1 Initial IP Address

192.168.1.10 assigned during Packet Tracer Challenge #1.

43
New cards

PC 2 Initial IP Address

192.168.1.20, which allowed successful pinging from PC 1 on the same subnet.

44
New cards

PC 2 Modified IP Address

192.168.2.20, which placed PC 2 on a different network and broke direct ping connectivity without a router.

45
New cards

Key Question for Network Device Choice

Are we connecting DEVICES — or connecting NETWORKS?

46
New cards

Today's Big Question

What has to happen between your laptop and Google for a web page to appear?

47
New cards

Name-to-Connection Step 1

You enter google.com in the browser.

48
New cards

Name-to-Connection Step 3

The host decides whether the destination is local or remote.

49
New cards

Mental Model of Network Journey

HOST → SWITCH → ROUTER → INTERNET → ROUTER → SWITCH → HOST.

50
New cards

Core Principle of Network Troubleshooting

Do not guess randomly; change one thing, test, observe, and use evidence.