1.1 Prior Knowledge and Revision

Size: px
Start display at page:

Download "1.1 Prior Knowledge and Revision"

Transcription

1 1.1. PRIOR KNOWLEDGE AND REVISION Prior Knowledge and Revision This topic assumes you already have some background knowledge of the Internet. You may have studied The Internet unit of Intermediate 2 Information Systems, or the Internet section of Standard Grade Computing Studies, or you may simply know about the Internet through your own reading and experience. Before you study this topic, you should be able to describe what the Internet is explain the difference between the Internet and the World Wide Web describe some of the services provided by the Internet, including web pages electronic mail file transfer describe how a user can connect to the Internet Check your understanding by trying the revision questions: Revision Q1: The Internet a) is a local area network (LAN) b) is a wide area network (WAN) c) is a network of networks spread across the world d) is a world-wide network, controlled by the US military Q2: The World Wide Web (WWW) a) is the common name for the Internet b) is a vast collection of information stored and accessed through the Internet c) is the international network used by the Internet for transmitting data d) is the central network of the Internet, to which users must connect Q3: File transfer a) is only possible on local area networks b) is not allowed over the Internet c) is one of the services provided by the Internet d) is only possible using the World Wide Web Q4: An ISP a) is an organisation that provides access to the Internet b) is a device used to connect a computer to the Internet c) is an address used to identify a computer attached to the Internet d) is a user s address

2 4 TOPIC 1. HOW THE INTERNET WORKS Q5: a) is an address b) is an IP address c) is a MAC address d) is a URL 1.2 Introduction In this first topic, you will review the basic structure of the Internet, and begin to learn about how it all works - all the hardware and software right across the world, made up of many different types of system, yet they can all work together. The Internet began in 1969, when 4 US military computers were connected together to form ARPANET, using 50kbps transmission lines. A few years later, some University computers were connected, and the growth of the Internet began. By 1984, there were over 1000 hosts (computers linked to the network), and 4 years later, over 60,000. In 1991, the World Wide Web (WWW) was "invented" by Tim Berners-Lee of CERN, making it possible to store and access information easily, with hyperlinks between resources. This new Internet service boosted the continuing expansion of the Internet, which passed the 1,000,000 hosts landmark in There is no sign yet of this growth slowing down. The latest figures (July 2004) indicate over 285 million Internet hosts, and growing. The Internet is not a single massive network. It is a network of networks. What binds them together is the use of the TCP/IP protocol. This means that many different types of computers on different types of networks, running different types of software, can all communicate. Internet Growth 15 min Take a few minutes to look in more detail at how the Internet has grown since it began in You will find useful information at: (or one of the many other websites which describe the history and growth of the Internet). Make a list of key events - try to select between 6 and 12 of the most important ones, and summarise them in a table like this: Date Event US computers linked to form ARPANET 1971 Extended to 15 hosts

3 1.3. STRUCTURE AND TOPOLOGY 5 The Internet in diagrams Browse the following website, to get an impresiion of how extensive and complex the Internet has now become: Look particularly at the diagrams in the following sections: 20 min Geographic Cables & satellites Census Topology ISP maps Historical Choose any 2 diagrams which you found particularly interesting or surprising, and write a very brief description of what they show. 1.3 Structure and topology The Internet is a network of networks. The backbone consists of high bandwidth connections between major hosts, which may belong to government agencies, military organisations, commercial companies or academic institutions. Some of these act as Internet Service Providers (ISPs), which means that they allow other users to access the Internet by connecting to their servers. An individual computer may be connected to an ISP s server, perhaps using a dial-up modem over a telephone line, or a broadband connection. Many smaller companies, schools, offices and other organisations with several computers, connect their LAN (local area network) to the Internet through a router to the ISP server. Remote Office Local Area Network 1 I.S.P. Local Area Network 3 Internet Local Area Network 2 Traveller Remote EDI & FTP Site Local & Wide Area Networks using Internet backbone

4 6 TOPIC 1. HOW THE INTERNET WORKS The high speed broadband connections between the main Internet nodes form a mesh topology, like Figure 1.1. Figure 1.1: This mean there are many routes between any two nodes on the network. This makes the Internet very reliable. Even if one node or one link fails, then the whole system will continue to work. 1.4 Internet hosting The nodes in the mesh network are called Internet hosts. A host is simply a computer system which provides a service. Hosts are also called servers. The Internet operates on a client/server basis. An Internet user accesses the Internet using his or her own computer system, running suitable software - this might be a web browser, an FTP client, or some other type of communication software. The user requests a resource (perhaps a file or a web page) using the client computer. A message is sent to the appropriate host or server, which responds by sending the requested resource back to the client. Any computer system connected to the Internet can act as a host, providing services to any other Internet users. As a result of this system, Internet resources are not localised in only one place. It is a truly distributed system. Many resources are hosted on multiple hosts. For example, a shareware application may be downloaded from any one of many

5 1.5. HOW DATA IS TRANSMITTED 7 host servers, known as mirror sites. Each host consists of A computer Server software An operating system which includes the TCP/IP protocols, such as Unix, Windows NT, Linux or Mac OS Because the host uses the TCP/IP protocol to handle all communication with clients, the user will be completely unaware of the type of computer or operating system being accessed. 1.5 How Data is Transmitted There are two main methods which can be used to transmit data across a mesh network - these are circuit switching and packet switching Circuit switching Circuit switching is where there is a direct connection established between two networks or two computers. All data follows the same physical path during the communication. Circuit switching is expensive because it means dedicating a particular connection for the time that the communication is occurring. Asynchronous Transfer Mode (ATM) is a popular circuit switching technology. ATM is often used to connect networks over a leased telephone line. This is expensive, particularly if large distances are involved, but provides a high bandwidth connection.

