chapter 1-BASICS
What's protocol?
A protocol is a set of rules for beahviour that people accept and obey. Then, what is TCP/IP?
TCP/IP is Transmission Control Protocol/Internet Protocol. It is a whole set of protocols for connecting computers into the Internet. So, what is Internet? Internet is millions of computers around the world connected by TCP/IP. TCP/IP is internationally accepted standard for networking.
TCP/IP is independent of all available alternatives such as:
-The network design.
-The transmission medium.
-Specific vendors.
-The operating system and computers hardware.
TCP/IP connects networks and the internet togehter, regardless of the hardware and software used to bulid those networks.
These are example of operating system that can be connected by TCP/IP:
-Microsoft-Windows 95/98/2000/XP
-LInux
-UNIX
-Mac 05
-z/OS and other IBM mainframe operating systems
-Compaq OpenVMS
Chapter 2-NETWORKS
networks are a combination of hardware and software. The TCP/IP protocols are the software that glue the hardware into a working network. Any devices that send or receives data can be part of a network, including:
-Computers
-Printers
-Communication devices
Connection media is used to connect all networks devices. The most important devie is a network interface card (NIC). It's an adaptor to allow the computer to be connected full time to a network without dialing in. Besides NIC, we also have modem, which connect us to the Internet by dialing telephone number.
What is network data?
Network data is data that we send or receive across a network, such as:
-An e-mail message
-A request t transfer file
-A request to see a Web-page
Packets is a small chunks of data which we send across the network. TCP/IP makes sure that our data doesn't get ruined in the process of getting split up and gather again. Each packet hold:
-One or more headers containing control information, which tells the network what to do with the packets, including IP address of destination, the number of packets that hold the data, the packet's sequence number.
-the data taht it has to trasmit.
The efficiencies of breaking data into packets are:
-Network efficiency, can balance traffic, faster delivery across the network.
-Network sharing, packets can slip into the network in between someone else's.
-Network availability, to arrive the data to the destination although ther is a problem in the network hardware.
-Data reliability, TCP error checks each packet, TCP resends an uncorrupted version of the packet to make all datas remain ungarbled and readable.
Ethernet is used area network architecture. Ethernet allows any devives to send packets to any other location, the packets can collide as a lot of devices send data silmutaneouslly. Ethernet will tell the devices to stop transmitting. The speed is around 10 Mbps.
Token Ring is more controlled and organized as tokn is passed among the devices on the ring. When a device want to send data, it should wait to get the token. Possesion of the token esures that the sending devie will not compete wth any other device. This allow no collision between the data. The speed is about 16Mbps.
What's protocol?
A protocol is a set of rules for beahviour that people accept and obey. Then, what is TCP/IP?
TCP/IP is Transmission Control Protocol/Internet Protocol. It is a whole set of protocols for connecting computers into the Internet. So, what is Internet? Internet is millions of computers around the world connected by TCP/IP. TCP/IP is internationally accepted standard for networking.
TCP/IP is independent of all available alternatives such as:
-The network design.
-The transmission medium.
-Specific vendors.
-The operating system and computers hardware.
TCP/IP connects networks and the internet togehter, regardless of the hardware and software used to bulid those networks.
These are example of operating system that can be connected by TCP/IP:
-Microsoft-Windows 95/98/2000/XP
-LInux
-UNIX
-Mac 05
-z/OS and other IBM mainframe operating systems
-Compaq OpenVMS
Chapter 2-NETWORKS
networks are a combination of hardware and software. The TCP/IP protocols are the software that glue the hardware into a working network. Any devices that send or receives data can be part of a network, including:
-Computers
-Printers
-Communication devices
Connection media is used to connect all networks devices. The most important devie is a network interface card (NIC). It's an adaptor to allow the computer to be connected full time to a network without dialing in. Besides NIC, we also have modem, which connect us to the Internet by dialing telephone number.
What is network data?
Network data is data that we send or receive across a network, such as:
-An e-mail message
-A request t transfer file
-A request to see a Web-page
Packets is a small chunks of data which we send across the network. TCP/IP makes sure that our data doesn't get ruined in the process of getting split up and gather again. Each packet hold:
-One or more headers containing control information, which tells the network what to do with the packets, including IP address of destination, the number of packets that hold the data, the packet's sequence number.
-the data taht it has to trasmit.
The efficiencies of breaking data into packets are:
-Network efficiency, can balance traffic, faster delivery across the network.
-Network sharing, packets can slip into the network in between someone else's.
-Network availability, to arrive the data to the destination although ther is a problem in the network hardware.
-Data reliability, TCP error checks each packet, TCP resends an uncorrupted version of the packet to make all datas remain ungarbled and readable.
Ethernet is used area network architecture. Ethernet allows any devives to send packets to any other location, the packets can collide as a lot of devices send data silmutaneouslly. Ethernet will tell the devices to stop transmitting. The speed is around 10 Mbps.
Token Ring is more controlled and organized as tokn is passed among the devices on the ring. When a device want to send data, it should wait to get the token. Possesion of the token esures that the sending devie will not compete wth any other device. This allow no collision between the data. The speed is about 16Mbps.
Choosing between Ethernet and Token Ring:
-Availability of network interface cards for the paricular computers you're using, ethernet cards are more common adn cheaper.
-How fast you need to go, ethernet can provide you faster speed, about 1Gbps.
-Amount of traffic on your networl, collisions may slow down ethernet speed, compared to token ring which no collision occurs.
-Geographical area, the bigger the network area, token ring is better ss it has fewer dstance limitaions than ethernet.
-Likelihood of network failures, such as broken cables, when an ethernet cable is cut, we may still have other working networks in place, if token rinc cable is cut, we probably just have one disable token curve.
LAN and WAN:
LAN is connection over small geographical areas, WAN is the connaction between LANS, we can cosider WAN as internet.


