1.3.3 Networks Flashcards
what is a network?
two or more computers connected together that transmit data
what are protocols?
sets of rules defining how two devices communicate with each other
why are protocols standard?
so devices from different manufacturers don’t have problems communicating
why is protocol layering used?
-breaks tasks down into manageable units
-to apply protocols in order / one after the other
-to provide independence of layers
what is the Internet?
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?
specifies what protocols need to be used to relate the application to what it’s being used for
what is the role of the transport layer during data transmission?
establishes an end-to-end connection between the source and recipient computers
(it also splits up the data into packets)
what is the role of the network layer during data transmission?
adds the source and destination IP address
what does the application layer do when it receives data?
presents data in the form it was sent
what does the transport layer do when it receives the data?
removes the port number and reassembles the packets
what does the network layer do when it receives the data?
removes the IP address
what does the link layer do when it receives the data?
removes the MAC addresses
what is a Local Area Network?
a network spread over a small geographical area/ positioned on a single site
what is a Wide Area Network?
a network spread over a large
geographical area, usually requiring
extra hardware
what does DNS stand for?
Domain Name System
what is DNS?
the method of naming internet resources (com, .uk etc)
what is circuit switching?
the process of creating a direct link
between two devices and transferring data the entire duration of the link
what is a requirement of circuit
switching?
the transfer and download rates must be identical on both devices
what is a requirement of circuit
switching?
the transfer and download rates must be identical on both devices
what is packet switching?
a method of communicating packets of data across a network
what are benefits of packet switching?
-multiple methods to ensure data arrives correctly
-multiple methods to arrive to destination, if one breaks can always go through another route
-transfer packets over a very large network
what are drawbacks of packet switching?
time is spent deconstructing
and reconstructing the packets