4.9 Fundamentals of communication and networking

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

1/52

flashcard set

Earn XP

Description and Tags

add security

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

53 Terms

1
New cards

Serial transmission

data bits are sent one bit at a time over a single wire

2
New cards

Where is serial transmission used?

networks, phones, keyboard and mouse

3
New cards

Parallel transmission

data bits are sent over multiple wires at the same time

4
New cards

Where is parallel transmission used?

distances no more than 2m so to connect components inside the CPU

5
New cards

Disadvantages of serial transmission

slower than parallel given the same frequency

6
New cards

Disadvantages of parallel transmission

cannot transmit data over very high frequencies and distances

7
New cards

Errors that occur with parallel transmission: Skew

due to slightly different properties of each wire resulting in bits travelling at different speeds and therefore arriving at different times so the bits are out of order

8
New cards

Errors that can occur with parallel transmission: Crosstalk

occurs when electromagnetic interference between adjacent parallel . Gets more pronounced as frequency increases and means in data is corrupt it has to be retransmitted

9
New cards

Synchronous transmission

streams of bits are transferred over a communication channel at a constant rate. Transmitter and receiver are synchronised using a clock signal

10
New cards

Asynchronous transmission

data is transmitted when it is available rather than at specific intervals. No clock signal so start and stop bits are used to control the communication

11
New cards

Why are start and stop bits used?

signal the start and stop of communication

12
New cards

Advantages of synchronous transmission

more information can be sent per unit of time as there is no need for a start and stop bit

13
New cards

What is synchronous transmission commonly used for?

parallel transmission for example clock signal is used to synchronise the signals of the control bus and of the data transmitted over the address and data buses

14
New cards

Bitrate

the number of bits transferred between devices in a second, measured in bps

15
New cards

What does bps stand for?

bits per second

16
New cards

Baud rate

rate at which the signal changes state, measured in bps

17
New cards

Bitrate equation

=baud rate*number of bits per signal change

18
New cards

Bandwidth

the maximum rate of data transfer of a communication channel

19
New cards

Relationship between bandwidth and bitrate

directly proportional: the greater the amount of data that can be transmitted over a channel, the more bits can be transmitted per second

20
New cards

Latency

the time delay between initiating a transmission and it being received

21
New cards

Protocol

a set of rules that determine the communication between devices

22
New cards

What does a protocol need to define?

transmission speed (bitrate/baud rate), transmission method (a/synchronous), error checking method, format of data being transmitted

23
New cards

Bus topology

one cable that connects every device on the network, called backbone

24
New cards

Physical components of bus topology

each end of backbone there is a terminator which absorbs the signal when they reach the end to prevent interference

25
New cards

Operations of bus topology

network signals are sent through backbone to reach all connected devices. Each message contains a destination address that identifies its intended recipient. MAC address encoded into NIC of each device used for this purpose Receiving device picks up communication and all other devices ignore it

26
New cards

bus topology: collisions

if two or more devices try to transmit at the same time it will cause a collision

27
New cards

bus topology: security

security risk as every device attached to the bus can read every message unless message is encrypted

28
New cards

bus topology: reliability

if backbone breaks whole network will stop however if one client breaks or wire to client then rest of the network is fine

29
New cards

Star topology

each device on the network is connected to a central switch or hub

30
New cards

Operations of star topology: hub

network signals reach hub are sent out to all connected devices. Hub does not process signals that pass through it but just repeats them on to all of its connections

31
New cards

Operations of star topology: switch

uses a table that maps each device to the port it is connected to. So switch is able to direct messages to the correct recipients

32
New cards

star topology: security and speed

improves security as messages do not pass though every cable in the netork

33
New cards

star topology: reliability

if switch fails none of clients can communicate. But failure of client rest of network can still operate.

34
New cards

PAN

personal area network, connected devices that are located within a few meters of each other

35
New cards

LAN

local area network, a single network that is located in a small geographical area such as someones house

36
New cards

WAN

wide area network, a network that connects two or more networks over a wider geographical area

37
New cards

What is a server?

a program on a computer that shares resources or provides services to any authorised client P

38
New cards

Peer-to-peer

no central servers and every computer shares resources

39
New cards

Client server properties

used in small, medium and large organisations; no access to other users files; backup is centralised and usually automated; can be expensive to set up and manage; user IDS, passwords centrally controlled

40
New cards

Peer-to-peer properties

files and programs stored on individual computers; suitable for a home computer network; cheap to set up and maintain; can be used for sharing of music and streaming of live events; each computer on the network can act as both client and server

41
New cards

Napstar

created in 1999 it enabled peer to peer sharing of music but was actually the theft of copyright music

42
New cards

What do wireless local area networks use to connect?

radio waves

43
New cards

Purpose of WiFI

enables devices to connect to a network via a WAP so they can access or share network resources

44
New cards

Components needed for wireless networking

device needs NIC, all stations in the WAP share radio frequency and each station is constantly tuned in on this frequency to pick up transmissions, WAP requires connection to router

45
New cards

Network interface card (NIC)

a card that enables device to connect to a server. Its a printed circuit board inside the computer and specifically designed to allow the computer to connect via cable or wirelessly. Also detects speed of data transmission available between device and network.

46
New cards

Service set identifier (SSID)

a locally unique 32 bit character code that identifies a device on a wireless network. Each code is unique to WLAN and therefore acts as an identifier allowing frame of data to be transmitted around WLAN, NIC must also be programmed with the same 32 bit code

47
New cards

CSMA/CA

carrier sense multiple access/collision avoidance is a protocol used to check whether the channel is idle so the data is sent if not it will wait a random amount of time before checking again

48
New cards

Hidden node problem

when two or more nodes

49
New cards

RTS/CTS

request to send/clear to send protocol helps overcome hidden node problem. RTS sends message to access point

50
New cards

WPA

wifi protected access

51
New cards

WPA2

wifi protected access 2

52
New cards

What are WPA and WPA II?

security protocols and certification programs used to secure wireless networks. WPA2 is built into wireless NIC and provide encryption of data transmission for each data packet sent.

53
New cards