Mobile and Networked Embedded System Flashcards

1
Q

The entire collection is called

A

a network
architecture

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

IMPLEMENTING THE REMOTE DEVICE MODEL:
The entire collection is called a ____ , and the set of protocols used is
called a ______.

A

network
architecture, protocol stack,

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

The information sent
on each level is called a ____.

A

message

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

was created by the International
Organization for Standardization (ISO),
an international standard-setting body

A

OSI (Open Systems Interconnection)
model

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

It
was designed to be a reference model for
describing the functions of a
communication system.

A

OSI (Open Systems Interconnection)
model

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

model was created in the
1970s by the Defense Advance
Research Project Agency (DARPA) as
an open, vendor-neutral, public
networking model.

A

The TCP/IP

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

TCP/IP layers:

A

Network Access, Internet, Transport, and
Application

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

OSI layers:

A

Application, Presentation, Session, Transport, Network, Data Link, Physical

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

In ____, they are 4 bytes, or octets, in length. It is
common to write _____ addresses in dot-decimal
notation, such as 128.252.73.216

A

IPv4

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

addresses are customarily written as eight groups of
four hexadecimal digits separated by colons, such as
2002:80fc:a0ba::80fc:a0ba (one sequence of groups
consisting of four 0 digits can be omitted, as in this
example; leading zeros can always be omitted).

A

IPv6

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

IANA in turn grants IP address
allotments to five regional
registries:

A

African Network Information Centre (AfriNIC)
* American Registry for Internet Numbers (ARIN) for
the United States, Canada, and parts of the Caribbean
* Asia-Pacific Network Information Centre (APNIC)
* Latin American and Caribbean Internet Addresses
Registry (LACNIC) for Latin America and parts of
the Caribbean
* RIPE NCC for Europe, Central Asia, and the Middle
East

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

The Models

A
  • Client-Server
  • Peer-to-Peer
  • Group Multicast
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

______ involves the
exchange of request-reply messages
according to the following sequence

A

client-server pattern

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

The client-server pattern involves the
exchange of request-reply messages
according to the following sequence.

A
  1. Client: Transmit a request to the
    server process and block.
  2. Server: Execute the request.
  3. Server: Return the reply to the client
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

follows naturally
from the client-server model.

A

peer-to-peer model

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

combines the
familiar (local) procedure call model
with the client-server model

A

Remote Procedure Call (RPC) paradigm

17
Q

A master can initiate a transfer cycle only if the bus
is not in use

A

Arbitration

18
Q

Each master typically has its own internal clock, and
each is responsible for generating the SCL clock for
the bus.

A

Synchronization

19
Q

corresponds to the
physical and data link layers of the
ISO/OSI reference model.

A

CAN Network

20
Q

The standard CAN message format

A
  1. SOF
  2. Identifier
    3.RTR
  3. IDE
    5.r0
    6.DLC
    7.Payload
    8.CRC
    9.ACK
    10.EOF
    11.IFS