L1 Flashcards

1
Q

What is IoT?

A

Combination of internet and things
Internet: a mean for global networking nodes
Things: sensors or nodes transmitting/exchanging data

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

Knowledge fields involved in IoT

A
  • Signal processing
  • RF engineering
  • Embedded systems
  • Wireless networks
  • Communication systems
  • Sensors and actuators
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Some IoT applications

A
  • Robotics
  • Autonomous vehicles
  • Micro payments
  • Smart grids
  • Agriculture
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Main components of wireless sensor network and draw schematic (L1 pag 14)

A
  • Sensor nodes
  • Base stations: needed as we cannot send all data from the nodes at once
  • Internet: analysis, storage, mining, processing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Objectives of designing WSNs

A
  • small node size
  • low node cost
  • lower power consumption
  • network protocol scalability
  • reliability and fault-tolerance
  • security
  • good channel bandwidth utilization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The seven layers of reference model architecture

A
  • Application layer: user writes message
  • Presentation layer: message converter to ASCII
  • Session layer: security layer is added
  • Transport layer
  • Network layer: routing and addressing
  • Data-link layer: splits message into packets
  • Physical layer
    *After physical layer message is ready to be sent through physical medium
    *When message is received, same layer occurs in reversed direction
  • Every communication must pass through these layers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is added to the message at each layer?

A

Each layer adds its own header

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

Properties of OSI mode (L1 pag 21)

A

read pdf

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

Common issues of OSI model principles

A
  • Addressing
  • Segmentation
  • Fragmentation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Layer into which Data link layer can be subdivided

A
  • Data link control sub-layer
  • Medium access control sub-layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

4 layer of TCP/IP model (OSI equivalent layer)

A
  • Application layer (application, presentation, and session layers)
  • Transport layer
  • Internet layer (network layer)
  • Network-access layer (Data-link layer, physical layer)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Is internet a communication layer? (L1 pag 27)

A

No, it’s a networking layer.

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

Characteristics of physical layer

A
  • provides electrical means for establishing physical connection for data transmission
  • signal transmission: analog or digital
  • voltage levels represent logical signal levels 0 or 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Physical medium types

A
  • Guided: coaxial cable, optical fiber
  • Free space: radio wave, THz
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Data link layer properties

A
  • constructs data frame using appropriate format for the network
  • detects/corrects errors occurred at physical layer
  • provides multiple access (time or frequency domain) and channel assignment
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Network layer properties

A
  • determines best route for data packets
  • provides means to establish, maintain and terminate network connections between open systems
16
Q

Transport layer properties

A
  • Ensures reliable data packet transmission from node to node
  • ensures data is sent/received in the same order
  • acknowledges when data is received
  • resend packets in case of error
17
Q

session layer functions

A
  • initiates communication link
  • assures reliable communication between transmitting and receiving nose
  • decides timing sequences between both nodes
18
Q

Presentation layer functions

A
  • assures proper data formatting for receiving node to understand
  • carries out important data encryption and decryption
  • performs data compression and decompression
19
Q

application layer functions

A
  • handles end-user services and applications