1.3 Data Transmission Flashcards

1
Q

Three parts of a packet

A

Header, message, Footer

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

Bit

A

Is the smallest unit of data that a computer can process and store. 1 binary digit long

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

How many physical states does a bit have?

A

2

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

Byte

A

Is a unit of data that is eight binary digits long

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

How many physical states does a byte have?

A

256

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

Serial transmission

A

Is the process of sending one bit of data after another.

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

Parallel transmission

A

Is the process of sending multiple bits of data at the same time.

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

What are the three main duplex modes?

A

Simplex, Half-Duplex, full Duplex

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

Full duplex

A

Data can travel in both directions at the same time

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

Half-Duplex

A

Data can travel in both directions but only one at a time

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

Simplex

A

Data can only travel in one direction

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

Multiplexing

A

Several independent data sources are combined and sent along a single route to a single destination

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

Circuit switching

A

In circuit switching a path across a network is setup in advance and all packets are sent down the same route in order. The route cannot be used by any other traffic during that time.

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

Disadvantages of Circuit switching

A

If a link fails the whole circuit will also fail.
After a link fails a new route will need to be planned.

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

Advantages of circuit switching

A

There is no delay in receiving data.
All data received is already whole and in order.
Once a secure connection is made data is transferred at a constant rate

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

Packet switching

A

Allows packets to take independent routes through the network, each packet decides on it own route, which is decided depending on which lines are available and how heavy the current load is.

17
Q

Disadvantages of Packet switching

A

Packets may not arrive in order, requiring more processing.
Not ideal for applications that require constant use, such as phone calls.
High volume networks can lose data packets during high traffic times.

18
Q

Advantages of Packet switching

A

More efficient than Circuit switching.
Does not require the use of a dedicated channel.
Reduces lost data packets because packet switching allows for resending of individual packets.

19
Q

What are the two different types of data contained within a packet?

A

Control information and Actual data

20
Q

What control information in a packet contains?

A

Source and Destination Addresses, Order Number of Packet, Control Signals, Error Control Bits.

21
Q

Where is Control information found?

A

Header and Footer

22
Q

Network Collisions

A

Is the detection of two sets of data simultaneously, the two sets of data are discarded once the collision is detected. The computers then wait a short, random, time before sending the discarded packets again.

23
Q

Routing

A

The determination of the route data packet will take ensuring that the packets are delivered as quickly as possible.

24
Q

What does an IP packet contain both of?

A

A Header and Data

25
Q

What are the five parts of a TCP/IP Packet?

A

Sender IP Address, Receiver IP Address, Check Sum, Packet Number, Packet Content

26
Q

Sender IP Address

A

Is the IP Address of the computer or device sending the data packet.

27
Q

Receiver IP Address

A

Is the IP Address of the computer or device receiving the data packet.

28
Q

Check Sum

A

Is a a value that represents the number of bits in a transmission message, it is used to determine the integrity of the message (If the message is whole).

29
Q

What are the two different Packet Numbers?

A
  1. Indicates how many packets a piece of information was split into.
  2. Indicates the place of the individual packet as a part of the complete information.
30
Q

Packet Content

A

This is the Content of the packet.