3.3 Networks Flashcards
What is a network?
Two or more computers connected together so that they can transmit data between each other.
What are 2 types of network?
local area network LAN
wide area network WAN
What are the characteristics of a LAN?
hardware is privately owned
small geographic area
MAC addresses used to communicate between LAN devices
What are the characteristics of a WAN?
makes use of external or third party hardware
large geographic area
connects to other networks
IP addresses are used for routers to connect networks together
What is the difference between the physical and logical topology?
The physical topology is the layout of the wires or the way in which components are connected whereas logical is about how the data flows and is transmitted.
What are 3 physical network topologies?
bus
star
mesh
What is a bus topology?
A layout where all terminals/devices are connected to a backbone cable. The ends of the cable are plugged into a terminator.
What are the advantages of a bus topology?
cheap to set up
doesn’t require additional hardware
What are the disadvantages of a bus topology?
entire network disconnects if the backbone cable fails
all computers have access to the data transmission
heavy traffic reduces performance and is all transmitted through one cable
What is a star topology?
A layout where all devices are connected to a central node which is typically a switch. MAC addresses are used to uniquely identify each device on the network.
What does MAC stand for?
media access control
What is a switch?
A physical device that receives and forwards data packets between computers/network devices on a LAN to connect them. Recipient’s MAC address is stored in packet headers.
What are the advantages of a star topology?
if one cable fails, only that device is affected
transmits data faster than a bus topology
easy to add new devices
no data collisions
What are the disadvantages of a star topology?
more expensive than a bus topology
if the central switch fails, the entire network disconnects
What is a mesh topology?
A network layout where any node can be connected to any other node. A full mesh is where every node is connected to every other node, otherwise its a partial mesh.
What are the advantages of a mesh topology?
as the number of nodes increases, the speed and reliability of data transmission improves
no single point of failure
What are the disadvantages of a mesh topology?
if wired, lots of cables which is expensive
if wireless, data transmission may be slower or less reliable
network maintenance is difficult and expensive
difficult to add new nodes
What is a protocol?
A set of rules that governs the transmission of data and communication across a network.
Why are protocols important?
So that devices know how to communicate between each other despite having different hardware/software architectures.
What is HTTP(s)?
hypertext transfer protocol (secure) - used for web pages
What is TCP/IP?
transmission control protocol/internet protocol - used for forwarding packets through networks
What is POP3?
post office protocol - used for downloading email
What is IMAP?
internet message access protocol - used for accessing emails on a web server
What is FTP?
file transfer protocol - used for transmission of files through networks