Network Layers Flashcards

1
Q

What are the layers in ascending order in the OSI model ?

A

Physical Layer, Link Layer, Network Layer, Transport Layer, Session Layer, Presentation Layer, Application Layer

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

What services does the link layer provide and how are they provided ?

A

Framing, fragmentation, Link access, reliable delivery

Framing, this is the encapsulation of the frames sent from the datagrams with a header and a trailer

Fragmentation, if a frame is too large it will be broken down into smaller frames and sent off

Link access, MAC protocol is used at this stage

Reliable delivery, MAC protocol used to ensure this

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

What error handling methods are there in the link layer ?

A

This is the MAC protocol, this is done through handshaking, flow control by using the take in turn, random access protocol, or channel partitioning

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

What protocols are there in the link layer ?

A

MAC protocol

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

What services does the network layer provide ?

A

Fragmentation, encapsulation, logical addressing, error handling

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

What error handling methods are there in the link layer ?

A

MAC protocol once a collision has occurred there will be a time where they will back off and have a random time where they will refire their packets

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

What does ICMP stand for ?

A

Internet control message protocol

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

What is a PDU and what does it stand for ?

A

Protocol data unit

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

What protocols are there in the transport layer ?

A

TCP/IP UDP, windowing

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

What is TCP/IP ?

A

TCP is an extension of the IP protocol that uses acknowledgments, flow control, congestion control and windowing to ensure the reliable delivery of segments as well as multiplexing

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

What is multiplexing ?

A

Combining multiple signals into one complex signal

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

Where is multiplexing used ?

A

In the transport layer

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

What is ICMP?

A

This is a error handling protocol in the link layer, that provides feedback to the user in case of the errors

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

What is packet loss ?

A

Where a packet is either dropped during transmission because it has surpassed the time to live, or has been dropped because the router buffer is full

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

What is a subnet ?

A

A subnet is a network within a larger network

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

What are the benefits of using a subnet ?

A

Manageable, more secure, extension of space, more IP addresses and more space for people

17
Q

What are the issues with IPv4 ?

A

There is a limit to the amount of IP addresses to use

18
Q

What are the error checking methods used in the link layer ?

A

Checksum, Cyclic redundancy check, parity checking

19
Q

What is the checksum check within the link layer /

A

The entire frame will be placed into a 16 bit sequence, this is then sent once recieved it will be checked against the sent form.

20
Q

What is CRC and how does it work ?

A

The bits of data will be added to to with a bit string pattern, the entire frame will then be divided by 2, if it can be then there is no error else then there is an error

21
Q

What is partiy checking ?

A

They will store the amount of 1’s there are, once recieved if this has changed then there has been an issue

22
Q

What is the address resolution protocol and which layer is it used in ?

A

This is used within the network layer, because IP delivery isnt reliable the delivery of packets is used with the devices MAC address.

23
Q

What is CSMA/CD and what does it stand for ?

A

This is a collision detection system that will detect colliisons within the network, Carrier sense multiple access with collision detection