2.1 (Ports and protocols) Flashcards

1
Q

What is the IP protocol?

A

The method or protocol by which data is sent from one computer to another on the internet. Each computer – known as a host – on the internet has at least one IP address that uniquely identifies it from all other computers on the internet.

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

What is TCP?

A

Transmission Control Protocol.

It is the most common protocol in networks that use the Internet Protocol (IP); together they are sometimes referred to as TCP/IP.

TCP is used for organizing data in a way that ensures the secure transmission between the server and client.

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

What is UDP?

A

User Datagram Protocol

User datagram protocol (UDP) is used for time-critical data transmissions such as DNS lookups, online gaming, and video streaming.

This communication protocol boosts transfer speeds by removing the need for a formal two-way connection before the data transmission begins.

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

Is UDP a connectionless protocol?

A

Yes. Because there is no formal open or close to the connection. It simply sends data to one place to the other.

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

IS TCP a connection protocol?

A

Yes. Because there is a connection setup and a close to it. It organises and tracks it.

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

What is the most reliable TCP or UDP?

A

TCP, because it tracks delivery and has error recovery. UDP doesn’t do any of these things.

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

What is FTP?

A

20/21 - File transfer protocol.

A network protocol for transmitting files between computers over Transmission Control Protocol/Internet Protocol (TCP/IP) connections

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

What is SSH?

A

22 - Secure shell.

A network protocol that gives users, particularly system administrators, a secure way to access a computer over an unsecured network.

Its most notable applications are remote login and command-line execution.

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

What is Telnet?

A

A protocol that provides a command line interface for communication with a remote device or server, sometimes employed for remote management but also for initial device setup like network hardware.

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

What is SMTP?

A

25 - Simple Mail Transfer Protocol.

The basic standard that mail servers use to send emails to one another across the internet. SMTP is also used by applications such as Apple Mail or Outlook to upload emails to mail servers that then relay them to other mail servers.

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

What is DNS?

A

Port: 53 - Domain name system.

DNS, or the Domain Name System, translates human-readable domain names (for example, www.amazon.com) to machine-readable IP addresses (for example, 192.0.2.44).

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

What is DHCP?

A

Port: 67/68 - Dynamic host configuration protocol.

A mechanism that automates the assignment of IP addresses to fixed and mobile hosts that are connected wired or wireless to the network.

A DHCP client uses the DHCP protocol to acquire configuration information, such as an IP address, a default route, and one or more DNS server addresses from a DHCP server.

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

What is HTTP?

A

80 - HTTP (Hypertext Transfer Protocol) (www.)

The protocol over which data is sent between your browser and the website that you are connected to. Allows users to communicate data on the World Wide Web.

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

What is POP3?

A

Port: 110 - Post Office Protocol.

POP3 allows an email client to download an email from an email server.

POP3 only supports one-way email synchronization, only allowing users to download emails from a server to a client.

Its design assumes that the email client downloads all available email from the server, deletes them from the server and then disconnects.

POP3 is used for downloading mail from a mail server to a client machine running POP3 client. SMTP can be used to upload mail over Internet to a Mail server. Note that POP3 is used to read email ONLY.

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

What is NetBIOS?

A

Port: 137/139 - Network Basic Input/Output System.

Enables applications on different computers to communicate with each other across a local area network (LAN).

An industry standard for networking over TCP/IP protocol. It grants distributed applications access to each other’s network services irrespective of the transport protocol engaged.

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

What is NetBIOS over TCP/IP (NetBT)?

A

NetBIOS over TCP/IP provides the NetBIOS programming interface over the TCP/IP protocol. It extends the reach of NetBIOS client and server programs to the wide area network (WAN). It also provides interoperability with various other operating systems.

TCP/IP is commonly referred to as the “Internet Protocol”. It is responsible for sending and receiving data to and from your machine and the Web Servers, Mail Servers, and DNS servers you use on the Internet. It is the protocol that makes it possible for you to use the Internet.

17
Q

What is IMAP?

A

Port: 143 - Internet mail access protocol.

The IMAP protocol is designed to let users keep their email on the server.

With IMAP accounts, messages are stored on a remote server. Users can log in via multiple email clients on computers or mobile device and read the same messages.

18
Q

What is SNMP?

A

Port: 161/162 - Simple network management protocol.

Simple Network Management Protocol is an Internet Standard protocol for collecting and organizing information about managed devices on IP networks and for modifying that information to change device behaviour.

Simple Network Management Protocol (SNMP) is a way for different devices on a network to share information with one another. It allows devices to communicate even if the devices are different hardware and run different software.

Without a protocol like SNMP, there would be no way for network management tools to identify devices, monitor network performance, keep track of changes to the network or determine the status of network devices in real time.

19
Q

What is LDAP?

A

Port: 389 - Lightweight directory access protocol.

A protocol that helps users find data about organizations, persons, and more.

LDAP has two main goals: to store data in the LDAP directory and authenticate users to access the directory.

The Lightweight Directory Access Protocol, or LDAP for short, is one of the core authentication protocols that was developed for directory services. LDAP historically has been used as a database of information, primarily storing information like: Users. Attributes about those users.

20
Q

What is HTTPS?

A

Port: 443 - Hypertext Transfer Protocol Secure.

HTTPS is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. The ‘S’ at the end of HTTPS stands for ‘Secure’.

It means all communications between your browser and the website are encrypted. HTTPS is often used to protect highly confidential online transactions like online banking and online shopping order forms.

21
Q

What is SMB/CIFS?

A

Port: 445 - Server Message Block /Common Internet File System.

The Server Message Block Protocol is a client-server communication protocol used for sharing access to files, printers, serial ports and other resources on a network.

CIFS (Common Internet File System) is a version of SMB (or dialect of SMB) introduced by Microsoft in 1996 with the release of Windows 95. The protocol allows client systems to communicate with server systems over a network, enabling the use of file and print services.

CIFS has poor network performance and lack of functionality in comparison to its SMB successors. Users should also avoid CIFS because of its poor cybersecurity measures – namely its lack of encryption.

22
Q

What is RDP?

A

Port: 3389 - Remote Desktop Protocol.

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a user with a graphical interface to connect to another computer over a network connection. The user employs RDP client software for this purpose, while the other computer must run RDP server software.

RDP servers are built into Windows operating systems; an RDP server for Linux and OSX also exists. By default, the server listens on TCP port 3389.

NFS is good for UNIX server-to-server file sharing. However it is incompatible with Windows clients