Chapter 2: Networking Flashcards

1
Q

Explaination and Port Number(s)

FTP

A

File Transfer Protocol (FTP)
* Permits the transferring of files between computer systems
* Can be configured to allow or deny access to specific IP addresses and to work with exceptions
* FTP is not secure, but can be encrypted with SSH (SFTP) or SSL (FTPS)
* Uses Ports: 20 & 21

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Explaination and Port Number(s)

SSH

A

Secure Shell (SSH)
* A remote administration tool that provides an encrypted comman-line session for accessing, managing and configuring devices like routers and switches
* Uses Port: 22

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Explaination and Port Number(s)

Telnet

A

Telnet
* An application-layer protocol that provides terminal-emulation capabilities
* Sends data (including passwords) in plain-text format
* Uses Port: 23

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explaination and Port Number(s)

SMTP

A

Simple Mail Transfer Protocol (SMTP)
* Used for sending mail between SMTP servers
* Uses Port: 25

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Explaination and Port Number(s)

DNS

A

Domain Name System (DNS)
* Translates hostnames into IP addresses
* Uses both UDP and TCP
* Uses Port: 53

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explaination and Port Number(s)

DHCP

A

Dynamic Host Configuration Protocol (DHCP)
* Issues IP addresses and other network-related configuration values to clients to allow them to operate on the network
* Uses Ports: 67 & 68

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explaination and Port Number(s)

HTTP

A

Hypertext Transfer Protocol (HTTP)
* Used for communication between a web server and a web browser
* Uses Port: 80

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Explaination and Port Number(s)

POP/POP3

A

Post Office Protocol (POP) 3 (POP3)
* A protocol for receiving email from a server
* An alternative to IMAP
* Uses Port: 110

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explaination and Port Number(s)

NetBIOS & NetBT

A

Network Basic Input/Output System (NetBIOS) &
NetBIOS over TCP/IP (NetBT)

* An early networking protocol that used a flat namespace, unlike the hierarchal one found in DNS
* Computers register their services with the other devices and locate one another using NetBIOS names
* Uses Ports: 137 & 139

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explaination and Port Number(s)

IMAP

A

Internet Mail Access Protocol (IMAP)
* A protocol with a store-and-forward capability
* Can also allow messages to be stored on an email server instead of downloaded to the client
* An alternative to POP3
* Uses Port: 143

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explaination and Port Number(s)

SNMP

A

Simple Network Management Protocol (SNMP)
* Facilitates network management functionality
* Is not, in itself, a network management system (NMS), but simply the protocol that makes NMS possible
* Uses Ports: 161 & 162

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Explaination and Port Number(s)

LDAP

A

Lightweight Directory Access Protocol (LDAP)
* Provides a mechanism to access and query directory services systems such as Active Directory and Novell Directory Services
* Can be accessed via command line, authentication program or search engine
* Uses Port: 389

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Explaination and Port Number(s)

HTTPS

A

Hypertext Transfer Protocol Secure (HTTPS)
* HTTP over Secure Sockets Layer (SSL) used to make a secure connection
* Uses Port: 443

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Explaination and Port Number(s)

SMB & CIFS

A

Server Message Block (SMB)
* An application-layer protocol used to provide shared access to resources
* Common Internet File System (CIFS) is a dialect of SMB
* Primarily used in Windows systems
* Operates as a client-server application
* Uses Port: 445

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Explaination and Port Number(s)

RDP

A

Remote Desktop Protocol (RDP)
* Used in a Windows environment to make remote desktop communications possible
* Presents the user with the graphical interface of the remote device rather than a command line as in Telnet or SSH
* Uses Port: 3389