Networks Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is FTP an abbreviation for? What is it?

A

File Transfer Protocol.

It is a high level protocol that operates on the application layer of the TCP/IP stack; it is an efficient way of transferring files across a network.

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

What is an FTP Client?

A

FTP Clients are software applications which sit on top of the FTP protocol; they are interacted with by the user, and they generate and send the appropriate FTP commands as required.

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

What is a remote server?

A

A remote server is the server which the user connects to when they use an FTP client.

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

Give some common FTP commands. What are their functions?

A

=> PWD - Print working directory

=> LIST - Return file or directory details

=> CPUP - Change to the parent directory

=> PASV - Enter passive mode

=> MKDIR - Create a new directory within the current directory

=> PUT - Copy one file from the local machine to the remote machine

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

What is a Mail Server?

A

A mail server acts like a virtual online post office for all incoming/outgoing email.

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

Whats does the abbreviation POP3 stand for? What is it and what does it do?

A

POP3 stands for ‘Post Office Protocol v3’.

This protocol retrieves emails from a mail server; removing them from the server and transferring them to the recipients device.

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

What does the abbreviation IMAP stand for? What does it do?

A

IMAP is the abbreviation for the Internet Message Access Protocol.

This protocol keeps emails on the mail server allowing synchronicity between devices.

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

What does the abbreviation SMTP stand for? What does it do?

A

SMTP is the abbreviation for the Simple Mail Transfer Protocol.

It transfers outgoing emails between servers (from an email client to a server).

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

What is a network protocol?

A

A set of rules or procedures for transmitting data across a network.

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

What is the TCP/IP stack?

A

The TCP/IP stack is a set of protocols that consists of four layers (Application/Transport/Network/Link) all working together.

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

What is a data packet?

A

A unit of data made into a single packet that can travel along a set network path.

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

Define an IP address.

A

An IP address is a unique string of characters that identifies each computer using the Internet Protocol (IP) to communicate over a network.

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

Describe a port.

A

A port is used to define which application on a device should receive a packet.

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

What is a socket?

A

A socket is the IP address of a given device as well as the port of the application on the device which is receiving data.

i.e. IP Address + Port = Socket (the IP address and port are separated by a ‘:’)

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

Define a MAC Address.

A

A MAC address is a totally unique 12-digit hexadecimal identifier that is hard-coded during the manufacturing process of all Network Interface Cards (NICs). They can be used to uniquely identify any device that is connected to a network.

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

What is the role of the application layer in TCP/IP stack? Give examples of protocols that work on this layer.

A

The application layer is responsible for making sure that the data being sent is received in a format that is acceptable to the receiver while supporting software application and end-user processes.

HTTP, HTTPS, Telnet and FTP are all examples of protocols that work on the application layer.

17
Q

What is the role of the transport layer in the TCP/IP stack?

Give examples of protocols that work on this layer.

A

Responsible for establishing an end-to-end connection. Once the connection is established, the transport layer splits up the data into packets and adds, the packet number, the total number of packets and the port number that the packet should use.

Both TCP and UDP are protocols used on the network layer.

18
Q

What is the role of the network layer in the TCP/IP stack?

Give examples of protocols that work on this layer.

A

Adds the source and destination IP addresses to each packet as well as the port.

The Internet Protocol (IP) is used on the network layer.

19
Q

What is the role of the link layer in the TCP/IP stack?

Give examples of protocols that work on this layer.

A

Represents the actual physical connection between various network nodes and is responsible for adding the unique MAC (Media Access Control) address of both the source device and the destination device.

Ethernet and WiFi are both protocols used on the link layer.

20
Q

Which protocol uses port number 20?

A

FTP

21
Q

Which protocol uses port number 21?

A

FTP control instructions

22
Q

Which protocol uses port number 22?

A

Secure Shell (SSH) remote login

23
Q

Which protocol uses port number 23?

A

Telnet (unencrypted) remote login

24
Q

Which protocol uses port number 25?

A

Simple Mail Transfer Protocol (SMTP)

25
Q

Which protocol uses port number 80 & 8080?

A

Hypertext Transfer Protocol (HTTP)

26
Q

Which protocol uses port number 110?

A

Post Office Protocol v3 (POP3)

27
Q

Which protocol uses port number 143?

A

Internet Mail Access Protocol (IMAP)

28
Q

Which protocol uses port number 443?

A

Hypertext Transfer Protocol Secure (HTTPS)

29
Q

What is a router?

A

Routers receive packets on a network and forward them to their correct destinations based on addresses.

30
Q

What is a gateway?

A

Gateways are similar to routers however unlike routers they are able to deal with packets travelling between devices using different protocols.

31
Q

What is the internet?

A

A massive network of connected computers and devices.

A massive collection of Domain Name Server (DNS) Routers.

32
Q

What do routers do?

A

=> Receive packets on a network and forward them to the correct destination based on the destination address

=> Forward packets to the next device

=> Are intelligent and use a table and algorithm to decide the best route to send the data packets onwards

=> Can be hardwired or wireless