answersLogoWhite

0


Best Answer

Through LAN bytes are not only send, they are also received. LAN is the acronym for Local Access Network ... basically a computer network. In a network bytes are sent and received.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: You are using LAN and through LAN bytes are only able to send but cant be received is there any solution?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What are the advantages of using the PayLease check scanning solution?

Some advantages to using the PayLease check scanning solution include the acceptance of electronic rent payments and the ability to turn checks intro electronic transactions. The company is dedicated to making rent transactions pain free and efficient.


How many kilobytes are in a byte?

There are 1000 (103) bytes in one kilobyte (kB). The prefix kilo- comes from Greek, and means 1000 (kilogram = 1000 grams, kilometer = 1000 meters).When referring to memory, it is common to use the term "kilobyte" (abbreviated "KB") as an approximation for 210 = 1024, since memory uses binary addresses and it makes math easier. This is not universal, however.For instance:A 65,536 byte file is reported as "66 KB" by Mac OS X (standard definition), or "64 KB" by Microsoft Windows (non-standard definition).The HP 21MX real-time computer (1974) denoted 196,608 bytes as "196K", using the standard definition, while the HP 3000 business computer (1973) denoted 131,072 bytes as "128K bytes", using the non-standard definition.Since this non-standard usage creates ambiguity, confusion, and has even led to lawsuits, the "K = 1024" usage has been explicitly prohibited by SI, officially deprecated by all the major standards organizations, and a new prefix system created for this usage, which defines the "kilobinary byte" or "kibibyte" (KiB) for this binary multiple and affirms that "kilobyte" (kB) always means 1000 bytes.


How can technology be used to bring healthcare info in area of the world that lack electricity landlines?

One solution can be resolved by using solar panels as energy source.


If the display creates an image by passing light through a medium what display technology is it using?

transmissive


How do you get through net sweepers without password?

Try using a proxy, alternatively spelled "pr0xy", "proxi", or "pr0xi".

Related questions

What is 816.67mb plus 3.23gb equals?

First of all, I am going to assume you mean MB and GB and not Mb and Gb. There are two answers to this, because drive manufacturers use powers of 10 and computer scientists use powers of 2. Using powers of 10: 1MB=1,000,000 Bytes and 1GB=1,000,000,000 Bytes 3,230,000,000 Bytes + 816,670,000 Bytes = 4,046,670,000 Bytes ~= 4.047 GB Using powers of 2: 1MB=1,048,576 Bytes and 1GB=1,073,741,824 Bytes 3,468,186,092 Bytes + 856,340,562 Bytes = 4,324,526,654 Bytes ~= 4.124 GB


What are some steps you might take after coming to a solution?

Work back through using the solution to see if everything checks out.


How gigs in 1768583079 bytes?

There is 1.77GB (or 1.64GiB [1.64GB if you're using Windows' naming scheme]) in 1,768,583,079 bytes.


How many bytes are in 25 MB?

There are 131,072 bytes in one megabite. In order to figure out how many bytes are in 25 megabites you need to multiply 131,072 by 25. Using this equasion you can figure out that 3,276,800 bytes are in 25 megabites.


What is using bits and bytes in different combination called?

it is installing


What is the typical hard disk's sector size in bytes?

512 bytes Yes, 512 bytes (0.5 Kb) is the current standar. However, this is likely to be increased to 4096 bytes (4 Kb). Vista and Win7 already support larger sector sizes. The drive can be "asked" programatically in windows using a WMI query (win32_DiskDrive.BytesPerSector) or using a free tool such as WMI Explorer.


In Java what does the keyword transient do?

It flags a field as a field that should not be considered part of an object's persistent state. It marks a member variable not to be serialized when it is persisted to streams of bytes. (Using Serialization) When an object is transferred through the network, the object needs to be 'serialized'. Serialization converts the object state to bytes. Those bytes are sent over the network and the object is recreated from those bytes in the target machine. Member variables marked by the java transient keyword are not transferred, they are lost on purpose. Ex: When transmitting user authentication information, password fields are made transient in the models so that, they are not transmitted through the network.


What is stream reader in java?

It reads bytes and decodes them into characters using a specified charset.


How many bytes does a Java VM have?

A JVM, or Java Virtual Machine, creates the environment in which programs that run using Java bytecode are processed. It does not itself possess bytes or bytecode.


Do you stop using Albuterol solution treatment while using prednisone?

continue using albuterol solution and prednisone 20mg


How many bytes are there for a plus b plus c?

It completely depends the datatype that you have assigned for the variables 'a' , 'b' , and 'c'. Check the compiler that you are using for the size of the datatype in bytes. Add them and thus you will get the answer.


Using c change low and upper bytes order in short int value?

#include