2.3 Internet principles Flashcards
Define the ‘internet’
A network of networks, often use of telephone networks to transfer data between networks.
Who invented ‘WWW’ and how does it work
- Tim Burners-Lee
- World Wide Web
- Webpages (HTML)
- Lookup domain name service (DNS)
- Hyper text transfer protocol (HTTP)
What does an ‘ISP’ do?
- Internet service provider
- Provides physical connectivity
- Provides a DNS
What does a ‘modem’ do?
- Modulator/demodulator
- Changes the frequency of a computers digital signal into analogue signal so that it can be send using telephone lines
- A second modem at the receiving end turns the analogue signal back into digital for the computer to understand
What does a ‘router’ do?
- Directs traffic between different networks
- Connects several computers/other devices to a single internet connection in a home network
What is an ‘IP Address’?
- A dotted-decimal notation
- A 32-bit adress
- Made of 4 separate 8-bit numbers (IP V.4)
What is a Transmission Control Protocol
- TCP
- Breaks up messages/information sent over the internet into chunks called packets
- Reassembles the packets at the other end
- Detects erros
- Resends the packets with errors in them
What is ‘IP Protocol’
-Routes individual packets separately between the sender and the recipient
IP v.4 Class C example
eg. 192.144.247.12:
- 192.144.247 = network
- .12 = host (your computer)
- 247.12 = private range (each have 255 possible values which means that there are 65,000 addresses in the private range)
What is a ‘gateway’?
A computer system that links two dissimilar computer networks
What is a ‘MAC Address’?
- Media Address Control
- Provides a geographical location of the device determined by the IP
- The MAC address will change if you connect the same computer to the internet at your neighbours house
- When accessing a website, each router along the way uses the MAC Address to determine where to send the each packet of information next
- The MAC Address of a NIC never changes
What is a ‘NIC’?
- A Network Interface Card
- Built into every networked device
- Can be wired or wireless
Break down of a URL
-Universe Resource Locator
-www.miles.co.uk/images/logo.png:
www. = hosted on the world wide web
miles. = organisation name
co. = it’s a company
uk = it’s UK based
/images = folder location
/logo.png = the specific file name