1.3.3 Networks Flashcards
(47 cards)
What is circuit switching?
A method for sending data between two nodes on a network by creating a dedicated communication channel first. All data follows this same path for the duration of communication.
What is a client-server network?
A type of network organisation where networked computers (clients) connect to one or more powerful central computer (servers) that handles service requests and has resources
What is a domain name system (DNS)?
A hierarchical naming system that maps human-readable domain names to IP addresses that locate and identify resources on a network.
What is encryption?
The process of converting the orginal data (plaintext) into a form which cannot be understood by unauthorised users (ciphertext) using an encryption algorithm (cipher)
What are firewalls?
A security checkpoint application that monitors incoming and outgoing network traffic, designed to prevent external users from gaining unauthorised access between two networks.
What are local area networks (LANs)?
A network connecting a group of computing devices on a single geographical area/site
What is packet switching?
A method for sending data over a network by breaking data into several data packets which are sent independently and then reassembled once they all reach their destination.
What is a peer to peer network?
A type of network organisation where networked computers are connected to each other and share resources and workloads without any central server.
What is protocol layering?
A technique that simplifies network design by dividing a complex system into its components’ functional layers and assigning protocols for each layer to perform tasks and communicate with adjacent layers.
What are proxies?
A server application that intercepts all data packets entering and leaving a network to hide the true network addresses of the source from the recipient. They also restrict authorised users’ access to data and isolates the network from external networks (like the internet)
What is a wide area network (WANs)?
A network connecting a group of computing devices over a large geographical area, typically with the help of third party centres.
What is a protocol?
A protocol is a set of rules defining how two computers communicate with each other.
Why are protocols used?
Protocols are standard so that all devices have a designated method of communicating with each other, regardless of manufacturer.
What is HTTP?
(Hypertext Transfer Protocol) – Used for web page rendering, an encrypted version
HTTPS (Secure), is becoming more common
What is TCP/IP?
(Transmission Control Protocol / Internet Protocol) – This is a networking protocol used in the routing of packets through networks
What are POP3 and IMAP?
POP3 (Post Office Protocol) and IMAP (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.
What is the TCP/IP stack?
TCP/IP stands for Transmission Control Protocol / Internet Protocol. A stack of networking protocols that work together passing packets during communication using 4 layers
What is the network layer in the IP/TCP stack?
Adds the source and destination IP addresses.
Routers operate on the network layer, and the router is what uses the IP addresses to forward the packets.
The sockets are used to specify which device the packets must be sent to and the application being used on that device.
What is the application layer in the IP/TCP stack?
The application layer is at the top of the stack. It specifies what protocol needs to be used to relate to the application that’s being sent.
For example, if the application is a browser, then it would select a protocol such as HTTP, POP3, FTP
What is the transport layer in the IP/TCP stack?
Uses TCP to establish an end-to-end connection between the source and recipient computer.
It 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 packets get lost, the transport layer requests retransmissions of these lost packets.
What is the link layer in the IP/TCP stack?
The link layer is the connection between the network devices, it adds the MAC address identifying the Network Interface Cards of the source and destination computers. For devices on the same network, the destination MAC address is the address of the recipient computer, otherwise, it will be the MAC address of the router.
What is within the header of a packet?
Sender and recipenet IP addresses
Protocol being used
Order of packets
Time to live/hop limit