Networks Flashcards
Define a protocol
A set of rules for communication between devices
Define Layering
The principle of dividing a complex problem into separate, independent sub-problems
ADV of layering
- Allows the creation and maintenance of parts of a system without having to take the whole system into account
- Protocols on each layer communicate only with the layers above and below. This means that a protocol on any layer can be changed for another protocol providing it receives and passes data in the same manner
What are the layers in the TCP/IP stack
application, transport, internet and link
Purpose of the application layer and examples of protocols
Concerned with production and reception of data. Packages data and passes it to the transport layer. HTTP, IMAP, DNS
Purpose of the transport layer and examples of protocols
Concerned with making and breaking connections via routers. TCP, UDP
Purpose of the internet layer and examples of protocols
Concerned with providing links across different network types. Essential feature of the internet that allows interoperability between all connected systems. IPV4, IPV6
Purpose of the link layer and examples of protocols
Passes data to the physical network. It can work with any media such as copper wire, optical fibre and wireless. Wi-Fi, Ethernet
How is IPv4 structured
Four 8-bit numbers, represented in denary
How is IPv6 structured
Eight 16-bit numbers, represented in hex
What is the Uniform Resource Locator (URL)
The main part of a website address, e.g. hodder.co.uk
What is the Domain Name Server (DNS)
A method that computers use to find the correct IP addresses given the URL
Describe the steps when looking up the IP address of a URL
- Computer checks its local cache to see if the IP address has previously been found
- If there isn’t a copy, then it checks one of the root servers
- If it doesn’t have a copy, it points to a server matching the top-level domain (TLD) like .com or .uk
- These may point to second level domains
- Finally comes the authoritative name server that holds the IP address of the server being sought. This is sent back to the browser so it can visit the site
Define LANs
Local Area Networks are networks over a defined and limited location
Define WANs
Wide Area Networks cover a large geographical area