3 Communications

studied byStudied by 1 person
0.0(0)
get a hint
hint

What is a network?

1 / 140

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

141 Terms

1

What is a network?

A collection of computing devices connected together

New cards
2

What are the advantages of networks?

  • Hardware can be shared

  • Software can be shared

  • Data can be shared

  • Computers may communicate between each other with messages or email

  • Administration is centralised

New cards
3
New cards
4

What are the disadvantages of networks?

  • Viruses can be spread to all devices on a network

New cards
5
  • Hackers may access computers on a network

New cards
6
  • Can be expensive to install

New cards
7
  • Networks may be slower than using standalone computers

New cards
8

What are the 2 main types of network?

Local Area Network (LAN)

New cards
9

Wide Area Network (WAN)

New cards
10

What is a LAN network?

A network in which all the computer systems are located in a fairly small geographical area

New cards
11

What is a WAN network?

-A network in which all the computer systems are located over a large geographical area

New cards
12

-Many LANs can be linked using a WAN

New cards
13

What is a widely known example of a WAN?

the internet

New cards
14

What does a star network topology look like?

Each node is connected to a central node which may be another computer or a hub

New cards
15

What are the advantages of a star network topology?

  • Faster connection speed - each node has a dedicated cable

New cards
16
  • Won't slow down as much when many people online

New cards
17
  • Fault finding is simples - individual faults easier to trace

New cards
18
  • Relatively secure - client-server connection is unique

New cards
19
  • New nodes can be added without affecting others

New cards
20

What are the disadvantages of a star network topology?

  • Expensive setup - increased cabling costs

New cards
21
  • If a cable fails

node unable to recieve data

New cards
22
  • Difficult to install - multiple cables - increased if LAN is over a number of buildings

New cards
23
  • Server can get congested - all communications must pass through

New cards
24

What does a ring network topology look like?

The nodes are connected in a ring

New cards
25

What are the advantages of a ring network topology?

  • Data transfer is quick without bottleneck - consistent data transfer speeds

New cards
26
  • Simple transmission of data - only one direction

New cards
27
  • Adding additional nodes has little impact on bandwidth

New cards
28
  • Prevents network collisions

New cards
29

What are the disadvantages of a ring network topology?

  • If one CS fails

New cards
30
  • If theres a problem with main cable or connection

whole network goes down

New cards
31
  • Difficult to troubleshoot

New cards
32
  • To add another node

network must temporarily be shut down as all nodes are wired together

New cards
33

What does a bus network topology look like?

New cards
34

What are the advantages of a bus network topology?

  • Cheaper to install

New cards
35
  • Easy to install

New cards
36
  • Easy to add new nodes by branching them off the main cable

New cards
37

What are the disadvantages of a bus network topology?

  • Not that secure as all data transmitted down one cable

New cards
38
  • Transmission times slower with more users online

New cards
39
  • If main cable fails

all clients affected

New cards
40
  • More difficult to find faults

New cards
41

What does a mesh network topology look like?

Every node is directly connected to every other node

New cards
42

What are the advantages of a mesh network topology?

  • Very reliable for data transmission

New cards
43
  • Very robust as no single point will bring down the network if it fails

New cards
44

What are the disadvantages of a mesh network topology?

  • Expensive setup

New cards
45
  • Complex to install

New cards
46

What is a file server?

The computer on a network that stores the files used by other workstation

New cards
47

How does a wireless router connect devices?

Via radio signals

New cards
48

How does a wireless device connect to a router?

using access points

New cards
49

How does a wired network connect devices?

using physical connections

New cards
50

What are the disadvantages of a wired network?

  • Difficult to install as wires must be routed to every station

New cards
51
  • Expensive to install

New cards
52

What are the advantages of a wired network?

  • Faster transmission speeds

New cards
53
  • More secure

New cards
54

What are the advantages of a wireless network?

  • Mobile equipment can easily log in

New cards
55
  • Easy to install