6 8 TOPIC 1. HOW THE INTERNET WORKS Packet switching Packet switching is a system where the data to be exchanged is broken up into blocks of data called packets. These packets are given a destination address and a sequence number, and this information is used to re-assemble the communication when it reaches its destination. Breaking the data down into packets means that packets may follow different routes between the transmitter and the receiver, but is extremely efficient because packets from different users can be mixed, and the network hardware can decide on the most efficient transmission route. Packet switching is usually much cheaper than circuit switching because it does not need a dedicated connection. Most Internet traffic uses packet switching. The difference between circuit and packet switching On the Web is an animation that shows the difference between circuit and packet switching. You should now look at this animation Packets and TCP/IP For most data transmission, the Internet uses packet switching, with all files split up into chunks of data called packets during transmission. This process is controlled by the TCP/IP protocol. TCP/IP is really a combination of two protocols - TCP (Transmission Control Protocol) and IP (Internet Protocol) - which work together to ensure reliable transmission of data across the Internet maze. TCP is responsible for splitting the data into packets and adding a header to each one. This header includes a sequence number which allows the file to be recreated at the receiving end by re-assembling the packets in the correct order. TCP is also responsible for retransmitting any packet if it does not receive an acknowledgement that the packet has been received. The IP protocol is responsible for taking each packet and adding its own header to allow the packet to be routed correctly. As it is perfectly possible for packets to follow different routes to their destination, they might easily take different amounts of time to arrive and therefore be out of sequence when they do. As long as the packets can be re-assembled in the correct order by TCP using the sequence numbers which were added when the packets were created, then the transmission will have been successful and TCP will issue an acknowledgment Packet switching Consider a file (for example, a shareware games program) being downloaded from an Internet host. TCP divides the file up into packets of around 1000 to 1500 bytes. Each packet is allocated a unique packet number which is added to the packet in a header.

7 1.5. HOW DATA IS TRANSMITTED 9 1/5 2/5 3/5 4/5 5/5 IP also adds the source and destination IP addresses, and the length of the packet to the header of each of the packets. It also adds a trailer to the end of each packet. This indicates the end of he packet and also contains error checking data. The packets are now sent out over the Internet. Different packets may follow different routes as shown in Figure 1.2. Step 1 2/5 1/5 Destination Source Step 2 2/5 3/5 1/5 Destination Source Step 3 2/5 1/5 5/5 4/5 3/5 Destination Source Step 4 5/5 1/5 2/5 3/5 4/5 Destination Source Step 5 5/5 1/5 2/5 3/5 4/5 Destination Source Figure 1.2: Eventually all the packets arrive at the destination. However, because the packets took different routes through the Internet, they have arrived in the wrong order. The web server at the destination address uses TCP to sort the packets into the correct order using the information in the packet headers.

8 10 TOPIC 1. HOW THE INTERNET WORKS 1.6 Routers and routing tables The hardware responsible for routing the data packets through the Internet are called routers. A router is a device which receives data packets on its input ports, reads the header to find out where the packet is to be sent, then sends it onwards towards its destination via one of its output ports. If both source and destination computers are connected directly to the same router, the router can simply send the packet to the destination computer. However, this is not usually the case. Often a data packet will need to pass through many routers between the source and destination. How does a router know where to send a packet? Routers use routing tables to decide where to send a packet next. A routing table is simply a list of destination addresses; if the router cannot send the packet directly to its destination, it consults the routing table, which lists the address of another router which is nearer the destination. Routing tables are usually dynamic; that means that they are constantly updated depending on network traffic. This is why different packets may be sent by different routes. Tracing a route 5 min It is possible to investigate the route taken by a packet using the ØÖ ÖØ command in Windows. To do this, type ØÖ ÖØ ÓÐ Öº Ûº ºÙ at the C: command prompt. This will then display the route taken by a packet across the Internet from your computer to the Scholar host. Your results should look something like Figure 1.3. Figure 1.3: In this example, the packet passed through 12 routers. The first of these is a local router on the LAN. The next two are at Pipex (the ISP being used to access the Internet). Routers 4 to 9 appear to be a route through the Internet backbone. Router 10 is at Interactive University, leading through routers 11 and 12 to the SCHOLAR host.

9 1.7. TCP/IP AND IP ADDRESSING 11 Try this from your computer, and compare routes to various destinations of your choice. 1.7 TCP/IP and IP addressing Introduction to IP Addresses and the Domain Name Service An Internet Protocol (IP) address is the way the Internet Protocol distinguishes computers (or more specifically Network Interfaces) that exist on the same network. On any one network, you cannot have two computers sharing an IP address, as this would make it impossible to distinguish between them when trying to send data from one computer to another. You can however have a single computer with two network Interface Cards (NIC)s fitted, each one with its own IP address. In this case the computer would be connected to two different networks. Routers are computers like this. All computers that are connected together on the Internet (or on a private LAN) need unique IP addresses. Because IP addresses are difficult to remember, we use Domain names to identify them instead. When we connect to a remote computer using a domain name such as google.co.uk, a system known as the Domain Name Service (DNS) translates the domain name into an IP address ( in this case) so that the correct computer can be found. DNS On the web is an animation that shows how DNS operates. animation now. You should view this The structure of an IP address An IP address is a 32-bit number separated in to four 8-bit parts called octets. The four parts are like a postal address, with the difference that the detail is ordered from right to left instead of left to right. The first number of the IP address is the most general and the last is the most specific. An IP address can be divided into 2 sections, - the network identifier and the host identifier. There are three ways to split the IP address. Class A Class B Class C nnn.hhh.hhh.hhh nnn.nnn.hhh.hhh nnn.nnn.nnn.hhh where n = network identifier, h = host identifier The network identifier is used to route packets to the correct destination network. Once a packet reaches the network which requested it, the network part of the address is ignored and the packet is routed to the correct host using the host identifier Classes of IP address Since each computer on the Internet needs a different IP address, there has to be some way of sharing out the IP addresses so that large companies and organizations have

10 12 TOPIC 1. HOW THE INTERNET WORKS one for each of their computers, while letting smaller organizations have some as well. Since there are a small number of large organizations and a large number of small organizations, ranges of IP addresses can be allocated by giving large organisations blocks of Class A addresses and small organisations blocks of Class B or Class C addresses. Class A addresses have their first octet in the range 1 to 126. Class B addresses have their first octet in the range 128 to 191 and Class C addresses have their first octet in the range 192 to 223. A very large company with very complex internal networks may be allocated a Class A address block such as 115.*.*.*. This would give a total of about 16 million possible IP addresses. There are only 127 Class A address blocks, and no more are to be allocated. Class B addresses are common for large companies, allowing a block of around IP addresses. When a Class B IP address is allocated, (say *.*), the first two numbers identify that company network. The company can give any IP address in that block to any computer on their network. Class C addresses are the third type, giving 254 possible IP addresses for any one block (0 and 255 are reserved for particular functions). Here, the first three octets are specified, and the remaining field is allocated by the owner of the address. Networks that are directly connected to the Internet are usually connected to an Internet Service Provider (ISP) via a full time connection (such as a cable or leased line) The ISP informs the network administrator which IP addresses can be used on the network, and a router controls the delivery of packets to the appropriate IP address on the network. Small ISPs typically have 1 or 2 Class C licenses, providing 250 to 500 IP addresses. When you dial up an ISP with a modem, your computer is temporarily allocated an IP address. This will be in the range of the Class C licences that they own. If you want to know more about classes of IP address have a look at the following links:

