Networks Flashcards
What is a network
I
A group of 2 or more devices that can communicate
Connected by physical or wireless connections
If cable breaks then only one device is affected
What is a LAN
A network that connects devices that are within a small geographical area
E.g. an office, school etc.
What is a WAN
A network that connects geographically remote devices and LANs
E.g. Internet
What are the benefits of networking
Sharing devices e.g. printers and scanners
Accessing Internet
Accessing shared data and software (from a server)
What is a server
A server is similar to a pc but is usually left on at all times
What is a disadvantage of devices on networks
Without good security they could be vulnerable to unauthorised access (hacking), viruses etc.
What are topologies
Arrangements of devices for a network
Each device that is connected is called a node
All different topologies have their advantages and disadvantages
What would larger networks contain
Many servers carrying out different roles including file and software sharing.
They also authenticate users who wish to login and dealing with access rights (files that the user is allowed to access)
What would smaller peer-to-peer (e.g. home) networks contain
May not have a server
Will instead have a PC on the network that may have files that other devices access
Describe a STAR network
Each device has its own cable linking to a device called a switch or router
Creates a star shape
Advantages of a STAR network
Faster speeds are possible
No collision of data packets (wire is only used by 2 devices using full-duplex)
If cable breaks then only one device is affected
Easier to extend/add new stations
Disadvantages of STAR network
More cabling required so more expensive
Describe a BUS network
each device shares a cable
Therefore the more devices added the greater the liklihood of collision, therefore slower
Disadvantages of a BUS network
The more devices added, the greater the liklihood of collision, therefore slower
If the cable breaks then all devices lose connection
All data is broadcast so security can be compromised
Advantages of a BUS network
Less cabling required so cheaper to install
Describe a RING network
Packet of data is sent from device to device in one direction
Circular shaped
What are the advantages of a RING network
No collisions
What are the disadvantages of a RING network
If cable breaks then network fails
Difficult to extend / add new stations
What is a packet
Data to be transmitted across a modern network is separated into blocks of data called packets
What are the contents of the packet
The data to be sent (payload)
Specifying the type of packet (e.g. whether using TCP/IP or UDP protocol)
Source address (IP address of where being sent from)
Destination address (IP address of computer data being sent to)
Packet sequence number (if data is split into a number of packets, first packet would have sequence number 1, then 2 etc.
A checksum
What is a checksum
A calculation/formula that is applied to data in a packet
The computer receiving the data can apply the same formula and if result differs from the checksum then the data has been corrupted/damaged
What does a network consist of
It consists of links between nodes (network routers or switches)
What does a packet switched network do
Data to be sent is split into packets and passed from node to node until it reaches the destination
Multiple routes can be used (if one route is busy a packet can be sent a different way)
At the destination the packet sequence number is used to put the data packets back in order
Advantages of packet switched networks
Less likely to be affected by network failure: if one line fails there are usually other routes
Better security: data is less likely to be intercepted because packets are sent down multiple routes and are likely to be interleaved with other packets
What is handshaking
The exchange of signals between devices to establish their readiness to communicate
I.e.
One device says: “are you ready to receive data?”
Other device when ready says: “yes I am”
And then communication can begin
If the connection has not been established, the operating system must time out the transfer and display an error message