Pt. 4
Which subnet would include the address 192.168.1.96 as a usable host address? 192.168.1.64/26 192.168.1.32/27 192.168.1.32/28 192.168.1.64/29
192.168.1.64/26
A wireless host needs to request an IP address. What protocol would be used to process the request? FTP HTTP DHCP ICMP SNMP
DHCP
When applied to a router, which command would help mitigate brute-force password attacks against the router? exec-timeout 30 service password-encryption banner motd $Max failed logins = 5$ login block-for 60 attempts 5 within 60
login block-for 60 attempts 5 within 60
A technician can ping the IP address of the web server of a remote company but cannot successfully ping the URL address of the same web server. Which software utility can the technician use to diagnose the problem? tracert ipconfig netstat nslookup
nslookup
A user opens three browsers on the same PC to access www.cisco.com to search for certification course information. The Cisco web server sends a datagram as a reply to the request from one of the web browsers. Which information is used by the TCP/IP protocol stack in the PC to identify which of the three web browsers should receive the reply? the destination IP address the destination port number the source IP address the source port number
the destination port number
Which two tasks are functions of the presentation layer? (Choose two.) compression addressing encryption session control authentication
compression encryption
A PC obtains its IP address from a DHCP server. If the PC is taken off the network for repair, what happens to the IP address configuration? The configuration is permanent and nothing changes. The address lease is automatically renewed until the PC is returned. The address is returned to the pool for reuse when the lease expires. The configuration is held by the server to be reissued when the PC is returned.
The address is returned to the pool for reuse when the lease expires.
Which statement is true about variable-length subnet masking? Each subnet is the same size. The size of each subnet may be different, depending on requirements. Subnets may only be subnetted one additional time. Bits are returned, rather than borrowed, to create additional subnets.
The size of each subnet may be different, depending on requirements.
What is a key characteristic of the peer-to-peer networking model? wireless networking social networking without the Internet network printing using a print server resource sharing without a dedicated server
resource sharing without a dedicated server
Which scenario describes a function provided by the transport layer? A student is using a classroom VoIP phone to call home. The unique identifier burned into the phone is a transport layer address used to contact another network device on the same network. A student is playing a short web-based movie with sound. The movie and sound are encoded within the transport layer header. A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window. A corporate worker is accessing a web server located on a corporate network. The transport layer formats the screen so the web page appears properly no matter what device is being used to view the web site.
A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window.
Which example of malicious code would be classified as a Trojan horse? malware that was written to look like a video game malware that requires manual user intervention to spread between systems malware that attaches itself to a legitimate program and spreads to other programs when launched malware that can automatically spread from one system to another by exploiting a vulnerability in the target
malware that was written to look like a video game
What are two ways that TCP uses the sequence numbers in a segment? (Choose two.) to identify missing segments at the destination to reassemble the segments at the remote location to specify the order in which the segments travel from source to destination to limit the number of segments that can be sent out of an interface at one time to determine if the packet changed during transit
to identify missing segments at the destination to reassemble the segments at the remote location