CN1
Computernetze 1
Computernetze 1
Set of flashcards Details
Flashcards | 179 |
---|---|
Language | Deutsch |
Category | Computer Science |
Level | University |
Created / Updated | 02.01.2020 / 09.01.2020 |
Weblink |
https://card2brain.ch/box/20200102_cn1
|
Embed |
<iframe src="https://card2brain.ch/box/20200102_cn1/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Wofür steht DHCP?
Dynamic Host Configuration Protocol
Name a few TCP characteristics.
- Connection-Oriented
- Bidirectional
- Multiple connections
- Reliable / Acknowledged
- Stream-Oriented / Unstructured Data
- Managed Data Flow
As TCP takes a stream of information from an application, it divides it into discrete messages for IP. What are these called?
TCP Segments
What is the problem with unreliable protocols?
Lack of feedback
What is the send window?
The number of bytes that the recepient is allowing the transmitter to have unacknowledged at one time
Welcher Begriff wird beschrieben?
"The number of bytes that the recepient is allowing the transmitter to have unacknowledged at one time."
The send window
What is the usable window?
The amount of the send window that the sender is still allowed to send at any point in time.
Welcher Begriff wird beschrieben?
"The amount of the send window that the sender is still allowed to send at any point in time."
The usable window
Which are the three types of messages that control transitions between states?
- SYN
- FIN
- ACK
What is the purpose of the SYN message?
A synchronize message. Initiales and establishes a connection. It's named after its purpose to synchronize sequence numbers between devices.
What is the purpose of the FIN message?
A finish message, which is a TCP segment with the FIN bit set. It indicates that a device wants to terminate the connection.
What is the purpose of the ACK message?
An acknowledgement message, indicates receipt of a message such a s SYN or a FIN.
What does TCB stand for? (regarding TCP)
Transmission Control Block
What is the Transmission Control Block?
It contains all the important information about the connection such as the two socket numbers that identify it and pointers to buffers that hold incoming and outgoing data.
It also implements the sliding window mechanism.
List the TCP Segment Control Bits
- URG
- ACK
- PSH
- RST
- SYN
- FIN
What is the control bit URG?
The urgent bit. When set to 1, indicates that the priority data transfer feature has been invoked for this segmet and that the urgent pointer field is valid.
What is the segment control bit PSH?
Push bit. The sender of this segment is using the TCP push feature, requesting that the data in this segment be immediately pushed to the application on the receiving device.
What is the segment control bit RST?
Reset bit. The sender has encountered a problem and wants to reset the connection.
What is the MSS (regarding TCP)?
Maximum segment size