NETWORKS PART 3 Flashcards

1
Q

What does every device on a network have

A

Every device on a network has a Network Interface Card (NIC) - although this may be built into the motherboard

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

What does every NIC have

A

Every NIC has a Media Access Control (MAC) address

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

What is MAC addressing used for

A

MAC addressing is used to route frames on a local area network (LAN)

A MAC address is assigned to devices; its use within a network

MAC address are mainly used by the Ethernet protocol on LANs
LAN switches read the MAC addresses and use them to direct data to the right device

They are uniue to the device and cannot be changed

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

Features of a MAC address

A

Example of MAC address: 00:0a:95:9d:68:16

Each MAC address is unique to every network interface card

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

Why is IP addressing used

A

If the LAN is connected to a WAN such as The Internet then we need a different addressing method

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

What is IP addressing used for

A

IP addressing is used to route packets on a wide area network (WAN):

IP addressing is used to route frames on a wide area network (WAN)

On a WAN we refer to frames as packets

Used when sending data between TCP/IP networks e.g. over the interent

Assigned either manually or automatically before the device can access the network

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

How many versions of IP addressing are there

A

There are two versions of IP addresses IPv4 and IPv6 (IP version 4 and IP version 6)

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

Features of IPv4 address

A

32-bits in size

Written as four numbers separated by periods (.), each number in the range 0-255

Example 69.89.31.212

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

Why is IPv4 being replaced by IPv6

A

IPv4 is being replaced by IPv6 because unique static addresses are running out

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

Features of IPv6 address

A

128-bits in size

Written as eight groups separated by colons ( : ), each group made up of four hex values representing 16-bits

Example: 2001:0dn8:85a3:0000:0000:8a2e:0370:7334

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

What are standards

A

Standards are a set of specifications for:

Hardware

Software

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

Purpose of standards

A

Standards make it possible for:

Manufactures

Producers….

…. to create products and services which are compatible with each other

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

What would happen if there were no standards

A

Without standards most devices wouldn’t be able to successfully interact or communicate.

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

Examples of different protocols

A

Protocol acronym - Protocol Full Name - Area/Purpose

TCP/IP (Transmission Control Protocol / Internet Protocol)
- Communicate over LANs and WANs

HTTP (Hypertext Transfer Protocol) - Web page requests
HTTPS (Hypertext Transfer Protocol Secure ) - Web page requests

FTP (File Transfer Protocol) - File transfers

POP (Post Office Protocol) - Email
IMAP (Internet Message Access Protocol) - Email
SMTP (Simple Mail Transfer Protocol) - Email

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

What is a protocol

A

A protocol is a set of rules (like a language/ guidelines devices follow) that allows two devices to communicate (in some way)

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

Purpose of TCP/IP protcol

A

This group of protocols are used over the internet

The Transmission Control Protocol (TCP) provides an error free transmission between two routers. (provides an error free way of transmitting data between two routers)

The Internet Protocol (IP) routes packets across a wide area network

Together they make up the TCP/IP protocol stack which is the (basic) foundation of all communication over The Internet.

(routing packets is like determining which route the packets take to get to a set destination)

17
Q

Purpose of HTTP protocol

A

Used by web browsers to access websites and communicate with web servers

It is the fundamental protocol of the World Wide Web (WWW).

When you type in a web address in a web browser and you look at the address at the top, you will often see HTTP

You can see that this is the protocol being used so that you can receive the web page in your browser

18
Q

Purpose of HTTPS protocol

A

A more secure version of HTTP (http purpose: used by web browsers to access websites and communicate with web servers) - Encrypts all information sent and recieved

19
Q

Purpose of FTP

A

Used to access, edit and more files between devices on a network e.g. to access files on a server from a client computer

20
Q

Purpose of POP

A

Used to retrieve emails from a server. The server holds the email until you download it, at which point it is deleted from the server

21
Q

Purpose of IMAP

A

Used to retrieve emails from a server. The server holds the email until you delete it - you only download a copy. Used by most web-based email clients

22
Q

Purpose of SMTP

A

Used to send emails. Also used to transfer emails between servers

23
Q

What is a layer

A

A layer is a group of protocols which have similar functions

24
Q

What is the concept of layering
PURPOSE OF LAYERING

A

The concept of layering is to divide the complex task of networking into smaller, simpler tasks that work with each other.

25
Q

Features of layering

A

The hardware and/or software for each layer has a defined responsibility

Each layer provides a service to the layer above it.

26
Q

The advantages of layering include

A

Reduces the complexity of the problem into manageable sub-problems .
It breaks network communication into manageable pieces. This helps developers concentrate on only one area of the network without having to worry about the network.

As layers are self-contained, they can be changed or developed without the other layers being affected
_
It makes it easier to identify and correct any networking errors and problems

Devices can be manufactured to operates at a particular layer

Each layer is specialised to perform a particular function

Having standards for each layers forces companies to make compatible, universal hardware and software. So Products from different vendors will work together ( so that products from different manufactures will be able to communicate with each other)

The different layers can be combined in different ways as required