Network And Web Technologies Flashcards

1
Q

DNS

A

Domain Name Server
Catalogues domain name of web pages on internet to IP address

Root
Generic/Country TLD
2LD (.co, .gov)
3LD (.bbc, .ebay)

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

URL

A

Uniform Resource Locator

Address of internet resources

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

IP

A

Internet Protocol
Unique address assigned to network device
111.222.333.444

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

Wide Area Network

A

Relies on 3rd party carriers

Spread of large geographical area

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

Local Area Network

A

Number of devices in small geographical area
Hard wired/wireless
Infrastructure owned by network owner

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

Bus

A

Single cable + terminators

+
Cheap

-
Cable fail, all down
Collisions
Low security 
Low performance with many devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Star

A

Central switch and many devices

+
I cable fail = 1 station fail
High transmission speeds
No collisions

-
Costly
Switch fails = whole network down

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

Mesh

A

Each node connected to each node

+
Self healing
Fast communication

-
Bulk wiring
Complicated

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

Packet Switching

A

Data packets send to receiver by hopping across routers on most efficient route

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

Data Packets

A

Header - sender/receiver IP address
Payload
Checksum
Hop limit

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

Router vs Gateway

A

Connect 2 networks

Same protocol vs diff protocol across 2 networks

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

MAC

A

Media Access Control address
48 bits, hex
Hard coded into each Network Interface Card

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

Protocols

A

Rules defining data communication

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

TCP/IP stack

A

Application - HTTP, FTP, POP
Transport- TCP (into packets, end to end connection)
Network Layer- routers (add IP addresses)
Link Layer- MAC address added

All Tooks Never Lie

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

Firewall

A

Prevent unauthorised across
Packet filtering
Proxy server

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

Virus

A

Self replicate

Require host file to be executed

17
Q

Worm

A

Type of virus

No user intervention

18
Q

Trojan

A

Not self replicating

Open back door

19
Q

HTML

A

Describes content and structure of webpage

Head, body, html, title, h1, img, a, ol, ul, li, div

20
Q

CSS

A

Cascading style sheet

Internal, inline/embedded, external

21
Q

Identifiers vs Class

A

Unique to each webpage, # vs used multiple times on webpage, .

22
Q

JavaScript

A

Add behaviours
Interpreted not compiles
In script tags

23
Q

Page Rank Algorithm

A

PR(A) = (1-d) + d(PR(T1)/C(T1) … PR(Tn)/C(Tn))

24
Q

Client server

A

+ central location therefore:
Security, updates/backups, share resources

-
Expensive, professional IT staff needed

25
Q

Peer to peer

A

+
Cheap, easy to maintain

-
Piracy, torrent websites, worse security, harder to backup/update

26
Q

Client Side processing

A

Initial data validation
Web interactivity
Reduce load on server
Apply css

27
Q

Server side

A

Faster data processing
Query database
Perform complex calculations
Keep data secure