Boot camp Flashcards
1
Q
Port 20/21 *
A
- FTP (File Transfer Protocol)
- Control communication (Port 21)
- Transfer Files Port 20 (Active mode)
- Layer 7 application
- TCP port
- TCP does have security built in (can require user name password)
- often used to communicate across a network (unsecured, secured, probably using port 22)
- Provides full functionality to transfer files
2
Q
Port 22 *
A
- SSH (Secure Shell)
- Designed to transmit data through a remote connection
- allows you to interact at the command line level
- if console connection is encrypted most likely using port 22 (otherwise using unsecured telenet)
- OR SSH File Transfer Protocol
- A completely separate protocol from FTP (it is not compliant with FTP servers) that uses SSH to encrypt file transfers
- Layer 7 application
3
Q
Port 23
A
- Telnet
- Layer 7 application
- Communicates with another devices command line
- all communication in the clear
4
Q
Port 25 *
A
- SMTP (Simple Mail Transfer Protocol)
- Layer 7 application
- can be used to send email to mobile devices (or one server to another)
- If you’re receiving email messages, you’re probably using POP3 or IMAP. Whenever you’re sending email, it commonly uses SMTP.
5
Q
Port 53
A
- DNS (Domain Name System)
- Used to associate IP addresses with domain names
- Only UDP port need to know
- Layer 7 application
- when you type in a websites name needs to use DNS
- converts names to IP addresses
6
Q
Port 49
A
- TACACS+
- Cisco proprietary protocol used for authentication, authorization, and accounting (AAA) services
- Layer 7 application
7
Q
Port 67/68
A
- DHCP (Dynamic Host Configuration Protocol)
- This network management protocol is used to assign local IP addresses to devices on a network.
- It is used to create multiple private IP addresses from one public IPv4 address.
- Layer 7 application
8
Q
Port 80 *
A
- HTTP (Hypertext Transfer Protocol)
- Used for websites and most internet traffic. Web browser to web server traffic
- Layer 7 application
9
Q
Port 88
A
- Kerberos
- Network authenticated protocol that allows for communication over a non-secure network
- Layer 7 application
10
Q
Port 110 *
A
- POP (Post Office Protocol)
- basic Email protocol that allows e-mail clients to communicate with email servers.
- POP provides only one-way communication
- Layer 7 application
11
Q
Port 143/993 *
A
- IMAP (Internet Message Access Protocol)
- Email protocol used by email clients to communicate with email servers.
- Provides 2 way communication unlike POP (110)
- enhance feature over POP being able to access email from multiple devices and have multiple folders
- Layer 7 application
12
Q
Port 161/162
A
- SNMP (Simple Network Management Protocol)
- Used to monitor and manage network devices on IP networks.
- Layer 7 application
13
Q
Port 389
A
- LDAP (Lightweight Directory Access Protocol)
- Used to manage and communicate with directories.
- Layer 7 application
14
Q
Port 443 *
A
- HTTPS (Hypertext Transfer Protocol Secure)
- Secure version of HTTP that used TLS for encryption. Most websites use HTTPS instead of HTTP.
- Layer 7 application
15
Q
Port 636
A
- LDAPS (Lightweight Director Access Protocol Secure)
- Secure version of LDAP that uses TLS for encryption.
- Layer 7 application
16
Q
Port 989/990
A
- FTPS (Files Transfer Protocol Secure)
- FTPS uses TLS for encryption. It can run on ports 20/21 but is sometimes allocated to ports 989/990
- Layer 7 application
17
Q
Port 993
A
- IMAPS (Internet Message Access Protocol Secure)
- Secure version of IMAP that uses TLS for encryption
- Layer 7 application
18
Q
Port 1812/1813
A
- RADIUS (Remote Authentication Dial-In User Service)
- Used to provide AAA for network services.
- Layer 7 application
19
Q
Port 3868
A
- Diameter
- Developed as an upgrade to RADIUS
- Layer 7 application
20
Q
Port 5004
A
- SRTP (Secure Real Time Protocol)
- SRTP replaced RTP and is a protocol used to stream audio and video communication using UDP
- Layer 7 application
21
Q
Port 1701
A
- L2TP (Layer 2 Tunneling Protocol)
- Used to create point to point connections like VPNs over a UDP connection.
- Needs IPSec for encryption
- Designed as an extension to PPTP
- Operates at the data link layer but encapsulates packets at the session layer
- Layer 5 Session Layer