2.1.2 Common Network Ports Flashcards
What is FTP? What is it used for? What are its port #s for both active mode data and control?
- File Transfer Protocol
- Transfers files between systems
- tcp/20 for active mode data
- tcp/21 for control
What is SSH? What is it used for? What is it’s port #?
- Secure Shell
- Used for encrypted communication between systems over a network
- tcp/22
What is Telnet? What is it used for? What is its port #?
- Telecommunication Network
- Used to log into devices remotely
- tcp/23
What is SMTP? What is it used for? What is its port #?
- Simple Mail Transfer Protocol
- server-to-server email transfer
- tcp/25
What is DNS? What is it used for? What is its port #?
- Domain Name System
- converts url names into IP addresses
- udp/53
What is HTTP? What is it used for? What are both its unsecure and secure port #s?
- Hypertext Transfer Protocol
- Communication between web servers in browser and by other applications
- unsecure (http): tcp/80
- secure (https): tcp/443
What is the POP3 port #?
tcp/110
What is the IMAP4 port #?
tcp/143
What is RPD? What is it used for? What is it’s port #?
- Remote Desktop Protocol
- allows access to remote desktops over a network
- tcp/3389
What is SMB? What is it used for? What is another name for it? What is it’s direct port #?
- Server Message Block
- file and printer sharing protocol used exclusively by Windows
- also called CIFS (Common Internet File System)
- tcp/445
What is NetBIOS? What is it used for? What are it’s name services, datagram service and session service port #s
- Network Basic Input/Output System
- used by SMB to communicate across local network
- name services port: udp/137 (nbname)
- datagram services port: udp/138 (nbdatagram)
- session services: tcp/139 (nbsession)
What is AFP? What is it used for? What is it’s port #?
- Apple Filing Protocol
- Apple Protocol for transferring files, plus viewing, renaming and deleting them
- tcp/548
What is SLP? What other protocol does it work in conjunction with? What is it used for? What are its two port #s?
- Service Location Protocol
- works with AFP to transfer files
- populates a list of available servers for a file / files
- tcp/427 and udp/427
What is DHCP? What is it used for? What are its port #s?
- Dynamic Host Configuration Protocol
- automatically configures IP address, subnet mask and other options for a device
- udp/67 and udp/68
What is LDAP? What is it used for? What are its port #s?
- Lightweight Directory Access Protocol
- connects device to a corporate network, VPN or web server
- tcp/389