9.3 The Internet Flashcards
(49 cards)
what is The internet?
A network of interconnected computer networks which uses an end-to-end communication protocol.
How is the internet connected?
It is mostly a wired network with cables that pass under oceans to connect the different continents.
What is an internet service provider (ISP)
A company that provides its customers with access to the internet.
What is a packet in terms of the internet?
A container in which data is transmitted over networks. They’re labelled with addresses for the sender and the recipient and contain information intended for the recipient.
What is the role of packet switching and routers?
One message is frequently split into multiple packets, each of which is sent to its
recipient via the best possible route. Packets are reassembled with other packets that form part of the same message by their recipient. Packets usually have to pass through number of routers before reaching their destination. Packets’ recipient addresses are used by routers to determine where to send them. Every time that a packet passes through a router, a hop is said to occur. A packet’s time to live (or TTL) is a number that indicates how many hops the
packet can partake in and is reduced by one with each hop. When a packet’s TTL expires, the packet is dropped. The recipient will notice a missing packet and request that the sender transmits the missing packet again
Explain what a packets time to live (TTL is)?
Holds the number of hops a packet can go through before
being dropped
What are the primary components of a packet?
Sender’s address, receiver’s address, packet contents, time to live (TTL), sequence number
Explain the purpose of a packet’s sender’s address?
Identifies where the packet was sent from, and therefore where the response should be sent to.
Explain the purpose of a packet’s receiver’s address?
Identifies the packet’s intended recipient, allowing it to be routed to the correct device.
Explain the purpose of a packet’s contents?
Where the packet holds the data that is being transferred
Explain the purpose of a packet’s sequence number?
Contains the number of packets in a message and identifies a packet’s position in relation to others.
What do routers and gateways do together?
They connect different networks, allowing packets to reach their destination.
Explain what a router does?
Send packets to their recipient via the fastest possible route. They hold tables with information relating to the fastest routes to certain devices.
Explain what a gateway does?
As two networks could use different protocols, packets must be modified so they conform to both protocols. Gateways strip away most of the packet’s details, leaving just the packet’s contents. The gateway will then give packets new sender and receiver addresses which comply to the new protocol.
What is a uniform resource locator (URL)?
An address assigned to files on the internet. Different protocols can be used in URL’s to access different types of files in different ways.
In the URL (https://ww.bbc.co.uk/news/technology/index.html) explain the purpose of “https://”?
It is the protocol being used to access the file.
In the URL (https://ww.bbc.co.uk/news/technology/index.html) explain the purpose of “www”?
It is the subdomain for world wide web.
In the URL (https://ww.bbc.co.uk/news/technology/index.html) explain the purpose of “bbc.co.uk”?
It is the domain.
In the URL (https://ww.bbc.co.uk/news/technology/index.html) explain the purpose of “/news”?
It is the directory of the file being requested.
In the URL (https://ww.bbc.co.uk/news/technology/index.html) explain the purpose of “/technology”?
It is the subdirectory of the file being requested.
In the URL (https://ww.bbc.co.uk/news/technology/index.html) explain the purpose of “/index”?
It is the name of the file being requested.
In the URL (https://ww.bbc.co.uk/news/technology/index.html) explain the purpose of “.html”?
It is the file’s extension.
What is the purpose of a domain name?
Identifies an organisation or individual on the internet. They use alphanumeric characters which make them easy for humans to remember.
what is a fully qualified domain name (FQDN)?
A domain that specifies an exact resource and can be interpreted in only one way. An FQDN will always include the servers host name. For example “www”.