1.3.3 - Networks Flashcards
What is a protocol?
A set of rules to control and govern communication between devices on a network.
What is a network
Two or more devices that are interconnected and can communicate with each other.
What is a standard
A set of hardware and software specifications that allow manufacturers to create products and services that are compatible with each other.
What is an IP Address?
A numerical address made of 4 numbers each between 0 and 255 that uniquely identifies a device on a network.
What is a MAC address
‘Media Access Control’ addresses
which are unique to a device that are used to identify each device on the network.
Explain how the Domain Name System (DNS) plays a role in websites being loaded.
- DNS is used to resolve IP corresponding to URL
- Request sent to DNS resolver.
- Resolver checks its cache and if it doesn’t hold the URL, it passes it in to the TLD Name server which checks its cache and returns the answer or passes it on to the Authoritative Name Server.
- The IP address is returned back up to the requesting client Or an error if no resolution can be found.
What is a LAN?
‘Local Area Network’- A group of devices connected over a small geographical area. The infrastructure is usually owned by the network owner.
What is a WAN?
‘Wide Area Network’ - Collection of connected computers/devices over a large geographical area often using 3rd party communications channels
What is more secure LAN or WAN
LAN
What is the structure of a data packet
- Header: Sender’s/transmitting IP address, Receiver’s/destination IP address, Protocol, Packet number and order, i.e. the place of the packet in the complete message.
- Payload: The actual data file to be transmitted.
- Trailer: End of packet marker, Error correcting code
Explain what is meant by packet switching
- Data is split into chunks called packets which have labels including address being sent to and the order its arranged into.
- Each packet is sent on the most convenient route meaning they may arrive in a different order to which they were sent.
- Once packets arrive at receiver they are reordered.
Explain what is meant by circuit switching
- Physically connects devices together
- Devices remain connected for the duration of data transmission.
- Establishes a route before transmission between the two computers for the duration of the message.
- Sends all packets on the same reserved route down the circuit in order.
- Packets remain in correct order but must be reassembled at the destination.
Firewalls
A computer application used in a network to prevent external users gaining unauthorised access to a computer system.
Proxies.
A computer application that has accesses to data on a different computer system or network. It controls the access of unauthorised. users to data and allows the operation of the system to be isolated from control by external users.
Encryption
The process of making data in a computer system unintelligible.