1.3.3. Networks Flashcards
What is a network?
2 or more computers connected together, that transmit data
What is a physical topology?
the physical layout of the network
What is logical topology?
the topology that describes the flow of data through a network
What is a bus topology?
topology where all terminals are connected to a backbone cable
What are 2 advantages of the bus topology?
- cheaper to set up - does not require any additional hardware
What are 3 disadvantages of the bus topology?
- if backbone cable fails, the entire network is diconnected - as traffic increases, performance decreases - all computer can see data transmission
What is a star topology?
a network where a central node directs the flow of data, and each terminal is connected to the central node
What are 3 advantages of the star toplogoy?
- no data collisions - if one cable fails, only that station is affected - data is transmitted faster
What are 2 disadvantages of the star topology?
- expensive due to switch and cabling - if the central switch fails, the entire network fails
What is a mesh topology?
a toplogoy where every node is connected to every other node, most commonly found with wireless technology
What are 3 advantages of mesh topology?
- no cabling cost - as the numer of nodes increases, reliability and speed increase - data travels faster as it does not travel through a central switch
What are 2 disadvantages of the mesh topology?
- need to purchse devices with wireless capabilities - maintaining the network is difficult
What are protocols?
a set of rules defining how 2 devices communicate with eachother
Why are protocols standard?
so devices from different manufacturers dont have problems communicating
What is the structure of the internet?
the internet is a global network of interconnected networks
What does TCP stand for?
transmission control protocol
What does IP stand for?
internet protocol
What is the function of the application layer during data transmission?
the application layer specifies what protocols need to be used, to relate the application to what it is being used for
What is the 2 roles of the transport layer during data transmission?
- to establish an end-to-end connection between the source and destination computer - to split up data into packets
What is the role of the network layer during data transmission?
adds the source and destination IP addresses
What is the function of the link layer during packet transmission?
adds the MAC addresses to the packet
What does the application layer do when it recieves data?
presents data in the form it was sent
What does the transport layer do when it recieves data?
removes the port number and reassembles the packets
What does the network layer do when it recieves data?
removes the IP adresses