Networks Flashcards

(16 cards)

1
Q

What does Transmission Control Protocol (TCP) do?

A

Provides an error free transmission between two routers.

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

What does Internet Protocol (IP) do?

A

Routes packets across a wide area network (WAN).

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

What is TCP/IP?

A

The stack of protocols for the foundation of communication over the internet.

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

What does User Datagram Protocol (UDP) do? (4)

A

•Uses simple connectionless transmission model.
•It has no error checking.
•Sends short messages using datagrams, where speed is more important than accuracy.
•Maintains open two-way communications ideal for games.

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

What does Hypertext Transfer Protocol (HTTP) do?

A

A method for client servers to send and receive requests and deliver HTML web pages.

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

What does Hypertext Transfer Protocol Secure (HTTPS) do?

A

Is effectively the same as HTTP but it adds encryption and authentication.

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

What does File Transfer Protocol (FTP) do?

A

It sends files between computers, normally on a WAN.

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

What does Simple Mail Transfer Protocol (SMTP) do?

A

Transfers outgoing emails between servers. As well as email clients to servers.

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

What does Post Office Protocol (POP) do?

A

Retrieves emails from a mail server and transfers them to your device, removing them from the server in the process.

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

What does Internet Mail Access Protocol (IMAP) do?

A

Keeps emails on the mail server, maintaining synchronicity between devices.

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

What is the Application layer and what protocols are used?

A

•Network applications such as web browsers or email programs operate at this layer.
• FTP, HTTP, HTTPS, SMTP, IMAP

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

What is the Transport layer and what protocols are used?

A

• Sets up communication between two hosts - they agree settings such as language and packet sizes.
• TCP, UDP

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

What is the Internet layer and what protocol does it use?

A

• Addresses and packages data for transmission. Routes packets across the network.
• IP

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

What is the link layer (2) and how are they sent?

A

• Network hardware and connection port standards.
• Facilities the transmission of binary via any media.
• Copper, twisted pair, fibre, WiFi.

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

What are the 5 features of Packet Switching?

A

• No physical path
• Packets travel independently
• Does not reserve bandwidth
• No bandwidth wastage
• Supports store and forward transmission

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

What are the 5 features of Circuit Switching?

A

• Physical path between source and destination
• All packets use the same path
• Reserves bandwidth in advance
• Can cause a lot of bandwidth wastage
• No store and forward transmission