CCNA::DAY 3

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

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:14 PM on 5/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Which organization defines standards used on local area networks?

IEEE (Institute of Electrical and Electronics Engineers)

2
New cards

Which organization defines standards used on the Internet?

IETF (Internet Engineering Task Force)

3
New cards

The IETF publishes standards in documents called […].

RFCs (Requests for Comments)

4
New cards

In the 5-layer TCP/IP model, what is Layer 1?

Physical layer

5
New cards

In the 5-layer TCP/IP model, what is Layer 2?

Local Network layer (a.k.a., Data Link layer)

6
New cards

In the 5-layer TCP/IP model, what is Layer 3?

Internet layer (a.k.a., Network layer)

7
New cards

In the 5-layer TCP/IP model, what is Layer 4?

Transport layer

8
New cards

In the 5-layer TCP/IP model, what is Layer 5?

Application layer*also called Layer 7 due to the OSI model

9
New cards

In the 5-layer TCP/IP model, which layer sends bits as electrical, optical, or radio signals?

Layer 1 (Physical)

10
New cards

In the 5-layer TCP/IP model, which layer provides hop-to-hop delivery within a local network using MAC addresses and switches?

Layer 2 (Local Network layer, a.k.a., Data Link layer)

11
New cards

In the 5-layer TCP/IP model, which layer provides end-to-end communication between hosts across networks using IP addresses and routers?

Layer 3 (Internet layer, a.k.a., Network layer)

12
New cards

In the 5-layer TCP/IP model, which layer provides end-to-end communication between application processes using port numbers?

Layer 4 (Transport layer)

13
New cards

In the 5-layer TCP/IP model, which layer includes protocols for communication between applications, creating and interpreting the data?

Layer 5 (Application layer)*Also known as Layer 7 due to the OSI model

14
New cards

What is the name of the process in which headers and a trailer are added to a message before transmitting it?

Encapsulation

15
New cards

What is the name of the process in which headers and a trailer are removed from a message by the receiving host?

Decapsulation (or de-encapsulation)

16
New cards

What does PDU stand for?

protocol data unit

17
New cards

An L4PDU is called a […] or […]

segment or datagram(segment when using TCP, datagram when using UDP)

18
New cards

An L3PDU is called a […].

packet

19
New cards

An L2PDU is called a […].

frame

20
New cards

The contents of each PDU (everything encapsulated by that layer’s header/trailer) are called the […].

payload

21
New cards

The payload of a frame (L2PDU) is […].

a packet (L3PDU)

22
New cards

The payload of a packet (L3PDU) is […]

a segment (TCP) or datagram (UDP) (L4PDU)

23
New cards

The payload of a segment or datagram (L4PDU) is […]

data (from the Application layer)

24
New cards

Interaction between a layer and those above and below it is called […].

adjacent-layer interaction

25
New cards

Interaction between a layer and the equivalent layer on another device is called […].

same-layer interaction