CS networks Flashcards

(23 cards)

1
Q

What is the role of the network interface card?

A

Connects a computer to a network

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

What is the role of the wireless access point?

A

Gives wireless devices access to a network

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

What is the role of the router?

A

Sends data between networks; needed to connect LAN to WAN. Uses IP addresses to route traffic

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

What is the role of the switch?

A

Sends data between computers in a LAN. It’s intelligent - it knows where devices are

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

Compare copper cables to fibre optic cables

A

Fibre optic cables have higher bandwidth and cover longer distances than copper cables

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

Describe ethernet

A

A standard used for wired connections. Reliable and error free.

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

When might bluetooth be used? Why?

A

To connect headphones to a phone for music, due to low range

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

Compare wired vs wireless connections for a LAN

A

Wired connections have higher bandwidth and are more reliable, though they are also more expensive; wired networks allow devices to move around freely within range, and users can share things with each other on the network

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

Discuss the pros and cons of cloud storage

A

You can access it at any time from any device, and it has a large storage capacity; you’re more vulnerable to hacking and malware

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

Detail how encryption works.

A

Data is scrambled into cipher text using a master key, and is decrypted with the same key.

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

Describe Caesar encryption and WPA encryption

A

Caesar encryption shifts each item along in the alphabet by the same distance - it’s decrypted by reversing it. WPA encryption shifts each letter corresponding to the number in the key for that position.

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

What is a MAC address? How do you identify one?

A

There’s a MAC address in every NIC, and it’s used to route frames in LAN. It’s six pairs of hexadecimal digits separated by colons.

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

What is an IP address? Compare an IP4 to an IP6 address.

A

IP addresses are used to route packets on WANs. IP4 addresses are 4 numbers, 0-255, separated by full stops. IP6 addresses are 8 sections of 4 hexadecimal digits separated by colons.

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

What is a standard? Why are standards necessary?

A

Standards are rules or specifications for software and hardware to follow so that they can communicate and work together

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

What is a protocol?

A

A specific set of rules for formatting and processing data

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

Describe the FTP protocol

A

File transfer protocol: Uploads files from a client to server, or downloads files from server to client.

17
Q

Describe the HTTP protocol

A

Hyptertext transfer protocol: Transfers data (videos, images, code, any data) from client to server and server to browser.

18
Q

Describe the SMTP protocol

A

Secure mail transfer protocol: sends emails from one computer to another by sending the email to the sender’s mail server then forwarding it to the recipient’s mail server.

19
Q

Describe the POP protocol

A

Post office protocol: Downloads the entire email, and once downloaded, it cannot be accessed from another devcie. Best used with fast network connection.

20
Q

Describe the IMAP protocol

A

Internet message access protocol: remotely accesses emails from a server by taking a copy.

21
Q

Describe layers

A

Dividing networking, which is a very complex task, and breaking it into several different layers. Each layer has its own responsibility.

22
Q

What are the advantages of layers?

A

You can easily isolate and fix issues, layers from different vendors can work together, devices can be manufactured to work at a specific layer.

23
Q

Describe the TCP/IP protocol

A

TCP: Error free transmission between two routers.
IP: Routes packets across WAN using IP addresses