Modules 4-7 Flashcards

1
Q

What is layer 4 of the OSI model?

A

Transport layer. Manages end-to-end communications.
- manages transmission speeds
- performs error control, ensuring data is received in one piece and requests retransmission if errors occurred.

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

What is layer 5 of the OSI model?

A

Session layer. Responsible for opening and closing connections - the time between opening and closing a communication is called a session.
- allows a connection to stay open long enough for data transmission to occur, and then closes it when required to prevent unnecessary resource consumption.
- manages data using checkpoints - if a 100mb file is being transferred, checkpoints can be set at every 5mb, for example, so that if the system crashes, the transfer can be resumed where it left off at the last checkpoint once a session is re-established.

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

What is layer 6 of the OSI model?

A

Presentation layer. Prepares data for use by the application layer.
- translates data for the end user or end system to understand.
- if encrypted communication is being used, encryption is either added or decoded.
- if moving down the chain, data is compressed to pass on to the session layer. This improves speed and efficiency by minimising the amount of data requiring transport.

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

What is layer 7 of the OSI model?

A

Application layer - presented to the end user/system. Client-side communication.

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

Which three layers of the OSI model map into to application layer of TCP/IP?

A

Application, presentation and session.

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

Which address does a switch use to build the MAC address table?

A

Source MAC address. Initially, the MAC Address Table of the Switch is empty.It only gets populated when a frame is received.

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

What four functions does a switch typically have?

A
  • Learning
  • Flooding
  • Forwarding
  • Filtering
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does a switch do when there is no entry in the MAC address table for a destination?

A

It leaves the Switch with only one option: duplicate and flood the frame out all ports. The frame is duplicated out all ports, except the port it came in on – this is an example of the Switch performing its filteringfunction.

When the correct host receives the frame and realises they indeed are the intended recipient, they will accept the frame and generate a response. Whenthe response arrives on the Switch, another MAC Address Table mapping can be learned: Port 2 contains the MAC address bbbb.bbbb.bbbb.

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

What three elements do all communication methods have in common?

A

Message source, destination and a transmission medium.

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

What is layer 1 of the OSI model?

A

Physical. Converts data into a bit stream to carry it across physical network components. Both devices in the communication must agree on a signal convention.

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

What is layer 2 of the OSI model?

A

Data link layer. Responsible for :
- intranetwork communications - unlike the Network Layer (3), which works with the internetwork
- When data is moving from top to bottom, layer 2 takes packets from layer 3 and segments them into frames.
- flow and error control.

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

What is layer 3 of the OSI model?

A

Network. Facilitates data transfer between two different network, routing data and finding the most efficient path. If the devices are on the same network, this layer isn’t required.
- if moving down the chain, it breaks up segments from layer 4 into packets to pass on to layer 2
- if moving up the chain, it reassembles packets to pass on to layer 4.

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

Which two applications are suitable for deploying coaxial cables?
- to connect various components in a satellite communication system
- to connect network devices in backbone networks
- to connect a TV set to the wall plug at home
- to connect data centres with high bandwidth requirements over long distances
- to connect PCs in an office

A
  • to connect various components in a satellite communication system
  • to connect a TV set to the wall plug at home

“Coaxial cable is the kind of copper cable used by cable TV companies. It is used to connect TV sets to the wall jacks that are connected to a cable TV company. It is also used for connecting the various components which make up satellite communication systems.” - https://itexamanswers.net/question/which-two-applications-are-suitable-for-deploying-coaxial-cables-choose-two

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

Which type of network cable is commonly used in backbone networks and telephone companies?
- fiber-optic
- shielded twisted-pair
- coaxial
- twisted-pair

A

Fiber-optic cables are ideal for backbone networks and telecommunication infrastructure due to their ability to transmit large amounts of data over long distances with minimal signal loss.
Fiber-optic cables transmit data using light signals that travel through tiny glass or plastic fibers. They provide high bandwidth, long-distance transmission capabilities, and immunity to electromagnetic interference. - https://brainly.com/question/32161715#

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