Ch 9 Flashcards
multiplexing definition
dividing data into smaller segments and interleaving communications across a medium
3 properties of reliability
tracking segments
acknowledging delivery
retransmitting unacknowledged segments
applications using udp
live audio, live video, VOIP (to avoid delays)
dns (for simple queries)
SNMP or TFTP (application handles reliability)
connection oriented definition
establishing virtual connection / session.
amount of data to exchange is negotiated.
communication can be managed
flow-control
regulating amount of data that source transmits to prevent retransmissions
stateful
tracking what info has been sent and what has been acknowledged.
size of TCP overhead
20 bytes
port ranges
well known: 0-1023
registered: 1024 - 49151
dynamic: 49152 - 65535
20 and 21
FTP
22
SSH
23
Telnet
25
SMTP
53
DNS
67, 68
DHCP (uses UDP)
69
TFTP (uses UDP)