1.3.3 Networks Flashcards
Network
The name given to two or more computers connected together with the ability to transmit data between each other.
LAN (local Area Network)
-spread over a small geographical area or single site
WAN (wide area network)
-spread over a large geographical area
Bus Topology
All the terminals (devices) are connected to a backbone cable, the ends of which are plugged into a terminator
Bus Advantages
- relatively inexpensive to set up
- doesn’t require any additional hardware
Bus Disadvantages
- if backbone cable fails, the entire network gets disconnected
as traffic increases, performance decreases - all computers can see the data transmission
Star Topology
Uses a central node, often a switch, to direct data through the network. Every device on the network is connected to the switch
Star Advantages
- performance is consistent even with heavy network traffic
- if one cable fails, only that station is affected
- easy to add new stations
Star Disadvantages
- expensive due to switch and cabling
- if the central switch fails the rest of the network fails
Mesh Topology
every node is connected to every other node. Mesh topologies are most commonly found with wireless technology such as Wi-fi
Mesh advantages
- if using a wireless network, there is no cabling cost
- as the number of nodes increases, the reliability and speed of the network gets better
- nodes are automatically incorporated
- nodes don’t go through a central switch, improving speed
Mesh disadvantages
- if using a wireless network, devices with wireless capability (which increases cost) must be purchased
- if using a wired network, a large quantity of cable is required compared to other topologies like bus and star
- maintaining the network is difficult
Protocol
is a set of rules defining how two computers communicate with each other.
Protocols are standard so that all devices have a designated method of communicating with each other, regardless of manufacturer
HTTP
Hyper Text Transfer Protocol - used for page rendering
POP3 and IMAP
used for the transmission of files over networks
TCP/IP
A stack of networking protocols that work together passing packets during communication.
Internet
A network of networks which allows computers on opposite sides of the globe to communicate with each other.
Application Layer
- specifies the protocol that needs to be used. I.e. if application is a web browser then it would select the HTTPS protocol