Topic 9.3.1 The Internet Flashcards
Explain the structure of the internet
A network of interconnected computer networks which uses end-to-end communication protocol
It is a wired network, cables pass under oceans connecting to different continents
Explain Internet Service Providers (ISP)
A company that provides customers with access to the internet
Nation ISPs provide internet to Regional ISPs then customers buy internet from the Regional ISPs
Define a packet
A container of data being transmitted over networks.
Labelled with addresses for sender and recipients.
Explain packet switching
This is a network where data is sent in packets.
Each message is split up into multiple packed and sent to the recipient via the best possible route using dijkstras algorithm.
Recipient will reassemble the packets together
Explain the role of routers in data transmission
When packets are being transmitted, they will pass through a number of routers in order to get to the intended recipient .
Routers use the recipient’s address found inthe header of the packet to know where to send the packet next.
Explain the process of ‘hops’ and Time To Live (TTL) in data transmission
Each time a packet passes through a router, a “hop” is said to occur
Every packet has a limit on the number of hops it can perform, this is the TTL
If a packet reaches its TTL, the packet is deleted and transmitted again.
What are the components of a packet and their purposes
Sender’s Address -
Where packet has been sent from and where responses will be sent to
Receivers Address -
Where packet is being sent to, helps routers direct it to correct location
Packet Contents -
Data that is being transferred
TTL -
Max number of hops that can be performed
Sequence Number -
Knows the number of packets in a message and which position this packet will be in. Allows packets to be reassembled.
Define a Router and its purpose
They allow packets to reach their destinations, by connecting different networks.
They send packets via the fastest possible route (dijkstra). Either least hops or least congestion.
Define a Gateway and its purpose
Allows packets to reach their destinations by connecting different networks
Gateways strip away most details of the packet leaving just the data being transmitted.
Done when two networks use different protocols so the packet must change to conform to both protocols.
Gateway will give the packets new sender and receiver addresses which will comply to the new protocol
Where will routers and gateways be used
Routers -
Homes, Offices
Also can create local networks of devices
Gateways -
Used when 2 different networks operate using 2 different protocols (one uses SMTP and an older network uses X.400 an older protocol for older devices)
So gateways translate HTTPS into the older protocol so it can be understood and both protocols can communicate effectively
Explain Routing Tables
Routers have tables (Routing Tables) which is a list of all the possible and fastest paths in a network.
These tables are frequently updated to ensure maximum performance
What is internetworking
The process of connecting multiple networks so data can be transmitted between them
Define a URL
An address used to access webpages on the internet or in a network.
How does a URL work in terms of internetworking
They are a method of accessing resources across the internet
Explain Fully Qualified Domain Names (FQDN)
Specifies an exact resource on a webpage.
FQDN - www.bbc.com.
DN - bbc.com