1.3.3 - Networks Flashcards
What is a network?
The name given to two or more computers connected together.
What are the two types of network?
Local Area Network (LAN)
Wide Area Network (WAN)
What is a LAN?
A network spread over a small geographical area.
The hardware is owned by the company.
What is a WAN?
A network spread over a large geographical area.
The hardware is rented from a telecommunications company.
What are the two types of network topology?
Physical topology
Logical topology
What is the definition of physical topology?
The physical layout of the wires and components which form the network.
What is the definition of logical topology?
The layout that shows how data flows.
How is a physical bus topology set out?
All devices are connected to a backbone cable.
What are the advantages of a bus topology?
They are relatively inexpensive to set up.
No additional network hardware is required.
What are the disadvantages of a bus topology?
If the backbone cable fails, the network fails.
Data collisions occur which slows the network down.
The data transmitted can be seen by everyone on the network.
How is a physical star topology laid out?
All devices are connected to a centralised server/switch.
What are the advantages of a star topology?
Performance is consistent as there are no data collisions.
If a cable fails, only one device is disconnected.
Easy to add new stations.
What are the disadvantages of a star topology?
If the central server fails, the whole network fails.
Server hardware is expensive as well as cables.
How is a physical mesh topology laid out?
In a full mesh, every node is connected to every other node.
In a partial mesh, most nodes are connected to most nodes.
What are the advantages of mesh topology?
The performance and reliability increases as more nodes are added.
Nodes do not go through a central server which improves speed.
What are the disadvantages of mesh topology?
If using a wired network, the cabling costs are very expensive.
Maintaining the network is difficult.
What is a protocol?
A set of rules that define how two devices communicate with each other.
What does HTTP do?
Hypertext Transfer Protocol is used to render web pages.
What does TCP/IP do?
Transmission Control Protocol / Internet Protocol is a network protocol used for sending information across the internet by packet switching.
What does POP3 do?
Post Office Protocol 3 retrieves emails from a server but deletes them immediately. This means inboxes cannot be synced.
What does IMAP do?
Internet Message Access Protocol retrieves emails from a server and they are only deleted when the user deletes them. This means inboxes can be synced.
What does FTP do?
File Transfer Protocol is responsible for the transmission of files over a network.