Networks Flashcards

1
Q

What is the computer network?

A

Two or more computer devices linked together to communicate and share resources and data. A network can be wired or wireless

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

What are the ways a device/network connects to other networks?

A

• Routers and switches • Network interface cards • MAC address • Ethernet • Packet

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

What does a router do?

A

It is used to route data between two distinct networks. Usually between LAN and WAN

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

What does a switch do?

A

Used to connect devices on the same LAN together. Knows MAC address of each device on the LAN and only sends packets to the intended recipient

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

What do Network Interface Cards do?

A

They are required to connect a device to a network. Can be wired or wireless. Includes a MAC address built in

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

What does MAC stand for?

A

Media Access Control

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

What does the MAC address do?

A

Unique address for each network interface card. Set at the factory. Made up of 48 bits, shown as 12 hexadecimal characters - each pair is separated by a colon. First 6 characters identify the manufacturer. Next 6 characters identify the unique device

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

What is the difference between the internet and the world wide web?

A

The world wide web is web pages - it is a subset of the internet

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

What is the internet?

A

A universe-wide system of computer networks. A network of networks. A wide area network

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

What is the world wide web?

A

It is a combination of all resources and users on the internet that are using the Hypertext Transfer Protocol (Secure) HTTP/HTTPS. This includes all webpages you visit via a web browser

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

What is a star network?

A

A network where all computers have their own cable to a network switch. If a link fails, all other computers are not affected. It has consistent performance. Good for security. Expensive to implement. Single point of failure (switch)

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

What is a bus network?

A

All computers connected to a single cable. Very cheap to implement. More computers mean slower performance

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

What is ethernet?

A

A family of protocols for computers to transmit between each other on the same LAN. Nodes wait until the network is quiet, then transmit. If a conflict occurs, try again in a random amount of time. Transmits data in small chunks called frames - similar to packets

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

What is packet switching?

A

Packet switching involves splitting up data into small packets. These are sent from A to B via the best route, which isn’t necessarily the same route

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

What is a network protocol?

A

A set of rules that allows computers to communicate and exchange information over a network

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

What is internet protocol (IP)?

A

IP identifies the location (the internet location, not the geographical location) of a device on the internet. IP then can be used to route from A to B via a router. IP addresses are 32 bits long. It is 4 numbers from 000-255 separated by dots

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

What is TCP?

A

Transmission Control Protocol. It is used when data is required to make it to the recipient. TCP splits data up into packets and reassembles them at the other end. If any packet goes missing with TCP, it will be resent

18
Q

What is UDP?

A

User Datagram Protocol. It is much simpler than TCP, as it is a send and forget approach - No error checking or checking the datagram was received. Used for video calls and gaming

19
Q

What is HTTPS?

A

HyperText Transfer Protocol Secure. Used to transfer HTML web pages on the world wide web. It transfers from a web server to a web browser. HTTPS uses encryption to secure the connection

20
Q

What is FTP?

A

File Transfer Protocol. A simple protocol for transferring files from an FTP server to a computer. Not used anymore. Uses 2 connections - control connection is used to send the instructions, data connection is used to send the requested file data

21
Q

What are the two protocols in email?

A

SMTP - sending emails. IMAP - retrieving email from mail server to client

22
Q

How does email work?

A

Email is sent between email servers, with email clients then requesting these emails from the email server

23
Q

What is SMTP?

A

Simple Mail Transfer Protocol. It is used only for sending emails. It is also used to relay mails between different mail servers

24
Q

What is IMAP?

A

Internet Message Access Protocol. It is used to access emails stored on a mail server. Emails remain on the server until deleted so multiple devices can use a single email account. It replaces the POP3 protocol

25
What is the application layer?
It contains application protocol information. This includes HTTP/S for web browsers, FTP for file transfer and SMTP/IMAP for email. The application layer directly interacts with the user software like a web browser or email client
26
What is the transport layer?
It is the TCP/UDP layer. It is the layer involved with breaking up the data into packets/datagrams. It adds packet sequence numbers. It establishes configuration such as language and packet sizes. It sets up the communication between the devices
27
What is the internet layer?
Responsible for addressing and routing information to get the packet across the internet. It adds IP addresses to the packets, and routes the packets across the internet/network
28
What is the link layer?
It is physical network hardware like NICs. It adds MAC addresses. It is where operating device drivers operate
29
What are network security goals?
To keep unauthorized users out of a system and ensure authorized users can only access the required resources that they need
30
What are network security methods?
Authentication, Encryption, MAC Address filtering, Firewall
31
What is authentication?
The need to confirm a user is who they say they are. It is often something you know, something you have or something you are
32
What are 2 methods of authentication?
Password protection and user access levels
33
What is password protection and why do we use it?
In a networked environment, computers can be used by multiple people, so a username and strong password (with numbers, symbols, and at least 8 characters) is used
34
What are user access levels?
User access levels involve locking down files so only some users can access them. They can also involve making folders read-only. If a user account is breached, the attack surface is minimized
35
What is encryption?
Scrambling "plain text" data so unreadable without the required key if intercepted
36
What is a firewall?
A network security device that monitors incoming and outgoing traffic and regulates it based on a defined set of security rules e.g. Blocking certain IP addresses
37
What is MAC address filtering?
Using MAC addresses to "ban" certain devices from a wireless network.
38
What are the 4 network layers
ATIL
39
What are the 2 advantages and 3 disadvantages of copper cables?
Uses electrical signals + Cables cheap to buy + NICs are cheap to produce (E10) - Reasonable maximum bandwidth (10gbit/s) - Max length around 90m - Can be affected by electrical interference
40
What are the 2 advantages and 3 disadvantages of fibre-optic cables?
Uses light pulses - Cables expensive to buy - NICs are expensive to produce (£150+) + Very high maximum bandwidth (1tbit/s+) + Max length around 100km + Can't be affected by interference