Networking Models, TCP/IP, and OSI – Practice Flashcards

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

1/39

flashcard set

Earn XP

Description and Tags

A collection of question-and-answer flashcards covering key concepts from the lecture on TCP/IP and OSI networking models, including layers, protocols, encapsulation, PDUs, and interactions between layers.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

Which protocols are examples of TCP/IP transport layer protocols?

TCP and UDP

2
New cards

Which protocols are examples of TCP/IP data-link layer protocols?

Ethernet and PPP

3
New cards

What type of interaction occurs when HTTP asks TCP on the same device to send data?

Adjacent-layer interaction

4
New cards

When TCP on one computer numbers a segment and the other computer acknowledges it, what interaction is this?

Same-layer interaction

5
New cards

What networking process is illustrated when a web server adds TCP, IP, and data-link headers (and trailer) to data?

Data encapsulation

6
New cards

In data-link terminology, what is the name of the PDU that includes both a header and a trailer?

Frame

7
New cards

In OSI terms, what alternative name can be used instead of “frame”?

Layer 2 PDU

8
New cards

What term describes a comprehensive grouping of protocols and standards that let devices communicate, such as TCP/IP or OSI?

Networking model

9
New cards

What is a set of logical rules that devices must follow to communicate?

Protocol

10
New cards

What documents, published mainly by the IETF, formally propose and document Internet standards and protocols?

RFCs (Requests for Comments)

11
New cards

Name three example protocols that operate at the TCP/IP application layer.

HTTP, POP3, and SMTP

12
New cards

Name the two primary protocols of the TCP/IP transport layer.

TCP and UDP

13
New cards

Name two example protocols that operate at the TCP/IP network (Internet) layer.

IP and ICMP

14
New cards

Give two example technologies that operate at the TCP/IP data-link & physical layer.

Ethernet and 802.11 (Wi-Fi)

15
New cards

What is the main role of the application layer in the TCP/IP model?

To provide services that applications need, without defining the application itself

16
New cards

Why does TCP include an error-recovery feature?

To guarantee delivery of data using acknowledgments and retransmissions

17
New cards

What does TCP do when a segment with a particular sequence number is not acknowledged?

Retransmits the missing segment

18
New cards

What does adjacent-layer interaction refer to in networking?

How adjacent layers on the same device collaborate, with the lower layer providing services to the higher layer

19
New cards

What does same-layer interaction refer to in networking?

How the same protocol layer on two different devices communicates using that layer’s headers

20
New cards

How are protocols distributed across the TCP/IP layers?

The application layer has many protocols, while the transport and network layers have fewer, with TCP, UDP, and IP being the primary ones

21
New cards

Why does IP define addresses?

To uniquely identify each device and organize addresses like postal codes

22
New cards

What is the process of forwarding an IP packet based on its destination address called?

IP routing

23
New cards

How do the data-link and physical layers of TCP/IP relate?

The physical layer defines how signals travel over media, and the data-link layer sets rules for sending data over that media

24
New cards

What service does the data-link layer provide to the network layer?

It moves packets to the next host or router across the physical medium

25
New cards

In networking, what does encapsulation mean?

Adding headers (and sometimes trailers) by each layer to the data from the layer above

26
New cards

What is the correct order of encapsulation in the TCP/IP model?

Application → Transport → Network → Data-link → Physical

27
New cards

Match the encapsulated terms to their layers: Segment, Packet, Frame.

Segment – Transport layer; Packet – Network layer; Frame – Data-link layer

28
New cards

Which OSI layer corresponds to the Internet layer of TCP/IP?

Network layer (Layer 3)

29
New cards

What is the primary function of the Transport layer?

Providing reliable data transfer between hosts

30
New cards

Which OSI layer handles data formatting and encryption and lacks a direct counterpart in TCP/IP?

Presentation layer

31
New cards

In the TCP/IP model, which layer combines the OSI Application, Presentation, and Session functions?

Application layer

32
New cards

How is the relationship between the OSI and TCP/IP models usually described?

TCP/IP is a practical implementation, whereas OSI is a theoretical framework

33
New cards

What does the term Protocol Data Unit (PDU) mean in the OSI model?

Encapsulated data (header, trailer, and payload) at a specific layer

34
New cards

What is de-encapsulation?

Interpreting and removing lower-layer headers to reveal higher-layer data

35
New cards

What is a “frame” in networking?

A data-link layer structure consisting of a header, trailer, and encapsulated data

36
New cards

What is a “packet” in networking?

A network-layer PDU that includes the IP header and encapsulated data but not lower-layer headers or trailers

37
New cards

What is a “segment” in networking?

A transport-layer (TCP) PDU that includes a TCP header and encapsulated data, possibly formed by dividing larger data into smaller pieces

38
New cards

In networking, what does a networking model represent?

A set of protocols and standards that enable devices to communicate

39
New cards

In the context of PDUs, what does the term specifically exclude?

Headers and trailers from lower layers

40
New cards

What does same-layer interaction between devices rely on to communicate?

The headers defined by that layer