Section 5 - Networks and web technologies Flashcards
What does URL stand for?
Uniform Resource Locator
What does the DHCP do?
It dynamically gives any connecting clients a private IP on a network
Why does DHCP give dynamic IP addresses?
So that the IP you connect to constantly changes and so can’t be accessed through other methods
Why is the first checked server in the DNS tree the local client?
The local client server has a catch memory of previously visited websites so can be accessed quickly without finding the address in the DNS servers.
What is the difference between physical and logical topologies?
The physical topology is how the devices are physically connected (cables etc) and the logical topology is how the devices communicate on the server.
What is circuit switching?
Creating a communication network between two endpoints for the duration of a phone call or file transfer.
What is a transfer between two routers known as?
A hop
What data about a network does a router hold?
The available routes to the destination node.
What does a router do?
Look up the destination IP address in its routing table to find the best router to send a packet.
What’s the difference between a router and a hub?
A hub doesn’t know where data needs to go or the fastest route to get there. The router knows both.
What is the difference between a switch and a router.
A switch knows the destination address but not how to get there
What data is in a packet?
The header, Payload and trailer
How big is a typical packet?
between 500 and 1500 bytes
What does the header on a packet contain?
Senders IP
Recipients IP
Protocol
Packet number
Time to live (hop limit)
What is contained in the trailer of a packet?
Error checking components to maintain the payload integrity
Techniques to check the data by the receiving host (CRCs)
When is the checksum calculated during file transfer?
When the packet reaches it’s destination
What happens if the checksums after file transfer do not match?
The data is corrupted and rejected so new data is requested.
Why does TCP and other protocols exist?
So data is handled the same way in every computer
What is a gateway in a network?
A gateway is a physical appliance that removes the headers from packets and reapplies them with the correct format for that network.
What are the 4 stages of the TCP/IP process?
Application
Transport
Internet
Link
What happens at the application layer of TCP/IP?
The application layer provides the services for application that want to access the internet such as the protocol to be used
What happens at the transport layer of TCP/IP?
Uses TCP to establish an end to end connection while it splits data into packets and numbers them. IT also adds a port number to be used based on HTTP protocol.
What happens at the internet layer of the TCP/IP process?
Gives every packet a source and destination IP address
What happens at the link layer of the TCP/IP process?
The link layer operates the physical connection between the computers and attaches the MAC address of the physical NIC that packets should be sent to