Networking/Protocols Flashcards
1
Q
TCP connectionless or connection oriented?
A
connection oriented
2
Q
Can TCP re-order transmissions?
A
Yes
3
Q
Which is used for “real time” communication? TCP or UDP?
A
UDP
4
Q
Does http/https use tcp or udp?
A
TCP
5
Q
Does SSH use tcp or udp
A
TCP
6
Q
What are the port numbers for TCP?
A
tcp/20-active mode data
tcp/21-control
7
Q
Does TCP authenticate with username and pw?
A
Yes
8
Q
What port is SSH
A
tcp/22
9
Q
What looks and acts the same as telnet, but is much more secure?
A
SSH
10
Q
What port is telnet?
A
tcp/23
11
Q
What port is SMTP?
A
tcp/25
12
Q
What are the two uses of the SMTP protocol?
A
Server to server email exchange and client to server sending
13
Q
What port is DNS?
A
udp/53
14
Q
What port is DHCP
A
udp/67
udp/68
15
Q
What port is POP3?
A
tcp/110