Introduction to Routing and Switching Week 1 - Part 2 Models, Addressing, Wireshark

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

1/52

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:15 AM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

53 Terms

1
New cards

What is a network?

A telecommunications system that connects computers to allow communication and data exchange.

2
New cards

What is network topology?

The way in which network components are arranged or interrelated.

3
New cards

What is a protocol?

A set of rules for communication between devices (data format, addressing, routing, error detection, acknowledgements).

4
New cards

What is a standard?

A defined format or rule set for technologies.

5
New cards

What is a de facto standard?

An industry-accepted standard.

6
New cards

What is a de jure standard?

A formally approved standard by official organizations.

7
New cards

What does ISO stand for?

International Organization for Standardization.

8
New cards

What does IEEE stand for?

Institute of Electrical and Electronics Engineers.

9
New cards

What does IETF stand for?

Internet Engineering Task Force.

10
New cards

What is the OSI model?

A conceptual framework used to understand and organize networking functions into layers.

11
New cards

What is the TCP/IP model?

A reference model based on a real protocol suite used on the internet.

12
New cards

Who developed the OSI model?

ISO.

13
New cards

Who developed TCP/IP?

The Department of Defense (DARPA).

14
New cards

How many layers are in the OSI model?

7.

15
New cards

What does the Application layer do?

Provides user interface and network services.

16
New cards

What does the Presentation layer do?

Handles data translation, encoding, and compression.

17
New cards

What does the Session layer do?

Manages sessions (start, maintain, end communication).

18
New cards

What does the Transport layer do?

Provides end-to-end communication, reliability, segmentation, and retransmission.

19
New cards

What does the Network layer do?

Handles logical addressing, routing, and forwarding.

20
New cards

What does the Data Link layer do?

Handles physical addressing, error detection, and media access.

21
New cards

What does the Physical layer do?

Handles signaling, cabling, and hardware.

22
New cards

What is a Protocol Data Unit (PDU)?

The unit of data at each OSI layer.

23
New cards

Name Application layer protocols.

HTTP, FTP, SMTP, DNS.

24
New cards

Name Transport layer protocols.

TCP and UDP.

25
New cards

Name Network layer protocols.

IP, ICMP, RIP.

26
New cards

What is a MAC address?

A unique 48-bit physical address assigned to a network interface.

27
New cards

How is a MAC address written?

As 12 hexadecimal digits (e.g., 6C:F0:49:68:95:68).

28
New cards

What is an OUI?

The first 24 bits of a MAC address identifying the vendor.

29
New cards

What is the second half of a MAC address?

A unique serial number assigned by the vendor.

30
New cards

What is a broadcast MAC address?

FF:FF:FF:FF:FF:FF (sent to all devices on a LAN).

31
New cards

What is a multicast MAC address?

An address used to send to a group of devices.

32
New cards

What is a unicast MAC address?

An address used for one-to-one communication.

33
New cards

What is an IPv4 address?

A 32-bit logical address used to identify devices on a network.

34
New cards

What are the two parts of an IP address?

Network portion and host portion.

35
New cards

What does a subnet mask do?

Identifies which part of the IP address is network vs host.

36
New cards

How many bits are in an IPv4 address?

32 bits.

37
New cards

How many possible IPv4 addresses exist?

About 4.3 billion.

38
New cards

What is dotted decimal notation?

IP format using four decimal numbers separated by dots.

39
New cards

What is a Class A default mask?

255.0.0.0 (/8).

40
New cards

What is a Class B default mask?

255.255.0.0 (/16).

41
New cards

What is a Class C default mask?

255.255.255.0 (/24).

42
New cards

What is an IP broadcast address?

255.255.255.255 (sent to all devices on a network).

43
New cards

Are IP broadcasts routable?

No.

44
New cards

What is an IP multicast address?

An address used to send data to a group of hosts.

45
New cards

What is a unicast IP address?

Used for one-to-one communication.

46
New cards

What is the loopback address?

127.0.0.1 (tests the local device).

47
New cards

What is a network address?

An address where the host portion is all zeros.

48
New cards

What is APIPA?

Automatic Private IP Address assigned when DHCP fails.

49
New cards

What is encapsulation?

The process of adding headers as data moves down OSI layers.

50
New cards

What is de-encapsulation?

Removing headers as data moves up OSI layers.

51
New cards

What is Wireshark?

A network protocol analyzer used to capture and inspect traffic.

52
New cards

What is another name for Wireshark?

Packet sniffer.

53
New cards

What can Wireshark do?

Capture, analyze, and display network traffic in real time.