Unit 5 - Networks and webtechnologies Flashcards

1
Q

URL

A

Is the full address of an internet resource. It specifies the location of a resource on the Internet, including the resource name usually the file type so that a browser can request it from a website server.

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

Registers

A

Hold records of all existing website names and the details of those domains that are currently available to purchase.

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

DNS

A

A domain name identifies the area or domain that an internet resource resides in. These are structured into a hierarchy of smaller domains and written as a string separated by full stops as dictated by the rules of the DNS

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

IP address

A

An IP or internet protocol is a unique address that is assigned to a network device

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

WAN

A

As a network of interconnected networks, the internet comprises millions if not billions of local area networks and individual users to form the world’s largest WAN.

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

LAN

A

Consists of a number of computing devices on a single site or in a single building, connected together by cables

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

Physical bus

A

Can use different layouts or topologies. In a bus topology, all computers are connected to a single cable.

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

Advantages / Disadvantages of bus topology

A

The advantage to installing as it requires less cable to install
Disadvantage: If the main cable fails, network data can no longer be transmitted to any of the nodes.
Performance degrades with heavy traffic
Low security

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

Physical start topology.

A

A central node acts as a router and has multiple computers linked to it.

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

Advantages/disadvantages of star topology

A

Advantages:
If one cable falls one station is affected only
Consistent performance
Higher transmission speeds can give better performance than a bus network
No problems with “collisions” of data since each station has it’s own cable to the server
The system is more secure as are sent directly to the central computer cannot be intercepted by other stations.
Easy to add new stations.
Disadvantages:
It May be costly to install because of the length of cable required
If the central system goes down the whole thing goes to shit.

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

Wi-Fi

A

Local area wireless technology that enables you to connect a device such as a PC, smartphone, laptop to a network resource / the internet

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

WAP

A

Wireless network adapter. All stations share a single radio frequency communication channel. Transmissions are received by all stations within the WAP. To connect to the Internet the WAP usually connects to a router.

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

Mesh Network topologies.

A

Only one node requires a connection to the internet and all the others can share the connection.

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

Advantages of mesh networking:

A

No cable costs
More nodes = more reliable.
New nodes are automatically incorporated into the network.
Faster communication since data packs do not need to travel via central switch

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

Circuit switching

A

Circuit switching is a connection-oriented network switching technique. Here, a dedicated route is established between the source and the destination and the entire message is transferred through it.
ADV- Fixed data transfer rate and fixed bandwidth.
Increased quality of communication.
DIS-Channel resources not used fully, long time to establish connection, Requires more bandwidth.

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

Packet switching

A

Packet switching is the transfer of small pieces of data across various networks. It is important as these data chunks or “packets” allow for faster, more efficient data transfer as bigger files can be broken down into smaller packets of 512 bytes. Every packet is given its own distinct address.

17
Q

Gateways

A

A gateway is used to translate between protocols.

18
Q

MAC

A

Unique address written on a piece of hardware.

19
Q

Importance of protocols

A

A protocol is a set of rules defining common methods of data communication. These rules need to be standard across all devices in order for them to communicate with each other.

20
Q

What is the TCP - IP protocol (include packet switching)

A

TCP - IP (Transmission Control Protocol - Internet Protocol) is the protocol for 2 computers to communicate with each other. When they do communicated data is sent in packets in the size of 512 bytes.
TCP-IP is a set of rules for communication over the internet.

21
Q

The roles of the four layers:

A

Application layer: Sits at the top used to transmit data over a network, usually the internet.
Transport layer: Uses TCP to establish end to end connection with the recipient computer. Data is split into packets and labled with the packet number.If any packet is lost the trasnport layer requests retransmission of lost packets.
The internet layer: Adds the source and destination ip addresses.
The link layer: Physical connection between network nodes and MAC addresses indetifying the NICs.

22
Q

Firewalls

A

A firewall is a security checkpoint between two networks. Can be implemented in both hardware and software. And it may act as a proxy server.

23
Q

Proxy servers

A

A proxy server intercepts all packets entering and leaving a network - this enables privcay and anonymous surfing. A proxy can also maintain a cache of websited visited.

24
Q

What are the advantages of having a CSS file outside of the HTML file instead of having it embedded? (treat this as a high band question)

A

External CSS files enable you to apply styles on a single CSS stylesheet to multiple HTML files throughout an entire website.

This also removes the CSS from the HTML pages, which makes them easier to read.

25
Client-server networking
One or more computers are connected to a central computer known as a server. - File server holds and manges data for clients Print server menages print requests
26
Client-server networking Advantages
Security is better Backups are done centrally Data and other resources can be shared
27
Client-server networking Disadvantages
Expensive to install / manage | Profesinall IT staff are needed
28
Peer to peer networks - advantages and what is it
No central server. Individual computers are connected to each other either locally or over a WAN so that they can share files. - it's cheap to set up - it enables to share resources(router/printer) it is not difficult to maintain
29
Client-side processing vs server-side processing
``` Client-side: Intirial data validation Provides web page interactivity Manipulates user interface Applies styles (CSS) Reduces the load on the server Reduces web traffic Server-side. Provides further validation Used to query a database Updates server database performs complex calculations Encodes data to readable HTML Keeps organisational data secure ```
30
Thin client Advantages / Disadvantages
Thin client advantages: Easy to set up maintain and add terminals to a network with little installation required locally. Software and updates can be installed on the server and automatically distributed to each terminal More secure since data is kept centrally. Disadvantages: Reliant on the server, so if the server goes down, the terminals lose functionality Requires powerful and reliable server Server demand and bandwidth is increased Maintaining network connections for devices consumes more battery.
31
Thick client Advantages / Disadvantages
Advantages: Robust reliable - greater up time Can operate without continious connection to the server Generally better for running more powerful software apps Disadvantages: More expensive Installation of software required on each terminal Integrity issues with distributed data