Chapter 11: Networks Flashcards

1
Q

Transmission medium

A

Means of connecting two or more computers together, using copper cables, radio waves or light pulses, so that they may exchange data and interact with each other

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

Computer network

A
ADVANTAGES
1. Shared resources 
2. Shared internet access 
3. Shared software
4. Shared storage 
5. Communication 
DISADVANTAGES
1. Initial costs 
2. Maintenance costs 
3. Security risks
4. Risk of data loss
5. Sever outage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Types of computer networks

A
  1. Local area network (LAN)
  2. Metropolitan area network (MAN)
  3. Wide area network (WAN)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Local area network (LAN)

A

Network of computing devices connected within a small geographical area, typically within the same building, such as a house, school or office

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

Metropolitan area network (MAN)

A

Network of computing devices typically spanning across two or more buildings within the same town or city

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

Wide area network (WAN)

A

Network of computing devices covering a large-scale geographical area, typically across multiple geographical locations

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

Ethernet

A

Most commonly used wired network protocol for local and metropolitan area networks

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

Network protocol

A

Set of standards and rules that govern on how two or more devices communicate over a network

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

Wired network

A

Network of devices connected by a physical medium, such as cables

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

Wireless network

A

Network of devices in which signals are transmitted without the use of a physical medium

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

Wireless access point (WAP)

A

Network hardware that provides a connection between wireless devices up to 100 metres away and can connect to wired networks

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

Client

A

Computer that initiates a connection to a server to request for resources and services to perform operations

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

Server

A

Computer that shares resources with and responds to request from devices and other servers on the network

  1. Providing central storage of files
  2. Sharing hardware such as printers
  3. Controlling logins and network access
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Client-Server Network

A

ADVANTAGE
Centralised control of data and resources
DISADVANTAGE
Higher initial cost due to the need for a server

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

Peer-To-Peer (P2P) Network

A

ADVANTAGE
Cheaper to set up as there is no cost related to dedicated servers
DISADVANTAGE
Security is an issue as access rights are not administered by a central server

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

Bandwidth

A

The average number of bits of data that can be transmitted from a source to a destination over the network in one second

Megabits per second
Gigabits per second

17
Q

Identifiers

A
  1. Port number

2. Service set identifier (SSID)

18
Q

Port number

A

Number that is used together with an IP address to uniquely identify a program that is running on a network

19
Q

Service set identifier (SSID)

A

A 32-byte string that identifies a wireless access point (WAP) and all devices connected to it

20
Q

Network interface controller (NIC)

A

Provides the hardware interface to enable the transfer of data between a device and a network

Physically / Wirelessly

21
Q

Network hub

A

Device that transmits received packets to all connected devices

22
Q

Packet

A

A unit of broken-up data containing a header with information about the source and destination addresses that are needed for transmission

23
Q

Network switch

A

Device that constructs a single network by connecting multiple similar networks together

24
Q

Router

A

Device that forwards packets between separate networks

25
Modem
Responsible for modulation and demodulation Demodulation Conversion of transmitted signals into digital data Modulation Conversion of digital data into a form suitable for transmission
26
Network topologies
1. Bus 2. Ring 3. Star
27
Bus topology
During communication, a sender will transmit data along the bus and all the devices connected to the bus can detect that data is being transmitted. However, only the intended recipient will accept and process the data Advantage Can continue to operate even when one of the computers breaks down Disadvantage The size of the network is limited by the capacity and length of the bus
28
Ring topology
In a ring topology, each computer is connected to two other computers in a ring formation. All the data is passed around in the same direction. If a failure occurs in the cable or if a computer breaks down, the entire network will fail to function Advantage Can operate over large distances and handle more data than a bus topology Disadvantage If the cable or a computer in the network fails , the entire network may fail as the data cannot be passed on
29
Star topology
In a star topology, network hardware such as a hub is at the centre of the network with connections to all the other computers. The computers will send data to the central network hardware and the hardware forwards the data to the intended destination Advantage The load on each section of cabling is reduced as each computer uses a separate network from the rest Disadvantage If the central network hardware fails, the entire network fails
30
Error checking methods in data transmission
1. Parity check | 2. Checksum
31
Parity check
Error-checking technique which uses a parity bit to detect data Parity bit —> prepend append
32
Checksum
Calculated value that is used to determine the integrity of transmitted data