4.9.3.1 The Internet and how it works Flashcards
What is meant by the term packet switching?
Messages split into packets of equal sizes
Each packet given destination/source address
Each packet dispatched to the Internet through a router/gateway;
Packets sent independently and may travel a different route;
Packets given a packet/sequence number;
Routers forward packets (until they reach destination);
Best path of packet transfer determined by router/node(s);
Packets reassembled/reordered at the destination;
Explain advantages of packet switching
Transmission is safer from interception because it is impossible to intercept all the packets as they use different routes
Very efficient use of network as each channel only used for short time / does not tie up a part of the network
If there is an error then only a small, identifiable, part of the data is affected this can be retransmitted easily
What is the difference between the internet / world wide web
Internet - network of networks, networking infrastructure
WWW - way of transmitting information over the internet, interlinked documents and webpages on servers
What is a router / gateway?
Routers - used to forward packets to another network. The router allocates IP addresses using DHCP protocol.
Gateway - A node in a network that connects two networks together, can be inside the router and used to access the internet
The router/gateway has an internal and external IP
Explain how routing is achieved across the
Internet
The router analyses the header of the packet, the destination IP address, subnet mask, etc. and by using its routing table it will forward the packet into the best direction, depending on the amount of traffic.
Describe the term ‘uniform resource locator’
URL
The protocol - e.g http / ftp resource name includes: sub domain e.g www, domain name e.g google, top level domain e.g .com file path - e.g index.html
Explain the terms ‘fully qualified domain name’
(FQDN), ‘domain name’ and ‘IP address’
FQDN - the sub domain, domain name and top level domain. can then be turned into an Ip address using a DNS server
Domain name - used to identify one or more IP addresses. e.g microsoft.com
What is a DNS server?
stores the url and its corresponding ip address so that the device can send a HTTP request to get the website
Takes a FQDN and returns an IP Address, maps FQDN to IP addresses
Explain the service provided by Internet registries
and why they are needed.
There are regional internet registeries and national ones for countries, which are given a range of IP addresses they are allowed to use. They control how many IP addresses can be registered per country
What is contained in a packet’s header information?
Port number Destination IP / MAC address if known Source IP / MAC Packet number Packet total The data
What is an IP address?
A numerical address stored in 4 bytes used to identify an individual computer or a network
What is the intranet?
An internal website local to an organisation, which can only be viewed with access to the organisation
What are the similarities between the internet and intranet?
Uses the same protocols and the same software to access them, both of them are used to share information and are client/server systems.
The internet is publicly available whilst the intranet is only accessible within a company, the intranet is private therefore it’s more secure.
When is a DNS server unnecessary?
The local computer already has a copy of the IP address needed
The local computer has a cache of recent DNS queries.
The URL typed in already contains an IP address
The URL refers to a local resource e.g. file on the local computer.