5. Structure of the Internet Flashcards
Define World Wide Web
A system of interlinked Hypertext Documents accessed vie the Internet
Define Gateway
Connects networks that use different Link Layer Protocols
Define Router
A device that interconnects with 2 or more computer networks which interchange packets
Define Intranet
A private computer network that uses Internet protocols to securely share information
Explain Packet Switching
- Data is split into packets. This has from/to address and payload. Order of Packets noted for larger bits of data
- Packets are sent onto the network, moving from router to router allowing different packets to take different routes
- Once Packets arrived, they are reordered. Confirmation sent back
- If host doesn’t get confirmation, packets are resent
Advantages of packet switching
Data can easily be resent if it arrives incorrectly
Data can be re-routed around any problems
Allows the Internet to grow easliy
Simplifies the routers and the Internet
Define IP address
Unique numerical label assigned to every computer or electronic device on a network
Define IPv4
Current IP standard. Uses 32 bits so there are 2^32 possible addresses (around 4 million)
Define IPv6
New IP standard. Uses 128 Bits so 2^128 possible addresses
Explain the 2 parts of the IP address
Example: 192.168.0.32
- 168 : Network ID
- 32 : Host ID
Define Domain Name
A name that identifies 1 or more IP addresses
Define FQDN
Fully Qualified Domain Name
Must have Host ID and Domain Name
Define DNS Server
A server that translates FQDN into IP addresses
What is the first level of Domain Names
Root level. Contains international and generic labels
Com, UK, org, net etc…
Define URL
Uniform Resource Locator
A character string referring to the location of an Internet resource
Define URI
Uniform Resource Identifier.
Specifies how to access a resource in the Internet
Define the parts of this FQDN:
http://commons.wikimedia.org/wiki/picture.jpg
http://commons.wikimedia.org/wiki/picture.jpg
Http:// : Protocol commons : Host wikimedia : Domain Name .org : Top Level Domain /picture.jpg : location on server