Internet Flashcards
web browser
Software that enables users to access resources on the WWW
HTTP
Hypertext Transfer Protocol
A protocol that defines how messages are transmitted and formatted over the World Wide Web
HTTPS
Hypertext Transfer Protocol Secure
A protocol that defines how messages are transmitted (securely) and formatted over the World Wide Web
It means data sent to and from the web server is encrypted
A locked padlock is shown in the browser
It means a website uses TLS/SSL
protocol
set of rules that define how devices communicate
3 parts that make up a URL
Protocol
Domain name
File name
URL
Uniform Resource Locator
The website address typed into a web browser
Domain Name
A web servers name.
Each domain name is unique.
Used to identify IP addresses
DNS
Domain Name System
Contains a database of IP addresses
- you request an address (URL)
- it looks up the domain name in a table
- returns the corresponding IP address
- or searches for the address from another server
web server
Device that responds to requests to provide information and services over the world wide web
Distributes web pages (and other resources) as they are requested
Types of server
File
Email
Print
Accessing a web page
1 A web browser is opened
2 User enters a URL in the address bar
3 Browser sends a request to the DNS server for an IP address
4 DNS server uses the domain name to look up the corresponing IP address in a table
5 If not found it asks another DNS server
6 The IP address is then returned to the browser
7 Browser requests the web page using the IP address
8 Web server sends the page back to the browser
9 Browser interprets HTML and displays the web page
ISP
Internet Service Provider
Companies that provide the user with access to the internet e.g. Virgin, BT, Sky
NIC
Network Interface Card
connects a computer to a computer network
formats the data sent from the computer into the required format according to the protocols of the network
Each NIC has a unique ID (MAC address) assigned to it
MAC address
Media Access Control
Unique ID assigned to a Network Interface Card
Hardware address - assigned by the manufacturer
It does not change(static)
12 Hex digits (6 digits Manufacturer ID and then 6 digits Serial Number)
e.g. 3A-34-53-C4-69-B8
IP address
Internet Protocol address
A unique address for each device on a network / the Internet
Software address - allocated by the network
It can be static (does not change) or dynamic (can change)
It can be private (used on a local network) or public (used by a device on the internet)
Two versions
IPv4 (4 bytes e.g. 172.16.254.1)
IPv6 (16 bytes)