TCP/IP

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

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:54 PM on 5/16/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

What is TCP/IP?

A stack of networking protocols

2
New cards

What is the order of the layers?

Application, transport, internet, link

Only goes through internet and link layer at intermediate routers.

3
New cards

Application layer

Adds the protocol (give example)

Encrypts/decrypts data

4
New cards

Transport layer

Splits data into packets

Adds packet number (total number of packets) to each packet

Adds the port number

Responsible for requesting resends if packets are lost

5
New cards

Internet layer

Adds the source and destination IP addresses

Directs the packets towards destination - the router operates on this layer

6
New cards

Link layer

Connects devices on the same network

Adds the MAC address identifying the Network Interface Cards of the source and destination computers.

New link layer header added at each router. Old one stripped.

7
New cards

Assigning MAC addresses

For devices on the same network, the destination MAC address is the address of the recipient computer, otherwise, it will be the MAC address of the router.

8
New cards

How to answer question that asks about specific layer

  • 2+ tasks

  • Reverse of the 2 tasks

  • Where does it send data when data is being set

  • Where does data come from when data is being received

9
New cards

Packets

Trailer - checksum (calculated at the start and end of journey - if not equal, data has been corrupted). Flags end of packet. Most protocols do not attach a trailer to a packet.

Payload - the data itself

Header - sender’s IP, receiver’s IP, packet number, TTL (time to live decreases by 1 every router it passes through), protocol