The TCP/IP stack

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

1/21

flashcard set

Earn XP

Description and Tags

Last updated 3:08 PM on 6/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

22 Terms

1
New cards

What is the 4 TCP/IP stack layers?

  • Application

  • Transport

  • Network

  • Link

2
New cards

What is the purpose of the application layer?

  • Selects the correct protocol

  • Interacts with the users application

3
New cards

What is the purpose of the transport layer?

  • Establishes a virtual path

  • Splits the transmission into packets

4
New cards

What is a virtual path?

An end to end encrypted connection between the sender and receiver

5
New cards

What is added to the packets at the transport layer

  • Sequence number

  • Port number

6
New cards

What does the port number identify?

The protocol in use

7
New cards

What is the purpose of the network layer?

Provides the correct IP addresses for the source and destination on the packet

8
New cards

What layer of the TCP/IP stack do routers work in?

Network layer

9
New cards

What is the purpose of the link layer?

  • Controls the physical connections and hardware of the transmission

10
New cards

What is added in link layer and what’s the purpose?

MAC addresses are added which signify the next piece of hardware the packet needs to be sent to

11
New cards

When the packet is received what occurs?

The TCP/IP stack in reverse. All data is removed from the packet that was added

12
New cards

Once the packet is stripped of excess information, what occurs?

  • The port number is used to decide what application for the data to be sent to

  • The sequence number is used to order the packets

13
New cards

What does the application layer do on the receiving end?

Displays the data on the application

14
New cards

What is a socket address?

An ip address followed by a colon and then the port number

15
New cards

What does a socket number do?

Identifies what applications the data needs to be sent to on the recipient device

16
New cards

What is the purpose of FTP?

Allows users to transfer files via connecting to an FTP server and requesting the files

17
New cards

What is the purpose of HTTP?

Allows web servers to transfer text to users

18
New cards

What is the difference between HTTP and HTTPS

HTTPS is encrypted

19
New cards

What does POP3 do?

Allows users to download emails from an email server

20
New cards

What is the purpose of SMTP?

Allows users to send emails from an email server

21
New cards

What is the purpose of SSH?

It allows computers to be controlled remotely.

22
New cards

What is an SSH client?

Software that can be used to make a remote TCP connection so commands can be sent