Computer Networking
A 4 KHz noise less channel with one sample ever 125 per sec is used to transmit digital signals. Differential PCM with 4 bit relative signal value is used. Then how many bits per second are actually sent?

32 Kbps
128 Kbps.
8 Kbps
None of these
64 Kbps

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
A network administrator views the output from the show ip route command. A network that is advertised by both RIP and IGRP appears in the routing table flagged as an IGRP route. Why is the RIP route to this network not used in the routing table?

IGRP has a lower administrative distance.
IGRP has a faster update timer.
The IGRP route has fewer hops.
RIP has a higher metric value for that route.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
The main difference between synchronous and asynchronous transmission is

None of these
the bandwidth required is different
the clocking is derived from the data in synchronous transmission
the clocking is mixed with the data in asynchronous transmission
the pulse height is different.

ANSWER DOWNLOAD EXAMIANS APP

Computer Networking
If you wanted to deny FTP access from network 200.200.10.0 to network 200.199.11.0 but allow everything else, which of the following command strings is valid?

access-list 110 deny 200.200.10.0 to network 200.199.11.0 eq ftpaccess-list 111 permit ip any 0.0.0.0 255.255.255.255
access-list 100 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftp
access-list 1 deny ftp 200.200.10.0 200.199.11.0 any any
access-list 198 deny tcp 200.200.10.0 0.0.0.255 200.199.11.0 0.0.0.255 eq ftpaccess-list 198 permit ip any 0.0.0.0 255.255.255.255

ANSWER DOWNLOAD EXAMIANS APP