Computer Science: 4.9 Fundamentals of Communication and Networking

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

1/23

flashcard set

Earn XP

Description and Tags

4.9.1 Communication 4.9.2 Networking 4.9.3 Internet

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

Start and stop bits 1

The start bit synchronises the recievers clock to the transmitter

2
New cards

Start and stop bits 2

They are now locked in phase

3
New cards

Start and stop bits 3

The stop bit then indicates the end of the data being sent (usually one byte at a time)

4
New cards

Start and stop bits 4

This stop bit allows the receiver to process the received bits and allows the next start bit to be recognized

5
New cards

Start and stop bits 5

The is because of the change in voltage

6
New cards

CSMA/CA 1

Assemble data frame

7
New cards

CSMA/CA 2

Check if channel is idle if not wait random time

8
New cards

CSMA/CA 3

If RTS/CTS i s being used and RTS is sent if a CTS is not recieved the sender waits a random amount of time

9
New cards

CSMA/CA 4

Transmit data

10
New cards

CSMA/CA 5

If nothing is received there is a collision the sender waits a random time before trying again

11
New cards

DNS lookup 1

User requests a URL via a browser

12
New cards

DNS lookup 2

Browser extracrs FQDN and sends it to DNS server

13
New cards

DNS lookup 3

Local DNS server maps FQDN to an IP address and return it to the browser

14
New cards

DNS lookup 4

If local DNS doesn't have an entry it is passed onto a regional DNS

15
New cards

DNS lookup 5

If regional DNS doesn't have an entry it is passed onto a NSP. It will then be passed back

16
New cards

DNS lookup 6

A GET request is sent for the webpage or resource is sent to the web server using the IP address

17
New cards

DNS lookup 7

The file is returned to the web browser

18
New cards

Vernam cipher 1

Find the binary ASCII character code for each letter of the plaintext

19
New cards

Vernam cipher 2

Find the binary ASCII character code for each letter of the key

20
New cards

Vernam cipher 3

Carry out an XOR operation for each matching letter

21
New cards

Packet switching process 1

NIC receives a message to send out data

22
New cards

Packet switching process 2

NIC splits the message up into a number of equally sized packets and numbers them. A checksum is calculated for each packet.

23
New cards

Packet switching process 3

24
New cards