11 1.7. TCP/IP AND IP ADDRESSING Class Summary Class Number of Hosts per Network Range of First Networks Octet A ,777,214 1 to 126 B 16,384 65, to 191 C 2,097, to 233

12 14 TOPIC 1. HOW THE INTERNET WORKS Some IP addresses are reserved and cannot be used. For example, network address 127 is reserved to allow testing of network cards. Octets cannot be set to 255, as this value is used to set up a network broadcasts. Octets cannot be set to 0 (all packets which have an IP address which contain a 0 octet are restricted to the local network and not passed to the Internet) Gateways, Masks and Subnets Within a class B network, all stations IP addresses will have the same first and second octet (which defines the network uniquely) but different 3rd and 4th octets (to define the actual station). For example: station station station The network router uses a mask to seperate the network from the host identifier. In this case, it would be The network mask for a class A network is , and for a class C network it would be The router performs a "bitwise AND" between the address of an incoming packet and the network mask to identify the destination hosts. Administrators can use subnet masks, which look like XXX.0 where XXX is between 0 and 255 to split a class B network into several sub-nets. The same can be applied to a class A or class C network. A router which provides access from one network to another is called a gateway. The router s network card has its own address, call the gateway address. If a packet is sent to a destination which is not on the network, it is sent to the gateway address. The router then routes the packet out of the network towards its correct destination Limitations of the IP address system The Class A B and C system of allocating IP addresses is very inefficient, particularly where Class A and B addresses are concerned as many allocated IP addresses may remain unused. With more and more devices being connected to the Internet there is

13 1.8. UNIFORM RESOURCE LOCATORS 15 concern that the world will run out of IP addresses. There are two possible solutions to this problem. One is to extend the number of IP addresses using a 6 octet system known as IPv6. IPV6 is a system of IP addressing which among other improvements, increases the IP address size from 32 bits to 128 bits, making a possible maximum number of 3.4X10 38 addresses The other solution is to dispense with the IP Class system and use Classless Inter Domain Routing (CIDR) uses IP addressing space more efficiently by making it possible to allocate part of a block to a network instead of the whole block. 1.8 Uniform Resource Locators IP addressing is fine for routers and electronic devices, but it is not a very userfriendly system for humans. Instead of having to remember IP addresses like , the domain name service (DNS) allows resources to be identified by a uniform resource locator (URL) URL Structure Here is a typical URL It consists of 4 elements: element example purpose protocol http defines the protocol to be used to interpret the resource domain name this is the unique identifier of an Internet host computer path /business/info/ defines where the resource is to be found within the directory structure of the system file identifier contact.html the filename of the resource Every URL has this same structure. Interpreting URLs Identify the protocol 5 min the domain name the path the file identifier

14 16 TOPIC 1. HOW THE INTERNET WORKS for each of the following URLs: Q6: Q7: Q8: ftp://ftp.freebsd.org/pub/freebsd/readme.txt Q9: Extended URLs Some URLs also include additional parameters. The commonest of these is a port number. Here is an example: This might be required if a computer with a single unique IP address is hosting more than one server. The port number identifies that the request is to a particular server hosted on the system, rather than the default server. An example would be accessing a mail server on an Intranet. 1.9 The Domain Name System A Domain Name is the unique name that identifies an Internet site. Domain Names always have 2 or more parts, separated by dots. The part on the left is the most specific, and the part on the right is the most general. For example in the domain name: my company.com my company refers to a specific company and.com refers to the commercial domain. Examples of three letter top level domains are: Top level Domain Meaning.com Commercial business, a company.net Network provider, Internet Service Provider.gov Governmental agency.edu Educational institution.org Non-profit institution.mil US. military.int International organisation Two letter top level domains are allocated to countries other than the United States. Examples are:

15 1.9. THE DOMAIN NAME SYSTEM 17 Top level Domain.uk.fr.di.au.jp Country United Kingdom France Germany Australia Japan Note that my company.com and my company.co.uk are treated as different domains, but may point to the same Internet site. Two or more domain names may point to the same machine, but a domain name can only ever refer to one machine. Many companies will register their names in a number of top level domains so that people can find them easily, and so that they do not get their company name hijacked by competitors. If you want to know more about top level domains have a look at he Internet Assigned Numbers Authority (IANA) website It is possible for a Domain Name to exist but not be connected to an actual machine. This is often done so that a group or business can have an Internet address without having to establish a real Internet site. In these cases, some real Internet machine must handle the mail on behalf of the listed Domain Name. Name resolution is the system of mapping a domain name to its IP address. This is done on the Internet by the Domain Name Service. The domain name system on the WWW is regulated by an organisation called InterNIC. If an company wishes to have a presence on the WWW then the first step is usually to pay an accredited registrar a to register one or more domain names for them. In the UK the organisation responsible for overseeing the registration is Nominet. Once that has been done, the next step is to pay to host a website. The company hosting the website will provide details of the name servers which will resolve the domain name to an IP address and this information needs to be given to the registrar. Once this information has propagated around the WWW, typing the domain name into a browser will result in the name being resolved to an IP address and the appropriate web page should be accessible. Many companies offer an all-in one service of registration and hosting, and many will build company websites as part of this service as well. You can find out more about Nominet from this link. You can find out more about registering domain names and InterNIC from this link Domain Name Service (DNS) The Domain Name Service (DNS) sometimes called the Domain Name System translates the names which we use to identify hosts into an IP address. e.g. scholar.hw.ac.uk has the IP address The DNS database is stored on a hierarchy of dedicated servers. (The DNS database

16 18 TOPIC 1. HOW THE INTERNET WORKS is the foundation of all communication on the Internet, so it is very important that this service is available at all times) When you request a web page on the Internet, a piece of software called the DNS resolver (usually built into the network operating system) first contacts a DNS server by sending it a UDP packet in order to determine the server s IP address.(obviously the resolver needs to know the IP address of the DNS server in order to do this) If the DNS server does not contain the information needed, it will in turn forward the request to a DNS server at the next higher level in the hierarchy. This continues until the correct IP address is returned to the machine requesting the file. Name servers are arranged in a hierarchy, with a top level domain for each country together with the six domains: edu, com, gov, mil, org and net. Each of these domains is sub-divided, with each sub division maintaining a name server (usually at least two, so that if one fails there is still another available to supply the relevant information) On a very small scale within a LAN, each computer may have a hosts file which is a text file which maps IP addresses on the LAN to host names. A hosts file may read something like this: localhost gateway intranet mailserver Early in the history of the Internet a central authority called the Network Information Centre maintained a table like this, with a list of all address to name bindings. This table was ed out to all hosts on the Internet every time it was modified. The system became far too cumbersome once the number of hosts on the Internet grew, and certainly would not be practical nowadays. Hosts files like this can still be useful on a small network if they use a slow connection to the Internet. If you place commonly used hosts such as Google or Yahoo in your hosts file, then this will speed up access times as your machine will not need to contact a Domain Name Server in order to get the IP address of these commonly used sites. Using the Domain Name Service Use the following address to look up the IP address of some popular websites. Using nslookup You can use the nslookup command from a command prompt to get a domain name from an IP address, or an IP address from a domain name. In this example the users commands are in bold with the response following

