CompSci - Communication and Networking

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

1/31

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.

32 Terms

1
New cards

Define Symbol.

Particular pattern of bits represented by a signal.

2
New cards

Define Baud Rate

Number of signal changes in the medium per second.

3
New cards

Define Bit Rate.

Number of bits transmitted over medium per second, measured in bps *bits per second

<p>Number of bits transmitted over medium per second, measured in bps *bits per second</p>
4
New cards

Define Bandwidth

Bandwidth is the range of frequencies that can be transmitted through the medium.

Direct relationship between Bandwidth and Bit rate.

5
New cards

Latency? Increases with?

Difference in time between an action being initiated and an event taking notice, often measured in ms.

Latency usually increases with distance.

6
New cards

What is a protocol?

Set of rules for communication between devices.

Usally set internationally so that all devices can communicate around the world.

7
New cards

How can computers transmit their data?

Serially, or parallel.

8
New cards

What is S____ Data Transmission?

Data sent one bit at a time

  • usually over metal wire or optical fibre/wireless channel

  • medium → long distances (e.g. keyboard → mouse)

9
New cards

What is P______ Data Transmission? What is important to remember about this?

Numerous parallel communication lines that send multiple bits of data simultaneously.

The different comm lines can have different electrical properties which means signals travel through them at different speeds, causing SKEW.

Skew can worsen over longer distances and bits can overlap.

  • Cross talk (when lines are packed together, signals can leak into another line)

    ALL these issues causes corruption of data

Short Distances. (e.g. between components of processor and within RAM)

10
New cards

T or F: Serial Transmission is less expensive than Parallel

T

11
New cards

Advantages of Serial Over parallel?

  • Doesn’t suffer from skew or crosstalk. → More reliable especially over long distances.

  • Use just one line → Cheaper + The reason for why it doesn’t suffer issues above.

12
New cards

Synchronous VS Asynchronous

Synchronous:
→ Clock signals
→ Data sent at frequent intervals
→ Useful for Real-Time Systems
→ Used in busses with in FED Cycle

Asynchronous:
→ Start and Stop Bits = Indicate duration of Transmission
→ Start and stop bits are either 0 or 1 and are always opposites of each other
→ Sender and receiver must use same Baud Rate and synchronise clocks for duration of transmission

13
New cards

What is Physical Topology?

Actual architecture of network.

Two Types
→ Star
→ Bus

14
New cards

Describe Physical Star network Topology

→ Each client has own connection

<p>→ Each client has own connection </p>
15
New cards

Describe Physical Bus Network Topology.

Connects clients to single cable, called backbone.

  • Device placed at either end, called terminator.

  • Thus, no need for a central hub.

<p>Connects clients to single cable, called backbone.</p><ul><li><p>Device placed at either end, called terminator.</p></li><li><p>Thus, no need for a central hub.</p></li></ul><p></p>
16
New cards

What is a logical network topology?

Refers to flow of data packets in a network.

17
New cards

Logical star topology?

Delivers data packets only to recipient.

18
New cards

Logical Bus network.

Delivers data packets to all clients.

19
New cards

What is a host?

Device that provides services: printer sharing, file storage, internet access, e.t.c.

  • often a server but can be clients themselves.

20
New cards

What can physical topologies do?

They can have a different logical topology.

21
New cards

Explain a client server network. WHat is it used for?

One or more central servers provide services to clients.

  • Servers are often more powerful machines than clients.

  • Enables central management → more security BUT requires expertise.

22
New cards

Explain peer-to-peer networking.

Services provided by clients themselves.

All clients providing services MUST be running for network to be operational.

PROS:

  • Cheaper

  • Easier to set up

  • No need for powerful server

23
New cards

What are wireless networks? What does it require?

Allow clients to communicate without being physically connected to network.

Requires:
→ Wireless access point
→ Wireless network adapter

24
New cards

Wifi? How is it secure?

Wireless local area network, based on international standards.

Encrypted by three ways:

  • WPA (password)

  • Disabling SSID Broadcast (Stops displaying availability)

  • MAC address filter (Whitelisted to allow access for specific devices | Blacklists are used to block specific devices).

25
New cards

WHat is CSMA/CA? Draw it?

Carrier Sense Multiple Access with Collision Avoidance

1 - Listens to comms channel to check if it is idel

2 - Can use exponential backoff algorithm to increase waiting time

3 - Stops collisions BUT has HIDDEN NODE problem.

<p>Carrier Sense Multiple Access with Collision Avoidance</p><p>1 - Listens to comms channel to check if it is idel</p><p>2 - Can use exponential backoff algorithm to increase waiting time</p><p>3 - Stops collisions BUT has HIDDEN NODE problem.</p>
26
New cards

What is an imrpovement to CSMA/CA? Draw it?

RTS/CTS (Request to Send/ Clear to Send)

<p>RTS/CTS (Request to Send/ Clear to Send)</p><p></p>
27
New cards
28
New cards
29
New cards
30
New cards
31
New cards
32
New cards