Network Services

Hotspot Mikrotik 777

Technology has been used Bootstrap Compatible Mobile.

Sunday, December 1, 2013

Overview of Ethernet Addresses

Overview of Ethernet Addresses You may remember from an earlier section that TCP/IP is independent of the underlying network hardware. If you are running on an Ethernet-based network, be careful not to confuse the Ethernet hardware address and the IP address required by TCP/IP. Each Ethernet network card (and any other NIC, for that matter)...

Understanding IP Addressing

Understanding IP Addressing As you know from the section “The Internet Layer Protocols” earlier in this chapter, IP moves data between computer systems in the form of a series of one or more packets, often making up a TCP or UDP datagram, and each datagram is delivered to the IP destination system and to the port number (on that system)...

Overview of Ports and Sockets

Overview of Ports and Sockets On a TCP/IP network, data travels from a port on the sending computer to a port on the receiving computer. A port is a numerical value that identifies the application associated with the data. The source port number identifies the application that sent the data, and the destination port number identifies...

Internet Connection Sharing (ICS)

Internet Connection Sharing (ICS) In addition to the standard TCP/IP services provided in Windows, Microsoft includes Internet Connection Sharing (ICS) services in all versions of Windows since Windows 98. What ICS does is to take an Internet connection to one computer and share it with the rest of the computers on a network, essentially...

AppleTalk Filing Protocol (AFP)

AppleTalk Filing Protocol (AFP) Before there was ever a Windows file sharing system in place, Apple had the AppleTalk Filing Protocol (AFP) for its AppleShare servers. AFP is the Presentation layer protocol that is used to access AppleShare and Mac OS File Sharing files. It is the only protocol that accesses Apple- Share servers natively....

Server Message Block (SMB) + Samba

Server Message Block (SMB) Server Message Block (SMB) is a Presentation layer protocol developed through the efforts of corporations the likes of Xerox, 3Com, and IBM and further developed by (and currently attributed to) Microsoft, providing a networking command message format used when sending networking commands to servers. These commands...

User Datagram Protocol (UDP)

User Datagram Protocol (UDP) User Datagram Protocol (UDP) is a Transport layer connectionless protocol that does not provide the reliability services available with TCP but instead provides best effort transmission services to application protocols. UDP gives applications...