chapter3 Flashcards

1
Q

connectionless transport

A

UDP. do not guarantee reliable data transport

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

connection-oriented transport

A

establish logical connection. guarantee reliable data transport, but a little bit slower than UDP.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

sequencing

A

establish order of segments so they dont have to arrive at same time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

flow control

A

sender and reciever coordinate to optimize data transfer speed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

three way handshake

A

integral part of TCP flow control.

1) sender sends SYN message
2) receiving host replies with its own SYN and ACK
3) sending host replies with its own ACK

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

SYN message

A

synchronize. request TCP connection. contains starting sequence number. these sequence number establish reliability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ACK

A

acknowledge reception of original SYN message

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

PAR

A
  • positive acknowledgement and retransmission
  • ensure all segments are recieved in certain amt of time
  • sending host will retransmit if acknowledgment not recieved
  • recieving has to send acknowledgments for each segment recieved
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

TCP sliding window

A
  • host can send segments before waiting for acknowledgements

- window defines how many segments can be sent before acknowledgements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

acknowledgments most useful for

A

ensuring data delivery

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

TCP/IP port

A

allow different applications to use TCP/IP at same time.

  • 0 to 1000 are standard ports
  • 1000 to 50k are registered for companies
  • 50k to 65k are private ports
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

routing

A

figuring out best route to send packets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

ICMP

A

used to send error and status messages. ping command most famous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

routing table

A

stored in router. keeps track of:

1) know networks
2) router interface through which network can be reached
3) metrics associated with each route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

routed protocols

A

used to route data PACKETS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

routing protocols

A

used to send route update packets. most common protocol is RIP

17
Q

ARP

A

find MAC address given a IP address