TCP & UDP Questions Flashcards
FTP purpose and port number
- File Transfer Protocol
- Transfers files between systems
- Authenticates with a username and password
- TCP/20
- TCP/21
DNS purpose and port number
- Domain Name System
- Turns names into IP Addresses
- UDP/53
HTTPS purpose and port number
- Hypertext Transfer Protocol Secure
- Web server communication with encryption
- TCP/443
NetBIOS/NetBT purpose and port number
- Allows computers and applications to communicate with network hardware, and allows data to transmit properly over a network.
- UDP/137/138/139
HTTP purpose and port number
- Web server communication
- TCP/80
SLP purpose and port number
- View list of available servers
- TCP/427
- UDP/427
SSH purpose and port number
- A secure protocol for remote logins
- A user can connect to a server to transfer information
- TCP/22
POP3 purpose and port number
- Used to receive mail
- TCP/110
Telnet purpose and port number
- Login to devices remotely
- Not encrypted
- TCP/23
SMB/CIFS purpose and port number
- File sharing between computer using it
- Commonly used by Microsoft computers
- TCP/445
AFP purpose and port number
- File sharing between computer using it
- Used by Apple computers
- TCP/548
SMTP purpose and port number
- Used to send mail
- TCP/25
DHCP purpose and port number
- Auto config of IP address, subnet mask and other options
- UDP/67/68
RDP purpose and port number
- Share a desktop from a remote location
- TCP/3389
LDAP purpose and port number
- Store and retrieve information in a network directory
- TCP/389
SNMP purpose and port number
- Used to manage devices on a network
- UDP/161/162
Difference between TCP and UDP?
TCP - Transmission Control Protocol (
- Reliable delivery, there are possesses to make sure things go through the network with little problems. - "Flow Control" When data is received, the sender is notified so the amount of data sent is managed. If data isnt received the sender is notified and it resends.
UDP - User Datagram Protocol (Connectionless, this means no “call” is made. Data is sent with no hellos or goodbyes)
- Unreliable delivery meaning no error recovery and no acknowledgement is sent back from the receiver. - No "Flow Control" The sender determines the amount of data transmitted.