The internet Flashcards
What is the internet
A network of networks that are Inter-Connected networks
how are devices on the internet uniquely identified
an ip address
Describe IPV4
IP version 4, addresses are made up of four octet values ( numerical values described by 8 bits) separated by a full stop
What is A FQDN
A fully qualified domain name can be broken down into constituent parts including a host name, and the domain name itself.
www.example.com
what is bbc.co.uk
the domain name
what does URL stand for
Uniform resource locator
what does www. do
specifies the host
what would be the FQDN for the bbc
www.bbc.co.uk
what is the url made up of
the protocol and the domain name of the resource together form the URL.
what does DNS servers mean
Domain Name System- servers are dedicated computers with an index of domain names and their corresponding ip addresses.
Describe the process of resolving an ip address (7 steps)
1st URL request by browser from a user
2nd Browser extracts the FQDN and sends it to a dns server
3rd Local dns server maps the FQDN to ip address and returns it to browser
4. If local DNS doesnt have the request is moved to the Regional DNS. (has a much larger look up table)
5. Unlikely event Regional DNS doesnt have it it mvoed to NSP (network service provider)
6. Ip is sent to browser and GET request is sent to web server.
7. File is returned to web browser
what is the purpose of the dns system
domain name system resolves names to ip addresses
Why do websites have both domain names and ip addresses
hard to remember ip
IP address required for computer to access the site.
Describe the process of packet switching (6 steps)
Messages are split into packets
Each packet is given a destination and source address
Packets are given a sequence number
Each packet in independently dispatched to the Internet through a router gateway
Routers forward packets to other nodes on the network until they reach destination
Packets reassembled at the destination
What is a router
Connects two networks together
Determines which node to send a packet to next
Describe the process of Routing (3)
Routers forward data packets from one network to another
Each router stores data about the available routes to the destination node
Routers are organised in a hierarchy
What does the header of a packet contain (4)
the destination’s (recipient’s) address so that it can be directed appropriately across the network
the source (sender’s) address
the packet (sequence) number and number of packets
the Time To Live (TTL) or hop limit is also included
What are the 3 parts of the data packet
Trailer payload header
What does the payload contain
At its core, a data packet is a segment of data that needs to be sent, often referred to as the payload
This part of the packet will often vary in size from 500 to
1,500 bytes
Payload refers to the actual data being sent in the packet
What does the Trailer/Footer contain
A packet trailer / footer contains error checking components that verify the data received in the payload has not been corrupted on transfer
Techniques such as checksums are used to check the data by the receiving host
The same checksum is recalculated at the destination
If they do not match, the data has become corrupted and is refused and a new copy is requested to be sent again
What is a gateway when is it required (2)
A gateway is required where data is travelling from one network to another that use different protocols
Networks using different transmission media can require this
A router and gateway can often be combined into one integrated device
Describe how a gateway operates
Header data are removed and reapplied using the correct format of the new network
Describe what is meant by the Time To Live data in a data packet.
a maximum number of hops a packet can take to reach its destination
why are packets a certain size
small enough to ensure individual packets do not take excessive time to transfer
However, they should not be too small as the additional data added makes data transfer inefficient as unnecessary headers and trailers would be required each time
Example gateways
Examples include connecting a LAN to the Internet, or connecting different types of internal networks
describe what happens to the data packet at a gateway
header is removed and reapplied using the correct format of the new newtork.
What is the point of the application layer of the TCP/IP Layer (2)
Used to provide services for applications that want to communicate across a network, often the internet
Uses high level protocols that set an agreed standard between the communicating end points.
How is the transport layer of the TCP/IP Model used
Uses the transmission control protocol to establish an end to end connection with the recipient computer,
splits data into packets and numbers then sequentially
adds the ports number to be used based on HTTP protocol
At the receiving end this layer confirms that packets have been received and requests any missing packets be resent.
How is the network layer of the tcp/ip layer used
Uses the internet protocol (IP) to address packets with the source and destination IP addresses
Adds source IP destination IP addressses to packets
Performs routing, selects the next host to transmit a packet to
Creates checksum for the packet.
How is the link layer of the TCP/IP used
The link layer operates across a physical connection
Adds the mac address of the physical NIC that packets
should be sent to based on the destination IP address
MAC addresses change with each hop
Describe the process of receiving data
At the destination, the message is passed back up through the layers
THe link layer removes the MAC addressfrom each packet and passes it to the network layer
The network layer removes the ip address from each packet and passes it to the internet
The transport layer removes the port number from each packet, reassembles the packets in correct order and passes them to the application layer.
The application layer presents the image data for the user in a browser.