17 1.10. SUMMARY 19 nslookup Server: resolver2.svr.pol.co.uk Address: Name: www2.microsoft.akadns.net Addresses: , , , , , , Aliases: nslookup Server: resolver2.svr.pol.co.uk Address: Name: origin2.microsoft.com Address: Summary the Internet is a world wide network of networks the Internet uses a mesh topology an Internet host is a computer system connected to the Internet that provides resources for users data is sent across the Internet using packet switching files are split up into packets, and assigned headers using the TCP protocol the packets are routed across the Internet by routers, using the IP protocol the packets are re-assembled at their destination routers make use of dynamic routing tables to decide where a packet should be sent next each computer on the Internet has a unique IP addresses of the format there are 3 classes of IP addresses: class A, B and C class A addresses use 8 bits to identify the network and 24 bits for the device, allowing 126 networks each with up to 16 million devices attached class B addresses use 16 bits to identify the network and 16 bits for the device, allowing 16,384 networks each with up to 65,534 devices attached class C addresses use 24 bits to identify the network and 8 bits for the device, allowing 16 million networks each with up to 254 devices attached sub-net masks are used to mask out sections of the IP address which are not relevant to the situation

18 20 TOPIC 1. HOW THE INTERNET WORKS the structure of a URL is protocol://domain name/path/file identifier some URLs include an additional parameter (usually the port number) the URL is resolved into its corresponding IP address by the Domain Name System (DNS) 1.11 End of topic test An online assessment is provided to help you review this topic.

SQA Higher Computing Unit 3b Computer Networking

SQA Higher Computing Unit 3b Computer Networking SCHOLAR Study Guide SQA Higher Computing Unit 3b Computer Networking David Bethune Heriot-Watt University Andy Cochrane Heriot-Watt University Tom Kelly Heriot-Watt University Ian King Heriot-Watt University

More information

Transport and Network Layer

Transport and Network Layer Transport and Network Layer 1 Introduction Responsible for moving messages from end-to-end in a network Closely tied together TCP/IP: most commonly used protocol o Used in Internet o Compatible with a

More information

Connecting with Computer Science, 2e. Chapter 5 The Internet

Connecting with Computer Science, 2e. Chapter 5 The Internet Connecting with Computer Science, 2e Chapter 5 The Internet Objectives In this chapter you will: Learn what the Internet really is Become familiar with the architecture of the Internet Become familiar

More information

Terminology. Internet Addressing System

Terminology. Internet Addressing System Terminology A local area network (LAN) is a computer network covering a small physical area, like a home, office, or small group of buildings, such as a school, or an airport. The defining characteristics

More information

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet

Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet Basic Networking Concepts 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet 1 1. Introduction -A network can be defined as a group of computers and other devices connected

More information

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet

1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet Review questions 1 Data information is sent onto the network cable using which of the following? A Communication protocol B Data packet C Media access method D Packages 2 To which TCP/IP architecture layer

More information

CITS1231 Web Technologies. Client, Server, the Internet, and the Web

CITS1231 Web Technologies. Client, Server, the Internet, and the Web CITS1231 Web Technologies Client, Server, the Internet, and the Web Topic Outline How does the Internet work Client Server Architecture Connections Communications Protocols Addressing Routing One of the

More information

The Journey Inside SM : The Internet Background Information, Part 1

The Journey Inside SM : The Internet Background Information, Part 1 SM : The Internet Background Information, Part 1 Growth of the Internet It is almost impossible to make it through a day without hearing a reference to the Internet. The Internet began in 1969 as the ARPANET

More information

Introduction to Web Technology. Content of the course. What is the Internet? Diana Inkpen

Introduction to Web Technology. Content of the course. What is the Internet? Diana Inkpen Introduction to Web Technology Content of the course Diana Inkpen The Internet and the WWW. Internet Connectivity. Basic Internet Services. University of Ottawa School of Information Technology and Engineering

More information

CA106 Web Design. Dr. Dónal Fitzpatrick, School of Computing Room l2.48, Extension 8929, dfitzpat@computing.dcu.ie

CA106 Web Design. Dr. Dónal Fitzpatrick, School of Computing Room l2.48, Extension 8929, dfitzpat@computing.dcu.ie CA106 Web Design Dr. Dónal Fitzpatrick, School of Computing Room l2.48, Extension 8929, dfitzpat@computing.dcu.ie History of the Internet Terminals attached to mainframe computer From mid 1960 s packet-switching

More information

Networking Basics for Automation Engineers

Networking Basics for Automation Engineers Networking Basics for Automation Engineers Page 1 of 10 mac-solutions.co.uk v1.0 Oct 2014 1. What is Transmission Control Protocol/Internet Protocol (TCP/IP)------------------------------------------------------------

More information

(Refer Slide Time: 02:17)

(Refer Slide Time: 02:17) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #06 IP Subnetting and Addressing (Not audible: (00:46)) Now,

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

INTERNET DOMAIN NAME SYSTEM

INTERNET DOMAIN NAME SYSTEM INTERNET DOMAIN NAME SYSTEM http://www.tutorialspoint.com/internet_technologies/internet_domain_name_system.htm Copyright tutorialspoint.com Overview When DNS was not into existence, one had to download

