Networks and web technologies

Summary from the chapter in the OCR textbook :)

?
  • Created by: KirstyEm
  • Created on: 19-11-20 20:40
What is the internet?
A network of networks that allow for global communication
1 of 82
What is the World Wide Web?
A collection of web pages on the internet
2 of 82
What is a internet service provider?
connect to backbone cables and then distribute internet connections to smaller providers.
3 of 82
What is a Uniform Resource Locator?
the full address of an internet resource. Specifies the location on the internet.
4 of 82
What is a internet registrar?
holds records of all existing website names that are available to be purchased. Resell domain names.
5 of 82
What are internet registries?
5 global companies that have databases to hold records of all domain names currently issued.
6 of 82
What is a domain name ?
the area a internet resource is in
7 of 82
What is a domain name system?
A database that holds the URL against its associated IP address
8 of 82
How are domain name systems used?
When a user inputs a URL, the browser requests its corresponding IP address from a local DNS. It is then passed through DNS's until the IP is found.
9 of 82
What is a IP Address?
Internet Protocol address is a unique address that is assigned to a network device.
10 of 82
Why are IP address used?
to indicate where packets of data is being sent from & to. So Routers can direct packets.
11 of 82
What is a Wide area network(WAN)?
a network of interconnected networks (connected LANS) over a large geographical area.
12 of 82
What is a Local Area Network(LAN)?
number of devices connected together by cables over a small geographical area
13 of 82
Give a benefit and drawback of LAN.
Advantage: LANs can transmit data very fast

Disadvantage: it only transmits data over a short distance
14 of 82
What is a Bus Topology
when all computers are connected to a single cable. It has terminators at the end of cable.
15 of 82
Advantages of bus topology
Cheap to install = requires less cables = easy to add devices
16 of 82
Drawbacks of bus topology
If main cable fails, no data can be transmitted

Performance drops in heavy traffic

Low security, all computers can see all the transmissions
17 of 82
What is the star topology?
Network has a central node that transmits messages to the devices.
18 of 82
Advantages of star topology
can isolate faults if one cable fails

consistent performance in heavy traffic

higher transmission speed than bus topology

no data collisions

easy to add new devices
19 of 82
Disadvantages of star topology
costly to install (length of cable needed)

if central device goes down, all data transmission stops
20 of 82
Physical VS logical topology
Physical topology- actual design layout

Logical topology- shape of pathway that data travels
21 of 82
What is wifi?
Wireless technology that allows devices to connect wirelessly by using a WAP
22 of 82
What is a Wireless Access Point?
usually connects to a router. A WAP gives off frequencies to transmit to stations
23 of 82
What is a mesh topology?
Each node has a connection to every other node so data can be transmitted across any node.
24 of 82
Advantages of mesh topology
no cabling costs

self healing - the more nodes installed=more reliable the network

new nodes automatically incorporated into the network

faster communication as there is no switch to go through
25 of 82
URL Format
Method. EG) http://

Host. EG)WWW

Location EG)webpage.html

Resource EG) #element
26 of 82
What is circuit switching?
Creates direct link between two devices when communicating. EG)Phone line.
27 of 82
Disadvantages of circuit switching
Bandwidth is wasted during the periods where no data is sent

can only connect devices with the same transfer rate
28 of 82
Advantage of Circuit Switching
as it is a direct connection so packets arrive in the same order that they were sent = simplifies reconstruction process
29 of 82
Disadvantage of Circuit Switching
Easy to intercept data = security threat
30 of 82
What is packet switching?
a method of communicating packets of data across a network
31 of 82
What are data packets?
data that is broken into small manageable chunks. Contains a header(IPs & protocol used) and payload(actual data) and trailer(checksum).
32 of 82
How do packets route across the internet?
Packets passed by different routes (router finds best route to pass onto)

fastest / least trafficked route is taken and then reassembled on the receiving end.
33 of 82
What is a router?
routers are used to connect networks

Hop- going between routers

routers find the most efficient routes

share the same protocols
34 of 82
What is a gateway?
a gateway can be used to translate between networks with different protocols

moves data towards their destination
35 of 82
What is a media access control(MAC) address?
each NIC has a unique mac address which uniquely identifies the device
36 of 82
What is a Network Interface Card(NIC)?
a NIC is needed to be able to be part of the network
37 of 82
What is a Protocol?
A set of rules defining common methods of communication. Rules set a standard for all devices for them to communicate with eachover
38 of 82
What is a TCP/IP protocol stack?
enables communication for computers regardless of location across the internet

