Review Questions


1.

Which protocol works at the Internet layer and is responsible for making routing decisions?

  1. TCP

  2. UDP

  3. IP

  4. ARP

crouters use ip and logical addressing to determine packet routing.

2.

Which of the following can be used to transport files between hosts?

  1. Telnet

  2. FTP

  3. SMTP

  4. ARP

bftp is used to both send and receive data between hosts on the network.

3.

Which protocol can be used to transport mail messages across an internetwork?

  1. Telnet

  2. FTP

  3. SMTP

  4. ARP

csmtp is used to send or transport mail messages between hosts of a network.

4.

Which protocol provides remote virtual terminal access?

  1. Telnet

  2. FTP

  3. SMTP

  4. ARP

atelnet allows for remote access and terminal emulation between hosts.

5.

Which of the following statements is true?

  1. TCP is connection-oriented; UDP uses acknowledgments only.

  2. Both TCP and UDP are connection-oriented, but only TCP uses windowing.

  3. TCP is connection-oriented, but UDP is connectionless.

  4. TCP and UDP both have sequencing, but UDP is connectionless.

ctcp uses virtual circuits to send sequenced, acknowledged, reliable data between hosts. udp sends data unsequenced, unacknowledged, unreliable, but with low overhead.

6.

What does the acronym ARP stand for?

  1. ARP Resolution Protocol

  2. Address Restitution Protocol

  3. Address Resolution Phase

  4. Address Resolution Protocol

daddress resolution protocol is the correct term.

7.

Which of the following protocols is used to get an IP address from a known MAC address?

  1. ARP

  2. RARP

  3. IP

  4. TCP

  5. UDP

brarp is the protocol used by diskless workstations to determine their ip address given their mac address.

8.

Which two of the following protocols are used at the Transport layer?

  1. ARP

  2. RARP

  3. IP

  4. TCP

  5. UDP

d, etcp and udp are the protocols used at the transport layer in the tcp/ip protocol suite. the host-to-host layer functions like the transport layer in the osi model. in fact, the term transport layer is often used interchangeably with host-to-host.

9.

Which of the following is a connectionless protocol at the Transport layer?

  1. ARP

  2. RARP

  3. IP

  4. TCP

  5. UDP

eudp is the connectionless transport layer protocol while tcp is the connection-oriented transport layer protocol. the host-to-host layer functions like the transport layer in the osi model. in fact, the term transport layer is often used interchangeably with host-to-host.

10.

Which of the following protocols provides connection-oriented transport to upper layer protocols?

  1. RIP

  2. NLSP

  3. SPX

  4. NCP

cspx is the protocol used by the ipx/spx protocol suite for connection-oriented data delivery at the transport layer. the host-to- host layer functions like the transport layer in the osi model. in fact, the term transport layer is often used interchangeably with host-to-host.

11.

In TCP/IP, which of the following functions are performed by IP at the Internet layer of the DOD model? (Choose all that apply.)

  1. Connection-oriented delivery of data

  2. Routing

  3. Routing through an internetwork

  4. Providing single network interface to upper layers

  5. Setup and establishment of full-duplex communication channel

b, cip is used for the logical addressing of network devices and destination of network routes by routers.

12.

Which of the following can respond to a client GNS request? (Choose all that apply.)

  1. Local NetWare server

  2. Remote NetWare server

  3. Local client

  4. Cisco router

a, dnetware servers always respond to local gns broadcast requests by clients, and cisco routers can be configured to respond to clients where netware servers do not exist on their local networks.

13.

Of the following TCP/IP protocols, which is most like IPX?

  1. A connectionless protocol like UDP

  2. A connection-oriented protocol like TCP

  3. An address resolution protocol like ARP

  4. A file transfer protocol like FTP

aipx is a protocol designed very much like udp and is connectionless.

14.

How often do servers exchange SAP information unless set otherwise?

  1. Every 15 seconds

  2. Every 30 seconds

  3. Every 60 seconds

  4. Every 120 seconds

cevery 60 seconds, servers exchange their sap table entries to build a comprehensive list of network services.

15.

Given the IPX address 00007C81.00A0.2494.E939, which of the following is the associated IPX network address and which is the node address?

  1. Network address: 00a0, node address: 2494 E939

  2. Network address: 00007C81, node address: 00a0.2494.e939

  3. Network address: 00A0.2494, node address: E939

  4. Network address: 7C81 00a0, node address: 2494.e939

bthe first 32 bits represent the assignable ipx network address, and the final 48 bits represent the node address, also known as the mac address.

