Networking/Protocols Flashcards
TCP connectionless or connection oriented?
connection oriented
Can TCP re-order transmissions?
Yes
Which is used for “real time” communication? TCP or UDP?
UDP
Does http/https use tcp or udp?
TCP
Does SSH use tcp or udp
TCP
What are the port numbers for TCP?
tcp/20-active mode data
tcp/21-control
Does TCP authenticate with username and pw?
Yes
What port is SSH
tcp/22
What looks and acts the same as telnet, but is much more secure?
SSH
What port is telnet?
tcp/23
What port is SMTP?
tcp/25
What are the two uses of the SMTP protocol?
Server to server email exchange and client to server sending
What port is DNS?
udp/53
What port is DHCP
udp/67
udp/68
What port is POP3?
tcp/110
What port is IMAP4?
tcp/143
What ports are SMB?
NetBIOS - udp/137 (Name) and tcp/139 (session)
Direct or NetBIOS-less- tcp/445
What does SMB stand for?
Server message block
What is SMB used for
file shares, printer shares
What is SNMP used for?
Gathering stats from networked devices
What ports are used for SNMP?
queries- udp/161
traps- udp/162
What port is used by LDAP?
tcp/389
What port is used by RDP?
tcp/3389