1.3.3 Networks - Josh D Flashcards

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

What is a standalone machine?

A

A single computer not connected to any other computer

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

How is a network formed?

A

By connecting one computing device to another via cable or wireless

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

What are 5 important advantages of networks?

A
  1. Users can share files
  2. Users can share peripherals and internet connection
  3. Users can access files from other computers
  4. Servers can control security, updates and backups
  5. You can communicate with other people e.g. email
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are 3 important disadvantages of networks?

A
  1. Malware and viruses spread easily between computers
  2. Central dependency on server
  3. Computers may run slower with high network traffic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a standard and two important examples?

A

Standards are a set of hardware and software specifications that allow manufacturers to create products and services that are compatible with each other. E.g. character sets (ascii, unicode) and HTML

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

What is a protocol?

A

Protocols are a key way of ensuring technology-based standards are followed

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

What does the Transmission Control Protocol (TCP) do?

A

TCP provides error free transmission between two routers

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

What does the Internet Protocol (IP) do?

A

IP routes packets across a WAN

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

What does the User Datagram Protocol (UDP) do?

A

UDP is an alternative to TCP with no error checking (so it’s unreliable). It is a simple connectionless model used to send short messages where speed is more important than accuracy (e.g. gaming).

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

What protocols are used for communication over LAN/WAN?

A

TCP, IP, UDP

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

What does the Hypertext Transfer Protocol (HTTPS) do?

A

HTTP allows client and server to send and receive requests.
Used to deliver HTML web pages. Fundamental protocol for WWW

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

What is the difference between HTTP and HTTPS?

A

HTTPS is the same as HTTP but involves encryption and authentication. The ‘s’ stands for secure

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

What protocol is used for sending files over a WAN?

A

File Transmission Protocol (FTP)

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

What is an FTP client?

A

An app that sits above the FTP protocol and generates the appropriate FTP commands automatically

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

What is the simple mail transfer protocol (SMTP)?

A

It transfers outgoing emails from clients to servers, and between servers

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

What is the post office protocol (POP)?

A

POP retrieves emails from a server and transfers it to your device. It is deleted from the server.

17
Q

What is the internet message access protocol (IMAP)?

A

IMAP keeps emails on the server, maintaining synchronicity between devices. You view a copy of the email.

18
Q

What is the Internet and the World Wide Web?

A

The Internet is a wide area network of WANs. WWW is a service on the internet. Internet ≠ WWW

19
Q

What is the concept of layers?

A

To divide the complex tasks of networking into smaller simpler tasks that work in tandem with each other.
Each layer has a defined responsibility and each one provides a service to the layer above

20
Q
A