16.

Of the following TCP/IP protocols, which is most like SPX? Clue: SPX is at Layer 4 of the OSI model.

  1. A connectionless protocol like UDP

  2. A connection-oriented protocol like TCP

  3. An address resolution protocol like ARP

  4. A file transfer protocol like FTP

btcp is most like spx and uses connection-oriented, sequenced, acknowledged, reliable, virtual circuits for data delivery.

17.

Which of the following protocols are at Layer 3 of the OSI Model? (Choose all that apply.)

  1. IPX

  2. SPX

  3. IP

  4. TCP

  5. UDP

a, cboth ipx and ip are responsible for logical addressing at layer 3 of the osi model and are used by hosts, routers, and routing protocols to determine host and network addressing.

18.

How many bytes are in an IPX address?

  1. 4

  2. 8

  3. 10

  4. 20

c10 bytes (80 bits) is the length of an ipx address using the 32-bit network address and the 48-bit node address.

19.

Which two of the following methods are used to resolve network addresses to MAC addresses?

  1. Hello Protocol (HP)

  2. Router Query Protocol (RQP)

  3. Serial Line Address Resolution Protocol (SLARP)

  4. Dynamic Address Resolution (DAR)

  5. Address Resolution Protocol (ARP)

c, eslarp is rare in today s networks but was designed to resolve network addresses to mac addresses and operates much like arp.

20.

Which of the following statements is true regarding IPX addresses assigned to a node?

  1. A NetWare administrator defines the node address when installing the software.

  2. NetWare nodes receive their address from a DHCP server.

  3. NetWare nodes request a node address at bootup.

  4. NetWare nodes use the hardware MAC address.

dan ipx address includes the node s mac addresses and eliminates the need for logical-to-physical address resolution used in ip networks.

Answers

1.

C Routers use IP and logical addressing to determine packet routing.

2.

B FTP is used to both send and receive data between hosts on the network.

3.

C SMTP is used to send or transport mail messages between hosts of a network.

4.

A Telnet allows for remote access and terminal emulation between hosts.

5.

C TCP uses virtual circuits to send sequenced, acknowledged, reliable data between hosts. UDP sends data unsequenced, unacknowledged, unreliable, but with low overhead.

6.

D Address Resolution Protocol is the correct term.

7.

B RARP is the protocol used by diskless workstations to determine their IP address given their MAC address.

8.

D, E TCP and UDP are the protocols used at the Transport layer in the TCP/IP protocol suite. The Host-to-Host layer functions like the Transport layer in the OSI model. In fact, the term “Transport layer” is often used interchangeably with Host-to-Host.

9.

E UDP is the connectionless Transport layer protocol while TCP is the connection-oriented Transport layer protocol. The Host-to-Host layer functions like the Transport layer in the OSI model. In fact, the term “Transport layer” is often used interchangeably with Host-to-Host.

10.

C SPX is the protocol used by the IPX/SPX protocol suite for connection-oriented data delivery at the Transport layer. The Host-to- Host layer functions like the Transport layer in the OSI model. In fact, the term “Transport layer” is often used interchangeably with Host-to-Host.

11.

B, C IP is used for the logical addressing of network devices and destination of network routes by routers.

12.

A, D NetWare servers always respond to local GNS broadcast requests by clients, and Cisco routers can be configured to respond to clients where NetWare servers do not exist on their local networks.

13.

A IPX is a protocol designed very much like UDP and is connectionless.

14.

C Every 60 seconds, servers exchange their SAP table entries to build a comprehensive list of network services.

15.

B The first 32 bits represent the assignable IPX network address, and the final 48 bits represent the node address, also known as the MAC address.

16.

B TCP is most like SPX and uses connection-oriented, sequenced, acknowledged, reliable, virtual circuits for data delivery.

17.

A, C Both IPX and IP are responsible for logical addressing at Layer 3 of the OSI model and are used by hosts, routers, and routing protocols to determine host and network addressing.

18.

C 10 bytes (80 bits) is the length of an IPX address using the 32-bit network address and the 48-bit node address.

19.

C, E SLARP is rare in today’s networks but was designed to resolve network addresses to MAC addresses and operates much like ARP.

20.

D An IPX address includes the node’s MAC addresses and eliminates the need for logical-to-physical address resolution used in IP networks.




CCDA. Cisco Certified Design Associate Study Guide
CCDA: Cisco Certified Design Associate Study Guide, 2nd Edition (640-861)
ISBN: 0782142001
EAN: 2147483647
Year: 2002
Pages: 201

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net