Why we using Tcp/IP. Why we can't use just Tcp ip? What is
the meaning of '/' symbol in between this?
Answers were Sorted based on User's Feedback
Answer / pankaj lohar
TCP/IP is not a reference model. Remember OSI is a
reference model.OSI is used as a guideline for making
intervendor compatible devices and interoperatable
softwares.
TCP/IP is a model to define how data flows over
internet.Supported by any operating system using any
protocol.I think its a basic networking model.
TCP IP indicates only two protocol Transmission control
protocol and internet protocol.
TCP/IP indicates family of protocol
(http,https,ftp,tcp,udp,ip,arp etc)
"/" represents the all protocol used in this network model.
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / akshay sharma
The meaning of symbol "/" is AND that means Tcp and IP. TCP
provides the service of exchanging data reliably directly
between two network hosts, whereas IP handles addressing and
routing message across one or more networks.
Internet Protocol is not reliable so that's why we use TCP
for reliability. Remember OSI is just a reference model
TCP/IP is a real time model.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rakesh
the tcp/ip referense model and tcp/ip protocol stack make
data communication posible between any two computer any
where in the world at nearly the speed of light.
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / amandeep lamba
The IP suite contains two standard transport level
protocols: the "transport control protocol" (TCP) and the
"user datagram protocol" (UDP). TCP is the protocol
popularly associated with the IP suite, hence the common
reference to "TCP/IP." The slash mark in "TCP/IP" indicates
that TCP is layered on top of IP. Theoretically, TCP could
be layered on top of any datagram protocol, even ones that
are part of other protocol suites.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s.m.feroz ahmed
Hi,
We are Using TCP/IP and not TCP ip where the slash
differentiates TCP from IP TCP stands for Transport Control
Protocol and IP stands for Internet Protocol.
TCP is a protocol for communication between internal
Network or for configuring a domain controller and IP is
used to communicate to Internet browsing and to browse and
communicate with outside network.
| Is This Answer Correct ? | 0 Yes | 2 No |
Identify the command that configures serial0 for PPP encapsulation? A.) Router(config)# encapsulation ppp B.) Router(config-if)# encapsulation serial ppp C.) Router(config-if)# encapsulation ppp D.) Router# encapsulation ppp
Identify the command that forces the router to load into ROM mode upon a reload? A.) boot system rom B.) rom boot C.) boot system flash rom D.) boot router rom
What is a characteristic of Store and Forward switches? A.) They forward the frame before it is completely read. B.) They work at wire speed. C.) They are the same a Cut-Through switching. D.) They read the entire frame and check CRC before forwarding. E.) They decrease latency.
A routing table contains static, RIP, and EIGRP routes for the same destination network. Which route would normally be used to forward data?
Which type of Ethernet framing is used for TCP/IP and DECnet? A. Ethernet 802.3 B. Ethernet 802.2 C. Ethernet II D. Ethernet SNAP
Where is the point between the customers site and the phone carrier that responsibility changes? A.) CO B.) Demarc C.) DCE D.) DTE E.) CPE
What is ping utility?
Identify the following command to configure a secret password to 'cisco'? A.) Router(config)#enable password cisco secret B.) Router(config)#enable secret cisco C.) Router(config)#enable secret password cisco D.) Router(config)#set secret = cisco
friends i have some problem in the acess list plz help me out. purbi sinha. 1 what is the diffrence b/w inbound and out bound access list 2 what is main diffrence betwwen standred acesslist and extended access list 3 where should i keep stnadred access list and exatended access list i mean at which interface and why? 4 why wild card masking is used 5 what is switch febric in switching plz help me out i am litle bit confuse
Which command would show all Ethernet interfaces with IPX configured on them? A.) show interface ipx ethernet B.) show ipx interface C.) show ipx interface ethernet D.) show ipx E.) show version F.) show run
Which OSI Reference Layer controls end-to-end (host to host) communication? A.) Transport B.) Physical C.) Datalink D.) Network E.) Session
Identify the true statements about the following access list: Access-list 101 deny tcp 192.10.172.0 0.0.0.255 any eq 23 Access-list 101 permit ip any any A.) This access list prevents the host 192.10.172.0 from telneting B.) This access list prevents any telnet traffic from subnet 192.10.172.0/24 C.) This access list filters some telnet access D.) This access list denies any telnet traffic to subnet 192.10.172.0/24 E.) This access list is invalid F.) The netmask on the this access list is reversed