1.3.2 Networks Flashcards
What is a protocol?
A set of rules to govern communication across a network.
What are some examples of protocols?
TCP
IP
POP
SMTP
IMAP
FTP
What are the benefits of protocols?
Allow networks to communicate by ensuring all devices follow the same rules
This means devices interpret data in the same way
Define and give examples of a standard.
An agreed way of doing things like USB, HTML, MP3
What is the benefit of standards?
Standards make it easier for people to build programs and software that work on different systems in different countries.
What is a DNS, and what is its purpose?
Domain Name System (DNS)
Used to convert a given URL to a corresponding IP address.
What is the process used by a DNS?
URL (www.google.co.uk) is entered and sent to the DNS resolver
DNS servers map this domain to an IP address, by looking up in a lookup table/cache.
If the DNS server cannot find it, it passes the request (recursively) to the top-level domain name server.
If the IP address is found it updates the DNS servers that did not know it.
If it is not found then it will return an error
The original DNS Server sends the IP address to the browser so it can retrieve the website from the server on which it is hosted.
What is an IP address?
Uniquely identifies a device on a network.
An IP address is a logical identifier. (e.g. 192.168.0.1)
State the four layers of the TCP/IP Stack.
Application
Transport
Internet
Link
Describe the application layer and give an example of a protocol used at this layer.
Sits at the top of the stack.
If a browser is used, then it will use HTTP protocols
Describe the transport layer and give an example of a protocol used at this layer.
Uses the Transmission Control Protocol (TCP) to establish an end-to-end connection
Splits the data into packets
Adds the packet number, total, and port.
Describe the internet layer and give an example of a protocol used at this layer.
Routers operate on this layer
Adds the IP address to the packet (to/from)
Describe the link layer of the TCP/IP stack.
Source and destination MAC addresses added.
What are the benefits of protocol layering?
Allows different layers to be worked on independently.
Allows layers to be upgraded without affecting others.
Allows for layers from different providers to be used interchangeably.
What is a LAN?
LAN – Local Area Network
A group of devices connected over a small geographical area.
The equipment is owned by the network owner.
The range could include a building or campus.