1.3 Computer networks, connections and protocols Flashcards

1
Q

2 types of networks

A

LAN (Local Area Network), WAN (Wide Area Network)

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

3 features of LANs

A

Connected over a small geographical area located on a single site, hardware owned by the organisation using it, wired with UTP cable, fibre optic or wireless - Wi-Fi

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

3 features of WANs

A

Connected over a large geographical area - connecting LANs together, connected with telephone lines, fibre optic cables or satelite links, expensive to set up

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

5 factors that affect the performance of networks

A

Bandwidth, number of users, transmission media, error rate, latency (delay)

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

Define client-server model

A

Have one or more central computers or servers that hold and manage recourses. A server controls access and security to one shared file store.

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

3 advantages of client-server model

A

Easier to manage security files / take backups of all shared data / install software updates to all computers

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

4 disadvantages of client-server model

A

Expensive to setup and maintain, requires special IT specialists to maintain, server is a single point of failure, security-cyber-attacks

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

Define peer-to-peer model

A

Connects computers so that each computer shares all or part of its recourses. A peer is a computer on a network and is equal to all other peers.

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

4 advantages of peer-to-peer model

A

Easy to maintain, specialist staff not required, no dependency on a single computer, cheaper - no expensive hardware required

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

3 disadvantages of peer-to-peer model

A

Less secure, manage own backups / security, difficult to maintain a well-ordered file store - file duplication

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

Wireless Access Point tasks

A

Allows wireless-enabled devices to access the network. It avoids the need to install cables, so it is more convenient.

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

Routers tasks

A

Sends data between networks and is needed to connect a Local Area Network to a Wide Area Network. Can form a LAN by connecting devices within a building and makes it possible to connect different networks together.

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

Switches tasks

A

Sends data between computers on a Local Area Network. They segment traffic by forwarding traffic to the correct location.

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

NIC (Network Interface Controller/Card) tasks

A

Connects a device to a wired or wireless networking connection and uses a protocol to ensure successful communication.

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

Transmission media

A

Carry data signals from one computer to another.

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

DNS (Domain Name Server)’s role

A

A Domain Name Service is made up of multiple Domain Name Servers. Role in the conversion of a URL to an IP address.

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

Define hosting

A

The storing of files and data on a web server. The web server is referred to as a host.

18
Q

The Cloud’s role

A

The cloud is servers that are used to store data and programs and can be accessed over The Internet.

19
Q

Webservers and Client’s role

A

Host websites and deal with client requests.

20
Q

3 star and mesh network topologies

A

Star network topology, full mesh network topology, partial mesh network topology

21
Q

Explain star network toplogy

A

All the devices connect into a central switch. The switch is intelligent and makes sure traffic only goes where it is intended.

22
Q

Explain full mesh network topology

A

Every device is connected to every device. The advantage is if you get a break in any of the connections you can still route your traffic via another route.

23
Q

Explain partial mesh network topology

A

In this network topology multiple routes exist between different devices. However, every device is not connected to every single other device - compromised solution.

24
Q

2 modes of connection

A

Wired - ethernet, wireless - bluetooth / Wi-Fi

25
3 advantages of Wi-Fi
Move around freely, easier to set-up, less expensive than wired
26
4 disadvantages of Wi-Fi
Speeds are slower than wired, relied on signal strength to the WAP, signal can be obstructed, less secure than wired
27
What is the range, amount of bandwith / power that Wi-Fi takes?
Range of about 100m, high bandwidth, takes quite a lot of power
28
What is the range, amount of bandwith / power that bluetooth takes?
Range of about 10m, low bandwidth, takes very little power
29
Define encryption
The process of scrambling data so that it cannot be read without a translation key. Unencrypted messages are referred to as plaintext. Encrypted messages are referred to as ciphertext.
30
Function of IP (Internet Protocol) addressing
Used to route frames on a WAN (packets). Every device on the Internet has a unique IP which is assigned by a server.
31
Function of MAC (Media Access Control) addressing
A unique serial number assigned to each network interface controller (NIC). It is used to route frames on a LAN.
32
Define standard
A set of specifications for hardware/software. Enables products to be compatible with each other and interact with each other.
33
Examples of standards
ASCII/Unicode, IEEE, HTML, PNG/GIF/MP3
34
6 common protocols
TCP/IP, HTTP(S), FTP, POP, IMAP, SMTP
35
Function of TCP/IP (Transmission Control Protocol/Internet Protocol)
Used to communicate over LANs and WANs.
36
Function of HTTP(S) (Hypertext Transfer Protocol (Secure))
Used for webpage requests.
37
Function of FTP (File Transfer Protocol)
Used for file transfers.
38
Function of POP (Post Office Protocol)
Used for receiving email. Downloads email from the server to your device and deletes it from the server.
39
Function of IMAP (Internet Message Access Protocol)
Used for receiving email. Keeps email on the server. Allows your device to stay in sync with the server.
40
Function of SMTP (Simple Mail Transfer Protocol)
Transfers outgoing emails from one server to another / from an email client to a server.
41
What is the concept of layers
To divide the complex task of networking into smaller, simpler tasks that work with each other. The hardware / software of each layer has a defined responsibility. Each layer provides a service to the layer above it.