Hardware and communications Flashcards

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

What is HDD?

A

Hard disk drive:

  • Main storage on a typical computer
  • magnetic storage
  • Used to store operating system/files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Advantages/ disadvantages of HDD?

A

Advantages:

  • Very fast access - but comparably slower than SSD
  • Data can be read from any part of hard disk drive

Disadvantages:

  • Moving parts - Not suitable for mobile( it also generates too much heat)
  • Problems when it fails and data is not backed up
  • Fragile
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a switch?

A
  • Switches packets from one port to another
  • When packet arrives switch determines the port on which the destination address exists
  • Switches preform switching at MAC level rather than IP level
  • When a packet arrives at a switch the switch looks at MAC address table (Routing table)
  • MAC addresses are permanent and unique

-Initially switch doesn’t know which port specific device belongs to so sends out discovery packet to discover which port relates to which networked device

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

What is error detection?

A

Ensures packets arrive at destination without corruption
Parity Bits- Adding additional bits to make number of 1s even or odd depending on type of parity chosen

Echo - Packets are returned by destination then compared by sender

Checksum - Calculation preformed on packet, generating checksum sent with packet, it is repeated and the checksum compared.

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

What is a router?

A
  • Routes to correct port
  • Routers are used to connect different segments of LAN together and allow access to outside networks
  • Preform routing on IP level rather than on MAC addresses
  • A router ultimately has to deal with more devices than a switch
  • Routers are necessary when connecting to ant WAN
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the internet?

A

Internet -A world wide communications infrastructure of interconnected packet-switched networks.

These networks use standard TCP/IP

provides infrastructure to access range of information resources and services via the world wide web
Also provides infrastructure for email and file sharing

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

What is routing?

A

Determines the path each packet takes and ensures that packets are delivered to their destination as quickly as possible

  • Each route is determined using routing table which stores the different paths
  • These tables are constructed in the memory of network components

The best path is chosen by the lowest cost rate

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

What is packet switching?

A
  • Allows packets to take independent routes through the network
  • Each packet designs it’s own route based of which lines are available and how heavy current load is
  • Packets may not arrive in order meaning extra processing must be used to reassemble the final message
  • Each packet is labeled with an order number
  • Much more resilient to failed links as if one route is brought down packets can independently find new route
  • Bandwidth can be used more efficiently as no part of network is reserved
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is circuit switching?

A
  • A path across a network is set up in advance and all packets are sent in order down the same path
  • All packets on arrival will be in order
  • If part of route is corrupted whole circuit will fail
  • When a link fails a new circuit has to be set up before communication can continue
  • Bandwidth can be wasted - once a connection is made no there device can use the circuit till it’s free again- can lead to slower services overall

Common use: Phone network

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

What is system software?

A

Allows control over software and hardware of computer

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

what is application software?

A

Software that allows the user to carry out a specific task

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

What is client-server structure?

A
  • Clients connect to servers in order to access the services e.g file storage
  • Servers are known as centralised computing, as services and processing power are held at a centralised point rather than distributed
  • Makes use of request response model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is peer-to-peer network?

A
  • Each computer has the same status as others-no server
  • One of most common uses is file sharing
    • a file required by a number of peers is downloaded in parts by each peer
  • Allows very large files to be downloaded efficiently
  • Can be used to share processing load for complicated calculations
  • Each peer solves part of problem and returns it to peer responsible for consolidating.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what are the protocols?

A

HTTP (Hypertext Transfer Protocol) - used fo transmission of webpages/webpage components
-Port 80

FTP(File transfer protocol) - Transmission of files
-Port 21

TCP(Transmission Control Protocol) - streamlike communication with error detection, ordering of packets and confirmation packet has been received

UDP(User datagram protocol) - Fire-and-forget approach with minimal protections

IP(Internet protocol) - network layer protocol that provides routing

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

What is OCR?

A

Optical character recognition:
-Converts printed media into editable tex documents using a scanner
-allows user to change text on a printed document
it also allows books to be digitised -used for e-readers
-Post processing step that occurs after a document has been scanned
-Preforms pattern matching by scanning for shapes it recognises as letters numbers or symbols
-This is done by comparing binary data to an internal database
-When binary shape is found OCR transforms it until it matches a known shape
-can get it wrong so document must be proof read

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

What is OMR

A

Optical Mark recognition:

  • Based off a predefined multiple choice form, which has areas where someone can mark their answer by putting a thick black mark on it
  • A special reader reads form to detect marks and note position on page
  • As form is predetermined scanner already knows what correct answer is
  • If two marks made in same section reader only accepts one
  • If mark doesn’t cover whole circle it may not be read
  • Used for multiple choice exams
17
Q

What is HTTP?

A

Hypertext transfer protocol

  • Allows resources such as images or text files to be transmitted over a network
  • PORT 80
  • each item is identified using a uniform resource locator (URL)and transmitted over port 80
  • HTTP is stateless protocol- each HTTP request is independent.
18
Q

What are advantages of protocol stacks?

A
  • Separation of logic so problems in a single protocol can be dealt with in isolation
  • Protocols at different parts of stack can be swapped out
  • More flexibility when choosing what properties you want your network to have
  • At each layer apart from bottom there is a choice of which protocol to use-each choice provides a different service
  • Having the choice of many protocols makes it easy to add new protocols without changing existing structure
19
Q

What is FTP?

A

File transfer protocol:
used when copying (uploading/downloading) a file from one location to another via the internet
Remembers information about state of connection- each subsequent request makes use of information sent in previous requests

PORT 21

20
Q

What is SMPT?

A

Simple mail transfer protocol
-internet standard for email transmissions
-uses TCP port 25 -transmission
port 587 - submission
-Mail servers use SMPT to send and receive mail
Client mail applications use SMPT for only sending messages

21
Q

What is IMAP?

A

Internet message access protocol

  • Used for transferring emails between computer systems via internet
  • Generally used for email retrieval + storage
  • Allows multiple clients to connect to same mailbox simultaneously