Showing posts with label Networking. Show all posts
Showing posts with label Networking. Show all posts

Use these proxy sites to open block website in school or offices




Connection of internet through mobile


Connection of internet through mobile

Wireless routers with built-in switches are everywhere. Although there are differences between the routers, they have largely the same features. This guide provides a summary of the common aspects of the routers currently on the market. Reading your router manual is still necessary to know exactly what features your router has and where they are located, but reading this will give you an idea of what to expect before diving into the manual.

What is a router?
A router is any device that acts as a gateway between 2 or more separate networks. In our case, that means that the local network is connected to the Internet, and vice versa. The router ignores traffic local traffic or traffic it is not configured to handle, but when Internet access is attempted from within the local network, it springs into action. With NAT (Network Address Translation), the router shares the Internet connection to all the computers connected to the local network. The router keeps track of the originating local computer and manages the connection with the outside Internet server. If a computer on the Internet attempts a connection with the router or to a local computer past the router, the router denies the connection unless the router was specially configured to allow that connection.

Many routers can treat the wireless LAN (WLAN) as a separate network from the wired LAN. This is often done because wireless networks are easy to break into. The idea is that people can keep their wired computers away from the untrusted wireless network. The router will still share the Internet connection (WAN) to both the wireless and wired LANs, regardless of this configuration.

WAN connection

WAN stands for Wide Area Network. With a wireless router, it is used for the Internet connection. All of the WAN settings are the settings for the Internet-facing side of the router.

Router MAC Address (Clone MAC address)

A MAC address is a hardware identifier that is roughly unique. Many companies, especially cable ISPs, must store the MAC address of the router or Internet-facing computer, and they are configured to only allow that MAC address to connect to their network. If that is the case, your two options are to notify your ISP of the new MAC address or set the router’s MAC address to the MAC address of the previously Internet-facing router/computer.

Routers will show the router’s current MAC address and offer a form to change the MAC address. Enter the MAC address if needed.

DHCP client

All routers have a DHCP client (also called “Dynamic IP address”). DHCP is the protocol that automatically configures an IP address, netmask, gateway, and DNS addresses. The DHCP client gets the router’s IP address and other network info. Usually, this is just a radio button to select if this is how your ISP offers connection info. Most cable ISPs use this method.

Static IP

If your ISP provides a static IP, then fill in the IP information they provided you with when you signed up. This includes the IP address, netmask, gateway, and DNS addresses. Most T1/T3-type connections and business DSL services provide static IPs and use this method.

PPPoE

PPPoE stands for Point-to-Point Protocol over Ethernet. PPP is the technology used for dialup Internet access. PPPoE works similarly except it works over a network connection. Most DSL ISPs now use PPPoE. You’ll need to enter your PPPoE username and password. Some ISPs also require a service name to be entered. Usually, you do not need to enter the IP/DNS addresses. However, if you have a static IP through PPPoE, then you will need to enter your IP and DNS addresses your ISP provides.

PPTP

Not every router supports PPTP connections, but many do. PPTP stands for Point-to-Point Tunneling Protocol. PPTP is used to join 2 networks using the Internet as an intermediary network. It allows your home computers to connect to your work network over the Internet. It is also commonly used by xDSL ISPs in Europe. The key is to enter the PPPTP userID, password, and PPTP Gateway IP address. The IP addresses, subnet mask, and default gateway may or may not be required.

DNS

Some routers break the DNS addresses into their own setup. Just enter the IPs for the DNS servers your ISP provides. There are also many DNS servers that can be used from any connection. You can search for those DNS servers with Google.

LAN

The LAN settings are for your Local Area Network. This is the settings section for the local computers connected to the router. This includes setting up the local IP for your router and configuring the DHCP server so your computers can be automatically configured via DHCP, rather than requiring manual static configuration.

Set router IP

This IP is the IP your local computers see the router as. Generally, you’ll want to use an IP inside one of the reserved IP address ranges. Router IPs typically end in .1 or .254. The most common home router IP is 192.168.2.1.

DHCP server

A DHCP server provides automatic configuration to computers that are connected to it. It assigns an IP address to the computer, and gives it the network netmask, gateway IP, and DNS IPs. If you choose to disable the DHCP server, you can configure your computers manually to use the router. That is generally more complicated, so I generally recommend enabling the DHCP server.

The starting and ending IP addresses determine what the range of IP addresses will be assigned to the local computers. It is a good idea to give a larger range than the computers you have. Doing that means you won’t have to worry about running out of IP addresses.

The lease time determines how long a specific computer will be assigned a specific IP. This can be as short as a few minutes or as long as months. If you want to make sure that your computers keep the same IPs for a long time, then set a long lease time.

The 7 Layers of the OSI Model


The 7 Layers of the OSI Model

The OSI, or Open System Interconnection, model defines a networking framework for implementing protocols in seven layers. Control is passed from one layer to the next, starting at the application layer in one station, proceeding to the bottom layer, over the channel to the next station and back up the hierarchy.
The OSI, or Open System Interconnection, model defines a networking framework for implementing protocols in seven layers. Control is passed from one layer to the next, starting at the application layer in one station, and proceeding to the bottom layer, over the channel to the next station and back up the hierarchy.