More information

IP Addressing A Simplified Tutorial

IP Addressing A Simplified Tutorial Application Note IP Addressing A Simplified Tutorial July 2002 COMPAS ID 92962 Avaya Labs 1 All information in this document is subject to change without notice. Although the information is believed to

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

Overview of Computer Networks

Overview of Computer Networks Overview of Computer Networks Client-Server Transaction Client process 4. Client processes response 1. Client sends request 3. Server sends response Server process 2. Server processes request Resource

More information

TCP/IP works on 3 types of services (cont.): TCP/IP protocols are divided into three categories:

TCP/IP works on 3 types of services (cont.): TCP/IP protocols are divided into three categories: Due to the number of hardware possibilities for a network, there must be a set of rules for how data should be transmitted across the connection media. A protocol defines how the network devices and computers

More information

Unit Objectives. IP Addressing Basics. Component 4: Introduction to Information and Computer Science. Unit 7: Networks & Networking Lecture 2

Unit Objectives. IP Addressing Basics. Component 4: Introduction to Information and Computer Science. Unit 7: Networks & Networking Lecture 2 Component 4: Introduction to Information and Computer Science Unit 7: Networks & Networking Lecture 2 This material was developed by Oregon Health & Science University, funded by the Department of Health

More information

Technical Support Information Belkin internal use only

Technical Support Information Belkin internal use only The fundamentals of TCP/IP networking TCP/IP (Transmission Control Protocol / Internet Protocols) is a set of networking protocols that is used for communication on the Internet and on many other networks.

More information

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer)

cnds@napier Slide 1 Introduction cnds@napier 1 Lecture 6 (Network Layer) Slide 1 Introduction In today s and next week s lecture we will cover two of the most important areas in networking and the Internet: IP and TCP. These cover the network and transport layer of the OSI

More information

CISC 1600 Introduction to Multi-media Computing

CISC 1600 Introduction to Multi-media Computing CISC 1600 Introduction to Multi-media Computing Spring 2012 Instructor : J. Raphael Email Address: Course Page: Class Hours: raphael@sci.brooklyn.cuny.edu http://www.sci.brooklyn.cuny.edu/~raphael/cisc1600.html

More information

Basic Network Configuration

Basic Network Configuration Basic Network Configuration 2 Table of Contents Basic Network Configuration... 25 LAN (local area network) vs WAN (wide area network)... 25 Local Area Network... 25 Wide Area Network... 26 Accessing the

More information

Using MIS 3e Chapter 6A Appendix

Using MIS 3e Chapter 6A Appendix Study Questions Using MIS 3e Chapter 6A Appendix How the Internet Works David Kroenke Q1: How does email travel? Q2: What is a communications protocol? Q3: What are the functions of the five TCP/IP-OSI

More information

Introduction to Network Security Lab 1 - Wireshark

Introduction to Network Security Lab 1 - Wireshark Introduction to Network Security Lab 1 - Wireshark Bridges To Computing 1 Introduction: In our last lecture we discussed the Internet the World Wide Web and the Protocols that are used to facilitate communication

More information

Protocols. Packets. What's in an IP packet

Protocols. Packets. What's in an IP packet Protocols Precise rules that govern communication between two parties TCP/IP: the basic Internet protocols IP: Internet Protocol (bottom level) all packets shipped from network to network as IP packets

More information

Internetworking and IP Address

Internetworking and IP Address Lecture 8 Internetworking and IP Address Motivation of Internetworking Internet Architecture and Router Internet TCP/IP Reference Model and Protocols IP Addresses - Binary and Dotted Decimal IP Address

More information

CCNA Tutorial Series SUBNETTING

CCNA Tutorial Series SUBNETTING CCNA Tutorial Series This document contains the Course Map For The Interactive flash tutorial at: http://www.semsim.com/ccna/tutorial/subnetting/subnetting.html HOME PAGE Course Objectives Pre-test By

More information

Network: several computers who can communicate. bus. Main example: Ethernet (1980 today: coaxial cable, twisted pair, 10Mb 1000Gb).

Network: several computers who can communicate. bus. Main example: Ethernet (1980 today: coaxial cable, twisted pair, 10Mb 1000Gb). 1 / 17 Network: several computers who can communicate. Bus topology: bus Main example: Ethernet (1980 today: coaxial cable, twisted pair, 10Mb 1000Gb). Hardware has globally unique MAC addresses (IDs).

More information

Management Information Systems

Management Information Systems Management Information Systems Basics of the Internet Dr. Shankar Sundaresan (Adapted from Introduction to IS, Rainer and Turban) Internet Basics Outline Internet History Internet Structure Switching Methods

More information

Computer Networking Networks

Computer Networking Networks Page 1 of 8 Computer Networking Networks 9.1 Local area network A local area network (LAN) is a network that connects computers and devices in a limited geographical area such as a home, school, office

More information

LESSON 3.6. 98-366 Networking Fundamentals. Understand TCP/IP

LESSON 3.6. 98-366 Networking Fundamentals. Understand TCP/IP Understand TCP/IP Lesson Overview In this lesson, you will learn about: TCP/IP Tracert Telnet Netstat Reserved addresses Local loopback IP Ping Pathping Ipconfig Protocols Anticipatory Set Experiment with

More information

Masters of Science in Information Technology

Masters of Science in Information Technology Objective: At the end of this module, you must be able to 1. Establish a basic understanding of the Internet 2. Understand the Internet's evolution What is Internet? Internet is a vast collection of different

More information

TCP/IP Protocol Suite. Marshal Miller Chris Chase

TCP/IP Protocol Suite. Marshal Miller Chris Chase TCP/IP Protocol Suite Marshal Miller Chris Chase Robert W. Taylor (Director of Information Processing Techniques Office at ARPA 1965-1969) "For each of these three terminals, I had three different sets

More information

Chapter 7: Computer Networks, the Internet, and the World Wide Web. Invitation to Computer Science, C++ Version, Third Edition

Chapter 7: Computer Networks, the Internet, and the World Wide Web. Invitation to Computer Science, C++ Version, Third Edition Chapter 7: Computer Networks, the Internet, and the World Wide Web Invitation to Computer Science, C++ Version, Third Edition Objectives In this chapter, you will learn about: Basic networking concepts

More information

CS3250 Distributed Systems

