Protocols Flashcards
TCP
Transport Control Protocol - connection-oriented. 3-way handshake ensures the information is delivered
UDP
User Datagram Protocol - connection-less - packets are transmitted, no guarantee it arrived
SNMP
Simple Network Management Protocol - UDP-based, collects infrastructure info. Routers switches, servers, etc.
SNMP port number
161, 162
NTP
Network Time Protocol - UDP-based - Useds for time syncronization between servers
NTP port number
123
SIP
Session Initiation Protocol - UDP-based - for transferring voice and video
SIP port number
5060 (plain), 5061 (encrypted using TLS)
RTSP
Real-time streaming protocol - UDP-based, for streaming media
RTSP port number
554
FTP
File Transfer Protocol - TCP-based - for transferring files
FTP port number
20 (for transferring data), 21 (for establsihing connection)
TFTP
Trivial file transfer protocol - UDP-based - Like FTP but does not ask for username/password
TFTP port number
69
SFTP
Secure File Transfer Protocol - TCP-based, Like FTP but encrypted