كارت dvb , كارت دي وي بي , دی وی بی , رسيور , رسیور
| |
اين يك بخش از موضوع آموزش Network + است كه در انجمن مقالات آموزشی مطرح گرديده و اين انجمن نيز زير مجموعهي بخش های تخصصی آموزشی شبکه و سرور است: با سلام من قصد دارم که در ارسال های جدید کتاب Networ + را به شما دو ستان آموزش به دهم و نیز مت کتاب را هم برای شما به صورت انگلیسی قرار خواهم داد . با تشکر...
| ثبت نام | پست جدید | All Albums | Blogs | راهنما | فهرست کاربران | تقویم | جستجو | ارسالهاي امروز | نشانه گذاري انجمن ها به عنوان خوانده شده |
| | ||||||||
| اطلاع رسانی |
| مقالات آموزشی مقالات آموزشی |
| اطلاعيههاي سايت |
|
| LinkBack | ابزارهای موضوع |
| | #1 | |||||||||||
| عضو جديد تاریخ عضویت: October 16th, 2006
نوشته ها: 6
سطح دانش: 1 [ ]سابقه در سایت: 0 / 11 Thanks: 0
Thanked 14 Times in 5 Posts
قدرت اعتبار: 0 | با سلام من قصد دارم که در ارسال های جدید کتاب Networ + را به شما دو ستان آموزش به دهم و نیز مت کتاب را هم برای شما به صورت انگلیسی قرار خواهم داد . با تشکر | |||||||||||
| |
|
تبليغات
| |
| | #2 | |||||||||||
| مديريت ارشد کل سايت ![]() ![]() ![]() ![]() ![]() ![]() ![]() تاریخ عضویت: May 15th, 2006
نوشته ها: 6,506
سطح دانش: 56 [ ![]() ![]() ![]() ![]() ]سابقه در سایت: 1164 / 1663 Thanks: 6,172
Thanked 4,617 Times in 3,085 Posts
قدرت اعتبار: 9 | اگه بتونی به صورت خوب یاد بدی عالی میشه و ما یه دنیا ازت ممنون میشیم.
__________________ هرگاه گرفتار شدی شکیبا باش امام علی (ع) | |||||||||||
| |
| | #3 | |||||||||||
| عضو جديد تاریخ عضویت: October 16th, 2006
نوشته ها: 6
سطح دانش: 1 [ ]سابقه در سایت: 0 / 11 Thanks: 0
Thanked 14 Times in 5 Posts
قدرت اعتبار: 0 | Lesson 1: Network Communications This lesson introduces the basic building blocks of network communications and some of the structures used to construct data networks. There are many different kinds of data networks—from enterprise networks used by large corporations to a simple two-node local area network (LAN) used in a private home. However, many of the same Signals and Protocols principles apply to all networks, regardless of size or complexity. When you connect two or more computers so they can communicate with each other, you create a data network. This is true whether you connect the computers using a cable, a wireless technology such as infrared or radio waves, or evenmodems and telephone lines. The technology that connects the computerstogether, no matter what form it takes, is called the network medium. Copper-based cables are the most common form of network medium, and for this reason the term network cable is often used to refer to any kind of network medium. Computers can communicate over a network in many ways and for many reasons, but a great deal that goes on in the networking process is unconcerned with the nature of the data passing over the network medium. By the time the data generated by the transmitting computer reaches the cable or other medium, it has been reduced to signals that are native to that medium. These might be electrical voltages for a copper cable network, pulses of light for fiber optic, or infrared or radio waves. These signals form a code that the network interface in each receiving computer converts back into the binary data understood by the softwarerunning on that computer. The computer then interprets the binary code intoinformation it can use in a variety of ways. Of course there is a great deal more to this process than this description indicates, and there is a lot going on to make it possible for the e-mail you just sent to your mother to get reduced to electrical voltages, transmitted halfway across the country, and then reconstituted into text on her computer. In some cases, a network consists of identical computers running the same version of the same operating system and using all the same applications, whereas other networks consist of many different computing platforms running entirely different software. It might seem that it would be easier for the identical computers to communicate than it would be for the different ones, and in some ways it is. But no matter what kind of computers the network uses and what software the computers are running, they must have a common language to understand each other. These common languages are called protocols, and computers use many of them during even the simplest exchanges of network data. Just as two people must speak a common language to communicate, two computers must have one or more protocols in common to exchange data. A network protocol can be relatively simple or highly complex. In some cases, a protocol is simply a code—such as a pattern of electrical voltages—that defines the binary value of a bit of data: 0 or 1. The concept is the same as that of Morse code, in which a pattern of dots and dashes represents a letter of the alphabet. More complicated networking protocols can provide a variety of services, including the following:
In most cases, protocols are based on public standards developed by an independent committee, not a single manufacturer or developer. These public standards ensure that different types of systems can use them without incurring any obligation to a particular company. There are still a few protocols, however, that are proprietary, having been developed by a single company and never released into the public domain. Protocol Interaction One of the most important things to remember about networking is that every computer on a network uses many different protocols during the communications process. The functions provided by the various protocols are divided into the layers that make up the Open Systems Interconnection (OSI) reference model, described in Lesson 2, later in this chapter. You might see references to Ethernet networks in books and articles, for example. Ethernet is a protocol running on those networks, but it is not the only protocol running on them. Ethernet is, however, the only protocol running at one particular layer (called the data-link layer). Some layers, however, can have multiple protocols running on them simultaneously. The protocols operating at the various OSI layers are often referred to as a protocol stack. The protocols running on a networked computer work together to provide all of the services required by a particular application. Generally speaking, the services provided by the protocols are not redundant. If, for example, a protocol at one layer provides a particular service, the protocols at the other layers do not provide exactly the same service. Protocols at adjacent layers in the stack provide services to each other, depending on the direction in which the data is flowing. As illustrated in Figure 1.1, the data on a transmitting system originates in an application at the top of the protocol stack and works its way down through the layers. Each protocol provides a service to a protocol operating at the layer below it. At the bottom of the protocol stack is the network medium itself, which carries the data to another computer on the network. Figure 1.1 The networking protocols running on a computer form a layered stack, with each protocol providing services to the protocol operating at the layer above or below it, depending on the direction of data flow When the data arrives at its destination, the receiving computer performs the same procedure as the transmitting computer, except in reverse. The data is passed up through the layers to the receiving application, with each protocol providing an equivalent service to the protocol in the layer above it. For example, if a protocol at layer three on the transmitting computer is responsible for encrypting data, the same protocol at layer three of the receiving system is responsible for decrypting it. In this way, protocols at the various layers in the transmitting system communicate with their equivalent protocols operating at the same layer in the receiving system, as illustrated in Figure 1.2. Figure 1.2 Protocols operating at the same layer in the stack on different systems can be said to communicate indirectly by providing complementary services | |||||||||||
| |
| | #4 | |||||||||||
| عضو جديد تاریخ عضویت: October 16th, 2006
نوشته ها: 6
سطح دانش: 1 [ ]سابقه در سایت: 0 / 11 Thanks: 0
Thanked 14 Times in 5 Posts
قدرت اعتبار: 0 | با سلام این قسمت اول است که برای شما می گذارم آن را با دقت به خوانید و اگر سوالی داشتی بگویی تا به آن جواب دهم Signals and Protocols Computers can communicate over a network in many ways and for many reasons, but a great deal that goes on in the networking process is unconcerned with the nature of the data passing over the network medium. By the time the data generated by the transmitting computer reaches the cable or other medium, it has been reduced to signals that are native to that medium. These might be electrical voltages for a copper cable network, pulses of light for fiber optic, or infrared or radio waves. These signals form a code that the network interface in each receiving computer converts back into the binary data understood by the softwarerunning on that computer. The computer then interprets the binary code intoinformation it can use in a variety of ways. Of course there is a great deal more to this process than this description indicates, and there is a lot going on to make it possible for the e-mail you just sent to your mother to get reduced to electrical voltages, transmitted halfway across the country, and then reconstituted into text on her computer. In some cases, a network consists of identical computers running the same version of the same operating system and using all the same applications, whereas other networks consist of many different computing platforms running entirely different software. It might seem that it would be easier for the identical computers to communicate than it would be for the different ones, and in some ways it is. But no matter what kind of computers the network uses and what software the computers are running, they must have a common language to understand each other. These common languages are called protocols, and computers use many of them during even the simplest exchanges of network data. Just as two people must speak a common language to communicate, two computers must have one or more protocols in common to exchange data. A network protocol can be relatively simple or highly complex. In some cases, a protocol is simply a code—such as a pattern of electrical voltages—that defines the binary value of a bit of data: 0 or 1. The concept is the same as that of Morse code, in which a pattern of dots and dashes represents a letter of the alphabet. More complicated networking protocols can provide a variety of services, including the following:
One of the most important things to remember about networking is that every computer on a network uses many different protocols during the communications process. The functions provided by the various protocols are divided into the layers that make up the Open Systems Interconnection (OSI) reference model, described in Lesson 2, later in this chapter. You might see references to Ethernet networks in books and articles, for example. Ethernet is a protocol running on those networks, but it is not the only protocol running on them. Ethernet is, however, the only protocol running at one particular layer (called the data-link layer). Some layers, however, can have multiple protocols running on them simultaneously. Protocol Interaction The protocols operating at the various OSI layers are often referred to as a protocol stack. The protocols running on a networked computer work together to provide all of the services required by a particular application. Generally speaking, the services provided by the protocols are not redundant. If, for example, a protocol at one layer provides a particular service, the protocols at the other layers do not provide exactly the same service. Protocols at adjacent layers in the stack provide services to each other, depending on the direction in which the data is flowing. As illustrated in Figure 1.1, the data on a transmitting system originates in an application at the top of the protocol stack and works its way down through the layers. Each protocol provides a service to a protocol operating at the layer below it. At the bottom of the protocol stack is the network medium itself, which carries the data to another computer on the network. Figure 1.1 The networking protocols running on a computer form a layered stack, with each protocol providing services to the protocol operating at the layer above or below it, depending on the direction of data flow When the data arrives at its destination, the receiving computer performs the same procedure as the transmitting computer, except in reverse. The data is passed up through the layers to the receiving application, with each protocol providing an equivalent service to the protocol in the layer above it. For example, if a protocol at layer three on the transmitting computer is responsible for encrypting data, the same protocol at layer three of the receiving system is responsible for decrypting it. In this way, protocols at the various layers in the transmitting system communicate with their equivalent protocols operating at the same layer in the receiving system, as illustrated in Figure 1.2. Figure 1.2 Protocols operating at the same layer in the stack on different systems can be said to communicate indirectly by providing complementary services | |||||||||||
| |
| برچسب ها |
| network , آموزش |
| ابزارهای موضوع | |
| |
| ||||
| موضوع | نویسنده موضوع | انجمن | پاسخ ها | آخرين نوشته |
| آموزش HTML > فصل سوم | Search | طراحی صفحات استاتیک | 5 | Monday 18 August 2008 07:47 PM |
| آموزش موسیقی در منزل غیرمجاز است | ProgReza | اخبار ايران | 0 | Monday 11 August 2008 05:48 PM |
| 5 گيگابايت ، كتاب براي دانلود ( رایگان) | bxit | بخش کتاب الکترونیکی e-book | 0 | Friday 24 August 2007 05:22 PM |
| تصوير ايرانيان در كتابهاى درسى عرب-بخوانید | mybox1631 | بخش وبگردی (فقط مطالب مفید وبلاگها) | 0 | Tuesday 8 May 2007 02:48 PM |
| نرم افزار Macromedia Captivate برای ساخت آموزش های هوشمند | atn_1366 | معرفي نرم افزارهاي كاربردي | 0 | Saturday 29 July 2006 06:27 PM |
تمامي قوانين اين سايت از جمهوري اسلامي ايران پيروي مي کند و هرگونه مطالب مخالف قوانين ايران و بنر يا لينک مستهجن در اين سايت جايي ندارد