1.3.3 Networks Flashcards
What is a network
Collection of interconnected computers (2 or more) that can communicate with each other and are connected by either cables or wireless.
What are the different network sizes
- Small businesses with a handful of devices
- Large corporate networks with thousands of devices
- Largest network - the internet
What are the advantages of a network
- Users can share files
- Users can share peripherals and connections to other networks (internet)
- Users can access files from any other device
- Servers can control security, software updates and backups for all devices
- Enable collaboration through tools and shared resources.
What are the disadvantages of networks
- Increased security risks to data.
- Malware and viruses can spread easily between computers
- If the server fails, the computers connected may not work
- Computers may run slower if there is a lot of data travelling on the network.
What are standards
- Are a set of hardware and software specifications that allow manufacturers to create products and services that are compatible with each other
- Ensures smooth compatibility with devices
Why do we need standards
- Without standards most devices wouldn’t be able to interact or communicate with eachother - are incompatible
Name an example of standards in use
- HTML is an early standard adopted within the World Wide Web for the display of web pages
Exam Question: Head of design tech: Explain why it would be more beneficial to both students and teachers if theses computers were networked
- Students can create their designs on 1 computer and easily open work on machine that is connected to CAM - no memory sticks
- Printer can queue jobs so students don’t have to wait
- Can share files collaboratively
- Teacher can back up students work
- Added security - behind login wall
- Network administrator can deploy CAD software to all machines and maintain them.
What is a protocol?
Protocols are a set of standard communication rules - allows devices in a network to communicate
What is handshaking?
- Both devices agree on a set of protocols to use.
- Handshaking signal is sent from 1 device to the other. Must agree to a bit rate, error correction and format of the packet
What are the different physical aspects that need to be considered before a choice of protocol is made
- Wired or wireless
- Serial or parallel data transmission
- Synchronous/asynchronous
- Copper/Fibre optic
- Simplex, half duplex or full duplex mode.
What are the different logical aspects that need to be considered before a choice of protocol is made
- Bit rate
- Error detection
- Packet size
- Ordering of packets
- Routing
- Compression and Encryption
- Digital signatures
What is HTTP
Hypertext Transfer Protocol
- Allows web pages, including text and images to be transmitted over a network.
- Way for a client and server to send and receive requests and deliver HTML pages
What is HTTPS
- Hypertext Transfer Protocol Secure
- Secure version of HTTP - before communications start, data stream is encrypted.
How does HTTPS use SSL and what is the process
- The user makes a request and the server sends the public key
- Browser checks public key against certificate for that site
- If the key matches the user sends its own public key to the server
- A server generates a number using the user’s public key and separately using the public key from the certificate. Sent back to the user
- User then decrypts both messages using the private key and the public key from the certificate. If the decrypted numbers match, a secure connection will be established
What is FTP and what is its purpose
File Transfer Protocol
- Used for transmitting data between server and client or between computers
What is TCP and what is its purpose
- Transmission Control Protocol
- TCP provides reliable and error-checked streams of packets over a network.
- Each packet contains a checksum, sequence number, port numbers.
What is UDP and what is its purpose
- User Datagram Protocol
- Provides an unreliable communication - no error checking, ordering of packets
- However makes better use of bandwidth, used to send short messages where speed is more important than accuracy.
What is the purpose of POP and what is it
- Post Office Protocol
- Retrieves emails from a mail server and transfers them to your device, deleting them from the server in the process.
What is the purpose of IMAP and what is it
- Internet Message Access Protocol
- Retrieves emails from a server and keeps it on the mail server, maintaining synchronity between devices
What is the purpose of SMTP and what is it
- Simple Mail Transfer Protocol
- Transfers/Sends outgoing emails between servers and email clients.
What is the Internet
- The internet is the most well known wide area network (WAN)
- Nothing more than a collection of interconnected networks, satellites, routers, cables
- World Wide Web is a service on the internet
What is the ISP
- Internet Service Provider
- Connected to router via a connection
- ISP is connected to the DNS.
What are routers connected to
- ISP
- Devices on their own LANs
- Other routers on the WAN
- Servers