Fundamentals of Computer Networks Flashcards

1
Q

What are computer networks?

A

Computer networking refers to interconnected computing devices that can exchange data and share resources with each other.

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

What are the advantages and disadvantages of computer networks?

A

Advantages

Able to maintain multiple devices

Disadvantages

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

Describe the main types of computer network including:

Personal Area Network (PAN)
Local Area Network (LAN)
Wide Area Network (WAN).

A

PAN – only Bluetooth needs to be considered.

LAN – these usually cover relatively small geographical areas.

LAN – these are often owned and controlled/managed by a single person or organization.

WAN – the Internet is the biggest example of a WAN.

WAN – these usually cover a wide geographic area.

WAN – these are often under collective or distributed ownership.

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

What types of cables do wired networks use?

A

wired networks can use different types of cable such as fiber and copper and when each would be appropriate.

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

Define the term network protocol

A

A network protocol is an established set of rules that determine how data is transmitted between different devices in the same network.

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

What is the function/use of the TCP protocol?

A

The Transmission Control Protocol :

Detects errors
Resends lost errors
Reassembles the packets at the other end
Breaks up the messages into small chunks

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

What is the difference between HTTP and HTTPS?

A

HTTPS provides an encrypted version of HTTP as it is more secure and prevents hacking and eavesdropping

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

What is the difference between POP and IMAP?

A

POP downloads the email from a server to a single computer, then deletes the email from the server. On the other hand, IMAP stores the message on a server and synchronizes the message across multiple devices.

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

What is the importance of network security?

A

Network security is important for home networks as well as in the business world. Most homes with high-speed internet connections have one or more wireless routers, which could be exploited if not properly secured. A solid network security system helps reduce the risk of data loss, theft and sabotage.

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

Explain the following methods of network security:

Authentication
Encryption
Firewall
MAC address filtering.

A

Authentication- Checking that the computer and the user are allowed to access content. Most commonly done with username and password.

Encryption- The encoding of data so that it can no longer be understood.

Firewall- Separate a trusted network from an untrusted network (normally the internet).

MAC address filtering- A unique hex number assigned to all Network Interface Cards. A wireless router can be configured to block access to specified devices identified by their MAC addresses.

All of these methods can work together to provide a greater level of security.

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

Describe the 4 layer TCP/IP model:

application layer
transport layer
internet layer
link layer

A

Application layer: this is where the network applications, such as web browsers or email programs, operate.

Transport layer: this layer sets up the communication between the two hosts and they agree settings such as ‘language’ and size of packets.

Internet layer: addresses and packages data for transmission. Routes the packets across the network.

Link layer: this is where the network hardware such as the NIC (network interface card) is located. OS device drivers also sit here.

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