• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back

What is the purpose of the Transport layer?

- Establishing a temporary communication session between two applications and sending data between them.

What are the responsibilities of the a Transport layer?

- Tracking individual conversations


- Segmenting data and reassembling segments


- Identifying the applications to send data to the right one


What is Conversation Multiplexing?

- Sending segments from different communications alternately down a communication line to increase efficiency

What makes TCP reliable?

- Numbering and tracking segments


- Acknowledging received data


- Resending and unacknowledged data after a set time period

Why is UDP unreliable?

- It requires no acknowledgement from the receiver and doesn't resend any data

What are 2 examples of applications of UDP?

- Streaming Video


- IP Telephony

What are 2 applications of TCP?

- HTTP


- SMTP

What are the features of TCP?

- Establishing a session


- Same order delivery


- Reliable delivery


- Flow control

How does the transport layer manage multiple conversations?

- It uses different port numbers in the UDP headers of segments

What does the Netstat command do?

- Lists all protocols in use on the device alongside the local and foreign IP addresses and ports.

How many bytes does a TCP header add?

- 20

How many bytes does a UDP header add?

- 8

What are the main 3 flags used in TCP establishment?

- SYN


- ACK


- FIN

What does window size determine?

- The amount of bytes of data that can be sent before acknowledgement is required