Application (Layer 7)
Top IE 9 Site Pinning Features:  Of all of the powerful new features in Internet Explorer 9, few will impact your site as much  - and at such a low development cost - as Site Pinning. This walkthrough covers the best features to add first and how to add them fast.
This layer supports application and end-user processes. Communication partners are identified, quality of service is identified, user authentication and privacy are considered, and any constraints on data syntax are identified. Everything at this layer is application-specific. This layer provides application services for file transfers, e-mail, and other network software services. Telnet and FTP are applications that exist entirely in the application level. Tiered application architectures are part of this layer.

Presentation (Layer 6)
This layer provides independence from differences in data representation (e.g., encryption) by translating from application to network format, and vice versa. The presentation layer works to transform data into the form that the application layer can accept. This layer formats and encrypts data to be sent across a network, providing freedom from compatibility problems. It is sometimes called the syntax layer.

Session (Layer 5)
This layer establishes, manages and terminates connections between applications. The session layer sets up, coordinates, and terminates conversations, exchanges, and dialogues between the applications at each end. It deals with session and connection coordination.

Transport (Layer 4)
This layer provides transparent transfer of data between end systems, or hosts, and is responsible for end-to-end error recovery and flow control. It ensures complete data transfer.

Network (Layer 3)
This layer provides switching and routing technologies, creating logical paths, known as virtual circuits, for transmitting data from node to node. Routing and forwarding are functions of this layer, as well as addressing, internetworking, error handling, congestion control and packet sequencing.

Data Link (Layer 2)
At this layer, data packets are encoded and decoded into bits. It furnishes transmission protocol knowledge and management and handles errors in the physical layer, flow control and frame synchronization. The data link layer is divided into two sub layers: The Media Access Control (MAC) layer and the Logical Link Control (LLC) layer. The MAC sub layer controls how a computer on the network gains access to the data and permission to transmit it. The LLC layer controls frame synchronization, flow control and error checking.

Physical (Layer 1)
This layer conveys the bit stream - electrical impulse, light or radio signal -- through the network at the electrical and mechanical level. It provides the hardware means of sending and receiving data on a carrier, including defining cables, cards and physical aspects. Fast Ethernet, RS232, and ATM are protocols with physical layer components.


Internet Protocol Address


Internet Protocol Address:


This number is an exclusive number all information technology devices (printers, routers, modems, et al) use which identifies and allows them the ability to communicate with each other on a computer network. There is a standard of communication which is called an Internet Protocol standard. In laymans terms it is the same as your home address. In order for you to receive snail mail at home the sending party must have your correct mailing address (IP address) in your town (network) or you do not receive bills, pizza coupons or your tax refund. The same is true for all equipment on the internet. Without this specific address, information cannot be received. IP addresses may either be assigned permanently for an Email server/Business server or a permanent home resident or temporarily, from a pool of available addresses (first come first serve) from your Internet Service Provider. A permanent number may not be available in all areas and may cost extra so be sure to ask your ISP.
Domain Name System (DNS): This allows the IP address to be translated to words. It is much easier for us to remember a word than a series of numbers. The same is true for email addresses.
For example, it is much easier for you to remember a web address name such as whatismyip.com than it is to remember 192.168.1.1 or in the case of email it is much easier to remember email@somedomain.com than email@192.168.1.1
Static IP Address: One that is fixed and never changes. This is in contrast to a dynamic IP address which may change at any time. Most ISP's can offer to assign a single static IP or a block of static IP's for a few extra bucks a month and may require you upgrading to a business account.
Dynamic IP Address: One that is not static and could change at any time. This type is issued to you from a pool of addresses allocated by your ISP or DHCP Server. This is for a large number of customers that do not require the same address all the time for a variety of reasons. Your computer will automatically get this number as it logs on to the network and saves you the trouble of having to know details regarding the specific network configurations. This number can be assigned to anyone using a dial-up connection, Wireless and High Speed Internet connections. If you need to run your own email server or web server, it would be best to have a static IP address.


IPv4: Currently used by most network devices. However, with more and more computers accessing the internet, IPv4 IPs are running out quickly. Just like in a city, addresses have to be created for new neighborhoods but, if your neighborhood gets too large, you will have to come up with an entire new pool of addresses. IPv4 is limited to 4,294,967,296 IPs.
IPv5: This is an experimental protocol for UNIX based systems. In keeping with standard UNIX (a computer Operating System) release conventions, all odd-numbered versions are considered experimental. It was never intended to be used by the general public.
IPv6: The replacement for the aging IPv4. The estimated number of unique IPs for IPv6 is 340,282,366,920,938,463,463,374,607,431,768,211,456 or 2^128.
The old and current standard of IPs was this: 192.168.100.100 the new way can be written different ways but means the same and are all valid:
* 1080:0000:0000:0000:0000:0034:0000:417A
* 1080:0:0:0:0:34:0:417A

startMiner - free and simple next generation Bitcoin mining software
BitMiner - free and simple next generation Bitcoin mining software