SLR 11 Networks Flashcards
What is a local area network (LAN)?
A local area network is a method of connecting computers together in a small geographical area.
What is a wide area network (WAN)?
A wide area network is a method of connecting computers in a large geographical area.
What are the benefits of using a network?
- Allows the sharing of resources such as storage and printers
- Allows the sharing of data
- Allows for easy communication
What are the negatives of using a network?
- If the network fails, it may be impossible to access various resources
- Efficiency of a network depends on the network manager
- Vulnerable to hackers
What is a protocol?
A set of rules relating to the communication between devices
What is the TCP?
Transmission Control Protocol, used with IP to ensure error free transmission and package switching.
TCP / IP is the most common protocol.
What is the IP?
Internet protocol, used to transfer all packets across the internet between routers
What is the FTP?
File transfer protocol, Used by clients and servers to upload and download files across the internet.
What is the HTTP?
Hypertext Transfer protocol, used by web servers and browsers to transfer web pages.
What is the SMTP?
Simple mail transfer protocol, used by mail servers and clients to transfer email across the internet
What is circuit switching?
A complete circuit / route is established before data transmission begins. This route is used until transmission is complete.
What are the phases of circuit switching?
- Establish connection
- Transfer data
- Release connection
What is packet switching?
- Before transmission, the data being sent is broken up into individual packets at the source computer.
- Each packet has information such as the destination, where it is coming from and a sequence number ie packet 9 out of 15. - Each packet may take different routes based on network traffic.
- The receiving device re-assembles the packets using the sequence number and requesting any missing packets into a complete file.
What is the client-server model?
One device, the client, requests data from another device, the server.
What are the benefits of the client-server model?
It neatly separates functions allowing efficient allocation and use of resources.