Unit 1.5 - Network topologies, protocols and layers Flashcards

(47 cards)

1
Q

Topology

A

Diagram showing the Layout of connections in a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Features - Star Topology

A

Computers connected to a

central switch in a LAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Advantages - Star Topology

A

Reliable
No Data Collisions
High Performance
Easy to Add/Remove Nodes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Disadvantages - Star Topology

A

Expensive - Cables
Extra Hardware - Switches
Server/Switch Fails - connected nodes fail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Features - Mesh Topology

A

Switches/Routers connected so more than one possible route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Advantages - Mesh Topology

A

Reliable & Self-Healing
High Performance- Data sent same time, No Collisions, High Traffic
No Central Node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Disadvantages - Mesh Topology

A

Expensive & Difficult - Cables

Redundant Connections

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Uses - Mesh Topology

A

Cluster of Surveillance Drones

Military Communications

Smart Devices around the home

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Features - Ring Topology

A

Device connect to two others in ring. Data Travels in one Direction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Advantages - Ring Topology

A

No Data Collisions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Disadvantages - Ring Topology

A

Cable/Device fail - Network fail

Low Performance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Features - Bus Topology

A

One Main cable.

Terminators - stop signals reflecting back

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Advantages - Bus Topology

A

Easy to install

Low Cost - Cable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Disadvantages - Bus Topology

A

Cable fail - Network fail
Data Collisions
Low Performance
Security Risks - All devices see all data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Wi-Fi

A

Wireless connection to Network

Requires a WAP / Router.

Data sent on specific frequency called a channel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Advantages - Wi-Fi

A

Convenient & Low Cost

No Cables - Wander around

Add/Remove Devices easily

Less Disruption to Building/Walls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Disadvantages - Wi-Fi

A

Interference & Signal quality

Less Secure - Hacking

Lower Bandwidth than wired

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Wi-Fi - Frequency

A

2.4 Ghz

5 Ghz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Features - 2.4 Ghz

A

Long range
Slow data transmission
(450 Mbps or 600 Mbps)
Interference from Cordless phones, baby monitors

20
Q

Features - 5 Ghz

A

Short range
Fast data transmission
(1300 Mbps)

21
Q

Wi-Fi - Channels

A

Channels 1 - 11

Used for Radio Wave Communication

Interference
Cordless phones, baby monitors.

22
Q

Wi-Fi - Encryption

A

Data is Scrambled
during communication

Protect from Hackers, unreadable if intercepted.

Recipient needs Key to decode

23
Q

Wi-Fi - Protocols

A

Set of rules for how computers communicate (send/receive data)

Speed of transmission, size of the message, error checking, transmission

24
Q

TCP/IP

A

Transmission Control Protocol/Internet Protocol

TCP Provides Error Free Transmission Separates & Reassembles data packets

IP routes packet across a WAN giving the packet its destination address.

25
HTTP
Hyper-Text Transfer Protocol Allows the browser to communicate with a web server to request and deliver HTML Web Pages
26
HTTPS
Hyper-Text Transfer Protocol Secure Encrypts connection/data
27
FTP
File Transfer Protocol Transmit files between client & server
28
POP
Post Office Protocol Allows Email Clients to retrieve and delete email from an email server
29
IMAP
Internet Message Access Protocol Allows Email Clients to retrieve email from an email server (not deleted).
30
SMTP
Simple Mail Transfer Protocol Send emails to Email Server
31
Layers
Reduces the complexity of networking into smaller manageable sub-problems
32
Layers - Application (7)
APPLICATION you are using
33
Layers - Presentation (6)
ENCRYPT / FORMATS / TRANSLATE / COMPRESS | the data
34
Layers - Session (5)
CONNECTIONS are established, managed, and torn down when communicating on a LAN (Same network)
35
Layers - Transport (4)
CREATING, SEQUENCING, ERROR CHECKING packets When communicating on a WAN (Different networks).
36
Layers - Network (3)
ROUTING PACKETS on a WAN (Different networks)
37
Layers - Data Link (2)
CREATING, ROUTING, ERROR CHECKING frames When communicating on a LAN (Same networks)
38
Layers - Physical (1)
DATA ENCODING bits (0/1).
39
Data Packet
A unit of data transmitted across a network. TCP splits Large Files down into small packets
40
Data Packet - Header
``` Contains: IP address Packet number Length of packet Protocol used ```
41
Data Packet - Payload
Contains: | The Data
42
Data Packet - Trailer
Contains: End-of-packet marker Error checking (Check sum)
43
Packet Switching - Frame
Unit of data transmitted between two locations on LAN
44
Packet Switching
Sending data packets across a network. | Each packet finds its own route and reassembled at destination
45
Circuit Switching
Link is established first Packets sent in a stream along the established connection until received
46
Data Collisions
2 devices transmit data on the same network at the same time down the same connection
47
Packet Sniffing
Captures a copy of packets of data for reading / analyzing