set of networking protocols that work together as 4 layers connect.
39 of 82
What does TCP/IP stand for?
Transmission Control Protocol/Internet Protocol
40 of 82
What are the 4 layers of TCP/IP protocol stack?
1. Application
2. Transport
3. Internet
4.Link
41 of 82
What is the application layer?
Uses protocols relating to the application being used to transmit data over a network
42 of 82
What is the transport layer?
establish end-to-end connections with the receiving computer. Data split into packets
43 of 82
What is the internet layer?
Adds IP addresses. Routers use IP address to get packets to destinations.
44 of 82
What is the link layer?
a physical connection between network nodes and MAC addresses to identify NIC of computer.
MAC addresses stripped off the link layer and then packets passed back up through the layers
45 of 82
What is File Transfer Protocol(FTP)?
efficient way to transfer data across networks
46 of 82
What is the role of mail server in retrieving and sending emails?
POP3- responsible for retrieving emails from a mail server and stores it in upcoming emails.

IMAP- email protocol designed to keep emails on the server

SMTP-is used to transfer outgoing emails from one server to another from sender to receiver.
47 of 82
What is HyperText Markup Language?
HTML is a language that webpages are written in (describes page content)
48 of 82
What is Cascade Style sheets?
CSS is used that is dedicated to the style and format of the web page
49 of 82
What are the tags for HTML opening and closing?
<html></html>
50 of 82
What 2 tags are a normal HTML webpage split into?
<head></head>

<body></body>
51 of 82
What is the HTML tag for titles and headings?
<title></title>


<h1></h1> ect
52 of 82
What is the HTML tag for a new paragraph?
<p>
53 of 82
What is the HTML tag for images?
<img src= >
54 of 82
What is the HTML tag for hyperlinks?
<a href="">Linkkk</a>
55 of 82
What is the HTML tag for numbered lists?
<ol>
56 of 82
What is the HTML tag for bullet point lists
<ul>
57 of 82
What is the HTML tag for each item in a list
<li>
58 of 82
What is the HTML tag for dividing a page into separate areas?
<div></div>
59 of 82
What is embedded/internal/inline CSS?
CSS script is added directly into the HTML document with style tags for one off adjustments
60 of 82
What us External CSS?
When a link to an external CSS sheet is added to a HTML code.
61 of 82
How would you add an external css sheet?
<link href="style.css" rel="stylesheet" type="text/css">
62 of 82
How is an identifier used?
uses a # before an ID name
63 of 82
How are classes used?
uses a . as a prefix to a class name
64 of 82
how would you write a CSS in an external sheet?
.body{

margin:"";
padding:"";
font-family:"";
text-align:"";
background-color:"";

}
65 of 82
What does a web form do?
enables a website to collect user input data
66 of 82
Layout an example of a HTML form code
<form action="process.php" action="post">
<label>enter name</label>
<input type="text" id="name" value=""/>
<button type="submit">enter</submit>
</form>
67 of 82
What does a HTML submit button do
Sends data to a form handler in the attribute specified in the form tag
68 of 82
What is JavaScript?
a script language that adds interactivity to webpages.
69 of 82
What translator does Javascript use?
Interpreter
70 of 82
What tags is JavaScript code in?
<script></script>
71 of 82
how do you write directly into a webpage document with JavaScript?
document.write("");
72 of 82
How do you display an alert box on JavaScript?
alert('')
73 of 82
How are functions declared in JavaScript?
{}
74 of 82
How are validation functions done on javascript?
validateForm()
75 of 82
What is client server networking?
when one or more computer(client) is connected to a powerful central computer

each client holds its own resources

clients can also accsess resources held by server

in large networks each client can hold different tasks
76 of 82
Advantages of client server networking
security = all files stored centrally = assess to rights managed by server

backups centrally

data can be shared
77 of 82
Disadvantages of client server networking
Expensive to install

IT staff needed to maintain and run network
78 of 82
What is cloud computing?
provides accsess to files via the intenet

uses a client server model

Eg. OneDrive
79 of 82
What is peer to peer networks?
no central server, each computer is connected to each over on a network. Can share files
80 of 82
Advantages of peer to peer networks
cheap to set up

can share resources

easy to maintain
81 of 82
Disadvantages of peer to peer networks
used for online piracy

impossible to trace files

implications in movie industries(lower money to reinvent into new movies)
82 of 82

Other cards in this set

Card 2

Front

What is the World Wide Web?

Back

A collection of web pages on the internet

Card 3

Front

What is a internet service provider?

Back

Preview of the front of card 3

Card 4

Front

What is a Uniform Resource Locator?

Back

Preview of the front of card 4

Card 5

Front

What is a internet registrar?

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Communication and networking resources »