TCP Protocols Flashcards
What does TCP do ?
Established and maintains network communication for applications to exchange data
What is FRC 793 ?
Development of protocol
True or false is TCP connection Orientated ?
True
What’s TCPs responsibility ?
The responsibility of the protocol are to
Provide for guarantee delivery of packets, also to handle packet retransmission in the event of an error.
True or false ?
Does TCP use acknowledgements?
True
So when the packet (data) is received on the other side it says I received that
What happens when TCP gets an acknowledgement back ?
It will send another pack
What happens if an acknowledgement does not arrive ?
Then it knows there was a problem and it retransmits the packet.
What layer is TCP in ?
The transport layer
What is TCPs job ?
To get the packets to point a to point b
What’s the downside of TCP ?
It can be slow
Cause it sends and waits for acknowledgement
What’s the upside of TCP ?
It’s more reliable
True or false ?
TCP maintains and establishes the connection ?
True