| Back to Questions Page |
| |
| Question |
Regarding frame relay, which of the following statements are
true?
A.) You must use ANSI encapsulation if connecting to
non-Cisco equipment
B.) You must use IETF encapsulation if connecting to
non-Cisco equipment
C.) You must use Q.933a encapsulation if connecting to
non-Cisco equipment
D.) You must use Cisco encapsulation if connecting to
non-Cisco equipment |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: B
Cisco's encapsulation for Frame relay is proprietary. To
communicate
with non-Cisco equipment when using frame-relay
encapsulation, the IETF
method must be used.  |
| Guest |
| |
| |
| Answer | You must use IETF encapsulation when connecting to non-
cisco equipment  |
| Flavio |
| |
| |
| Question |
What is the default encapsulation of Netware 3.12?
A.) Ethernet_II
B.) 802.5
C.) 802.2
D.) 802.3 |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: C
The 802.2 Frame Type is the default frame-type for Netware 3.12.  |
| Guest |
| |
| |
|
|
| |
| Question |
What does the acronym ARP stand for?
A.) Address Resolution Phase
B.) ARP Resolution Protocol
C.) Address Resolution Protocol
D.) Address Recall Protocol |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: C
The Address Resolution Protocol (ARP) resolved IP addresses
to MAC
addresses.  |
| Guest |
| |
| |
| Answer | C.) Address Resolution Protocol
·ARP was invented for this reason . It relates IP’s to MAC
addresses only on media that supports broadcasts .
·Each node maintains a cache called the ARP cache , which
holds a table of IP’s against MAC addresses .  |
| Kapilasdhir |
| |
| |
| Question |
On Cisco catalyst 5000 how would you set the second port on the
controller in the first slot to full duplex?
A.) Set port duplex 1/1 full
B.) Set port duplex 1/2 full
C.) Set port duplex 0/1 full
D.) Set port duplex 0/2 full |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: B
The syntax is: set type duplex slot/port  |
| Guest |
| |
| |
| Question |
Why would you use static routing instead of dynamic routing?
A.) When you want automatic updates of the routing tables
B.) All the time
C.) When you have very few routes and want to conserve bandwidth
D.) When you have a gateway of last resort |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: C
Static routes are typically used when there are very few
routes and you
want to conserve bandwidth. Since routing protocols are
constantly
sending their updates across the wire, it can cause a great
deal of
congestion.  |
| Guest |
| |
| |
| Question |
What does the 'S' mean when looking at the routing table?
A.) Statically connected
B.) Directly connected
C.) Dynamically attached
D.) Shutdown route |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: A
Statically connected routes are those that an administrator
has manually
entered into the routing table.  |
| Guest |
| |
| |
| Question |
What is the difference between TCP and UDP?
A.) TCP is connection-oriented; UDP uses acknowledgements only
B.) TCP is connection-oriented; UDP is connectionless
C.) Both TCP and UDP are connection-oriented, but only TCP
uses windowing
D.) TCP and UDP both have sequencing, but UDP is connectionless |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | The correct answer(s): B
TCP provides guaranteed connection oriented delivery of
packets, UDP
does not.  |
| Guest |
| |
| |
| Answer | B.) TCP is connection-oriented; UDP is connectionless  |
| Kapilasdhir |
| |
| |
| Question |
You need to come up with a TCP/IP addressing scheme for your
company. Which two factors must you consider when you define
the subnet
mask for the network?
A.) The location of DHCP servers
B.) The volume of traffic on each subnet
C.) The number of subnets on the network
D.) The location of the default gateway
E.) The number of host IDs on each subnet |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: C E
When determining which subnet mask to use, you must
determine how many
hosts and how many subnets are required.  |
| Guest |
| |
| |
| Question |
What does a metric of 16 hops represent when using RIP?
A.) Number of hops to the destination
B.) Destination unreachable
C.) Number of routers
D.) Bandwidth |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: B
Routing Information Protocol (RIP) is a distance vector
routing protocol
that used hop count as its metric. The maximum hop count is
15, 16 hops
is considered unreachable. RIP updates are broadcast every
30 seconds by
default. RIP has an administrative distance of 120.  |
| Guest |
| |
| |
| Answer | B.) Destination unreachable  |
| Kapilasdhir |
| |
| |
| Question |
Which three of the following are true statements about
connection-oriented sessions?
A.) The segments delivered are acknowledged back to the
sender upon
their reception
B.) Any segments not acknowledged the are retransmitted by
the receiver
C.) A manageable data flow is maintained in order to avoid
congestion,
overloading and loss of any data
D.) Segments are sequenced back into their proper order upon
arrival at
their destination |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: A C D
Connection-oriented services are useful for transmitting
data from
applications that are intolerant of delays and packet
re-sequencing. FTP
and Telnet applications are based on connection-oriented
services as
well as some voice and video programs. Any segment that is not
acknowledged by the received is retransmitted by the sender.  |
| Guest |
| |
| |
| Question |
Which is true regarding store-and-forward switching method?
A.) Latency varies depending on frame-length
B.) Latency is constant
C.) It is default for all Cisco switches
D.) It only reads the destination hardware address before
forwarding the
frame |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: A
Store-and-Forward switching copies the entire frame into its
buffer and
computes the CRC. If a CRC error is detected, the frame is
discarded, or
if the frame is a runt (less than 64 bytes including the
CRC) or a giant
(more than 1518 bytes including the CRC). The LAN switch
then looks up
the destination address in its switching table and
determines the
outgoing interface. The frame is then forwarded to the outgoing
interface. Cisco Catalyst 5000 switches uses the
Store-and-Forward
method. The problem with Store-and-Forward switching is
latency is
increased. Latency also varies with the size of the frame.
The larger
the frame, the more latency associated. This of course is
due to the
fact that the entire frame is copied into its buffer before
being
forwarded.  |
| Guest |
| |
| |
| Question |
Ping uses which Internet layer protocol?
A.) RARP
B.) ICMP
C.) ARP
D.) FTP |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: B
Internet Control Message Protocol - ICMP is a management
protocol and
messaging service provider for IP. Its messages are carried
as IP
datagrams.
ICMP is used in the following events:
Destination Unreachable - If a router cannot send an IP
packet any
further, it uses an ICMP echo to send a message back to the
sender
notifying it that the remote node is unreachable.
Buffer Full - If a routers memory buffer is full ICMP will
send out a
message to the originator.
Hops - Each IP datagram is assigned a path. This consists of
hops. If it
goes through the maximum number of hops, the packet is
discarded and the
discarding router sends an ICMP echo to the host.
Ping - Ping use ICMP echo message to check connectivity.  |
| Guest |
| |
| |
| Question |
Which of the following is a characteristic of a switch, but
not of
a repeater?
A.) Switches forward packets based on the IPX or IP address
in the frame
B.) Switches forward packets based on the IP address in the
frame
C.) Switches forward packets based on the MAC address in the
frame
D.) Switches forward packets based only on the IP address in
the packet |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: C
A repeater regenerates the signal it receives, a switch
makes decisions
based upon MAC addresses to determine whether a frame should be
forwarded. Repeaters forward all packets.  |
| Guest |
| |
| |
| Question |
What is Cisco's default encapsulation method on serial
interfaces?
A.) ANSI
B.) Cisco
C.) Q933a
D.) HDLC |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: D
Cisco's implementation of HDLC is only compatible with Cisco
routers. It
is the default encapsulation type for serial interfaces.  |
| Guest |
| |
| |
| Question |
What is the maximum hop count for IP RIP?
A.) Infinity
B.) 16
C.) 15
D.) 1 |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Answer: C
15 is the maximum hop count, underscoring the size
limitation of RIP.  |
| Guest |
| |
| |
|
| |
|
Back to Questions Page |