Save
computing
networking
internet
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
izzy
Visit profile
Cards (28)
What is the internet classified as?
Largest
Wide Area Network
(WAN)
View source
How is the internet defined?
A collection of
interconnected
networks
View source
What distinguishes the internet from the World Wide Web?
The internet is a
network
; the Web is a
service
View source
What connects a home network to the internet?
A typical
wireless router
Connected to an
ISP
Via
telephone
or
fibre optic
cable
View source
What does the router connect to in a home network?
Internet Service Provider
(ISP)
View source
What is the role of an ISP?
Connects users to the
internet backbone
View source
What does the ISP connect to?
Domain Name Server
(DNS) and
other
routers
View source
What are the connections of routers on the internet backbone?
Their own
Local Area Networks (LANs)
Other routers
Servers
View source
What are the common functions of web servers?
Hosting
websites and handling
client requests
View source
What is sent to a browser from a web server?
A web page stored as
HTML
,
CSS
,
JavaScript
View source
How does a browser render a web page?
Using various
rules
to display content
View source
What does a client request via a web browser?
A
URL
View source
What happens when a browser sends a domain name?
It is sent to a
Domain Name Server
(DNS)
View source
What does the DNS do with the domain name?
Maps it to an
IP address
View source
What is the IP address returned for www.bbc.co.uk?
212.58.244.67
View source
What type of request is sent to the web server?
A
GET
request
View source
What is returned to the client after the GET request?
The
requested web page
View source
What are the advantages of using the cloud?
Access anytime, anywhere, from any device
Large
storage capacity
Automatic
backup
Easy collaboration
View source
What is the role of a DNS server when receiving a URL?
It queries a
root name server
View source
What does the root server provide in response to a query?
The address of the
top-level domain
server
View source
What does the resolver do after querying the root server?
Makes a request to the
.com TLD server
View source
What does the TLD server respond with?
The
IP
address of the
domain’s
name
server
View source
What does the recursive resolver do next?
Queries the domain’s
name server
View source
What does the authoritative name server return?
The
IP address
of the requested domain
View source
What is the process of converting web addresses to IP addresses called?
Carried out by
DNS resolver server
Part of the
Domain Name Service
Involves multiple
domain name servers
View source
What are the features of hosted solutions?
24/7
access
Support for multiple users
Enhanced security
View source
What services do servers provide?
Web server
Web pages
File server
File storage/retrieval
View source
How do clients interact with servers?
Clients request
services
from a server
View source