Section 3: Host to Host Communications

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/48

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:49 AM on 7/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

49 Terms

1
New cards

What is the TCP/IP Stack?

A protocol stack consisting of multiple protocols including TCP (Transmission Control Protocol) and IP (Internet Protocol); its 7-layered approach divides operations into related groups of actions at each layer.

2
New cards

What is the name of Layer 7 in the OSI Model?

Application

3
New cards

What is the name of Layer 6 in the OSI Model?

Presentation

4
New cards

What is the name of Layer 5 in the OSI Model?

Session

5
New cards

What is the name of Layer 4 in the OSI Model?

Transport

6
New cards

What is the name of Layer 3 in the OSI Model?

Network

7
New cards

What is the name of Layer 2 in the OSI Model?

Data Link

8
New cards

What is the name of Layer 1 in the OSI Model?

Physical

9
New cards

Which TCP/IP layer corresponds to OSI's Application, Presentation, and Session layers?

Application

10
New cards

Which TCP/IP layer corresponds to OSI's Transport layer?

Transport

11
New cards

Which TCP/IP layer corresponds to OSI's Network layer?

Internet

12
New cards

Which TCP/IP layer corresponds to OSI's Data Link and Physical layers?

Link

13
New cards

. What is the key practical difference between the OSI model and the TCP/IP stack in terms of real-world use?

The OSI model is conceptual/reference-only; the TCP/IP stack is the protocol suite actually used to transmit data on real networks

14
New cards

The OSI [...] layer defines how data is formatted for transmission and how access to physical media is controlled.

Data Link

15
New cards

The OSI [...] layer ensures that information sent at the application layer of one system is readable by the application layer of another system.

Presentation

16
New cards

The OSI [...] layer establishes, manages, and terminates sessions between two communicating hosts.

Session

17
New cards

This OSI layer defines services to segment, transfer and reassemble the data for individual communications between end devices.

Transport Layer

18
New cards

This OSI layer provides connectivity and path selection between two host systems that may be located on geographically separated networks.

Network Layer

19
New cards

Which OSI layer defines the specifications needed for activating, maintaining, and deactivating the physical link between end devices?

Physical Layer

20
New cards

Which OSI layer provides network services to the applications of the user?

Application Layer

21
New cards

What is a Local Area Network (LAN)?

A network that connects devices within a single localized area, such as one office or campus.

22
New cards

What is a Wide Area Network (WAN)?

A network connection linking geographically separate sites (e.g., connecting routers at two different offices).

23
New cards

What is the key functional difference between a switch and a router?

A switch connects devices within a single network (LAN); a router connects and forwards traffic between different networks.

24
New cards

List the 6 characteristics used to evaluate a network design.

Topology, speed, cost, security, availability, scalability, reliability

25
New cards

In network design, what does "avoiding a single point of failure" address?

Availability — ensuring no single component failure takes down the network.

26
New cards

What network design characteristic refers to a network's ability to grow without requiring a redesign

Scalability

27
New cards

What is encapsulation in the OSI model?

The process of wrapping data with a header (and sometimes trailer) from each layer as it moves down the stack from sender to receiver, from Layer 7 down to Layer 1.

28
New cards

What is de-encapsulation, and at which end of a transmission does it occur?

The process of stripping off each layer's header as data moves up the stack, from Layer 1 to Layer 7 — occurs at the receiver.

29
New cards

Which OSI layers are referred to as the "upper layers," and who are they primarily relevant to?

Layers 5–7 (Session, Presentation, Application) — primarily relevant to application developers rather than network engineers

30
New cards

What network device operates at each of these OSI layers: Layer 1, Layer 2, Layer 3?

Layer 1 (Physical) — hub; Layer 2 (Data Link) — switch; Layer 3 (Network) — router

31
New cards

At the Data Link layer, what key piece of addressing information is included in the header?

The MAC address (source and destination)

32
New cards

When a switch receives a frame, what does it check in the Layer 2 header to decide whether to process or discard it?

The destination MAC address — if it doesn't match, the device discards the packet.

33
New cards

What term describes a networking problem caused by a physical issue such as an unplugged cable?

A "Layer 1 problem"

34
New cards

What is a PDU (Protocol Data Unit)?

The general term for the entire unit of communication between two hosts, encompassing all layers from Layer 7 down to Layer 1

35
New cards

What is the PDU called at the Application layer?

Data

36
New cards

What is the PDU called at the Transport layer?

Segment

37
New cards

What is the PDU called at the Internet/Network layer?

Packet

38
New cards

What is the PDU called at the Link/Data Link layer?

Frame

39
New cards

Although "packet" is officially the Layer 3 PDU, how is the term commonly (informally) used?

Often used loosely to refer to the entire communication between two hosts, regardless of layer.

40
New cards

Which two protocols make up the core of the TCP/IP suite, and what does each stand for?

TCP (Transmission Control Protocol) and IP (Internet Protocol)

41
New cards

What distinguishes the Application layer from all other OSI layers in terms of service direction?

It does not provide services to any other OSI layer — it's the only layer that doesn't serve a layer above it.

42
New cards

What does "data integrity" mean in the context of the Application layer's error recovery function?

Checking that data has not been altered or corrupted in transit.

43
New cards

What does the Presentation layer do when two communicating systems use different data encoding schemes?

Translates between the different data formats into a common format so both systems can read the data.

44
New cards

How does the Session layer handle a scenario like a web server with many simultaneous users?

It establishes and keeps track of multiple concurrent sessions between the server and each connecting host.

45
New cards

Besides establishing/managing/terminating sessions, what two other functions does the Session layer perform?

Offers efficient data transfer (Class of Service) and exception reporting of upper-layer problems

46
New cards

What addressing format does old legacy Frame Relay use at the Data Link layer (as opposed to Ethernet's MAC address)?

DLCI (Data Link Connection Identifier) numbers

47
New cards

Besides formatting data for transmission and controlling media access, what additional function does the Data Link layer typically provide?

Error detection and correction, to help ensure reliable delivery of data

48
New cards

What kind of information does the Physical layer's specifications typically define? (name at least 3 examples

Voltage levels, physical data rates, maximum transmission distances, and physical connector types.

49
New cards

What does the Physical layer enable at its most basic level?

Transmission of bits (1s and 0s) between end devices.