CS3250 Distributed Systems CS3250 Distributed Systems Lecture 4 More on Network Addresses Domain Name System DNS Human beings (apart from network administrators and hackers) rarely use IP addresses even in their human-readable dotted

More information

How To Use A Network Over The Internet (Networking) With A Network (Netware) And A Network On A Computer (Network)

How To Use A Network Over The Internet (Networking) With A Network (Netware) And A Network On A Computer (Network) 1 TCP Transmission Control Protocol, is a connection based Internet protocol responsible for breaking data into packets to send over a network using IP (internet protocol) IP works at the TCP/IP Internet

More information

Chapter 12 Supporting Network Address Translation (NAT)

Chapter 12 Supporting Network Address Translation (NAT) [Previous] [Next] Chapter 12 Supporting Network Address Translation (NAT) About This Chapter Network address translation (NAT) is a protocol that allows a network with private addresses to access information

More information

Lecture 15. IP address space managed by Internet Assigned Numbers Authority (IANA)

Lecture 15. IP address space managed by Internet Assigned Numbers Authority (IANA) Lecture 15 IP Address Each host and router on the Internet has an IP address, which consist of a combination of network number and host number. The combination is unique; no two machines have the same

More information

3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET

3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET 3.1 TELECOMMUNICATIONS, NETWORKS AND THE INTERNET The Business Value of Telecommunications and Networking Business value impacts of the telecommunications and Networking are: Declining transaction costs

More information

Broadband Phone Gateway BPG510 Technical Users Guide

Broadband Phone Gateway BPG510 Technical Users Guide Broadband Phone Gateway BPG510 Technical Users Guide (Firmware version 0.14.1 and later) Revision 1.0 2006, 8x8 Inc. Table of Contents About your Broadband Phone Gateway (BPG510)... 4 Opening the BPG510's

More information

Networking Test 4 Study Guide

Networking Test 4 Study Guide Networking Test 4 Study Guide True/False Indicate whether the statement is true or false. 1. IPX/SPX is considered the protocol suite of the Internet, and it is the most widely used protocol suite in LANs.

More information

Web Browsers And Mailing Tools

Web Browsers And Mailing Tools Web Browsers And Mailing Tools Introduction: Network A network is an interconnection between two or more computers or other computing devices which are connected together usually through a cable to share

More information

Classful IP Addressing (cont.)

Classful IP Addressing (cont.) Classful IP Addressing (cont.) 1 Address Prefix aka Net ID defines the network Address Suffix aka Host ID defines the node In Classful addressing, prefix is of fixed length (1, 2, or 3 bytes)! Classful

More information

IP address format: Dotted decimal notation: 10000000 00001011 00000011 00011111 128.11.3.31

IP address format: Dotted decimal notation: 10000000 00001011 00000011 00011111 128.11.3.31 IP address format: 7 24 Class A 0 Network ID Host ID 14 16 Class B 1 0 Network ID Host ID 21 8 Class C 1 1 0 Network ID Host ID 28 Class D 1 1 1 0 Multicast Address Dotted decimal notation: 10000000 00001011

More information

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX

Understanding TCP/IP. Introduction. What is an Architectural Model? APPENDIX APPENDIX A Introduction Understanding TCP/IP To fully understand the architecture of Cisco Centri Firewall, you need to understand the TCP/IP architecture on which the Internet is based. This appendix

More information

Sage 300 ERP Online. Mac Resource Guide. (Formerly Sage ERP Accpac Online) Updated June 1, 2012. Page 1

Sage 300 ERP Online. Mac Resource Guide. (Formerly Sage ERP Accpac Online) Updated June 1, 2012. Page 1 Sage 300 ERP Online (Formerly Sage ERP Accpac Online) Mac Resource Guide Updated June 1, 2012 Page 1 Table of Contents 1.0 Introduction... 3 2.0 Getting Started with Sage 300 ERP Online using a Mac....

More information

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks

Computer Networks. Definition of LAN. Connection of Network. Key Points of LAN. Lecture 06 Connecting Networks Computer Networks Lecture 06 Connecting Networks Kuang-hua Chen Department of Library and Information Science National Taiwan University Local Area Networks (LAN) 5 kilometer IEEE 802.3 Ethernet IEEE 802.4

More information

Sage ERP Accpac Online

Sage ERP Accpac Online Sage ERP Accpac Online Mac Resource Guide Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important information and instructions on how you can get started using your Mac

More information

Connecting to and Setting Up a Network

Connecting to and Setting Up a Network Chapter 9 Connecting to and Setting Up a Network Reviewing the Basics 1. How many bits are in a MAC address? 48 bits 2. How many bits are in an IPv4 IP address? In an IPv6 IP address? 32 bits, 128 bits

More information

THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering

THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering THE HONG KONG POLYTECHNIC UNIVERSITY Department of Electronic and Information Engineering ENG 224 Information Technology Laboratory 6: Internet Connection Sharing Objectives: Build a private network that

More information

How do I get to www.randomsite.com?

How do I get to www.randomsite.com? Networking Primer* *caveat: this is just a brief and incomplete introduction to networking to help students without a networking background learn Network Security. How do I get to www.randomsite.com? Local

More information

Introduction To Computer Networking

Introduction To Computer Networking Introduction To Computer Networking Alex S. 1 Introduction 1.1 Serial Lines Serial lines are generally the most basic and most common communication medium you can have between computers and/or equipment.

More information

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R-

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R- MODEL ATC-2004 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2004 is a 4 Port RS232/RS485 to TCP/IP converter integrated with a robust system and network management features

More information

Internet Working 5 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004

Internet Working 5 th lecture. Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004 5 th lecture Chair of Communication Systems Department of Applied Sciences University of Freiburg 2004 1 43 Last lecture Lecture room hopefully all got the message lecture on tuesday and thursday same

More information

Gary Hecht Computer Networking (IP Addressing, Subnet Masks, and Packets)

Gary Hecht Computer Networking (IP Addressing, Subnet Masks, and Packets) Gary Hecht Computer Networking (IP Addressing, Subnet Masks, and Packets) The diagram below illustrates four routers on the Internet backbone along with two companies that have gateways for their internal

More information

Domain Name System (DNS)

Domain Name System (DNS) Lab Objectives Domain Name System (DNS) Acquiring skills related to the Domain Name System (DNS) functions Practical studying of DNS protocol in the process of its functioning Background Information DNS

More information

