1.3.3 Networks - The Internet Flashcards
Internet
A network of interconnected devices
World Wide Web
A collection of resources accessible via the internet
Backbone
A set of dedicated connectors that connect several large networks at different points on the globe
Internet Protocol (IP) Address
A unique identifier for each device on a network, IPv4 has four 8-bit values separated by dots
Uniform Resource Locator (URL)
Specifies the means of accessing a resource across a network as well as its location
Handled by internet registries
Domain Name System (DNS)
The architecture used to map a URL to an IP address. Stored in a DNS server
Finding an IP address
Checked by the local DNS, the client’s known DNS server, the root DNS then the .co DNS until one can find the IP address
Protocol
The first part of a URL, usually https:
Host server name
The second part of a URL, the name of the server, often www.
Domain name and second domain name
The domain name is the name of the website e.g. ocr/bbc
The second domain name is usually the type e.g. .edu/.sch
Circuit Switching
Creating a communication connection between two endpoints for the duration of data transfer
Packets
The equal size chunks that data is broken down into and are received
Latency
The time taken for a packet to reach its endpoint
Transportation of Packets
Routers store data about available routes to neighbouring routers in a routing table. The router will send the packet to the nearest router that doesn’t go backwards, this is repeated to the end destination.
Hop
A transfer of packets between routers
Sequence number
Tells the receiver which order the packets should be in
What does a header contain?
The sender and recipient’s IP address, the protocol being used, the time to live (hop limit) and packet number x of y
What does a trailer contain?
The end of packet flag and checksum/CRC (cyclic redundancy checking). Used to check the data has not been corrupted.
Packet size
Typically 500-1500 bytes
Packets are small to ensure that packets don’t take too long to transfer but not too large that adding headers and trailers slows it down.
Protocol
A set of rules, or a formal description, of the format of digital transmission