Which is the protocol using multiple tcp/ip connections?
SLIP or PPP
Answers were Sorted based on User's Feedback
Answer / jitendera
Serial Line Interface Protocol
The Serial Line Interface Protocol (SLIP) is a simple
protocol designed to work with TCP/IP network protocol.
Until PPP came along, SLIP was the standard Internet dial-up
protocol for many years. Now SLIP is not widely used
because of the following reasons:-
1. SLIP doesn't implement error correction: SLIP doesn't
perform error correction unlike PPP, as a result that may
led to send extra packet data to make the error checking.
2. SLIP can handle only one protocol at a time: The SLIP
header doesn't include a field for specifying the network
protocol, unlike IP header which can handle more than one
protocol, so you can't change while working, you must end
your session first.
3. SLIP can't handle dynamic addressing: SLIP requires
that the machine must determine an IP address. This prevents
you from using Dynamic Host Configuration Protocol (DHCP)
4. SLIP doesn't support compression: The basic SLIP
protocol doesn't support compression of the entire data
packets. However, a different SLIP specification called
compressed SLIP or CSLIP which enables compression of just
the IP header portion of a TCP/IP data packet.
I think you will get yours answer in Point 2nd
so the answer is PPP
| Is This Answer Correct ? | 19 Yes | 0 No |
Which of the following will show an extended access list 150? A.) sh access-list B.) sh ip int C.) sh ip access-list 150 D.) sh access-list 150 extended
How does RIP differ from IGRP?
Identify the command to copy a configuration file from a TFTP server to a routers active configuration? A.) Router# copy running-config tftp B.) Router# copy tftp running-config C.) Router# copy tftp 172.16.0.1 running-config D.) Router(config)# copy tftp running-config
How often does IP RIP send out routing table updates by default? A.) They send complete updates every 30 seconds B.) They send partial updates every 30 seconds C.) They send complete updates every 60 seconds D.) They send partial updates every 60 seconds
Identify the correct IGRP configuration? A.) Router# router igrp 100 Router# network 10.0.0.0 B.) Router(config)# router igrp 100 Router(config-router)# network 10.0.0.0 C.) Router(config)# router igrp Router(config-router)# network 10.0.0.0
What field tells the Internet layer how to handle an IP packet? A. Type of Service B. Identification C. Flags D. Frag Offset
Identify 2 transport layer protocols? A.) IP B.) TCP C.) CDP D.) ARP E.) UDP
What is cam?
Write out a config to permit only the below MAC address to pass traffic through a port on your switch. in another way writhe a confrigation which permit only mac address trfaic through a port of your switch
Why ESP Transport mode is not compatible with NAT????? Though New IP Header in Tunnel mode & Original IP Header in Transport mode are out of Authentication & Encryption.
Which multicast ip eigrp protocol use?
The following commands were entered at the command prompt of a Cisco router. What do they accomplish? access-list 1000 deny 9e.1234.5678.1212 4 access-list 1000 permit -1 interface ethernet 0 ipx network 9e interface ethernet 1 ipx network 4a interface serial 0 ipx network 1 ipx output-sap-filter 1000 A. File server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0. B. All other SAP services, other than file server, from any source will be forwarded on S0. C. All other SAP services, other than print server, from any source will be forwarded on S0. D. Print server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0.