topic 5 computer networks Flashcards

1
Q

describe the function of the application layer SPEC

A

this is where the network applications, such as web browsers or email programs, operate.

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

what happens in the application layer

A

determines what protocol to use

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

describe the function of the transport layer SPEC

A

this layer sets up the communication between the two hosts and they agree settings such as the size of packets

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

what happens in the transport layer

A

creates a connection between 2 devices

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

describe the function of the internet layer SPEC

A

addresses and packages data for transmission. Routes the packets across the network.

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

what happens in the internet layer?

A

writes the destination onto the data packets for transmission

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

describe the function of the link layer SPEC

A

this is where the network hardware such as the NIC (network interface card) is located.

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

what happens in the link layer?

A

physical hardware that connects 2 devices

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

describe the role of HTTP

A

Provides a way for users to interact with web resources.

Transmits messages between client and server using hypertext.

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

describe the role of HTTPS

A

As HTTP but in addition uses an encryption protocol to ensure communications are secure.

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

describe the role of IMAP

A

Stores email messages on an ISPs server but allows user to manipulate messages as though on a local device. Local devices access the ISP server to access the messages. IMAP works with desktop clients and webmail clients. Allows simultaneous logins from different devices to one account

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

describe the role of SMTP

A

Enables users to send (and receive) email messages.

Initiates sessions between user and mail server. Server then forwards messages. Uses a process called ‘store and forward’ to store messages and forward as necessary. The server decides which server to send the message to and the inbox provider then downloads the message and places it in the recipient’s inbox.

Often used in conjunction with IMAP.

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

describe the role of FTP

A

Allows secure transfer of files between client and server. Files are uploaded to and downloaded from the server using FTP.

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

describe the role of TCP

A

Connects network devices to the Internet. It defines how applications can create channels of communication across a network. It manages how a message is assembled into smaller packets before transmission and reassembles packets in the correct order at destination.

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

describe the role of UDP

A

Communications protocol that establishes low latency and loss-tolerating connections between applications. Enables the transfer of data before an agreement is provided by the receiving party. This speeds up transfers.

Can start transferring data before agreement is received from receiving party.

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

describe the role of IP

A

Relays data across network boundaries. It defines how to address and route each packet to make sure it reaches the right destination.