YEAR 1 CO1 WEEK 22 CIRCUIT/PACKET SWITCHING AND CLIENT/PEER TO PEER SERVER Flashcards
Define switching.
Switching sends data along appropriate path and prevents all data being sent to all parts of the network.
Describe Circuit Switching.
Connection made between two nodes. Path reserved between two computers for duration of the transmission.
No other data can use any part of this circuit until transmission is complete.
Data divided equal sized parts sent down circuit in correct order.
Advantages of circuit switching.
Communications occur any time without waiting for connection delay.
Data arrives in same order it is sent.
Disadvantages of circuit switching.
Bandwidth wasted if no communication.
Only connects devices with same transfer rate.
Describe packet switching
Data split into equal sized blocks.
Each packet has header of info.
Each packet placed on network each travelling different route.
At each node the destination address is read and best route is found.
Packets to be reordered at destination.
Advantages of packet switching
Makes efficient use of network.
Easy avoid broken bits of the network.
As number of users increase network only has to expand slowly compared to circuit switching.
Disadvantages of packet switching
Sometimes packets can get lost.
Takes long time to put data back together in right order. Known as ‘latency’.
Define Client Server Network.
A network which has a central server at their core. Main role of the server is to store and serve files to users which request it.
Larger networks may have multiple servers which which dedicated to performing certain tasks.
Describe a Peer To Peer Server.
All devices have equal status and no central server.
Anything that is running off unavailable user cannot be accessed or used by other users.
Only security is whether user knows password to file.
Give comparison between client server and Peer to Peer.
Backups are central so all data backed up each time.
Backups done for each workstation.
All files stored centrally so workers can access their files from any computer.
Files stored individually on each workstation hard disk.
Expensive to set up and maintain as well as needing specialist staff to maintain them.
Less expensive and easier to maintain.