How do servers connect to the network in a virtual environment?
Awireless to an access point that is physically connected to the network
Ba cable connected to a physical switch on the network
Ca virtual switch that links to an access point that is physically connected to the network
Da software switch on a hypervisor that is physically connected to the network
Correct Answer:D
Q376(none)
Which CRUD operation corresponds to the HTTP GET method?
Aread
Bupdate
Ccreate
Ddelete
Correct Answer:A
GET: This method retrieves the information identified by the request URI. In the context of the RESTful web services, this method is used to retrieve resources. This is the method used for read operations (the R in CRUD). https://hub.packtpub.com/crud-operations-rest/
Q377(none)
With REST API, which standard HTTP header tells a server which media type is expected by the client?
AAccept-Encoding: gzip. deflate
BAccept-Patch: text/example; charset=utf-8
CContent-Type: application/json; charset=utf-8
DAccept: application/json
Correct Answer:D
Accept header is a way for a client to specify the media type of the response content it is expecting and Content-type is a way to specify the media type of request being sent from the client to the server.
Q378(none)
Which device tracks the state of active connections in order to make a decision to forward a packet through?
Awireless access point
Bfirewall
Cwireless LAN controller
Drouter
Correct Answer:B
Q379(none)
Refer to the exhibit. PC1 is trying to ping PC3 for the first time and sends out an ARP to S1. Which action is taken by S1? A. It forwards it out G0/3 only
BIt is flooded out every port except G0/0.
CIt drops the frame.
DIt forwards it out interface G0/2 only.
Correct Answer:B
Q380(none)
Refer to the exhibit. A network administrator has been tasked with securing VTY access to a router Which access-list entry accomplishes this task?
A network administrator must enable DHCP services between two sites. What must be configured for the router to pass DHCPDISCOVER messages on to the server?
Aa DHCP Relay Agent
BDHCP Binding
Ca DHCP Pool
DDHCP Snooping
Correct Answer:A
Q382(none)
Which device controls the forwarding of authentication requests for users when connecting to the network using a lightweight access point?
ATACACS server
Bwireless access point
CRADIUS server
Dwireless LAN controller
Correct Answer:D
Q384(none)
Which configuration is needed to generate an RSA key for SSH on a router?
AConfigure the version of SSH
BConfigure VTY access.
CCreate a user with a password.
DAssign a DNS domain name
Correct Answer:D
Q385(none)
What is the maximum bandwidth of a T1 point-to-point connection?
A1.544 Mbps
B2.048 Mbps
C34.368 Mbps
D43.7 Mbps
Correct Answer:A
Point to Point T1 A Point to Point T1 service is a private data connection securely connecting two or more locations with T1 data speeds (1.54Mbps).