New cards
56
  • Cheap to install

New cards
57

What are the disadvantages of a wireless network?

  • Can be hacked more easily

New cards
58
  • Transmission speeds slow as more users connect

New cards
59

What is the purpose of a router?

  • Forwards packets of data along a network

New cards
60
  • Determines the best path for the packets

New cards
61

What is the purpose of a hub?

Connection point between cables in a network

New cards
62

What is the purpose of a switch?

Filters and forwards packets to intended destination

New cards
63

What is the purpose of a bridge?

Connects one LAN to another

New cards
64

What is the purpose of a gateway?

Connects a LAN to a WAN such as the internet

New cards
65

What are the two ways data can travel around networks?

  • circuit switching

New cards
66
  • packet switching

New cards
67

What is circuit switching?

  • a dedicated link between 2 nodes

New cards
68
  • no other data can be transmitted along the same route when the connection is open

New cards
69

Advantages of circuit switching?

  • Very reliable

New cards
70
  • Once the connection is established

it is fast

New cards
71
  • Tends to be error free

New cards
72

Disadvantages of circuit switching?

  • Takes time to establish a connection

New cards
73
  • The connection will be broken if anywhere on the route fails

New cards
74

What is packet switching?

  • Data is split up into packets

New cards
75
  • When the packet arrives at a switch/router the address is read and it is sent along the next free path

New cards
76
  • Packets may arrive at the destination in a different order to which they were sent

but can reassemble using info in the packet when all the packets have arrived

New cards
77

What is contained in a data packet?

  • Source address

New cards
78
  • Destination address

New cards
79
  • How many packets are in the message

New cards
80
  • Info on how this packet fits into the message

New cards
81
  • Other tracking info

New cards
82
  • The data itself

New cards
83
  • A checksum showing the data hasn't been corrupted

New cards
84

Advantages of packet switching?

  • Packets do not need a dedicated line

New cards
85
  • If a route is blocked or busy

the packet can take an alternate route

New cards
86
  • Efficient - if one packet doesn't arrive

only that one needs to be resent

New cards
87
  • Tends to be error free

New cards
88

Disadvantages of packet switching?

  • Packets may arrive in the wrong order

New cards
89
  • Can cause a delay until all packets arrive

New cards
90
  • Large memory needed to hold packets until all the message is assembled

New cards
91

What are protocols?

a set of rules that defines a method for transmitting data between different devices over a network.

New cards
92

In general

what should a protocol contain?

New cards
93
  • a type of error checking

New cards
94
  • a data compression method

New cards
95
  • how the sending device will indicate that it has finished sending

New cards
96
  • how the receiving device will indicate that it has recieved the message

New cards
97

What is the Ethernet protocol?

Describes how network devices can format data for transmission using frames and packets along a wired network and the standards for types of network cabling used

New cards
98

What is the Wifi protocol?

Describes how wireless protocols can be sent and received. A common protocol is 801.11

New cards
99

What is the TCP/IP protocol used for?

Transmission control protocol (TCP) and internet protocol (IP). These two distinct network protocols are used to send data around the internet.

New cards
100

What is the HTTP protocol?

Hyper Text Transfer Protocol describes the rules used to identify and transfer multi-media webpages over the internet

New cards

Explore top notes

note Note
studied byStudied by 1696 people
Updated ... ago
4.9 Stars(7)
note Note
studied byStudied by 11 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 26 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 22 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 13 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 270 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard66 terms
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
flashcards Flashcard151 terms
studied byStudied by 23 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard95 terms
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard151 terms
studied byStudied by 3 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard24 terms
studied byStudied by 71 people
Updated ... ago
4.0 Stars(1)
flashcards Flashcard56 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard103 terms
studied byStudied by 47 people
Updated ... ago
4.8 Stars(4)
flashcards Flashcard113 terms
studied byStudied by 64 people
Updated ... ago
5.0 Stars(2)