click below
click below
Normal Size Small Size show me how
F5&F6 Networking 1
| Question | Answer |
|---|---|
| What is indicated by a successful ping to the ::1 IPv6 address? | IP is properly installed on the host. |
| Which type of IPv6 address is not routable and used only for communication on a single subnet? | link-local address |
| What is the purpose of the command ping ::1? | It tests the internal configuration of an IPv6 host. |
| What are three parts of an IPv6 global unicast address? (Choose three.) | the Global Routing Prefix, the Subnet ID, and the Interface ID |
| What is the valid most compressed format possible of the IPv6 address 2001:0DB8:0000:AB00:0000:0000:0000:1234? | 2001:DB8:0:AB00::1234 |
| Your organization is issued the IPv6 prefix of 2001:0000:130F::/48 by your service provider. With this prefix, how many bits are available for your organization to create subnetworks if interface ID bits are not borrowed? | 16 |
| What is the most compressed representation of the IPv6 address 2001:0000:0000:abcd:0000:0000:0000:0001? | 2001:0:0:abcd::1 |
| What is the prefix associated with the IPv6 address 2001:CA48:D15:EA:CC44::1/64? | 2001:CA48:D15:EA::/64 |
| What type of address is automatically assigned to an interface when IPv6 is enabled on that interface? | link-local |
| Which IPv6 network prefix is only intended for local links and can not be routed? | FE80::/10 |
| How many subnets will you get if the original IPv6 prefix is /52 and the new prefix id /55? | 8 |
| How many subnets will you get if the original IPv6 prefix is /44 and the new prefix id /52? | 256 |
| How many subnets will you get if the original IPv6 prefix is /52 and the new prefix id /58? | 64 |
| How many subnets will you get if the original IPv6 prefix is /48 and the new prefix id /52? | 16 |
| How many subnets will you get if the original IPv6 prefix is /48 and the new prefix id /53? | 32 |
| How many subnets will you get if the original IPv6 prefix is /56 and the new prefix id /60? | 16 |
| Given a /48 Global Routing Prefix and a /64 prefix, what is the subnet portion of the following address: 2001:db8:cafe:1111:2222:3333:4444:5555? | 1111 |
| Given a /32 Global Routing Prefix and a /64 prefix, how many bits would be allocated for the Subnet ID? | 32 |
| How many subnets will you get if the original IPv6 prefix is /44 and the new prefix id /50? | 64 |
| How many subnets will you get if the original IPv6 prefix is /48 and the new prefix id /55? | 128 |
| A user issues a ping 2001:db8:3040:114::88 command and receives a response that includes a code of 4. What does this code represent? | protocol unreachable |
| Which flag in the TCP header is used in response to a received FIN in order to terminate connectivity between two network devices? | ACK |
| A user issues a ping 192.138.250.123 command and receives a response that includes a code of 1. What does this code represent? | host unreachable |
| How are port numbers used in the TCP/IP encapsulation process? | If multiple conversations occur that are using the same service, the source port number is used to track the separate conversations. |
| What are two roles of the transport layer in data communication on a network? (Choose two.) | tracking the individual communication between applications on the source and destination hosts; identifying the proper application for each communication stream |
| A user executes a traceroute over IPv6. At what point would a router in the path to the destination device drop the packet? | when the value of the Hop Limit field reaches zero |
| A PC that is communicating with a web server has a TCP window size of 6,000 bytes when sending data and a packet size of 1,500 bytes. Which byte of information will the web server acknowledge after it has received two packets of data from the PC? | 3001 |
| What is the purpose of ICMP messages? | to provide feedback of IP packet transmissions |
| A user issues a ping 10.10.14.67 command and receives a response that includes a code of 0. What does this code represent? | network unreachable |
| A PC that is communicating with a web server has a TCP window size of 6,000 bytes when sending data and a packet size of 1,500 bytes. Which byte of information will the web server acknowledge after it has received four packets of data from the PC? | 6001 |
| Why does HTTP use TCP as the transport layer protocol? | because HTTP requires reliable delivery |
| Which ICMPv6 message is sent when the IPv6 hop limit field of a packet is decremented to zero and the packet cannot be forwarded? | time exceeded |
| Which protocol is used by the traceroute command to send and receive echo-requests and echo-replies? | ICMP |
| A PC is downloading a large file from a server. The TCP window is 1000 bytes. The server is sending the file using 100-byte segments. How many segments will the server send before it requires an acknowledgment from the PC? | 10 segments |
| What does a client do when it has UDP datagrams to send? | It just sends the datagrams. |
| Which two characteristics are associated with UDP sessions? (Choose two.) | Received data is unacknowledged; Destination devices receive traffic with minimal delay. |
| What source IP address does a router use by default when the traceroute command is issued? | the IP address of the outbound interface |
| A user issues a ping 2001:db8:1ACE:39::10 command and receives a response that includes a code of 3. What does this code represent? | protocol unreachable |
| In what two situations would UDP be better than TCP as the preferred transport protocol? (Choose two.) | when applications do not need to guarantee delivery of the data; when a faster delivery mechanism is needed |
| A PC that is communicating with a web server has a TCP window size of 6,000 bytes when sending data and a packet size of 1,500 bytes. Which byte of information will the web server acknowledge after it has received three packets of data from the PC? | 4501 |
| What is the prefix length notation for the subnet mask 255.255.255.128? | /25 |
| What is the network address of the IP address 192.168.0.130/27? | 192.168.0.128/27 |
| What is the network address of the IP address 192.168.0.70/27? | 192.168.0.64/27 |
| What does the IP address 172.17.0.1/16 represent? | host address |
| What is the network address of the IP address 192.168.0.48/27? | 192.168.0.32/27 |
| What does the IP address 172.17.255.255/16 represent? | broadcast address |
| A network administrator subnets the 192.168.10.0/24 network into subnets with /26 masks. How many equal-sized subnets are created? | 4 |
| What subnet mask is represented by the slash notation /27? | 255.255.255.224 |
| What subnet mask is represented by the slash notation /25? | 255.255.255.128 |
| What subnet mask is represented by the slash notation /16? | 255.255.0.0 |
| A network administrator subnets the 192.168.10.0/24 network into subnets with /27 masks. How many equal-sized subnets are created? | 8 |
| What subnet mask is represented by the slash notation /26? | 255.255.255.192 |
| What is the prefix length notation for the subnet mask 255.255.255.248? | /29 |
| What does the IP address 172.17.4.250/16 represent? | host address |
| What subnet mask is represented by the slash notation /17? | 255.255.128.0 |
| A network administrator subnets the 192.168.10.0/24 network into subnets with /25 masks. How many equal-sized subnets are created? | 2 |
| What is the network address of the IP address 192.168.0.170/27? | 192.168.0.160/27 |
| What does the IP address 172.17.0.0/16 represent | network address |
| What is the prefix length notation for the subnet mask 255.255.255.192? | /26 |
| A network administrator subnets the 192.168.10.0/24 network into subnets with /29 masks. How many equal-sized subnets are created? | 32 |
| A network administrator is variably subnetting a network. The smallest subnet has a mask of 255.255.255.192. How many usable host addresses will this subnet provide? | 62 |
| What subnet mask does the prefix /23 represent? | 255.255.254.0 |
| What subnet mask does the prefix /13 represent? | 255.240.0.0 |
| A network administrator is variably subnetting a network. The smallest subnet has a mask of 255.255.255.128. How many usable host addresses will this subnet provide? | 126 |
| What subnet mask does the prefix /19 represent? | 255.255.224.0 |
| Which statement is true about variable-length subnet masking? | The size of each subnet may be different. Depending on requirements. |
| A network administrator is variably subnetting a network. The smallest subnet has a mask of 255.255.255.248. How many usable host addresses will this subnet provide? | 6 |
| A network administrator is variably subnetting a network. The smallest subnet has a mask of 255.255.255.224. How many usable host addresses will this subnet provide? | 30 |
| What subnet mask does the prefix /15 represent? | 255.254.0.0 |
| What subnet mask does the prefix /14 represent? | 255.252.0.0 |