1.3.1 Networks and Topologies Flashcards

1
Q

LAN (Local Area Network)

A

A network of connected computers in a limited geographical area where the equipment used is typically owned by the organization

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

WAN (Wide Area Network)

A

A network of connected networks in a large geographical area where the equipment used is typically rented by the organization

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

Factors the affect the performance of the networks

A

Bandwidth - the amount of data that can be transferred through a specific connection in a given amount of time, measure in bits per second

Amount of traffic (number of devices attached) - as the amount of network traffic increases, the share of the available bandwidth decreases

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

WAP (Wireless Access Point)

A

Allows a device to connect wirelessly to a LAN (by cable)

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

NIC (Network Interface Card)

A

Stores the MAC address (wired and wireless)

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

Switch

A

A networking device to connect computers (nodes) to a LAN - breaks up collision domains by ensuring that frames of data get send to the specifies destination (specified by the MAC address)

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

Transmission Media

A
  • Copper Wire (Ethernet Cable)
  • Fibre Optic Cable
  • WiFi (does not use media - it uses radio waves that pass through the air)

ALL THE ABOVE ARE USED IN LAN

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

Router

A

Interconnection device that routes packets and can:

  • Resolve private IP addresses to public IP addresses (vice versa)
  • Decide which is the best path to send a packet along
  • Connect together networks of different types

*Routers are used BETWEEN (or on the boundary) of networks

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

Peer to Peer

A

In a peer to peer network all computers have EQUAL status

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

Client Server

A

In a client server network, there are some computers that are designated as servers that provide a service to the other computers known as clients

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

Examples of servers

A
  • Web server
  • Games server
  • DNS server
  • Apps server
  • Print server
  • File server
  • Mail server
  • Proxy server
  • DHCP server (gives IP address)
  • VPN server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

DNS (Domain Name System)

A
  • Translates URLs (Uniform Resource Locator) into IP addresses, by looking up the URL in a DNS server database
  • If the URL is NOT found in the database, a request is sent to the top level domain name system server, which will return the IP address or a “destination unreachable” message
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Hosting

A

The storing of files and data on a web server - referred to as the host

e.g. cheltladiescollege.sharepoint.com

“.com” is the top level of the host name
“.sharepoint” is the second level
“cheltladiescollege.” is the third level and the name of the organisation

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

The Cloud

A

The term given for services that run over the Internet

Typical cloud services include storage, computation, AI, software as a service

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

Advantages of The Cloud

A
  • Accessible anywhere (that has an Internet connection)
  • Reduce the need for backups - the service will backup for you
  • You can grant access to others
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Disadvantages of The Cloud

A
  • You need an Internet connection - no Internet, no access
  • No guarantee that the data is being backed up
  • No guarantee that someone else is not using the data
17
Q

Star Topologies

A
  • Networked together
  • Has a central device that directs all the data in the network
  • Able to send messages directly to any other device in the network
  • Has ONE failure point (aka the switch)
  • Easier to connect and troubleshoot than the Mesh
  • Most commonly found in classrooms and home networks
18
Q

Mesh Topologies

A
  • Networked together
  • Able to send messages directly to any other device in the network
  • Ideal for a network where reliability is important (because there is no one, single device that can stop the whole network from working)
  • Requires more cabling
19
Q

Client Server vs Star Topologies

A

Client server networks are about the ROLES of the computer in the network

Star topologies are about the ARRANGEMENT of the cables and computers