1/33
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
The entire collection of protocols and systems in the Remote Device Model is called this.
network architecture
The set of protocols used in implementing the remote device model.
protocol stack
The information sent on each level of the remote device model protocol stack.
message
The model created by the International Organization for Standardization (ISO) as a reference model for describing the functions of a communication system.
OSI (Open Systems Interconnection)
The network model created in the 1970s by the Defense Advance Research Project Agency (DARPA).
TCP/IP model
In the Group Multicast Model, this scheme is used when it is necessary to pass information to all nodes within the network. It comprises a single sender and what?
multiple receivers
In the Bluetooth packet format, this part identifies the devices and helps them synch their timing.
ACCESS CODE
In the Bluetooth packet format, AM_ADDR stands for this.
Active Member Address
In an Ethernet Packet Format, TPID stands for this.
Tag Protocol ID
In an Ethernet Packet Format, TCI stands for this.
Tag Control Information
In an Ethernet Packet Format, CFI stands for this (which indicates a single bit if it is standard or not).
Canonical Format Identifier
In the I2C Architecture, each master is responsible for generating this clock for the bus.
SCL clock
Synchronization between or among distributed processes is accomplished through such a ________ exchange.
message
In IPv4, addresses are 4 bytes, or ________, in length.
octets
It is common to write IPv4 addresses in ________ notation.
dot-decimal
IPv6 addresses are customarily written as eight groups of four hexadecimal digits separated by ________.
colons
The client-server pattern involves the exchange of ________ messages.
request-reply
In the Client-Server model, the Client transmits a request to the server process and ________.
block
In the peer-to-peer model, the notion of a predesignated ________ does not exist.
client or server
A master can initiate an I2C transfer cycle only if the bus is ________.
not in use
An I2C cycle begins when the master places the SDA line in the LOW state while keeping the SCL line in the ________.
HIGH state
In I2C, arbitration can only begin at the ________ of the address.
most significant bit
In I2C, the operation takes advantage of the ________ connection scheme utilized by the I2C bus.
wired AND
Enumerate the four layers of the TCP/IP model.
Network Access; Internet; Transport; Application
Enumerate the three communication models mentioned.
Client-Server; Peer-to-Peer; Group Multicast
Enumerate the three main parts of a BLUETOOTH Packet Format.
ACCESS CODE; HEADER; PAYLOAD
Enumerate the seven layers of the OSI model.
Application; Presentation; Session; Transport; Network; Data Link; Physical