VERIFIED ANSWERS!!
code
, Don't know?
2 of 97
Term
When a wireless access point point transmits data, all computers
within range will receive it. What wired network device that we
studied transmits data in this manner?
Give this one a try later!
A hardware device that allows WiFi devices to connect to a wired network. It acts
as a bridge between the wireless and wired network
The common goal is to secure wireless communications. They achieve this by
providing encryption (confidentiality) and authentication (ensuring the identity of
the parties involved)
A hub is a wired network device that transmits data to all connected
devices, similar to how a wireless access point broadcasts data to all
computers within range
Flow control Fragmentation / reassembly
Don't know?
3 of 97
,Term
The Session Layer of the OSI model:
Give this one a try later!
Encrypts data for secure Manages the physical hardware
transmission connections
Sets up, manages, and
terminates connections
Routes data packets between
between applications on
networks
source and destination
computers
Don't know?
4 of 97
Term
Which OSI layer is PAP in?
Give this one a try later!
Layer 4, transport Layer 5, session
Layer 6, presentation Layer 3, network
Don't know?
, 5 of 97
Term
Docker containers have revolutionized the _________________.
Give this one a try later!
Hardware manufacturing process Data storage management
Software supply chain Network security protocols
Don't know?
6 of 97
Term
For the command: $docker container run -d --name helloThere
alpine /bin/sh -c "while true; do prinf 'hello there.../n'; sleep 5;
done"
--name is used to ____________ _.
Give this one a try later!
name the process pause the process
terminate the process monitor the process