Networks Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

How can the structure of the internet allow users from other countries access to the website ?

A

Networks between continents are connected through dedicated connections known as internet back end.

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

Explain the relationship between the domain name and the IP address?

A

The domain is registered with the IP address,when a host sends a domain name service request the IP address is returned.

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

why are websites not addressed purely by their IP address?

A

This is because humans cant remmeber the IP address of thousands of websites.

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

what is Packet switching ?

A

packet switching breaks streams of data into smaller blocks , each sent independently of one another. each node goes into a less congested direction . packets can take different routes to their destination and may arrive out of order.

packet switch is more affordable and efficient than circuit switching as all bandwidth can be used, and it requires less infrastructure.

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

what is a firewall and describe its role?

A

A Firewall inspects packets to find the port they are attempting to access through, if the port is blocked, the packet is rejected.

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

Describe methods used to maintain the security of a network ?

A
  • Proxy server - this enables anonymous surfing
  • Anti - virus - Software viruses for entering system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe the role of each of the four layers of the IP/TCP stack

A

Application layer- Network applications are held here
Transport layer - sets up communication between two hosts
Internet layer- uses IP protocol to address and packages data for transmission routes across a network
Link layer - This facilitates the transmission of binary, adds the mac address to the physical network

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

What is a domain name system (DNS)

A

The (DNS) maintains a directory of the domain names and translates them into IP(internet Protocol)

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

what is a Local Area Network? (LAN)

what is a Wide area network? (WAN)

A

A collection of computing devices, on the same network, which is close together e.g all located in the same building.

A wide area network is a collection of devices on the same network, but far apart from each other

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

what is an IP address?

A

a series of numbers that identifies any device on a network. e.g
12.132.259.465

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

what is a bus topology?

Adv and dis-adv?

A

A bus topology is an arrangement where nodes are connected in a daisy chain by a single central communications channel.

ADV:
-in-expensive
-devices can be easily added
-good for smaller networks

dis-adv :
-main cable is a point of failure
-poor security
-performance degrades as more devices are added to the network

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

what is a star topology?

adv and dis-adv?

A

A star topology is an arrangement where a central node/hub provides a common connection point for all other nodes.

ADV:
-easy to isolate problems
- good performance
-more secure if a switch is used as data is sent only to the recipient

Dis-adv:
-can be expensive to setup
-central device point of failure

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

what is a physical topology?
what is a logical topology?

A

The physical topology of a network defines how the devices are physically connected.
The logical topology of a network defines how the devices communicates across the physical topolgiees

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

what is a Wireless Acess Point (WAP)

A

this allows devices to connect to the internet , the Wap requires a connection to a router and the router requires a connection to the internet.

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

what is a protocol?

what is a TCP/IP stack ?

A

a protocol are a set of rules , that allow two devices to communicate

a protocol that allows only network to communicate with each other

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

what is a client server model ?

what is a peer to peer model?

A

A client-server model is when computer communicates with each other through a server, which receive request protocols.
(requires more memory )

a peer to peer model is a decentralised model in which, each party has the same capabilities, data can be accessed without a server,

17
Q

what is a gateway ?

A

a gateway is required where data is travelling from one network to another using different protocols

18
Q

what is circuit switching ?

A

circuit switching created a temporary and dedicated link of fixed bandwidth between the source and destination, this only lasts until transmission is complete.

with dedicated bandwidth this ensures good quality

19
Q

what is a client-server network model ?

what are the advantages and disadvantages?

A

The client server netork is a model where clients share a the service of a common server

best suited in organisations

adv:
easier to manage file security
easier to backup shared data
easier to install software

dis-adv:
can be expensive to set up and maintain
requires IT specialists to maintain
the server is a single point of failure

20
Q

what is peer to peer model?

ADV and Dis-adv

A

a peer to peer model are a network of computers that are all equal to each other , where peers serve their own files to each other. these are best suited in smaller organisations where users need fewer access to the same data

adv:
very easy to maintain
no dependency on a single computer
cheap to set up
no expensive hardware

dis-adv:
the network is less secure
users will need to manage their own backup s

21
Q

list ways in which a system can be prevented from being hacked ?

A

-proxy
-anti-malware
-encryption
- firewalls
-secure password systems