Clasified in Homeworks of Technology of University.
Written at July 10, 2009 on
English with a size of 15,490 bytes.
1. Refer to the exhibit. The network administrator needs to setup Switch1 for remote access from HostA. Theshow ip interface brief is issued on Router1 and the show interfaces trunk command is issued on theSwitch1 to verify the current status. The administrator applies the additional configuration shown in theexhibit to Switch1. However, the telnet from HostA fails. What additional commands need to be appliedto the switch?
Switch(config)# interface vlan 10
Switch(config-if)# ip address 10.1.1.250 255.255.255.0
Switch(config-if)# no shutdown
Switch(config-if)# ip default-gateway 10.1.10.254
2. Refer to the exhibit. On the basis of the configuration shown, how will an Ethernet frame on port GigabitEthernet0/1 be modified?
802.1Q encapsulation inserts a 4-byte tag field into the original Ethernet frame between the source address and type/length fields and recomputes the frame check sequence (FCS) on the modified frame.
Clasified in Homeworks of Technology of Training.
Written at November 30, 2009 on
English with a size of 1,551 bytes.
#include <conio.h>
#include <stdafx.h>
#include <stdio.h>
#include <stdlib.h>
Struct no * cria_no(){
struct no * novo_no = null
novo_no =(struct no*)malloc (sizeof(struct no));
novo_no ->info =0
novo_no->link=null;
return novo_no;
}
void criar_dois_nos_ligados()
{
struct no * no1=null,*no2=null;
no1= cria_no();
no2= cria_no();
no1->link=no2;
}
void cria_n_nos()
{
struct no* inicio = null,*aux=null,*novo_no=null,int x=15;
inicio=cria_no()
aux=inicio;
for(int=0;i<x;i++)
}
novo_no=cria_no();
aux->link=novo_no;
aux=aux->link;
}
}
void imprimir(struct no*inicio)
{
struct no* aux=inicio;
while (aux->link!=null)
}
printf("%d",aux->info);
aux=aux->link;
}
printf("%d",aux->info);
}
Clasified in Homeworks of Technology of Bachelor.
Written at April 15, 2010 on
English with a size of 11,042 bytes.
AULA 04 1 Transmissão de Informação
1.Multiplexação e Modulação
Sempre que a banda passante de um meio físico for maior ou igual à banda passante necessária para um sinal, podemos utilizar este meio para a transmissão do sinal. Mas se a banda passante do meio for muito maior que a do sinal a ser transmitido haverá um desperdício. Existe alguma forma de utilizar esta banda passante que sobra para a transmissão de um outro sinal simultaneamente?
A técnica que permite a transmissão de mais de um sinal em um mesmo meio físico é denominada multiplexação. Existem duas formas básicas de multiplexação: a multiplexação na freqüência (Frequency Division Multiplexing - FDM) e a multiplexação no tempo (Time Division Multiplexing