TCP/IP CHAP 1.2 UITM

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

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Why are protocol layers used in communication?

They divide the complex task of communication into manageable layers, each with its own protocols.

2
New cards

What is an example of simple communication using a single layer?

Two neighbors, Maria and Ann, communicate using sign language without additional protocols.

3
New cards

What is an example of multi-layer communication?

Maria and Ann use translation machines and postal services to communicate after Ann moves.

4
New cards

What is the OSI (Open System Organization) Model?

A standardized model for network communication introduced by ISO in the late 1970s

5
New cards

What are the seven layers of the OSI model?

Physical, Data Link, Network, Transport, Session, Presentation, Application.

6
New cards

What is encapsulation in the OSI model?

The process of wrapping data with protocol-specific headers for transmission.

7
New cards

What is the function of the Physical Layer?

It moves individual bits from one node to another.

8
New cards

What is the function of the Data Link Layer?

It organizes bits into frames and provides hop-to-hop delivery

9
New cards

What is the function of the Network Layer?

It moves packets from source to destination and enables internetworking.

10
New cards

What is the function of the Transport Layer?

It ensures reliable process-to-process message delivery and error recovery.

11
New cards

What is the function of the Session Layer?

It establishes, manages, and terminates sessions between applications.

12
New cards

What is the function of the Presentation Layer?

It translates, encrypts, and compresses data.

13
New cards

What is the function of the Application Layer?

It allows access to network resources.

14
New cards

How does the TCP/IP model compare to the OSI model?

The TCP/IP model has five layers and was developed before the OSI model.

15
New cards

What are the layers of the TCP/IP model?

Application, Transport, Network, Data Link and Physical

16
New cards

What is the unit of communication at the Physical Layer?

A bit

17
New cards

What is the unit of communication at the Data Link Layer?

A frame.

18
New cards

What is the unit of communication at the Network Layer?

A datagram.

19
New cards

What is the unit of communication at the Transport Layer?

a segment, user datagram, or a packet, depending on the specific protocol used in this layer.

20
New cards

What is the unit of communication at the Application Layer?

A message.

21
New cards

What are the four levels of addressing in TCP/IP protocols?

Physical, Logical, Port, and Application-specific addresses.

22
New cards

How do physical addresses change in networking?

They change from hop to hop, while logical addresses remain the same.

23
New cards

How is a physical address typically represented?

As a 48-bit (6-byte) number in hexadecimal format, e.g., 07:01:02:01:2C:4B

24
New cards

Why do routers have multiple addresses?

They require separate physical and logical addresses for each network connection.

25
New cards

How is a port address represented?

As a 16-bit decimal number, e.g., 753.