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)