Teacher :  Student : 
 
Email address :
 
Pass word :
 
     

Area’s of Networking

Microsystems offers learning opportunities through its own networking courses. It offers a broad spectrum of training options to individuals which helps them to become more knowledgeable & serves the goal to get certified. Following  are the Area’s of Networking :
  •  Server/Client Systems
  •  Internetworking
  •  Wireless Networking
  •  Unified Communications
  •  Storage Area Networks
  •  Virtualization
  •  Clustering & Redundancy
  •  Network Security
  •  Network Analysis & Design

Client Server Networking

The client-server model of computing is a distributed application structure that partitions tasks or workloads between the providers of a resource or service, called servers, and service requesters, called clients.Often clients and servers communicate over a computer network on separate hardware, but both client and server may reside in the same system. A server machine is a host that is running one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Clients therefore initiate communication sessions with servers which await incoming requests.

Similarly, consider a web server application (such as the multiplatform "IIS HTTP Server"). This web server software can be run on any capable computer. For example, while a laptop or personal computer is not typically known as a server, they can in these situations fulfill the role of one, and hence be labeled as one. It is in this case that the machine's purpose as a web server classifies it in general as a server.  WEB, FTP, MAIL, MEDIA, NNTP, DC, TS, VPN, RAS, RADIUS, CA, DNS, DHCP, PROXY are some examples of Services running on Servers.

 Internetworking

Internetworking started as a way to connect disparate types of networking technology, but it became widespread through the developing need to connect two or more local area networks via some sort of wide area network. The network elements used to connect individual networks in the ARPANET, the predecessor of the Internet, were originally called gateways, but the term has been deprecated in this context, because of possible confusion with functionally different devices. Today the interconnecting gateways are called Internet routers.

Another type of interconnection of networks often occurs within enterprises at the Link Layer of the networking model, i.e. at the hardware-centric layer below the level of the TCP/IP logical interfaces. Such interconnection is accomplished with network bridges and network switches. This is sometimes incorrectly termed internetworking, but the resulting system is simply a larger, single subnetwork, and no internetworking protocol, such as Internet Protocol, is required to traverse these devices. However, a single computer network may be converted into an internetwork by dividing the network into segments and logically dividing the segment traffic with routers.

The Internet Protocol is designed to provide an unreliable (not guaranteed) packet service across the network. The architecture avoids intermediate network elements maintaining any state of the network. Instead, this function is assigned to the endpoints of each communication session. To transfer data reliably, applications must utilize an appropriate Transport Layer protocol, such as Transmission Control Protocol (TCP), which provides a reliable stream. Some applications use a simpler, connection less transport protocol, User Datagram Protocol (UDP), for tasks which do not require reliable delivery of data or that require real-time service, such as video streaming.