4.9.4.1 TCP/IP

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

1/12

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.

13 Terms

1
New cards

What does TCP/IP stand for?

Transmission Control Protocol / Internet Protocol

2
New cards

How many layers are there in the TCP/IP stack?

4

3
New cards

What are the layers of TCP/IP?

  • Application

  • Transport

  • Network

  • Link

4
New cards

What happens in the application layer?

Selects and uses the correct protocol to transmit data

5
New cards

How does the application layer interact with the user?

With application software

→ e.g. web browser

6
New cards

What happens in the transport layer?

  • Virtual path established

  • Transmission split into packets

7
New cards

What is meant by a virtual path?

An end to end connection between the sender and the receiver

8
New cards

What happens in the network layer?

Provides the correct IP addresses for each packet’s source and destination

9
New cards

What component works in the network layer?

Routers use the IP addresses on a packet to send it to its destination

10
New cards

What happens in the link layer?

  • Controls physical connections between pieces of network hardware

  • Adds MAC addresses to packets in receives

11
New cards

How is the TCP/IP stack reversed?

  • Link layer removes MAC address

  • Network layer removes IP addresses

  • Transport layer uses packet’s port number to determine the correct application to send the packet to

  • Application layer receives the packets and displays the information accordingly

12
New cards

How are socket addresses formed?

Combining an IP address with a port number

13
New cards

What does a socket address do?

Identifies which of the applications on the recipient device a packet should be sent to