Networks Flashcards

1
Q

Define circuit switching

A

A method of transmitting data over a wide area network where a direct link is established between two devices on the network and maintained for the entire duration of communication

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

Define packet switching

A

A method of transmitting data over a wide area network by breaking streams of data into packets which are sent independently of each other via optimal routes and reassembled at the destination

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

State the characteristics of circuit switching

A
  • a direct link is created between two devices
  • reserves bandwidth
  • all packets use the same path
  • requires devices to transfer and receive data at the same rate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

State and explain one advantage and one disadvantage of circuit switching

A

advs
- exclusive connection means packets arrive in the same order which simplifies process of reconstructing the message

Disadvs
- not efficient as bandwidth is wasted in periods where no data is being transmitted

  • electrical interference is produced from switches used to connect and disconnect circuits which can corrupt or lose data
  • does not support store and forward transmission which does not allow for error detection
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

State the characteristics of packet switching

A
  • packets are sent independently
  • packets are sent via route which is least congested
  • no physical path
  • does not reserve bandwidth
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Explain the advantages and disadvantages of sending packets via the least congested route

A

adv
It maximises bandwidth as all of it is being used

Disadvs
- does not guarantee quality of transmission
- packets may arrive our of order which makes reassembling process more complex

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

State and explain two advantages of packet switching

A
  • more affordable because it requires less complex infrastructure
  • more efficient because all the bandwidth can be used at once
  • can easily respond of parts of the network fail
  • supports store and forward transmission which allows for error detection and ensures data integrity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Give an example of where circuit switching os used

A

Traditional telephone networks

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

What is the internet?

A

A collection of interconnected networks, routers, cables, satellites and other hardware across the world

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

What is the World Wide Web?

A

A collection of files with information stored in hypertext (webpages) and other associated files

A service run on the internet

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

State 3 features to consider when networking

A
  • Sequencing packets on arrival
  • Splitting data into smaller packets and frames
  • Sending frames between devices on a LAN
  • Simplex and duplex transmissions
  • Error-checking packets and frames on arrival and requesting data to be resent if necessary
  • Encryption, security and authentication of users and data
  • Using wireless connectivity with frequencies and channels
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the concept of layering?

A

To divide the complex task of networking into smaller, simpler tasks that work in tandem with each other

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

Describe the concept of layering

A
  • Hardware and software in each layer have defines responsibility
  • Each layer provides a service the the layer above it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

State two advantages of layering

A
  • Reduces complex problem into smaller sub-problems
  • Devices can be manufactured to operate at a particular layer
  • Products from different vendors will work together
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is meant by the TCP/IP stack?

A

A set of networking protocols, consisting of four layers working together

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

State two protocols used and an example of a network application that operate at the application layer

A

E..g web browser, email programs
Protocols: FTP, HTTP, HTTPS, SMTP, IMAP

17
Q

Describe the purpose of the transport layer

A

To set up communication between two hosts and agree on settings such as language and packet size

Protocols: TCP, UDP

18
Q

Describe the purpose of the internet layer

A

To address and package data for transmission
Protocols: IP

19
Q

Describe the purpose of the link layer

A

To facilitate the transmission of binary via any media
Protocols: Ethernet
Cables: copper twisted pair, fibre optic, Wi-Fi

20
Q

What is a MAC address?

A

A 48-bit value coded into a device by a network interface card
- usually written as a 12 digit hexadecimal number

21
Q

Why do we need MAC addresses?

A

It tells us the specific device that is requesting or receiving data