کاش حداقل یکی که میومد سوال میپرسید و جواب میگرفت و میرفت یه زحمتی میکشید میومد میگفت که مشکلش حل شده یا نه. حالا تشکر و از این چیزا مهم نیست. یکم ادم دلگرم میشد برای جواب دادن به بقیه سوالای دیگر دوستان.
Windows
Linux
Unix
Os2
Other
کاش حداقل یکی که میومد سوال میپرسید و جواب میگرفت و میرفت یه زحمتی میکشید میومد میگفت که مشکلش حل شده یا نه. حالا تشکر و از این چیزا مهم نیست. یکم ادم دلگرم میشد برای جواب دادن به بقیه سوالای دیگر دوستان.
سلام
من 2 تا کامپیوتر را شبکه کردم و مشکلی نداره
من وقتی از توی این کامپیوتر میرم تو اون کامپیوتر مثلا یک آهنگی را باز می کنم روی این کامپیوتر باز میشه و اجرا میشه اما من می خوام روی اون کامپیوتر باز بشه و احرا بشه .باید چه کار کنم؟
یه سوال؟
من ip 192.168.1.1 رو تو اکسپلورر میدم ولی بعضی وقتها صفحه تنظیمات مودم خودم باز نمیشه.
صفحه تنظیمات یه مودم دیگه باز میشه من تعجب میکنم ؟آخه این مودم کیه که به کامپیوتر من وصل شده یعنی ممکنه هک شده باشم ؟
سلام دوستان
من یه شبکه دارم با 5 تا سیستم همه هم تو my network palce همدیگرو میشناسن ولی تو بازی های شبکه مثل کانتر server error میدن البته برای نرم افزارهای تحت شبکه مثل game port هم همین مسئله رو دارم میخواستم ببینم توی شبکه لن کوچیک کامپیوتری که به عنوان server انتخاب باید چه تنظیمات خاص داشته باشه اگه کسی این تنظیمات رو داره راهنمایی کنه مرسی
با سلام خدمت دوستان عزیز و تشکر از اینکه اطلاعات خودتون رو از دیگران دریغ نمیکنید
راستش من دارم یه مقاله در مورد مسیر یابی در شبکه های Ad hoc رو ترجمه میکنم که توی اون گیر اوفتادم
از دوستان تقاضای کمک دارم
III. TRAINING ALGORITHMاین یه قسمت از مقاله است که در مورد آموزش الگوریتم توضیح داده که چیزی سر در نمیارم.این الگوریتم یک نظریه در مورد شبکه های AD hoc است
A. Algorithm Representation
As described above, all routing algorithms mostly optimize
the route found and pay less attention to the reduction of
complexity in routing. The protocol used should repeat the
routing every time that data transfer is required. Of course
some optimizations are done such in DSR [28] but the main
problem of these optimization methods is that they are just
specific for the protocol given. In the method used for
optimizing the DSR protocol, a cache is used for saving the
passed route and routing may be repeated for some times.
The algorithm that we suggest here is protocol-free. It can
be adjusted in all routing protocols and we can say it is high
level. It can also use different routing protocols in one
network. In fact we are training the network to learn from
routing and after doing the routing protocol for a few times
the nodes themselves know that from which route they should
transfer data. This is the time when the complexity of routing
for transferring data, reduces to "L" which is the exact route
distance from source to destination. In other words instead of
running O(V*E) times we run O(L) times which equals with
the number of the edges that should be passed. This is the
most optimized complexity a programmer or manufacturer
may seek for.
In addition, in this algorithm, not only we have thought
about the time cost, but also we have used a binary matrix in
training, that reduces the memory cost to minimum and helps
the training period of time to be spent so fast.
Before writing the algorithm, the suppositions at the
network are mentioned:
1- The network is supposed to be a graph with nodes and
edges.
2- Nodes are represented by numbers.
3- The edges from one node to its neighboring nodes are
numbered consequently. By giving a number for each node,
the ordering of edges becomes easier. Of course the number of
nodes related to one node needn't be serial.
4- Each node has an array for training and an array for
controlling bandwidth and traffic. The bandwidth array is not
used in training and it is just for controlling which increases
the transferring quality. Using table for saving the information
by most of the protocols makes the algorithm easy to setup.
5- There is one adjacent matrix for the whole graph.
6- "G" is the graph, "w" is the weight, "s" is the source, "d"
is the destination, "R" is the matrix for routing and "Ro" is the
route array.
Here is the code of Training Algorithm:
Training_Algorithm (G,w,s,d)
If ! R[d]
Ro = get_route_from_a_routing_algorithm(G,w,s,d)
send_update(G,Ro,0,d)
------------------------------------
Send_data(data,s,d)
Training_ Algorithm (G,w,s,d)
Transfer_data(data,s,d)
------------------------------------
Transfer_data(data,s,d)
If s <> d
J=index_vertex(s, lg R[d])
Transfer(data,j,d)
------------------------------------
Send_update(G,Ro,start,d)
If Ro[start] <> d
K=index_Edge(Ro[start], Ro[start+1])
R[d]=2^k
Send_update(G,Ro,start+1,d)
------------------------------------
Index_Edge(i,j) As integer
K=0
Flag = false
While (flag)
Do
If A[i][k]
Counter=counter+1
K=k+1
If (counter=j)
Flag=false
Return counter
------------------------------------
Index_vertex(i,k) As integer
K=0
Flag = false
While (flag)
Do
If A[i][k]
Counter=counter+1
L=L+1
If (counter=k)
Flag=false
Return L
As it is shown, before data transfer, first the algorithm
checks that if the graph is trained or not. If it is trained, then
data is sent, else it gets route as an array from a routing
protocol. After this, it trains the nodes by sending update
through the route given. In fact updating does the job of
training.
اینم اصل مقاله:
از دوستان خواهش میکنم که راهنمایی کنیدکد:برای مشاهده محتوا ، لطفا وارد شوید یا ثبت نام کنید
من 2 تا کامپیوتر را شبکه کردم و مشکلی نیست و نوشته با سرعت 12M متصل هست اما وقتی می خوام فایل از این کامپیوتر به اون یکی منتقل کنم با سرعت 300k بیشتر انتقال پیدا نمی کنه.علت چیه؟
سلام دوستان
نمي دونم جاي اين سئوال اين جاست يا نه؟
من بايد بين دو تا كامپيوتر شبكه برقرار كنم و بعد با استفاده از darwin streaming server و پروتكل rtcp كامپيوتر c lient از server يه فايل ويديو و صدا درخواست كنه و بعد سرور هم اونو پخش كنه.
خيلي خيلي نياز به كمك و راهنمايي دارم. چون شبكه هم پاس نكردم و در مورد روش كار هم هيچي نمي دونم. و واقعا ممنون مي شم هر كي هر چقدر مي تونه راهنماييم كنه.
در ضمن اگه اين تاپيك جاش نيست لطف كنيد بگيد كجا بپرسم.
سلام
چرا هيچ كي جواب منو نمي ده؟
راستي من مي خوام بين دو تا كامپيوتر تو خونه شبكه برقرار كنم. رو يكي كاراشو انجام دادم ولي اون يكي اصلا local area conection رو نداره. چه كنم؟
سلام. چطوری میتونم از شر ادمین رها بشم . توی شرکت هر برنامه ای که میخوام نصب کنم از من مجوز ادمین رو میخواد. لطفا راهنمایی کنید.ممنونم
فایر وال ها رو غیر فعال کنید
هم اکنون 1 کاربر در حال مشاهده این تاپیک میباشد. (0 کاربر عضو شده و 1 مهمان)