Networking Flashcards

1
Q

What is lan

A

Lan stands for local area network and is defined as a collection of computers and peripherals such as printers, all connected together in a single site, such as the computers and printers connected at school. Don’t have to be same building

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

What is wan

A

Wan means wide area network. It is a type of infrastructure used to connect different lans together. E.g. If a school is separated in half by a motorway, the two lan sites will be connected by wan, using the network providers wires. Lan uses its own network cables, not someone else’s

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

How do recourses benefit from networks

A

Files and folders can be shared between computers easily and can be accessed anywhere on the network
Printers and other peripheral devices can be shared and accessed anywhere on the network
Internet connection can be shared

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

How does communication benefit from networking

A

Email can be used, without networks, email won’t work
Messaging systems can be set up
Quick to transfer files remotely

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

How does management benefit from network

A

User profiles and security can be managed centrally
Software can be easily distributed and used over the network, rather than having to individually install it on each computer
Users can use any pc on the network while keeping there own files
Centralised backup of all files

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

What are topologies

A

Different types of network layouts

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

What is the bus network

A

This is a topology only used in lan. It connects all the computers to a single back bone network cable. This does mean only one computer can transmit at a time.

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

Advantages and disadvantages of using bus network

A

It’s easy and inexpensive to install, not much expensive cable
Easy to add new computers
Quicker than ring as info doesn’t have to go through different computers

If main cable fails, whole network goes down
Cable failures hard to isolate as all computers are connected to it
All data is broadcast onto one cable so not very secure
Can become slow if network is busy, data collisions

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

What is a ring network

A

A topology where each computer is attached to the two adjacent ones. They take turn transmitting by passing a token around the network, they can only transmit when they have the token. The network forms a ring

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

Advantages and disadvantages of using ring network

A

Not dependant on a single computer like star network
Token passing protocol is simple therefore reliable
Consistant performance no matter how busy

A single node or link failure can disrupt the whole system
All connections shared so not secure
Data has to go round whole network though many computers so very slow

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

What is a star network

A

Used in lans and wans, each computer has its own network cable connecting it to the main central switch/server. This is where all the recourses such as foldr files are stored. The central server controls the network

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

Advantages and disadvantages of using the star network

A

If a cable fails, the system still works, only that computer is affected
Consistant performance even when very busy
Easy to add new computers
More secure as transfers aren’t accessible everywhere

Expensive to install as lots of cable needed
If central server or computer goes down, so does the rest of the system

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

What is a client server network

A

A network managed by a main powerful server. The client computers communicate with other clients through the server
There may be different servers on the network such as for email, printers and the website

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

What kind of network does server client network used

A

Uses a wan architecture which is why website and foldr can be accessed around the world

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

What does a client server network work

A

Client requests something, the server retrieves it and sends it to the clien

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

Summarise stand alone applications

A
All data is stored locally, on main disc
No network connection needed
Single user
Used when needed, can be closed
Modular structure, less important
Local access rights are sufficient security for stand alone
17
Q

Summer rise client server applications

A

Data must be passed between client and server
Network needed
Multiple clients using one server so must be a managed queue
Must be available all the time
Clients should be authenticated before data is sent to them for security

18
Q

What is the handshake process in networks

A

It’s where the client and server begin there talk before they start properly. Such as when you begin your talk with a friend, you say hi tom, and wait for there response before you carry on.

19
Q

What happens in the handshake proces

A

The computer insisting the conversation sends a synchronisation request, SYN, to the other computer, server.
The server responds to the clients request by sending its on SYN back, to tell the other computer it’s acknowledge it’s been received
The client acknowledges this response which completes the start up sequence