11 Data Transmission

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/53

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

54 Terms

1
New cards

Data Transmission

The process of sending and receiving data across a network.

2
New cards

The Internet

Global network of interconnected computers.

3
New cards

Infrastructure

Underlying physical and virtual systems that enable connectivity, transmission and communication.

4
New cards

Network Devices

Essential hardware components to manage data flow.

5
New cards

Protocols and standards

Rules and conventions that govern how data is transmitted.

6
New cards

Wireless systems

Cellular networks and Wi-Fi that allow for mobile and local access.

7
New cards

Internet Exchange Points (IXPs)

Locations where different networks connect and exchange traffic improving efficiency and connectivity.

8
New cards

HTTP

Hypertext transfer protocol.

9
New cards

IP

Internet protocol.

10
New cards

TCP

Transmission control protocol.

11
New cards

FTP

File transfer protocol.

12
New cards

VoIP

Voice over internet protocol.

13
New cards

POP3

Post office protocol 3.

14
New cards

SMTP

Simple message transfer protocol.

15
New cards

Data Packets

Essential units of data used in networking to facilitate efficient communication.

16
New cards

Contents of a Packet

Includes source address, destination address, sequence number, control signals, and error control bits.

17
New cards

Source Address

Address of the origin of the packets.

18
New cards

Destination Address

Device intended to receive the packet.

19
New cards

Sequence Number

Used to keep track of the order of the packets during transmission.

20
New cards

Control Signals

Indicate various types of information that manage the transmission process.

21
New cards

Error Control Bits

Used for error detection and correction.

22
New cards

Checksum

Used for error detection by adding together the binary values using a mathematical algorithm.

23
New cards

Parity Bits

Simple error checking that adds an extra bit to indicate the number of set bits is odd or even.

24
New cards

Serial Transmission

Data is sent one bit at a time over a single wire.

25
New cards

Synchronous Transmission

Data is sent in a continuous stream with both sender and receiver synchronized to a clock.

26
New cards

Asynchronous Transmission

Data is sent without a shared clock signal, framed with start/stop bits.

27
New cards

Parallel Transmission

Multiple bits are sent at the same time using multiple wires.

28
New cards

Duplexing

Methods of communication including simplex, half-duplex, and full-duplex.

<p>Methods of communication including simplex, half-duplex, and full-duplex.</p>
29
New cards

Simplex

Data can only be sent one way.

30
New cards

Half-Duplex

Data can be sent and received but only one at a time.

31
New cards

Full-Duplex

Data can be sent and received at the same time.

32
New cards

Multiplexing

Combines multiple signals or data into one over a shared medium.

33
New cards

Time-Division Multiplexing (TDM)

Each stream is assigned a time slot, which wastes bandwidth.

34
New cards

Circuit Switching

Establishes a dedicated communication path or circuit between two endpoints.

35
New cards

Packet Switching

Breaks down data into smaller packets sent over the network.

36
New cards

Routing Traffic

Determines the path data takes over a network using a route table.

37
New cards

Dijkstra's Algorithm

Calculates the lowest cost of the shortest path in a network.

38
New cards

CSMA/CD

Carrier Sense Multiple Access and Collision Detection (CSMA/CD) is the protocol to deal with collisions.

39
New cards

Collision Detection on Ethernet

On an ethernet network, collisions are detected by: A device transmits a signal when the medium is clear.

40
New cards

Collision Signal

If a collision occurs a collision signal is generated and is picked up by the sender.

41
New cards

Jam Signal

The sender transmits a jam signal which stops all transmissions of signal within affected areas.

42
New cards

Random Wait Time

The sender waits a random period of time before re-transmitting.

43
New cards

Bandwidth

Maximum amount of data that can be in a single cable.

44
New cards

Higher Bandwidth

Higher bandwidth allows for more data.

45
New cards

Bandwidth Measurement

Not a measure of speed.

46
New cards

Transmission Time

Transmission will always cross a cable in the same amount of time regardless of size.

47
New cards

Large Bandwidth Advantage

The advantage of having a larger bandwidth is that large files can be transferred without fragmentation.

48
New cards

Small Files Impact

Have no overall impact on the performance.

49
New cards

Bit Rate

Numerical expression of bandwidth.

50
New cards

High Bit Rate Requirement

High bit rate connections are required for large data to be sent in a short time.

51
New cards

Video Call Bit Rate

Video calls require high bit rate.

52
New cards

Low Bit Rate Impact

Low bit rate doesn't always impact the content delivery.

53
New cards

Network Connection

A device becomes a part of a vast network when connected.

<p>A device becomes a part of a vast network when connected.</p>
54
New cards

Protocol Independence

Each network can decide its protocols.