Section 1.3.3 Networks Flashcards

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

What is a network?

A

When a computing device is connected to another

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

What are the advantages of networks? (5)

A
  • Can share files
  • Can share peripherals and connections to other networks e.g. the internet
  • Can access files from any computer on the network
  • Servers can control security, software updates and backups
  • Good for collaborations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the disadvantages of networks?

A
  • Increased security risks
  • Malware and viruses
  • If the server fails, connections to it may not work
  • Computer may run slower if there’s lots of data on the network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are standards?

A

A set of hardware and software specifications that allow manufacturers to create products and services that are compatible with each other

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

What is a protocol?

A

A set of rules defining common methods of data communication

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

What is the purpose of the TCP protocol?

A

Provides error free transmission between two routers

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

What is the purpose of the IP protocol?

A

Routes packets across a WAN

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

What is the purpose of the UDP (User Datagram Protocol) protocol?

A

Communication protocol for time sensitive applications e.g. gaming or DNS lookups

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

What is the purpose of the HTTP protocol?

A

A way for the client and server to send and receive requests and deliver webpages

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

What is the purpose of the HTTPS protocol?

A

A way for the client and server to send and receive requests and deliver webpages

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

What is the purpose of the FTP protocol?

A

Used for sending files between computers (normally on a WAN)

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

What is the purpose of the SMTP protocol?

A

Transfers outgoing emails between servers and from email clients to servers

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

What is the purpose of the POP protocol?

A

Retrieves email from the mail server and transfers them to your device, removing them from the server

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

What is the purpose of the IMAP (Internet Message Access Protocol) protocol?

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
15
Q

What is the internet?

A

A collection of interconnected networks, routers, cables, satellites and other hardware spanning the world

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

In a home network connected via a wireless router, what is the router connected to?

A

The ISP (connected by fibre optic cables or telephone connection
- ISP is then connected to the DNS and other routers

17
Q

What is layering?

A

Dividing the complex task of networking into smaller, simpler tasks that work in tandem with eachother

18
Q

What are the characteristics of layering?

A
  • Hardware and software for each layer has a defined responsibility
  • Each layer provides a service to the layer above it
19
Q

What are the advantages of layering?

A
  • Reduces complexity of the task by dividing it into smaller subproblems
  • Devices can be manufactured to operate at a particular layer
  • Products from different vendors can work with eachother
20
Q

What is the TCP/IP stack?

A

Set of networking protocols, consisting of 4 protocols working together

21
Q

State the 4 layers in the TCP/IP protocol stack

A
  • Application layer
  • Transport layer
  • Internet layer
  • Link layer
22
Q

What is the purpose of the application layer?

A

Consists of protocol rules that deal with network applications e.g. web browsers and email programs

23
Q

What protocols are on the application layer?

A
  • FTP
  • HTTP
  • HTTPS
  • SMTP
  • IMAP
24
Q

What’s the purpose of the transport layer?

A

Sets up communication between two hosts - agree on settings e.g. language

25
Q

What protocols are in the transport layer?

A
  • TCP
  • UDP
26
Q

What is the purpose of the internet layer?

A

Addresses and packages data for transmission / routes packets across a network

27
Q

What protocol is in the internet layer?

A

IP

28
Q

What is the purpose of the link layer?

A

Where net hardware and connections and OS drivers are located
- Facilitates transmission of binary via any media

29
Q

What happens in the application layer? (1/4)

A

Application uses the appropriate protocol relating to the application being used to transmit data

30
Q

What happens in the transport layer? (2/4)

A
  • Uses TCP and other conversation protocols which use port numbers to track sessions and add it to the header
  • When connection = made, TL splits data into packets
  • Adds to each packet: its num./sequence, total num. of packets, port num. the packet should use
31
Q

What happens in the internet layer? (3/4)

A
  • Packets go to the IL
  • Adds to each packet: source IP address and destination IP address
  • Routers use IP to find out where the packets are headed
32
Q

What happens in the link layer? (4/4)

A
  • Acts as a physical connection in which the packets become frames
  • Responsible for adding the MAC address of the source device and destination device
33
Q

What is an IP address?

A

A unique address hat identifies a device in the internet or a LAN

34
Q
A