Networking Flashcards

1
Q

What is the upper layer of the osi model

A

Application, implemented only in software e.g application, presentation and session

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

What are the lower layers of osi model

A

Transport e.g transport, network, data link, physical. The physical layer and the data link layer are implemented in hardware and software

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

What does the physical layer do

A

Manage the communication in the physical link

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

What does the link layer do

A

Provides reliable transit of data across a physical network link. Composed of two sub layers, logical link control (LLC) and media access control (MAC)

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

What does the network layer do?

A

Defines the network topology and the routing

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

What does the transport layer do?

A

Segments data and ensures error-free transmission

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

What does the session layer do?

A

Establishes, manages, and terminates communication sessions

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

What does the presentation layer do?

A

Provides a variety of coding and conversion functions that are applied to application layer data

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

What does the application layer do

A

Identifies communication partners, determines resource availability and synchronises communication

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

What do peer layers use to communicate?

A

Control Information (CI) which can either be a header or a trailer

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

How long is an up address

A

32 bits

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

What does the net mask do

A

Determines the length of the number portion of the address (first part)

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

Net mask is also an up address composed of what?

A

A continuous set of 1 followed by a continuous set of 0

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

What happens when the values of H bits are changed?

A

Obtain possible IP addresses of hosts within the network (N bits)

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

What happens if all H bits are 1?

A

The broadcast address is obtained, which is common for all networking devices in that particular network segment

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

Advantages of bridges?

A

Extend the effective length of a LAN, diminish the traffic to be forwarded, act as a firewall for some potentially damaging network errors

17
Q

Advantages of switches?

A

Operate at layer 2 of the osi reference model, forward and flood traffic based on MAC addresses, have many ports compared to bridges, support cut through switching which reduces latency and delays in the network, reduce collisions on network

18
Q

Advantages of Routers

A

Perform network layer function of the osi model, interconnect different networks LAN and WAN, advertise their presence for connected network devices, perform unicast and multicast routing, store traffic management information

19
Q

Default net mask of class A (1 to 127)

A

255.0.0.0

20
Q

Default net mask of class B (128.1.0.0 to 191.254.0.0)

A

255.255.0.0

21
Q

Default net mask of class c (192.0.1.0 to 223.255.254.0)

A

255.255.255.0