Lab PC Network TCP/IP Configuration

Lab PC Network TCP/IP Configuration Lab PC Network TCP/IP Configuration Objective Identify tools used to discover a computer network configuration with various operating systems. Gather information including connection, host name, Layer

More information

UIP1868P User Interface Guide

UIP1868P User Interface Guide UIP1868P User Interface Guide (Firmware version 0.13.4 and later) V1.1 Monday, July 8, 2005 Table of Contents Opening the UIP1868P's Configuration Utility... 3 Connecting to Your Broadband Modem... 4 Setting

More information

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life

IP Networking. Overview. Networks Impact Daily Life. IP Networking - Part 1. How Networks Impact Daily Life. How Networks Impact Daily Life Overview Dipl.-Ing. Peter Schrotter Institute of Communication Networks and Satellite Communications Graz University of Technology, Austria Fundamentals of Communicating over the Network Application Layer

More information

Networks. Connecting Computers. Measures for connection speed. Ethernet. Collision detection. Ethernet protocol

Networks. Connecting Computers. Measures for connection speed. Ethernet. Collision detection. Ethernet protocol Connecting Computers Networks Computers use networks to communicate like people use telephones or the postal service Requires either some sort of cable point-to-point links connect exactly 2 computers

More information

Network-Oriented Software Development. Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2

Network-Oriented Software Development. Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2 Network-Oriented Software Development Course: CSc4360/CSc6360 Instructor: Dr. Beyah Sessions: M-W, 3:00 4:40pm Lecture 2 Topics Layering TCP/IP Layering Internet addresses and port numbers Encapsulation

More information

Ref: A. Leon Garcia and I. Widjaja, Communication Networks, 2 nd Ed. McGraw Hill, 2006 Latest update of this lecture was on 16 10 2010

Ref: A. Leon Garcia and I. Widjaja, Communication Networks, 2 nd Ed. McGraw Hill, 2006 Latest update of this lecture was on 16 10 2010 IPv4 Addressing There are several non-profit organizations in the world that have the authority for assigning IP addresses to institutions that need access to the Internet. These organizations are (for

More information

Guideline for setting up a functional VPN

Guideline for setting up a functional VPN Guideline for setting up a functional VPN Why do I want a VPN? VPN by definition creates a private, trusted network across an untrusted medium. It allows you to connect offices and people from around the

More information

Basic Operation & Management of TCP/IP Networks

Basic Operation & Management of TCP/IP Networks Basic Operation & Management of TCP/IP Networks SYSTEMS, Inc. For the MU-SPIN Coordination Office Slide 1 Presentation Contents Introduction to the Internet, Protocols and TCP/IP IP addressing, Name Resolution

More information

TCP/IP Basis. OSI Model

TCP/IP Basis. OSI Model TCP/IP Basis 高 雄 大 學 資 訊 工 程 學 系 嚴 力 行 Source OSI Model Destination Application Presentation Session Transport Network Data-Link Physical ENCAPSULATION DATA SEGMENT PACKET FRAME BITS 0101010101010101010

More information

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0

Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Internetworking Microsoft TCP/IP on Microsoft Windows NT 4.0 Course length: 5 Days Course No. 688 - Five days - Instructor-led Introduction This course provides students with the knowledge and skills required

More information

Chapter 15: Advanced Networks

Chapter 15: Advanced Networks Chapter 15: Advanced Networks IT Essentials: PC Hardware and Software v4.0 1 Determine a Network Topology A site survey is a physical inspection of the building that will help determine a basic logical

More information

Multifunctional Broadband Router User Guide. Copyright Statement

Multifunctional Broadband Router User Guide. Copyright Statement Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. Other trademark or trade name mentioned herein are the trademark or registered trademark of above company. Copyright

More information

Lab 10.4.1 IP Addressing Overview

Lab 10.4.1 IP Addressing Overview Lab 10.4.1 IP ing Overview Estimated time: 30 min. Objectives: Background: This lab will focus on your ability to accomplish the following tasks: Name the five different classes of IP addresses Describe

More information

Chapter 9A. Network Definition. The Uses of a Network. Network Basics

Chapter 9A. Network Definition. The Uses of a Network. Network Basics Chapter 9A Network Basics 1 Network Definition Set of technologies that connects computers Allows communication and collaboration between users 2 The Uses of a Network Simultaneous access to data Data

More information

01 - Introduction. Internet Technology. MSc in Communication Sciences 2010-11 Program in Technologies for Human Communication.

01 - Introduction. Internet Technology. MSc in Communication Sciences 2010-11 Program in Technologies for Human Communication. MSc in Communication Sciences 2010-11 Program in Technologies for Human Communication Davide Eynard nternet Technology 01 - ntroduction 2 Welcome! My name is Davide Eynard davide.eynard@usi.ch This course

More information

Internet Protocol Address

Internet Protocol Address SFWR 4C03: Computer Networks & Computer Security Jan 17-21, 2005 Lecturer: Kartik Krishnan Lecture 7-9 Internet Protocol Address Addressing is a critical component of the internet abstraction. To give

More information

Glossary of Technical Terms Related to IPv6

Glossary of Technical Terms Related to IPv6 AAAA Record An AAAA record stores a 128-bit Internet Protocol version 6 (IPv6) address, which does not fit the standard A record format. For example, 2007:0db6:85a3:0000:0000:6a2e:0371:7234 is a valid

More information

Pre-lab and In-class Laboratory Exercise 10 (L10)

Pre-lab and In-class Laboratory Exercise 10 (L10) ECE/CS 4984: Wireless Networks and Mobile Systems Pre-lab and In-class Laboratory Exercise 10 (L10) Part I Objectives and Lab Materials Objective The objectives of this lab are to: Familiarize students

More information

Networks 3. 2015 University of Stirling CSCU9B1 Essential Skills for the Information Age. Content

Networks 3. 2015 University of Stirling CSCU9B1 Essential Skills for the Information Age. Content Networks 3 Lecture Networks 3/Slide 1 Content What is a communications protocol? Network protocols TCP/IP High-level protocols Firewalls Network addresses Host name IP address Domain name system (DNS)

More information

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS MODEL ATC-2000 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2000 is a RS232/RS485 to TCP/IP converter integrated with a robust system and network management features designed

More information

Configuring Network Address Translation (NAT)

Configuring Network Address Translation (NAT) 8 Configuring Network Address Translation (NAT) Contents Overview...................................................... 8-3 Translating Between an Inside and an Outside Network........... 8-3 Local and

More information

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding

Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding Chapter 6 Configuring the SSL VPN Tunnel Client and Port Forwarding This chapter describes the configuration for the SSL VPN Tunnel Client and for Port Forwarding. When a remote user accesses the SSL VPN

More information

CSE 3461 / 5461: Computer Networking & Internet Technologies

CSE 3461 / 5461: Computer Networking & Internet Technologies Autumn Semester 2014 CSE 3461 / 5461: Computer Networking & Internet Technologies Instructor: Prof. Kannan Srinivasan 08/28/2014 Announcement Drop before Friday evening! k. srinivasan Presentation A 2

More information

Prestige 310. Cable/xDSL Modem Sharing Router. User's Guide Supplement

Prestige 310. Cable/xDSL Modem Sharing Router. User's Guide Supplement Prestige 310 Cable/xDSL Modem Sharing Router User's Guide Supplement Domain Name Support Enhanced WAN Setup Remote Node Support PPPoE Support Enhanced Unix Syslog Setup Firmware and Configuration Files

More information

Internet Concepts. What is a Network?

Internet Concepts. What is a Network? Internet Concepts Network, Protocol Client/server model TCP/IP Internet Addressing Development of the Global Internet Autumn 2004 Trinity College, Dublin 1 What is a Network? A group of two or more devices,

More information

WEB CONFIGURATION. Configuring and monitoring your VIP-101T from web browser. PLANET VIP-101T Web Configuration Guide

WEB CONFIGURATION. Configuring and monitoring your VIP-101T from web browser. PLANET VIP-101T Web Configuration Guide WEB CONFIGURATION Configuring and monitoring your VIP-101T from web browser The VIP-101T integrates a web-based graphical user interface that can cover most configurations and machine status monitoring.

More information

Lab 10.3.5a Basic Subnetting

Lab 10.3.5a Basic Subnetting Lab 10.3.5a Basic Subnetting Objective How to identify reasons to use a subnet mask How to distinguish between a default subnet mask and a custom subnet mask What given requirements determine the subnet

More information

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your Wireless-G Router Model WGR614v9. You can access these features by selecting the items under

More information

Lab 4.5.4 Diagramming External Traffic Flows

Lab 4.5.4 Diagramming External Traffic Flows Lab 4.5.4 Diagramming External Traffic Flows Device Designation Device Name Address Subnet Mask Discovery Server Business Services 172.17.1.1 255.255.0.0 R1 R2 R3 FC-CPE-1 FC-CPE-2 ISP Fa0/1 172.17.0.1

More information

To Configure Network Connect, We need to follow the steps below:

To Configure Network Connect, We need to follow the steps below: Network Connect Abstract: The Network Connect (NC) provides a clientless VPN user experience, serving as an additional remote access mechanism to corporate resources using an IVE appliance. This feature

More information

Network Configuration Settings

Network Configuration Settings Network Configuration Settings Many small businesses already have an existing firewall device for their local network when they purchase Microsoft Windows Small Business Server 2003. Often, these devices

More information

Technical Glossary from Frontier

Technical Glossary from Frontier Technical Glossary from Frontier A Analogue Lines: Single Analogue lines are generally usually used for faxes, single phone lines, modems, alarm lines or PDQ machines and are generally not connected to

More information

2. IP Networks, IP Hosts and IP Ports

2. IP Networks, IP Hosts and IP Ports 1. Introduction to IP... 1 2. IP Networks, IP Hosts and IP Ports... 1 3. IP Packet Structure... 2 4. IP Address Structure... 2 Network Portion... 2 Host Portion... 3 Global vs. Private IP Addresses...3

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address

Procedure: You can find the problem sheet on Drive D: of the lab PCs. 1. IP address for this host computer 2. Subnet mask 3. Default gateway address Objectives University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab.4 Basic Network Operation and Troubleshooting 1. To become familiar

More information

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób)

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób) QUESTION NO: 8 David, your TestKing trainee, asks you about basic characteristics of switches and hubs for network connectivity. What should you tell him? A. Switches take less time to process frames than

