Fundamentals of Communication and Networking

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

1/47

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

48 Terms

1
New cards
Serial Data Transmission
Data is sent one bit at a time over one communication cable
2
New cards
Parallel Data Transmission
uses numerous communication cables to send multiple bits between components in a computer simultaneously
3
New cards
Bit Rate
The number of bits that are transmitted over the medium per second
4
New cards
Baud Rate
The number of signals changes in the medium per second
5
New cards
Bandwidth
ranges of frequencies that a communication medium is capable of transmitting
6
New cards
Latency
the difference in time between an action being initiated and it effect being noticed
7
New cards
Parity
a technique that checks whether data has been lost or written over
8
New cards
Protocol
a set of rules relating to communication between devices
9
New cards
synchronised Transmission
When data is transmitted, a clock signal is used to time when signals are sent. The signals, which are sent at regular intervals, will be received in the same order that they were sent. Making them suitable for transmitting information in real-time systems.
10
New cards
Asynchronous Transmission
The requirement for a shared clock signal is done away with by using start and stop bits to indicate the duration of a transmission. The start bit can either be 0 or 1 and the stop bit is always the opposite. The sender and receiver must use the same Baud rate and need only synchronised clocks for the duration of data transmission.
11
New cards
Start Bit
synchronised receiver (clock) (to transmitter/data)
12
New cards
Stop Bit
Allows start bit to be recognised // allows receiver to process received bits
13
New cards
Star Topology
an arrangement where a central nodes or hub provides a common connection point for all other nodes
14
New cards
Bus Topology
an arrangement where nodes are connected in a daisy chain by a single central communications channel
15
New cards
WiFi
a protocol at the link layer allowing wireless communications
16
New cards
CSMA
a protocol to prevent collisions occurring over a wireless network
17
New cards
SSID
Identifies each network by a unique name
18
New cards
Router
routes traffic locally within the networks
19
New cards
Gateway
routes traffic to the internet
20
New cards
URL
specify the means of accessing a resource and its location across a network
21
New cards
FQDN
includes a host name, and the domain name
22
New cards
IP address
identifies a host computer or network node trying to communicate over IP on a network
23
New cards
DNS server
dedicated computers with an index of FQDN and their corresponding IP addresses
24
New cards
Internet Registry
responsible for allocating IP addresses to specific domain names
25
New cards
Proxy Server
makes a web request on behalf of your own computer, hiding the true request IP addresses from the recipient
26
New cards
Stateful inspection
examines the data contents of a packet before allowing access and remembers action s for future decisions
27
New cards
Symmetric encryption
use the same key to encrypt and then decrypt the data being transferred
28
New cards
Asymmetric encryption
Both communication parties have a pair of keys: Private key is only known to the individual (kept secret), Public key is known publicly
29
New cards
Digital signature
Sender: private, receiver: public, receiver: private, sender: public
30
New cards
Worm
exploit vulnerabilities in the destination systems and spread automatically
31
New cards
Trojan
malicious piece of software that masquerade as something seemingly innocuous or useful
32
New cards
Virus
self-replicating program which has malicious purpose
33
New cards
application layer
selects appropriate protocol for the communication
34
New cards
transport layer
establishes end to end communication
35
New cards
network layer
adds source and destination IP addresses
36
New cards
Link layer
adds source and destination MAC addresses
37
New cards
Socket
Combination of an IP address and a port
38
New cards
MAC address
uniquely identifies a physical device with a Network Interface Card (NIC)
39
New cards
Ports
used to alert a specific application to deal with data sent to a computer, used by protocols to specify what data is being sent
40
New cards
SSH
an encrypted protocol that allows secure communication between nodes across a network
41
New cards
Subnet Mask
used together with an IP address to identify the network identifier within the address
42
New cards
Routable IP
an address which can be accessed by another machine over the Internet
43
New cards
Non-routable IP
Devices are not directly connected to Internet
44
New cards
DHCP system
to automate the configuration of hosts connecting to a (TCP/IP) network
45
New cards
NAT
allows a single public IP address e.g. 12.65.42.1 to be shared by any number of hosts with private IP addresses
46
New cards
Websocket protocol
includes API for establishing a persistent TCP socket connection
47
New cards
Thin client
use low-powered processors in hosts specifically designed as network machines
48
New cards
Thick client
each host on the network would be a powerful computer in its own right