answersLogoWhite

0

no, but most do

User Avatar

Roxane Bode

Lvl 10
3y ago

What else can I help you with?

Related Questions

How do you turn on tcp ip for an internet connection?

TCP/IP is not something you can turn on or off; if the networking software is installed in your system then it is always looking at network data traffic. The use of TCP/IP is governed by the protocols you are using, and that is governed by the application program you may be using. There isn't anything that a user needs to do (besides installing the network driver) to use TCP/IP in an Internet connection. (You do have to configure the workstation or device, but that's about it).


What is TCP-friendly?

TCP-Friendly Rate Control (TFRC) is a congestion control mechanism designed for unicast flows operating in an Internet environment and competing with TCP traffic. The goal is to compete fairly with TCP traffic on medium timescales, but to be much less variable than TCP on short timescales.[wiki]


Can we connect to the tcp server running in the same lan using the public ip rather then using lan ip?

Yes, but the data traffic will traverse the Internet to reach that public IP address. If the server has another network interface in the same subnet as the connecting device, you can constrain the traffic to the LAN. If the connecting device is instructed to use the public IP address to reach the server, the traffic will first travel to the LAN gateway, which determines the best route for the traffic to reach public addresses. Typically, this would be via an ISP that the gateway is somehow connected to. Please specify your goal in your question to get an optimal strategy as an answer.


Describe the function of the TCP protocol as used in Internet communications?

1. TCP provides reliable, ordered and error-checked delivery of a stream of octets between programs running on computers connected to a local area network


Briefly describe the function of the TCP protocol as used in Internet communication?

1. TCP provides reliable, ordered and error-checked delivery of a stream of octets between programs running on computers connected to a local area network


What will happen to HTTP traffic coming from the Internet that is destined for 172.16.12.10 if the traffic is processed by this ACL?

router#show access-listsExtended IP access list 11010 deny tcp 172.16.0.0 0.0.255.255 any eq telnet20 deny tcp 172.16.0.0 0.0.255.255 any eq smtp30 deny tcp 172.16.0.0 0.0.255.255 any eq http40 permit tcp 172.16.0.0 0.0.255.255 any--------------------------------------------------------------Notice that in this access list, the network 172.16.0.0 0.0.255.255 is specified as the source but the question asks about "HTTP traffic coming from the Internet that is destined for 172.16.12.10″, which means 172.16.0.0 0.0.255.255 is the destination network. So in this case there is no match in our access list and the traffic will be dropped because of the implicit deny all at the end of the ACL. It is surely a tricky question!


What is the proper definition of internet?

"Internet" has two main meanings: When written with a lower case "i" - "internet", it refers to a network built using the "internet protocol suite" of protocols; the most important of which are commonly known as TCP/IP. This could be a "private" network or a "public" network (connected to the Internet - see below). When written with an uppercase "i" - "Internet", it refers to the global system of interconnected computer networks running the internet protocol suite.


Which suite of protocols is used to transmit data across the internet?

tcp/ip


What does TCPIP stand for?

The Transmission Control Protocol (TCP) is one of the core protocols of the Internet protocol suite, often simply referred to as TCP/IP. Using TCP, applications on networked hosts can create connections to one another, over which they can exchange streams of data using Stream Sockets. The protocol guarantees reliable and in-order delivery of data from sender to receiver. TCP also distinguishes data for multiple connections by concurrent applications (e.g., Web server and e-mail server) running on the same host. TCP supports many of the Internet's most popular application protocols and resulting applications, including the World Wide Web, e-mail, File Transfer Protocol and Secure Shell. Taken from WikiPedia


What connects intranets to the internet?

Tcp/ip


What is elastic and inelastic internet traffic?

Elastic traffic: -adjust its throughput between end hosts in response to network condition. - Generally TCP-based application (HTTP,STMP,FTP) - Principle form of feedback: packet loss caused by network load/congestion, causing TCP to implements its congestion avoidance algorithm and reduce the rate at which packets are sent over the network -TCP traffic is considered to be "network friendly" Inelastic traffic: - does not adjust its throughput in response to network conditions - generally real-time multimedia (audio streaming, video,VoIP)


Why is it that voice and video traffic is often sent over TCP rather than UDP in todays Internet?

This is because some firewalls give less preference to UDP traffic. So its kind of a hack to get more effective bandwidth.