Skip to main content

Posts

WANs / Introduction to WANs

Introduction to WANs 1.1.1 A WAN is a data communications network that spans a large geographic area such as a state, province, or country. WANs often use transmission facilities provided by common carriers such as telephone companies. These are the major characteristics of WANs: They connect devices that are separated by wide geographical areas. They use the services of carriers such as the Regional Bell Operating Companies (RBOCs), Sprint, MCI, and VPM Internet Services, Inc. to establish the link or connection between sites. They use serial connections of various types to access bandwidth over large geographic areas. A WAN differs from a LAN in several ways. For example, unlike a LAN, which connects workstations, peripherals, terminals, and other devices in a single building, a WAN makes data connections across a broad geographic area. Companies use a WAN to connect various company sites so that information can be exchanged between distant offices. A WAN operates at the...

CCNA 2 :- Module 1 Router and Routing Basic Overview

Overview A wide-area network (WAN) is a data communications network that connects user networks over a large geographical area. WANs have several important characteristics that distinguish them from LANs. The first lesson in this module will provide an overview of WAN technologies and protocols. It will also explain how WANs and LANs are different, and ways in which they are similar.   It is important to understand the physical layer components of a router. This knowledge builds a foundation for other information and skills that are needed to configure routers and manage routed networks. This module provides a close examination of the internal and external physical components of the router. The module also describes techniques for physically connecting the various router interfaces.   This module covers some of the objectives for the CCNA 640-801, INTRO 640-821, and ICND 640-811 exams. - Students who complete this module should be able to perform the following tasks: ...

Notice for all viewers :)

Notice The first semester of CCNA has publised with 11 Chapter . Please send feed back on my email, if all reader of have any question, please must write back. I feel happy. The second semester will update after few days, this is under process. Hope all will enjoy. Aqeel Haider (Writer)

Summary of Module 11

Summary This page summarizes the topics discussed in this module. The primary duties of the transport layer, Layer 4 of the OSI model, are to transport and regulate the flow of information from the source to the destination reliably and accurately. The transport layer multiplexes data from upper layer applications into a stream of data packets. It uses port (socket) numbers to identify different conversations and delivers the data to the correct application. The Transmission Control Protocol (TCP) is a connection-oriented transport protocol that provides flow control as well as reliability. TCP uses a three-way handshake to establish a synchronized circuit between end-user applications. Each datagram is numbered before transmission. At the receiving station, TCP reassembles the segments into a complete message. If a sequence number is missing in the series, that segment is retransmitted. Flow control ensures that a transmitting node does not overwhelm a receiving node with da...

SMTP / SNMP / Telnet

SMTP 11.2.5 This page will discuss the features of SMTP. Email servers communicate with each other using the Simple Mail Transfer Protocol (SMTP) to send and receive mail. The SMTP protocol transports email messages in ASCII format using TCP. When a mail server receives a message destined for a local client, it stores that message and waits for the client to collect the mail. There are several ways for mail clients to collect their mail. They can use programs that access the mail server files directly or collect their mail using one of many network protocols. The most popular mail client protocols are POP3 and IMAP4, which both use TCP to transport data. Even though mail clients use these special protocols to collect mail, they almost always use SMTP to send mail. Since two different protocols, and possibly two different servers, are used to send and receive mail, it is possible that mail clients can perform one task and not the other. Therefore, it is usually a good idea to trou...

FTP and TFTP / HTTP

FTP and TFTP 11.2.3 This page will describe the features of FTP and TFPT. FTP is a reliable, connection-oriented service that uses TCP to transfer files between systems that support FTP. The main purpose of FTP is to transfer files from one computer to another by copying and moving files from servers to clients, and from clients to servers. When files are copied from a server, FTP first establishes a control connection between the client and the server. Then a second connection is established, which is a link between the computers through which the data is transferred. Data transfer can occur in ASCII mode or in binary mode. These modes determine the encoding used for data file, which in the OSI model is a presentation layer task. After the file transfer has ended, the data connection terminates automatically. When the entire session of copying and moving files is complete, the command link is closed when the user logs off and ends the session. TFTP is a connectionless service th...

Introduction to the TCP/IP application layer / DNS

Introduction to the TCP/IP application layer 11.2.1 This page will introduce some TCP/IP application layer protocols. The session, presentation, and application layers of the OSI model are bundled into the application layer of the TCP/IP model. This means that representation, encoding, and dialog control are all handled in the TCP/IP application layer. This design ensures that the TCP/IP model provides maximum flexibility at the application layer for software developers. The TCP/IP protocols that support file transfer, e-mail, and remote login are probably the most familiar to users of the Internet. These protocols include the following applications: • DNS • FTP • HTTP • SMTP • SNMP • Telnet The next page will discuss DNS. DNS 11.2.2 This page will describe DNS. The Internet is built on a hierarchical addressing scheme. This scheme allows for routing to be based on classes of addresses rather than based on individual addresses. The problem this creates for the use...