More information

Computer Networks. Introduc)on to Naming, Addressing, and Rou)ng. Week 09. College of Information Science and Engineering Ritsumeikan University

Computer Networks. Introduc)on to Naming, Addressing, and Rou)ng. Week 09. College of Information Science and Engineering Ritsumeikan University Computer Networks Introduc)on to Naming, Addressing, and Rou)ng Week 09 College of Information Science and Engineering Ritsumeikan University MAC Addresses l MAC address is intended to be a unique identifier

More information

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I)

Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I) Lecture (02) Networking Model (TCP/IP) Networking Standard (OSI) (I) By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Fall 2015, Networks II Agenda Introduction to networking architecture Historical

More information

Bandwidth Aggregation, Teaming and Bonding

Bandwidth Aggregation, Teaming and Bonding Bandwidth Aggregation, Teaming and Bonding The increased use of Internet sharing combined with graphically rich web sites and multimedia applications have created a virtually insatiable demand for Internet

More information

Computer Networks and the Internet

Computer Networks and the Internet ? Computer the IMT2431 - Data Communication and Network Security January 7, 2008 ? Teachers are Lasse Øverlier and http://www.hig.no/~erikh Lectures and Lab in A126/A115 Course webpage http://www.hig.no/imt/in/emnesider/imt2431

More information

The Internet. Internet Technologies and Applications

The Internet. Internet Technologies and Applications The Internet Internet Technologies and Applications Aim and Contents Aim: Review the main concepts and technologies used in the Internet Describe the real structure of the Internet today Contents: Internetworking

More information

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages

Note! The problem set consists of two parts: Part I: The problem specifications pages Part II: The answer pages Part I: The problem specifications NTNU The Norwegian University of Science and Technology Department of Telematics Note! The problem set consists of two parts: Part I: The problem specifications pages

More information

PART IV. Network Layer

PART IV. Network Layer PART IV Network Layer Position of network layer Network layer duties Internetworking : heterogeneous Physical Networks To look Like a single network to he upper layers The address at Network layer must

More information

IP Subnetting and Addressing

IP Subnetting and Addressing Indian Institute of Technology Kharagpur IP Subnetting and Addressing Prof Indranil Sengupta Computer Science and Engineering Indian Institute of Technology Kharagpur Lecture 6: IP Subnetting and Addressing

More information