networks + web tech Flashcards

(16 cards)

1
Q

what is a LAN

A

local area network

spread over a small geographical area or a single site

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is a WAN

A

wide area network

spread over a large geographical area

owned by a third party

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

example of a LAN

A

school

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

example of a WAN

A

company with offices in multiple locations
the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are protocols?

A

a set of rules defining how two computers communicate with each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is a firewall?

A

two NICS between the user and internet designed to prevent unauthorised access to a network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

how does a firewall work?

A

the NICS have packets passing between them and they compare them against a set of rules (packet filters)

if access is denied to a packet it gets dropped/rejected

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is encryption?

A

encoding data to keep it secure when transmitting it over the internet
only the person with the encryption key can read it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is network hardware?

A

physical hardware that maintains a network

they can be build in or not

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is a NIC

A

-network interface card
-built in
-required to connect a devise to a network
-48 bit value
-twelve digit hexadecimal number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is a switch?

A

-device used to direct the flow of data across a network
-used in mesh networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is a router?

A

used to connect two or more networks together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is a gateway?

A

used when protocols are not the same between networks, it translates protocols so networks can communicate with each other

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is HTML?

A

-the language/script that web pages are written in.

-allows browser to interpret and render a webpage for the viewer by describing the structure and order
-written in angle brackets <body>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is CCS?

A

cascading style sheets is a language used to describe the style of a webpage

can be internal/embedded or external

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is javascript?

A

scripting language that is used to add interactivity to websites

it is interpreted not compiled