1.3.3 - Networks Flashcards
What is a network?
A network is the name given to two or more computers connected together with the ability to transmit data between each other
What is a LAN?
A network which is spread over a small geographical area or a single site
What is a WAN?
A wide area network (or WAN) is the name given to a network which is spread over a large geographical area.
Normally requires equipment rented from telecommunications companies.
Made of lots of LANS connected to one another
What is a physical topology?
The physical layout of the wires and components which form the
network.
What is a logical topology?
The layout which shows how data flows.
What is a bus topology?
In a bus topology, all the terminals (devices) are connected to a backbone cable, the ends of which are plugged into a terminator.
What are the advantages of a bus topology?
Relatively inexpensive to set up
Doesn’t require any additional hardware
What are the disadvantages of a bus topology?
If backbone cable fails, the entire network gets disconnected
As traffic increases, performance decreases
All computers can see the data transmission
What does a star topology use to direct and identify devices in the network?
Star topologies use a central node, often a switch, to direct data through the network.
MAC (Media Access Control) addresses, which are unique to a device, are used to identify each device on the network.
What are the advantages of a star topology?
-Performance is consistent even with heavy network traffic
- If one cable fails, only that single terminal is affected
- Transmits data faster, giving better performance than bus topology
- Easy to add new stations.
- No data collisions
What are the disadvantages of a star topology?
Expensive due to switch and cabling
If the central switch fails, the rest of the network fails
What is a mesh topology?
In a mesh topology, every node is connected to every other node. Mesh
topologies are most commonly found with wireless technology such as
Wi-Fi.
What are the advantages of a mesh topology?
● If using a wireless network, there is
no cabling cost
● As the number of nodes increase,
the reliability and speed of network
becomes better
● Nodes are automatically
incorporated
● Nodes don’t go through a central switch, improving speed.
What are the disadvantages of a mesh topology?
● 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 network topologies like bus and star. This is
expensive.
● Maintaining the network is difficult
What is a protocol?
A protocol is a set of rules defining how two computers communicate with each other.
Where are protocols found?
Protocols are standard so that all devices have a designated method of communicating with each other, regardless of manufacturer.
What are HTTP and HTTPS used for?
HyperText Transfer Protocol/Secure
Web page rendering (HTTPS is an encrypted version)
What is TCP/IP used for?
Transmission Control Protocol/Internet Protocol
Networking protocol used in the routing of packets through networks.
What is POP3 and IMAP used for?
Post Office Protocol and Internet Message Access Protocol.
Mailing protocols used for email access.
What is FTP?
File transfer protocol, used for the transmission of files over networks.
What is the Internet?
The Internet is a network of networks which allows computers on opposite sides of the globe to communicate with each other. Continents are connected to each other using large international backbone cables. Many of these pass underwater, linking continents to one
another.
What is the application layer?
The application layer is based at the top of the stack. It specifies what
protocol needs to be used in order to relate the application that’s being sent.
What is the transport layer?
The transport layer splits data up into packets and labels these packets with their packet number, the total number of packets the original data was split
up into and the port number being used for communication.
If any packets get lost, the transport layer requests retransmissions of these
lost packets.
What protocol does the transport layer use?
The transport layer uses TCP to establish an end-to-end connection
between the source and recipient computer.