Network Protocols Flashcards

1
Q

What is a Network Standard?

A

A set of agreed requirements for hardware and software

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

Why are standards important?

A

They allow manufacturers to create products and programs compatible to other products and programs from other devices

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

What is a Network protocol?

A

A set of rules for how devices communicate and how data is transmitted across a network

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

What does a communication protocol specify?

A

How communication between two devices must start and end, how the data must be organised and what devices must do if data goes missing

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

Why does every device need an unique identifier?

A

So it can be found on a network.

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

What are MAC Addresses?

A

48 or 64 bit binary numbers assigned to all network-enabled devices by the manufacturer. They are unique to a device and cannot be changed.

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

How are MAC Addresses made easier?

A

They are converted into Hexadecimals.

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

Where are MAC Addresses mainly used?

A

By Ethernet protocol on LANS

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

How are MAC Addresses used?

A

LAN Switches read the MAC addresses and use them to direct data to the right devices

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

When are IP Addresses used?

A

When sending data between TCP/IP networks e.g over the Internet.

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

How are IP Addresses assigned?

A

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
12
Q

What are the two versions of IP Addresses?

A

IPv4 (32 bits)

IPv6 (128 bits)

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

Why was IPv6 created?

A

Due to increased number of devices that need unique IP addresses
IPv4 has 2³² (over a billion) whereas IPv6 has 2¹²⁸ addresses.

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

How are IP Addresses spit?

A

IPv6 addresses are split into 16 bit chunks and each one is given a hexadecimal number
IPv4 addresses are silt into 8-bit chunks and each one is given as a denary number

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

What does a TCP/IP protocol dictate?

A

How data is sent between networks e.g over the Internet

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

What are the two protocols that a TCP/IP protocol is made up of?

A
Transmission Control Protocol (TCP)
Internet Protocol (IP)
17
Q

What does the Transmission Control Protocol do?

A

It set rules for how devices connect to network/
Its in charge of splitting data into packets and reassembling packets back into original data once they reach receiving device
Also responsible for checking is data is correctly sent or delivered

18
Q

What is the Internet Protocol responsible for?

A

DIRECTING PACKETS TO DESTINATION ACROSS THE NETWORK

19
Q

What are the protocols built upon TCP/IP which do specific Internet tasks?

A
HTTP
HTTPS
FTP
POP3
IMAP
SMTP
20
Q

What does HTTP stand for and what is it used for?

A

Hyper Text Transfer Protocol

It is used by web browsers to access websites and communicate with web servers

21
Q

What does HTTPS stand for and what is it used for?

A

HTTP Secure

It is a more secure version of HTTP It encrypts all information sent and received

22
Q

What does FTP stand for and what is it used for?

A

File Transfer Protocol

It is used to EDIT and move files between devices on network e.g access files on server from client computer

23
Q

What does POP3 stand for and what is it used for?

A

Post Office protocol- version 3
It is used to retrieve emails from a server. The server holds email until you download it, at which point is deleted by server.

24
Q

What does IMAP stand for and what is it used for?

A

Internet Message Access Protocol
It is used to retrieve emails from a server. The server holds email until you actually delete it- you only download a copy. Used by most web-based email clients.

25
Q

What does SMTP stand for and what is it used for?

A

Simple Mail Transfer Protocol

It is to send emails and to transfer emails between servers.

26
Q

What are layers?

A

Groups of protocols that have similar functions. Layers are self-contained- protocols in each layer don’t need to know what’s happening in other layers
Each layers serves layer above

27
Q

What do protocols in Layer 4 cover?

Give some protocol examples

A

Turning data to websites and other apps and vise versa

HTTPS, FTP, SMTP

28
Q

What do protocols in layer 3 cover? Give some protocol examples

A

Controlling data flow- e.g checking data is sent and delivered
TCP

29
Q

What do Protocols in Layer 2 cover and give a protocol example

A

Making connections between networks and directing data

IP

30
Q

What do Protocols in Layer 1 cove and give some protocol examples

A
Passing data (as electrical signals) over the physical network
Ethernet
31
Q

How does data travel through layers?

A

Data can only pass through adjacent layers e.g layer 2 can pass data to layers 1 and 3 but layer 1 can only pass data to layer 2

32
Q

Advantages of Layers?

A

Breaks network communication into manageable pieces and helps developers concentrate on only one area of network without having to worry about others
Layers are self contained- they can be changed without other layers being affected
Forces companies to make standard universal hardware and software, different brands will work with each other and always work in basically the same way/