| Introduction to the Internet |


| Connection | Speed | Medium | Description |
|---|---|---|---|
| Dial-up connection (POTS) | Up to 56 Kbps | Twisted pair | Rapidly being replace by faster technologies. |
| T-1 | 1.544 Mbps | Twisted-pair, coaxial cable, or optical fiber | Large company to ISP ISP to Internet infrastructure |
| E-1 | 2.048 Mbps | Twisted-pair, coaxial cable, or optical fiber | 32-channel European equivalent of T-1 |
| T-2 | 6.312 Mbps | Twisted-pair, coaxial cable, or optical fiber | Large company to ISP ISP to Internet infrastructure |
| Digital Subscriber Line (DSL) | 256 Kbps to 8 Mbps | Twisted-pair | Home, small business, and enterprise access using existing phone lines |
| Cable modem | 512 Kbps to 52 Mbps | Coaxial cable | Home, business, school access |
| E-3 | 34.368 Mbps | Twisted-pair or optical fiber | European version of T-3 that carries 16 E-l signals |
| T-3 | 44.736 Mbps | Coaxial cable | ISP to Internet infrastructure Smaller links within Internet infrastructure |
| OC-1 | 51.84 Mbps | Optical fiber | ISP to Internet infrastructure Smaller links within Internet infrastructure |
| OC-3 | 155.52 Mbps | Optical fiber | Large company backbone Internet backbone |
| Asynchronous Transfer Mode (ATM) | 622.08 Mbps | Optical fiber | Internet backbone |



| Hayes Corporation developed a smart modem which accepted AT type commands. This is now a widely accepted standard that can be used to directly communicate with the modem (via hyperterminal). To the right are some of the common AT commands that you may need to know. |
|
|
When converting binary data to decimal, a "0" is equal to 0. "1" is equal to the number that corresponds to the field it is in. For example, the number 213 would be 11010101 in binary notation. This is calculated as follows: 128+64+0+16+0+4+0+1=213. Remember that this only represents 1 octet of 8 bits, while a full IP address is 32 bits made up of 4 octets. This being true, the IP address 213.128.68.130 would look like 11010101 10000000 01000100 10000010. |
|
Class A addresses are for networks with a large number of hosts. The first octet is the netid and the 3 remaining octets are the hostid. Class B addresses are used in medium to large networks with the first 2 octets making up the netid and the remaining 2 are the hostid. A class C is for smaller networks with the first 3 octets making up the netid and the last octet comprising the hostid. |
| Class | Default Subnet Mask |
| Class A | 255.0.0.0 |
| Class B | 255.255.0.0 |
| Class C | 255.255.255.0 |
| 21 | FTP |
| 23 | Telnet |
| 25 | SMTP |
| 80 | HTTP |
| 110 | POP3 |
| Type | Description |
| SOA | A Start of authority (SOA) record is the first entry in every DNS server. It contains the email address of the DNS server's administrator and other information about DNS server database. |
| A | Maps an IP address to a host's name. |
| NS | This record is used to designate other name servers. |
| CNAME | Host's canonical name used for creating aliases. An example would be our labs located at lab.mcmcse.com. While the contents of this web page are actually hosted on another server, a CNAME record has been set up giving the appearance that these pages are a part of MC MCSE. |
| MX | Points to the Mail server for the domain. |
| PING | Probably the most important. This verifies that TCP/IP is configured correctly and that a connection can be made. |
| WINIPCFG | Allows you to view TCP/IP settings and configuration as well as release/renew addresses with a DHCP server. |
| IPCONFIG | Same as above for use on NT systems. |
| TRACERT | Enables you to view the route to a specified host. This will show how many hops the packets have to travel and how long it takes. |
| ROUTE | View or change entries in the routing table. |
| ARP | View and add entries to the ARP cache. |
| NETSTAT | Display protocol information and connection status |
| NBTSTAT | Check NETBIOS connections and update LMHOSTS cache. |
| NSLOOKUP | Used to verify name resolution (DNS) |
| row 1, cell 1 | row 1, cell 2 |
| row 2, cell 1 | row 2, cell 2 |